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

      Equinix

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Equinix reviews | Equinix jobs | Equinix salaries | Equinix benefits
      Equinix interviewsEquinix Senior Associate Software Engineer interviewsEquinix 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.

      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.

      Bowls

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

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Senior Associate Software Engineer Interview

      6 Aug 2019
      Anonymous interview candidate
      Sunnyvale, CA

      Other Senior Associate Software Engineer interview reviews for Equinix

      Senior Associate Software Engineer Interview

      14 Jul 2020
      Anonymous interview candidate
      Singapore
      Declined offer
      No offer
      Positive experience
      Average interview

      Application

      I applied through a recruiter. The process took 2 weeks. I interviewed at Equinix (Sunnyvale, CA) in Jun 2019

      Interview

      2 Technical Rounds Problem 1 : Given an input n stairs, return the possible permutations to reach nth stair. Constraints: you can move at the most 1 step or two steps at a time. input_1 : n = 0 output_1 : [[0]] input_2 : n = 1 output_2 : [[0,1], [1]] input_3 : n = 2 output_3 : [[0,1,2], [1,2], [0,2], [2]] Design Question : Design an E-commerce website like Amazon/walmart. Problem 2 : Design a stack and implement all the methods in the stack. Problem 3 : Implement queue with stack.

      Interview questions [1]

      Question 1

      Problem 1 : Given an input n stairs, return the possible permutations to reach nth stair. Constraints: you can move at the most 1 step or two steps at a time. input_1 : n = 0 output_1 : [[0]] input_2 : n = 1 output_2 : [[0,1], [1]] input_3 : n = 2 output_3 : [[0,1,2], [1,2], [0,2], [2]] Design Question : Design an E-commerce website like Amazon/walmart. Problem 2 : Design a stack and implement all the methods in the stack. Problem 3 : Implement queue with stack.
      Answer question
      Positive experience
      Easy interview

      Application

      I applied online. I interviewed at Equinix (Singapore) in Jun 2020

      Interview

      We go through 4 rounds of 1 hour interviews - two interviewers for each round and the final round is a culture fit round. The technical rounds consists of one simple algorithm quesiton and rest are questions about the domain knowledge - in this case java. Respectful and interesting interviewers.

      Interview questions [2]

      Question 1

      Java interfaces, oop, javascript hoisting, react lifecycle methods, springboot methods etc.
      Answer question

      Question 2

      Simple array question - to find the first non repeating character in array.
      Answer question