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

      Nutanix

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Nutanix reviews | Nutanix jobs | Nutanix salaries | Nutanix benefits | Nutanix conversations
      Nutanix interviewsNutanix MTS-3 interviewsNutanix 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.

      Top companies for "Compensation and Benefits" near you

      avatar
      Capgemini
      3.7★Compensation and benefits
      avatar
      Salesforce
      4.4★Compensation and benefits
      avatar
      Bloomberg
      4.0★Compensation and benefits
      avatar
      SAP
      3.9★Compensation and benefits

      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.

      MTS-3 Interview

      30 Apr 2026
      Anonymous interview candidate
      Bengaluru

      Other MTS-3 interview reviews for Nutanix

      MTS-3 Interview

      18 Dec 2025
      Anonymous interview candidate
      San Jose, CA
      No offer
      Negative experience
      No offer
      Positive experience
      Average interview

      Application

      I applied online. The process took 4 weeks. I interviewed at Nutanix (Bengaluru) in Apr 2026

      Interview

      Recently interview with Nutanix and the overall process was standard. It consisted of 4 rounds, 1 HM, 2 DSA and 1 Design. It was medium I would say, main focus being DSA and design has it's own importance. Through explanation of DSA problem is required, including implementation and explaining time and space complexity
      Average interview

      Application

      I applied online. I interviewed at Nutanix (San Jose, CA)

      Interview

      1 tech coding screen once passed another tech screening, HM talk, and two system design rounds. HR does not give a lot of information about what to expect. Overall not too difficult, focus more on system design. If you are not Indian they will not hire you.

      Interview questions [1]

      Question 1

      System design generic app, leetcode bfs problem.
      Answer question
      1

      MTS-3 Interview

      17 Nov 2025
      Anonymous interview candidate
      Bengaluru
      No offer
      Neutral experience
      Average interview

      Application

      I applied online. The process took 3 days. I interviewed at Nutanix (Bengaluru) in Oct 2025

      Interview

      The interview process had 3 rounds in total. With an assessment in the beginning. First Round was problem solving. Second Round was Machine Coding (React based) Third round was System Design (HLD)

      Interview questions [3]

      Question 1

      Round 1: 1. Find first non repeating character in a string. Eg: “ababcdab” -> c 2. Flatten object: Convert this: { name: "Alex", address: { city: "Karnal", pincode: "132001", }, hobbies: ["reading", "writing"], education: { courses: ["abc", "xyz"], } } To: { name: “Alex”, address.city: "Karnal", address.pincode: 132001, hobbies[0]: "reading", hobbies[1]: "writing", education.courses[0]: "abc", education.courses[1]: "xyz", }
      1 Answer

      Question 2

      Round 2: Stopwatch Problem Statement: // develop Stop Watch functionality which should have below requirements // a). Start/Stop/Reset // b). When we click Reset button, it should store in the page. // c). Max 5 timers should be visible // d). When we reset 6th, the oldest should be removed from UI // e). add some hover effect on UI
      1 Answer

      Question 3

      Round 3 (HLD) Given the design of my portfolio page in a trading app. Questions asked: 1. Component structure 2. Requirements- any questions 3. APIs needed. Json data structure 4. What to use in case of changing data like stock price - Events (web sockets, Server sent event)
      Answer question