Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      Loc8.com

      Questa è la tua azienda?

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Loc8.com | Offerte di lavoro di Loc8.com | Stipendi di Loc8.com | Benefit di Loc8.com
      Colloqui di Loc8.comColloqui per Junior Java Software Engineer presso Loc8.comColloquio di Loc8.com


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      DONE by NONE
      3.8★Stipendio e benefit
      avatar
      Digital Natives
      4.4★Stipendio e benefit

      Colloquio per Junior Java Software Engineer

      2 feb 2015
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza negativa
      Colloquio facile

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 5 settimane. Ho sostenuto un colloquio presso Loc8.com nel mese di gen 2015

      Colloquio

      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.

      Domande di colloquio [3]

      Domanda 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.
      Rispondi alla domanda

      Domanda 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)
      Rispondi alla domanda

      Domanda 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
      Rispondi alla domanda