• Home
  • Subscribe
  • Contribute Us
    • Share Your Interview Experience
  • Contact Us
  • About
    • About CSEstack
    • Campus Ambassador
  • Forum & Discus
  • Tools for Geek
  • LeaderBoard
CSEstack

What do you want to Learn Today?

  • Programming
    • Tutorial- C/C++
    • Tutorial- Django
    • Tutorial- Git
    • Tutorial- HTML & CSS
    • Tutorial- Java
    • Tutorial- MySQL
    • Tutorial- Python
    • Competitive Coding Challenges
  • CSE Subject
    • (CD) Compiler Design
    • (CN) Computer Network
    • (COA) Computer Organization & Architecture
    • (DBMS) Database Management System
    • (DS) Data Structure
    • (OS) Operating System
    • (ToA) Theory of Automata
    • (WT) Web Technology
  • Interview Questions
    • Interview Questions- Company Wise
    • Interview Questions- Coding Round
    • Interview Questions- Python
    • Interview Questions- REST API
    • Interview Questions- Web Scraping
    • Interview Questions- HR Round
    • Aptitude Preparation Guide
  • GATE 2022
  • Linux
  • Trend
    • Full Stack Development
    • Artificial Intelligence (AI)
    • BigData
    • Cloud Computing
    • Machine Learning (ML)
  • Write for Us
    • Submit Article
    • Submit Source Code or Program
    • Share Your Interview Experience
  • Tools
    • IDE
    • CV Builder
    • Other Tools …
  • Jobs

Nutanix Coding Interview Questions | Online Test

Want to Share your Interview Experience?/3444/0
Placement Interview

I have attended an interview for Nutanix for a software engineer profile. The mode of interview was online on Zoom meeting scheduled for an hour.

There was only one interviewer who jumped on the coding questions after the formal introduction.

Here are the questions they ask me in the first round online assessment test.

Nutanix Coding Interview Questions

They will share the online Google Sheet so that they can see what you write. You don’t need to write the executable code but the pseudo code.

Coding Question 1

Given an undirected rooted tree with N nodes. Each node i has a value associated with its val (i).

Input is in the form of an array with 0th index being the root.

Suppose you are given N nodes, then you’ll have an array of N integers.

And then the edges will be given between the indices of the array elements.

The tree is not necessarily a binary tree. It can be any general n-ary tree.

Example (Input Format as arguments):

N=6 (int)
Values= [54, 67, 23, 1, 3,… ] (vector)
Edges= [ {0,4}, {2,4}, {1,5}, {0, 1}…… ] (vector of pairs)

Also, check the binary tree interview questions.

Coding Question 2

This question is extended version of the first question.

You are given just a single query as an argument. An integer X is provided. You need to find the closest node to the root whose value >=X. Return the corresponding node value. If none are found,  return -1.

Coding Question 3

This question is again depends on the first question.

Now, you are given Q queries . Each query has an integer X provided.

For each query you need to find the closest node to the root whose value >=X.

If there are multiple nodes satisfying, output any.

Two crack this round, you have to practice solving coding questions. Later, solve the competitive coding questions.

During these questions, they want to check your approach and logic. Don’t bother about the syntax as we are only writing pseudocode. After providing a solution they will also ask you to explain the complexity of the program you wrote.


Editors’ Note: Nutanix coding interview questions and experience is shared by Nehadeep. We wish her all the best.

Python Interview Questions eBook

interviewNutanix
Want to Share your Interview Experience?
This interview questions and experience are shared by one of the readers like you. You can share your interview experience as well. If you want to help new job aspirants to get their dream job, kindly share your experience on CSEstack Portal, by filling this simple form. It will be published on our portal. Thank You!

Your name can also be listed here. Got a tip? Submit it here to become an CSEstack author.

Leave a Reply Cancel reply

100+ Company’s Interview Questions



You can share your interview experience.

Job Preparation Stack

03 Types of IT Engineers in Demand

05 Programming Skills for Jobs

05 Programming for High Paying Jobs

11 Software Developer Skills for Jobs

07 Tips for Standard CV Format

05 Guidelines for Writing Best SoP

13 Aptitude Preparation Tips

07 Steps for Effective Job Search

07 HR Interview Questions

57 Coding Interview Questions

57 Python Interview Questions

Summer Internships 2022

Why Internship?

Apply Internships in IIT, NIT, IIIT

Programming Tutorials

C/C++ Programming

Python Programming

Java Programming

© 2022 – CSEstack.org. All Rights Reserved.

  • Home
  • Subscribe
  • Contribute Us
    • Share Your Interview Experience
  • Contact Us
  • About
    • About CSEstack
    • Campus Ambassador
  • Forum & Discus
  • Tools for Geek
  • LeaderBoard