Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Loc8.com

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Loc8.com reviews | Loc8.com jobs | Loc8.com salaries | Loc8.com benefits
      Loc8.com interviewsLoc8.com Junior Java Software Engineer interviewsLoc8.com interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      Fortinet
      3.6★Compensation and benefits
      avatar
      DONE by NONE
      3.8★Compensation and benefits
      avatar
      NVIDIA
      4.6★Compensation and benefits
      avatar
      Lyft
      3.6★Compensation and benefits

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Junior Java Software Engineer Interview

      Feb 2, 2015
      Anonymous interview candidate
      No offer
      Negative experience
      Easy interview

      Application

      I applied online. The process took 5 weeks. I interviewed at Loc8.com in Jan 2015

      Interview

      saw an ad at seek.com, whole process took 4+ week until I got a reply, 1 technical coding test about graph, then followup phone call with technical lead discussing the solution, then onsite interview with technical lead and development manager. after pretty much acing the three interview I got a rejection email 3 weeks after the last intwerview, I was not even given a reason why.

      Interview questions [3]

      Question 1

      first round: technical coding test You will be provided with an input file which defines a graph and a series of questions relating to the graph. Your program will need to read this input file and output the answers to an output file. Input The program must accept a single argument, a path to the input file. e.g. "~/input.txt” The input file will be structured as follows: The first line will be the graph definition, a single line of routes separated by spaces. A route will be defined as AC5 (i.e. The distance from A to C is 5). Following the problem definition each line will represent one of the following questions (The routes included in these questions are examples only). DISTANCE CBAE What is calculated distance of the route CBAE? The answer should be the route, including distance. i.e. CBAE12 SHORTEST CA What is the shortest route from C to A? The answer should be the route, including distance. i.e. CBA12 POSSIBLE CA15 What are the possible routes from C to A with a maximum distance of 15? The answer should be all routes, including distances, separated by spaces. i.e. CBA8 CBADA12 CBDA11 CBDADA15 CEA12 CBEA15 The input file can contain any number of questions, in any order. Please find an example ‘input.txt' attached. Output Output the answers to a file named 'output.txt', one answer per line, in the following format: DISTANCE CBAE = CBAE12 The solution should be written in Java. You may only use external libraries or tools for the purposes of testing and building your program (e.g. JUnit, Ant, Maven). Keep in mind that the solution is not the only aspect of your code we will be looking for. While we understand that this is a relatively small problem, we expect object-oriented, production quality code that is runnable, testable, extendable and reusable. You do not need to gold-plate your solution, however you should keep in mind potential extensions when designing and developing the solution. Please submit a zipped file containing the source code and a README file. The README should contain the following: A short description of your solution Any assumptions you have made Instructions for compiling and running the program as a zipped file.
      Answer question

      Question 2

      2nd Interview: follow up phone call discussing the solution -what if we want to add more question types other than (DISTANCE ,SHORTEST ,POSSIBLE ) -what if we want to change the argument type ? (to be something else other than String)
      Answer question

      Question 3

      3rd Interview, onsite : -code a class that represent a rectangle -given a point, determine if its inside that rectangle -draw a binary tree of 3 levels -Code a class to represent a binary tree -write a function to count number of nodes in a binary tree -how does insertion and retrieval work in a BST ? whats the running time -define Big(O) notation -write a class to represent a linked list -how to discover if there's a loop in the linked list ? -given a phrase, reverse words i.e: "I want to eat" becomes "eat to want I" -given a phrase, find first non repeating character -whats agile -some behavioral questions
      Answer question