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

      ShopRunner

      Parte de FedEx

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de ShopRunner | Empleos en ShopRunner | Sueldos en ShopRunner | Prestaciones en ShopRunner
      Entrevistas en ShopRunnerEntrevistas para el cargo de Software Engineer Entry Level en ShopRunnerEntrevista en ShopRunner


      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 Software Engineer Entry Level

      2 oct 2014
      Candidato de entrevista anónimo
      Sin ofertas
      Entrevista promedio

      Solicitud

      Otras evaluaciones sobre las entrevistas para el cargo de Software Engineer Entry Level en ShopRunner

      Entrevista para Software Engineer Entry Level

      23 jun 2014
      Candidato de entrevista anónimo
      San Mateo, CA
      Sin ofertas

      Me postulé a través de un reclutador. El proceso tomó 3 semanas. Acudí a una entrevista en ShopRunner

      Entrevista

      Initial phone screening was fairly simple and we just walked through my resume. HR asked me about all my projects and the programming languages that I am comfortable with. A major problem was the rescheduling of the technical interview done approximately five times which kind of sapped all my energy for the interview.

      Preguntas de entrevista [1]

      Pregunta 1

      First technical interview Q : 1. Tell me about xxx project on your resume - Explained 2. Given an array of integers eg: {1,2,3,4,1,2,7,5,6} find all the pairs that sum up to 10 {7,3} {6,4} {3,7} {4,6} gave the solution with quadratic complexity. I struggled a bit for it and did it almost in time.
      1 respuesta
      4
      Experiencia neutra
      Entrevista promedio

      Solicitud

      Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en ShopRunner (San Mateo, CA)

      Entrevista

      2 Interviews overall. 1 with senior recruiter and other one onsite with CTO. HR interview was easy. CTO interview was also easy but I have no clue why I got rejected. He asked me 2 questions. First question was that an array is given and we have to find the pairs that has sum = 4. My solution: I provided my brute force solution O(n2). He asked for optimization, so I provided my answer in O(n) solution using hash tables. He asked me how hashtable lookup works and since I didn't know in-depth, I told him I don't know. He asked me why didn't you use binary search to solve the question through, so I replied binary search solution will take O(nlgn) but my solution is more efficient. In the end, he asked me why people still uses binary search than hash tables or hash maps. So, I answered him.

      Preguntas de entrevista [1]

      Pregunta 1

      Hash table lookup.
      1 respuesta
      1