Upload Button Icon Add office photos

Nutanix

Compare button icon Compare button icon Compare

Filter interviews by

Nutanix Front end Developer Interview Questions and Answers

Updated 29 Apr 2022

Nutanix Front end Developer Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Construct stack using queues
  • Ans. 

    Implement a stack using two queues

    • Use two queues to simulate stack operations

    • Push operation: Enqueue the element to queue1

    • Pop operation: Dequeue all elements from queue1 to queue2, dequeue the last element from queue1, then swap the queues

    • Top operation: Dequeue all elements from queue1 to queue2, dequeue the last element from queue1, store it, swap the queues, enqueue the stored element back to queue1, and return it

    • Exa...

  • Answered by AI
  • Q2. M coloring graph

Interview Preparation Tips

Topics to prepare for Hewlett Packard Enterprise Front end Developer interview:
  • DSA
Interview preparation tips for other job seekers - Good with dsa

Skills evaluated in this interview

Round 1 - Coding Test 

You will need to create a working web app in vanilla JS.
need to implement the following things.
1. Fetch data from given REST api
2. Display data in List. add some css to show different type of items.
3. Implement text filter and other types of filter.
All needs to be implemented in vanilla JS

Round 2 - Technical 

(1 Question)

  • Q1. Javascript concepts Web fundamentals Promise Pollyfill
Round 3 - Technical 

(1 Question)

  • Q1. System Design Round Design HLD/LLD for any game like chess/Snakes and ladder
  • Ans. 

    Designing HLD/LLD for a game like chess or Snakes and Ladders

    • Identify the game rules and mechanics

    • Determine the game board and pieces

    • Create a data model for the game state

    • Implement game logic and rules using algorithms

    • Design user interface and user experience

    • Consider scalability and performance

    • Test and debug the game thoroughly

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Hiring Manager round Asked to implement Dots and Square game

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well.
Brush up your javascript skills
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

90 minutes 3 coding questions

Round 2 - Technical 

(3 Questions)

  • Q1. Wall the topics rite a code using of OOPS
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.

    • Create classes to represent real-world entities

    • Encapsulate data and behavior within classes

    • Use inheritance to create relationships between classes

    • Implement polymorphism to allow objects to be treated as instances of their parent class

  • Answered by AI
  • Q2. Polymorphism code using all the properties
  • Ans. 

    Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism is achieved through method overriding in subclasses.

    • It allows for more flexibility and reusability in code.

    • Example: Animal superclass with subclasses Dog and Cat, both overriding the makeSound() method.

  • Answered by AI
  • Q3. Inheritance and its types
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class

    • Multiple inheritance, where a class inherits from multiple parent classes (not supported in some languages)

    • Multilevel inheritance, where a class inherits from a class that itself inherits from anothe...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Basic hr questions only

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do DSA and cs subjects
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is the role of u in ur project
  • Q2. Why do u choose this project?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is react js
  • Ans. 

    React.js is a JavaScript library for building user interfaces.

    • React.js is developed and maintained by Facebook.

    • It allows developers to create reusable UI components.

    • React uses a virtual DOM for efficient rendering.

    • It follows a component-based architecture.

    • React can be used for building single-page applications.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Referral

Round 1 - Technical 

(1 Question)

  • Q1. It was a array question. I was told to return a object from a function which would contain getting all the array elements, adding a element, deleting a element. The test was on hacker rank.
Round 2 - Technical 

(1 Question)

  • Q1. This was basically a one on one round. I was asked basics of HTML, CSS and React. Questions like Hoisting, Prop Drilling, Context API. Not only do you need to know what the topics are. But I was asked to i...
Round 3 - HR 

(1 Question)

  • Q1. Basic Company Details and Salary Negotiations

Interview Preparation Tips

Topics to prepare for IBM Front end Developer interview:
  • React.Js
  • HTML
  • Javascript
  • OOPS
Interview preparation tips for other job seekers - Prepare your best. Do some leetcode and go through previous interview experiences. Get to know the IDE in which they interview you . Trust me that makes a lot of difference. Last part helped me a lot. You do not have to be a code parrot and learn everything by heart. The challenge is to receive a completely new problem and on the spot try to solve it. You will fail multiple times and you have to communicate with the interviewer about your approach. If you are close then he might give you a hint and voila the impossible problem would seem somewhat possible. All the best to everyone reading this!
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Test interview test interview
  • Q2. Test interview with next level questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Mar 2023.

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 

Html, CSS, Javascript, Bootstrap, React Js, Node Js, GitHub, Git

Round 3 - HR 

(5 Questions)

  • Q1. Self Introduction
  • Q2. My self Velithurla Indra
  • Q3. I have completed my graduation Bsc computer science
  • Q4. My strength is self-motivated & skills aslo
  • Q5. My short term goal is to get a job in reputed company
Round 1 - Coding Test 
Round 2 - Technical 

(2 Questions)

  • Q1. They asked about current project.
  • Q2. They have given some problem to write javascript code.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA and javascript concepts.

Nutanix Interview FAQs

How many rounds are there in Nutanix Front end Developer interview?
Nutanix interview process usually has 2 rounds. The most common rounds in the Nutanix interview process are One-on-one Round.
What are the top questions asked in Nutanix Front end Developer interview?

Some of the top questions asked at the Nutanix Front end Developer interview -

  1. implement a calculator class which does this cal.add(2).sub(3).mul(4).delay(200...read more
  2. Given a nested checkboxes like parents > children > childre etc write javascri...read more
  3. Problems on Array and bit manipulation. Questions on setTimeout() and bind func...read more

Tell us how to improve this page.

Member Technical Staff
101 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Reliability Engineer
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Mts1
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

MTS-4
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Staff Member 3
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Nutanix with

Red Hat

4.3
Compare

VMware Software

4.4
Compare

Cisco

4.1
Compare

Dell

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