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

      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
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre ShopRunner | Ofertas de empleos en ShopRunner | Sueldos en ShopRunner | Beneficios en ShopRunner
      Entrevistas de ShopRunnerEntrevistas para el puesto de Software Engineer Entry Level en ShopRunnerEntrevista de ShopRunner


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

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

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      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 de primera mano.

      Búsquedas de empleo

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

      Las mejores empresas en cuanto a «Remuneración y beneficios» cerca de ti

      avatar
      DONE by NONE
      3.8★Remuneración y beneficios
      avatar
      HubSpot
      3.6★Remuneración y beneficios
      Software Developers
      3.8★Remuneración y beneficios
      avatar
      TranscribeMe
      3.6★Remuneración y beneficios

      Entrevista de Software Engineer Entry Level

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

      Otras opiniones sobre las entrevistas para el puesto de Software Engineer Entry Level en ShopRunner

      Entrevista de Software Engineer Entry Level

      2 oct 2014
      Candidato de entrevista anónimo
      Sin oferta
      Entrevista normal

      Solicitud

      Solicité el puesto a través de un captador. Acudí a una entrevista en ShopRunner

      Sin oferta
      Experiencia neutra
      Entrevista normal

      Solicitud

      Envié una solicitud electrónica. El proceso duró 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
      El proceso duró 3 semanas. 

      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