Nutanix Interview Experience || MTS -1 DevEx || OA (2025)
Summary
I shared my Nutanix interview process for the MTS-1 role, covering a recruiter call, an online assessment with coding and CS fundamentals, and a technical interview that included CS fundamentals and a coding question on a matrix problem.
Full Experience
Hey everyone! Sharing my Nutanix experience process for the MTS-1 role, hope it helps those preparing.

Recruiter Call
Got a call from the recruiter after resume screening. They briefly explained the Job role, process and shared details for the next step.
Online Assessment (OA)
- Platform: HackerRank
- Questions: 2 Medium-level and MCQ's on CS Fundamentals(SQL,Linux,DSA etc)
- One was a modified version of Asteroid Collision Problem
- The other was a Sliding Window type problem
- Cleared the OA and received a mail for the next round
Technical Interview (Zoom)
- The interviewer joined and started with some CS fundamentals
- Questions on Operating Systems and Memory Management, Linux,Computer Networks.
- Then asked me to open HackerRank CodePair (link was already shared)
- Coding Question on Matrix (Leetcode medium level):
- I explained the intuition, time complexity.
- He asked Follow-up questions,discussed about Edge-Cases and he also asked to optimize the solution.
We discussed about my internship project and experience and personal projects in the last 10–15 mins. The interviewer was friendly and encouraging.
Great learning experience overall! Wishing good luck to everyone preparing.
Interview Questions (1)
A modified version of the classic Asteroid Collision problem was presented during the online assessment.