Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empleadores

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      Loc8.com

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Loc8.com | Empleos en Loc8.com | Sueldos en Loc8.com | Prestaciones en Loc8.com
      Entrevistas en Loc8.comEntrevistas para el cargo de Junior Java Software Engineer en Loc8.comEntrevista en Loc8.com


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

      • Ayuda
      • Pautas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de autorización de cookies

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor", "Worklife Pro", "Bowls" y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información desde adentro.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Entrevista para Junior Java Software Engineer

      2 feb 2015
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia negativa
      Entrevista fácil

      Solicitud

      Me postulé en línea. El proceso tomó 5 semanas. Acudí a una entrevista en Loc8.com en ene 2015

      Entrevista

      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.

      Preguntas de entrevista [3]

      Pregunta 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.
      Responder pregunta

      Pregunta 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)
      Responder pregunta

      Pregunta 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
      Responder pregunta