Nutanix interview experience Real time questions & tips from candidates to crack your interview

MTS 1

Nutanix
upvote
share-icon
4 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: Data Structures, Algorithms, Dynamic Programming, Graphs, OOP
Tip
Tip

Tip 1 : Make sure that your aim is not solving as many questions as possible but rather solving questions in a manner that clears your concepts and maximizes your probabillity of being able to solve the next question given to you on that particular topic.
Tip 2 : Make sure you communicate effectively with the interviewer and walk him/her through your approach and solutions.
 

Application process
Where: Referral
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1 : Do not cram in stuff. A 1 page resume is more than enough for an entry level position.
Tip 2 : Try and have a neat layout and highlight important points and achievements on your resume.

Interview rounds

01
Round
Medium
Online Coding Test
Duration90 minutes
Interview date15 Jan 2021
Coding problem2

It was an online coding round which had 2 questions.

1. Query And Matrix

Moderate
50m average time
50% success
0/80
Asked in companies
Deutsche BankBarclaysDBS Bank

You are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types:

Query 1: 1 R index
Query 2: 1 C index 
Query 3: 2 R index
Query 4: 2 C index

In each query, the first input is the type of the query, the second input is whether we have to consider the row ('R') or the column ('C') and the third input is the index of the row/column. 

For each type 1 query, we need to flip the elements of the row/column having the given index. 

For each type 2 query, we have to output the number of zeros present in the row/column having the given index. 
Note:
Note that the matrix is a binary matrix, meaning that it only contains either 0 or 1.
Example :
Given M = 3, N = 3, 
Queries : 1R1, 1R2, 2C1

So, in the above example the change in the matrix would look like this:

Example

Next query 2C1 will return the count of the number of zeroes in the 1st column: 1
Try solving now

2. Increasing Path In Matrix

Moderate
25m average time
75% success
0/80
Asked in companies
IntuitAppleOracle

You are given a 2-D matrix ‘mat’, consisting of ’N’ rows and ‘M’ columns. The element at the i-th row and j-th column is ‘mat[i][j]’.

From mat[i][j], you can move to mat[i+1][j] if mat[i+1][j] > mat[i][j], or to mat[i][j+1] if mat[i][j+1] > mat[i][j].

Your task is to find and output the longest path length if you start from (0,0) i.e from mat[0][0] and end at any possible cell (i, j) i.e at mat[i][j].

Note :
Consider 0 based indexing.
Try solving now
02
Round
Easy
Online Coding Test
Duration45 minutes
Interview date16 Jan 2021
Coding problem1

The next round was a debugging round. There were approximately 20 people in this round and all of us had to give this round simultaneously. 9 people were shortlisted from this round.

1. OS Questions

We were given a piece of code for concurrent file writes and sequential acknowledgments and as you would have judged from the name, it was an Operating System (OS) based round. We were each given a separate document with the problem statement and the code. We had to suggest changes and comment on what was wrong with the current code, why we thought that change should be there etc.

03
Round
Medium
Face to Face
Duration60 minutes
Interview date19 Jan 2021
Coding problem1

The first F2F interview was a DSA round. Initial 5 mins went in the introduction. Then I had to log in to the code pair link on hackerrank and the interviewer gave me a question. So the question had sort of like a common premise on which follow-up questions were asked.

1. Loot Houses

Moderate
26m average time
0/80
Asked in companies
SamsungAmazonQuikr

A thief wants to loot houses. He knows the amount of money in each house. He cannot loot two consecutive houses. Find the maximum amount of money he can loot.

Try solving now
04
Round
Easy
Face to Face
Duration60 minutes
Interview date19 Jan 2021
Coding problem1

1. System Design Question

I was asked to do a system design for Pastebin and a set of requirements were given which I had to fulfill.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
MTS 1
5 rounds | 7 problems
Interviewed by Nutanix
1517 views
0 comments
0 upvotes
MTS 1
4 rounds | 6 problems
Interviewed by Nutanix
2207 views
0 comments
0 upvotes
MTS 1
4 rounds | 4 problems
Interviewed by Nutanix
1531 views
0 comments
0 upvotes
MTS 1
3 rounds | 7 problems
Interviewed by Nutanix
1104 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
MTS 1
6 rounds | 10 problems
Interviewed by Adobe
4011 views
1 comments
0 upvotes
company logo
MTS 1
4 rounds | 14 problems
Interviewed by Oracle
4065 views
0 comments
0 upvotes
company logo
MTS 1
2 rounds | 5 problems
Interviewed by Adobe
1518 views
1 comments
0 upvotes