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

      ShopRunner

      Parte di FedEx

      Questa è la tua azienda?

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su ShopRunner | Offerte di lavoro di ShopRunner | Stipendi di ShopRunner | Benefit di ShopRunner
      Colloqui di ShopRunnerColloqui per Software Engineer Entry Level presso ShopRunnerColloquio di ShopRunner


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

      23 giu 2014
      Candidato anonimo a colloquio
      San Mateo, CA

      Altre recensioni di colloqui per Software Engineer Entry Level presso ShopRunner

      Colloquio per Software Engineer Entry Level

      2 ott 2014
      Candidato anonimo a colloquio
      Nessuna offerta
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso ShopRunner

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 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 risposta
      4
      Nessuna offerta
      Esperienza neutra
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso ShopRunner (San Mateo, CA)

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 1

      Hash table lookup.
      1 risposta
      1