Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      ShopRunner

      Part of FedEx

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: ShopRunner reviews | ShopRunner jobs | ShopRunner salaries | ShopRunner benefits
      ShopRunner interviewsShopRunner Software Engineer Entry Level interviewsShopRunner interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      Fortinet
      3.6★Compensation and benefits
      avatar
      DONE by NONE
      3.8★Compensation and benefits
      avatar
      NVIDIA
      4.6★Compensation and benefits
      avatar
      Lyft
      3.6★Compensation and benefits

      Software Engineer Entry Level Interview

      Oct 2, 2014
      Anonymous interview candidate
      No offer
      Average interview

      Application

      Other Software Engineer Entry Level interview reviews for ShopRunner

      Software Engineer Entry Level Interview

      Jun 23, 2014
      Anonymous interview candidate
      San Mateo, CA
      No offer

      I applied through a recruiter. The process took 3 weeks. I interviewed at ShopRunner

      Interview

      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.

      Interview questions [1]

      Question 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 Answer
      4
      Neutral experience
      Average interview

      Application

      I applied online. The process took 2 weeks. I interviewed at ShopRunner (San Mateo, CA)

      Interview

      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.

      Interview questions [1]

      Question 1

      Hash table lookup.
      1 Answer
      1