Upload Button Icon Add office photos

Nutanix

Compare button icon Compare button icon Compare

Filter interviews by

Nutanix Software Trainee Intern Interview Questions and Answers

Updated 3 Oct 2024

Nutanix Software Trainee Intern Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic questions of fundamentals of cs

Round 2 - Group Discussion 

My topic was : Is cricket hampering the growth of other sports

Round 3 - Technical 

(3 Questions)

  • Q1. Networking questions
  • Q2. Linux based os questions
  • Q3. Cloud computing questions

Interview Preparation Tips

Topics to prepare for Nutanix Software Trainee Intern interview:
  • Computer Networking
  • Cloud Computing
  • Operating Systems
  • DSA

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Common CS related questions from OOPS, DBMS, OS, SQL, etc

Round 2 - Technical 

(1 Question)

  • Q1. Basic computer science related questions
Round 3 - Technical 

(1 Question)

  • Q1. CS subjects related questions were asked
Round 4 - HR 

(1 Question)

  • Q1. Common HR questions used in Interviews

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Core subjects
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Program to find the largest and smallest integer in a program
  • Ans. 

    Program to find the largest and smallest integer in a program

    • Iterate through the array of integers to find the largest and smallest values

    • Initialize variables to store the largest and smallest values, update them as needed

    • Handle edge cases like empty array or array with only one element

    • Return the largest and smallest values found

  • Answered by AI
  • Q2. Explain internal working of HashMap, what is abstract class
  • Ans. 

    HashMap is a data structure that stores key-value pairs using hashing. An abstract class is a class that cannot be instantiated.

    • HashMap uses hashing to store key-value pairs for efficient retrieval.

    • Abstract classes cannot be instantiated and can have abstract methods that must be implemented by subclasses.

    • Example: HashMap map = new HashMap<>();

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Which list you will prefer using if you want to create an application that needs constant modification, ArrayList or LinkedList
  • Ans. 

    LinkedList is preferred for constant modification due to faster insertion and deletion times.

    • LinkedList is preferred for constant modification because it has faster insertion and deletion times compared to ArrayList.

    • LinkedList allows for easy insertion and deletion of elements without the need to shift other elements, making it more efficient for constant modifications.

    • ArrayList is better for random access and iteratin...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. String coding question
  • Q2. File operations
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Large scale system design interview
Round 2 - Coding Test 

Two DSA questions related to Arrays & strings

Round 3 - One-on-one 

(1 Question)

  • Q1. Design URL shortener
  • Ans. 

    Design a URL shortener service with features like shortening, redirecting, tracking, handling collisions, and providing analytics.

    • Use a hashing algorithm to generate unique short URLs from long URLs

    • Store mappings of short URLs to original URLs in a database

    • Implement a redirect mechanism to direct users to the original URL when accessing the short URL

    • Track the number of times each short URL is accessed and store this da...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SOLID Principles
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Rate Limiter with possible test cases
  • Ans. 

    Rate limiter is a mechanism to control the rate of requests sent to a server

    • Implement a sliding window algorithm to track the number of requests within a specific time frame

    • Set a limit on the number of requests allowed per unit of time

    • Return an error response when the limit is exceeded

    • Test cases: 1. Send requests below the limit - should be successful. 2. Send requests above the limit - should receive an error response

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Rank teams based on some criteria
Round 3 - One-on-one 

(1 Question)

  • Q1. Job scheduler system design round
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Mcq and sql questions along with core subject mcq

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa question and technical question were asked
  • Q2. Duplicates count in an array
  • Ans. 

    Count duplicates in an array of strings

    • Iterate through the array and use a HashMap to store the count of each string

    • Check if the count of a string is greater than 1, then it is a duplicate

    • Return the total count of duplicates found in the array

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Aptitude AI subject puzzles were asked

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 3 interview rounds.

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 - Technical 

(1 Question)

  • Q1. Javascript question Diff b/w function declaration and expression, types of scope, Call,bind and apply,
Round 3 - Technical 

(1 Question)

  • Q1. Lexical Scope and questions based on scope
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude+ coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Online face to face coding tets
Round 3 - HR 

(1 Question)

  • Q1. Didn't attend the round

Nutanix Interview FAQs

How many rounds are there in Nutanix Software Trainee Intern interview?
Nutanix interview process usually has 3 rounds. The most common rounds in the Nutanix interview process are Aptitude Test, Group Discussion and Technical.
What are the top questions asked in Nutanix Software Trainee Intern interview?

Some of the top questions asked at the Nutanix Software Trainee Intern interview -

  1. Linux based os questi...read more
  2. Cloud computing questi...read more
  3. Networking questi...read more

Tell us how to improve this page.

Nutanix Software Trainee Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 902 Interviews
Cisco Interview Questions
4.1
 • 397 Interviews
Dell Interview Questions
4.0
 • 393 Interviews
Adobe Interview Questions
3.9
 • 251 Interviews
24/7 Customer Interview Questions
3.5
 • 175 Interviews
Globant Interview Questions
3.8
 • 171 Interviews
View all
Member Technical Staff
101 salaries
unlock blur

₹14 L/yr - ₹48 L/yr

System Reliability Engineer
46 salaries
unlock blur

₹10.3 L/yr - ₹30.5 L/yr

Mts1
35 salaries
unlock blur

₹16 L/yr - ₹38.4 L/yr

MTS-4
35 salaries
unlock blur

₹26 L/yr - ₹55 L/yr

Technical Staff Member 3
35 salaries
unlock blur

₹20 L/yr - ₹45 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