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

Member of Technical Staff

Nutanix
upvote
share-icon
1 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Data Structures: Stack, Queue, LinkedList, Heap, Tree, HashingDBMS: Transactions, Normalisation, SQLOS: Virtualisation, Page fault, hit and miss rate, Scheduling AlgorithmComputer Networks: OSI layer, Circuit switching, and Packet Switching
Tip
Tip

Tip 1 : Practice more and more coding problems, focus on time complexity
Tip 2 : Do at least 3-4 projects
Tip 3 : Keep on revising core CS subjects like os, DBMS, and computer networks

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

Tip 1 : Mention projects and have a better understanding of those. (Never put anything which you are not confident on)
Tip 2 : Describe projects in 3-4 lines, so that one could get an idea of the project by looking into the resume

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 minutes
Interview date16 Apr 2021
Coding problem3

20MCQ + 3Coding and one SQL query were there
It was an online test with the open camera.

1. Longest Palindromic Substring

Moderate
20m average time
80% success
0/80
Asked in companies
MicrosoftCIS - Cyber InfrastructureGartner

You are given a string 'str' of length 'N'.


Your task is to return the longest palindromic substring. If there are multiple strings, return any.


A substring is a contiguous segment of a string.


For example :
str = "ababc"

The longest palindromic substring of "ababc" is "aba", since "aba" is a palindrome and it is the longest substring of length 3 which is a palindrome. 

There is another palindromic substring of length 3 is "bab". Since starting index of "aba" is less than "bab", so "aba" is the answer.
Problem approach

This is very standard question of dynamic programming.
Approach should be dynamic programming only, other wise with brute force only 3 test case will pass.

Try solving now

2. System Design Question

I was asked to design ludo snake ladder game.

Problem approach

Tip 1 : I described my approach using Object oriented programming (Oop is very important)
Tip 2 : Use only those data structures which you are very aware of, At last interviewer asked me about all those data structures I used in detail (Hashmap, Hashing in detail with time complexity)

3. Puzzle

There are three ticket window on railway station, at two window tickets are being given at same speed and at third window it takes twice the time taken at other window. whenever a person is coming a guard redirects him to a specific window to ensure average waiting time is minimum. How guard is doing this ?

Problem approach

Tip 1 : This is based on OS and we need to thing of scheduling.
Tip 2 : Guard will send people to the windows in reverse ratio to the speed at which tickets are being given.

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
3 rounds | 4 problems
Interviewed by Nutanix
0 views
0 comments
0 upvotes
MTS 1
4 rounds | 6 problems
Interviewed by Nutanix
2206 views
0 comments
0 upvotes
SRE
4 rounds | 10 problems
Interviewed by Nutanix
1103 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
Member of Technical Staff
4 rounds | 13 problems
Interviewed by Oracle
5378 views
0 comments
0 upvotes
company logo
Member of Technical Staff
3 rounds | 10 problems
Interviewed by Adobe
990 views
0 comments
0 upvotes
company logo
Member of Technical Staff
2 rounds | 5 problems
Interviewed by Oracle
1567 views
0 comments
0 upvotes