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

MTS 1

Nutanix
upvote
share-icon
4 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 Months
Topics: Data Structures, DBMS, Networking, OOPS, System Design, Algorithms, Dynamic Programming
Tip
Tip

Tip 1 : Practice atleast 250 Questions
Tip 2 : master in at least Array , Linklist

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

Tip 1 : Do not put false things on your resume.
Tip 2 : Be confident

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 Minutes
Interview date7 Nov 2021
Coding problem1

1. Strings Sum

Easy
0/40
Asked in companies
AppleFacebookAmazon

You are given two non-negative integers, ‘NUM1’ and ‘NUM2’, in the form of strings. Return the sum of both strings.


Note :
You do not need to print anything, it has already been taken care of. Just implement the given function.
Example:
Let ‘NUM1’ be: “5”
Let ‘NUM2’ be: “21”
The sum of both numbers will be: “26”.
Try solving now
02
Round
Easy
Face to Face
Duration90 Minutes
Interview date2 Dec 2021
Coding problem1

1. MergeSort Linked List

Moderate
30m average time
60% success
0/80
Asked in companies
CIS - Cyber InfrastructureThought WorksSamsung R&D Institute

For a given Singly Linked List of integers, sort the list using the 'Merge Sort' algorithm.

Try solving now
03
Round
Easy
Face to Face
Duration90 Minutes
Interview date8 Dec 2021
Coding problem1

1. Scramble String

Hard
15m average time
85% success
0/120
Asked in companies
PostmanAmazonInfo Edge India (Naukri.com)

You are given an integer ‘N’ and two strings ‘S’ and 'R' each having size = ‘N’. You can scramble the string ‘S’ to obtain string 'R' using the following operations:

1. If the length of the string is greater than 1:

  • Select any random index and split the string into two non-empty substrings. For e.g: if the string is ‘S’, then divide it into two non-empty substrings ‘A’ and ‘B’ such that ‘S’ = ‘A’ + ‘B’.
  • You can choose to swap the two substrings or keep them in the same order, i.e., after this operation string ‘S’ may become either ‘S’ = ‘A’ + ‘B’ or ‘S’ = ‘B’ + ‘A’.
  • Apply the first step recursively on each of the two strings ‘A’ and ‘B’.
  • 2. If the length of the string is equal to 1 then stop.

    Your task is to return true if 'R' is a scrambled string of ‘S’ else return false.

    Note:

    1. Both the strings are non-empty and are of the same length.
    
    2. You can apply the above operations any number of times on ‘S’.
    
    3. The operations can only be applied on the string ‘S’.
    
    4. ‘S’ and 'R' consist of lowercase letters only.
    
    Problem approach

    .

    Try solving now
    04
    Round
    Medium
    Face to Face
    Duration60 Minutes
    Interview date10 Dec 2021
    Coding problem1

    Ds + HR

    1. Technical Questions

    1.Find the 3rd highest salary in table 
    2. Count "Jan" months joining people in 5 table, and find his salary used join in it an solve
    3. And some Tree base MCQ question basic 
    4. Resume Project

    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
    4 rounds | 5 problems
    Interviewed by Nutanix
    2571 views
    0 comments
    0 upvotes
    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
    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