Upload Button Icon Add office photos

Nutanix

Compare button icon Compare button icon Compare

Filter interviews by

Nutanix Interview Questions, Process, and Tips

Updated 8 Mar 2025

Top Nutanix Interview Questions and Answers

  • Q1. A list/array/vector of string is given. return the first index of repeating elements. The problem was quite straight-forward
  • Q2. Test Scenario for Google Login Page Puzzle about 9 identical coins where 1 coin is of slightly higher weight. TCP vs UDP
  • Q3. Write a code to check whether anagram of a given string is palindrome or not.
View all 20 questions

Nutanix Interview Experiences

Popular Designations

76 interviews found

Interview Questions & Answers

user image Anonymous

posted on 8 Sep 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - MCQ Test 

(1 Question)

  • Q1. CN, SQL, OS, DBMS, CLOUD COMPUTER NETWORKING, LINUX
Round 3 - Technical 

(1 Question)

  • Q1. COMPUTER NETWORKING, OPERATING SYSTEMS, LINUX FUNDAMENTALS.
Round 4 - HR 

(1 Question)

  • Q1. Why should I hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on computer networking, operating system, linux and basic related question.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. About your experience
  • Q2. General questions about printing

Digital Machine Operator Interview Questions asked at other Companies

Q1. What is your Daily Production report?
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Medium level DSA questions.

Round 2 - Coding Test 

Medium level DSA question with some previous projects discussion

Round 3 - Technical 

(1 Question)

  • Q1. System design round with standard problem.
Round 4 - Technical 

(1 Question)

  • Q1. Coding round with behavioural questions

Top Nutanix Member Technical Staff Interview Questions and Answers

Q1. Link up all nodes present in same level of BST using next pointer
View answer (1)

Member Technical Staff Interview Questions asked at other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'. Explanation: You are given a number in string format, and your task is to determine the small... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. More about working behaviour and previous experience
Round 2 - Technical 

(1 Question)

  • Q1. Product knowledge

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (27)

Nutanix interview questions for popular designations

 Member Technical Staff

 (9)

 Site Reliability Engineer

 (5)

 Technical Staff Member 2

 (3)

 System Requirement Engineer

 (3)

 System Engineer

 (3)

 Sdet Automation Test Engineer

 (3)

 Technical Staff Member 3

 (2)

 Mts1

 (2)

I applied via Campus Placement and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Cc, networking,virtualization,os
Round 2 - Technical 

(2 Questions)

  • Q1. Explain the IP assignment process
  • Ans. 

    IP assignment process involves allocating unique IP addresses to devices on a network.

    • IP addresses are assigned by a DHCP server or manually by a network administrator

    • IP addresses can be assigned dynamically or statically

    • IP addresses must be unique within a network

    • IPv4 addresses are 32-bit and IPv6 addresses are 128-bit

  • Answered by AI
  • Q2. Explain the osi model in detail
  • Ans. 

    The OSI model is a conceptual model that describes how data is transmitted over a network.

    • The OSI model has 7 layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has a specific function and communicates with the layers above and below it.

    • The Physical layer deals with the physical transmission of data, while the Application layer deals with user interfaces and application-l...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and if you don't know that ans just tell them that you'll learn about it after the interview

Skills evaluated in this interview

System Requirement Engineer Interview Questions asked at other Companies

Q1. Explain the osi model in detail
View answer (1)

Get interview-ready with Top Nutanix Interview Questions

I applied via LinkedIn and was interviewed in May 2022. There were 5 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Included questions on domain knowledge and automation
Round 2 - Coding Test 

Not exactly coding test but 3 coding questions in interactive manner in 1 hr.

Round 3 - Case Study 

General Aptitude and Test planning was reviewed in this round. Case study was given to come up with a test plan. Domain knowledge was tested again.

Round 4 - One-on-one 

(1 Question)

  • Q1. This also had automation and domain knowledge based round
Round 5 - One-on-one 

(1 Question)

  • Q1. Managerial round - with a bit of all the rounds done earlier.

Interview Preparation Tips

Topics to prepare for Nutanix Member Technical Staff interview:
  • domain knowledge
  • your product's architecture
  • automation
  • Test Planning
Interview preparation tips for other job seekers - This was for the SDET profile. Interviewers have good conduct towards interviewees and are considerate. Same time they have incredible knowledge in the domain they work in. All of these interviews were really educating to me. BTW after 5 rounds, I may get some additional rounds as well. The process is not over yet.

Top Nutanix Member Technical Staff Interview Questions and Answers

Q1. Link up all nodes present in same level of BST using next pointer
View answer (1)

Member Technical Staff Interview Questions asked at other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'. Explanation: You are given a number in string format, and your task is to determine the small... read more
View answer (1)

Jobs at Nutanix

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Hacker Rank questions
Time ! hour

Round 3 - Technical 

(2 Questions)

  • Q1. 1)grouping of array 2)Recursion 3)creating matrix
  • Q2. Basics on oops concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on DSD concept.
previous company work profile

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

3question were there difficulty level was medium

Round 3 - Technical 

(2 Questions)

  • Q1. Os and networking questions
  • Q2. UDP And TCP questions were there Practical questions related to Linux and os

Interview Preparation Tips

Interview preparation tips for other job seekers - N/A
The interview experience was overll fine interviewer were quite interactive and good experience overall

SDE (Software Development Engineer) Interview Questions asked at other Companies

Q1. A string is given consisting of lowercase alphabets. Write a function which returns yes if the string has all the lowercase letters appearing in it at least once. O(N) time and without using extra space
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

2 hours, aptitude, 1 coding -easy

Round 2 - Technical 

(1 Question)

  • Q1. Operating System, Linux
Round 3 - Technical 

(1 Question)

  • Q1. OS,OOPS,DBMS,Networking

Technical Staff Member 2 Interview Questions asked at other Companies

Q1. What is black box testing
View answer (1)

I applied via Company Website and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement a calculator class which does this cal.add(2).sub(3).mul(4).delay(2000).add(4) etc
  • Ans. 

    Implement a calculator class with chaining methods and delay function.

    • Create a Calculator class with add, sub, mul methods that return the instance of the class.

    • Implement a delay method that uses setTimeout and returns the instance of the class.

    • Use a queue to store the operations and execute them in order after the delay.

    • Return the result of the operations when the equals method is called.

  • Answered by AI
  • Q2. Problems on Array and bit manipulation. Questions on setTimeout() and bind functions. Polyfill for Promise function currying add(1)(2)(3)(4) etc
Round 2 - One-on-one 

(1 Question)

  • Q1. Given a nested checkboxes like parents > children > childre etc write javascript code such that on click of any checkbox all its children should get updated to same value as that parent.

Interview Preparation Tips

Topics to prepare for Nutanix Front end Developer interview:
  • DSA
  • Javascript
  • React.Js
Interview preparation tips for other job seekers - Brush up well with javascript. Polyfills for all the methods, DSA, setTimeout() call, bind, apply method.

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)

Nutanix Interview FAQs

How many rounds are there in Nutanix interview?
Nutanix interview process usually has 2-3 rounds. The most common rounds in the Nutanix interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Nutanix interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Nutanix. The most common topics and skills that interviewers at Nutanix expect are Python, Virtualization, Computer science, Linux and Networking.
What are the top questions asked in Nutanix interview?

Some of the top questions asked at the Nutanix interview -

  1. implement a calculator class which does this cal.add(2).sub(3).mul(4).delay(200...read more
  2. Given an array of amount of fuel in 3 types of tank of O2, H2 and Petrol say [4...read more
  3. Link up all nodes present in same level of BST using next poin...read more
How long is the Nutanix interview process?

The duration of Nutanix interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Nutanix Interview Process

based on 50 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Adobe Interview Questions
3.9
 • 234 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
Dassault Systemes Interview Questions
4.0
 • 162 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
Thomson Reuters Interview Questions
4.1
 • 114 Interviews
Amadeus Interview Questions
3.9
 • 107 Interviews
UKG Interview Questions
3.1
 • 102 Interviews
Atlassian Interview Questions
3.5
 • 88 Interviews
View all

Nutanix Reviews and Ratings

based on 160 reviews

3.8/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.9

Salary

3.6

Job security

3.6

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 160 Reviews and Ratings
Regional Space Planner - APAC

Bangalore / Bengaluru

5-11 Yrs

Not Disclosed

Senior Technical Account Manager

Pune

6-10 Yrs

Not Disclosed

Senior Member of Technical Staff

Bangalore / Bengaluru

8-10 Yrs

₹ 24.5-53 LPA

Explore more jobs
Member Technical Staff
100 salaries
unlock blur

₹14 L/yr - ₹48 L/yr

System Reliability Engineer
47 salaries
unlock blur

₹10.3 L/yr - ₹25 L/yr

Technical Staff Member 3
42 salaries
unlock blur

₹20 L/yr - ₹45 L/yr

Solution Consultant
36 salaries
unlock blur

₹20 L/yr - ₹23 L/yr

Technical Staff Member 2
36 salaries
unlock blur

₹17.2 L/yr - ₹43 L/yr

Explore more salaries
Compare Nutanix with

Red Hat

4.3
Compare

24/7 Customer

3.5
Compare

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview