Filter interviews by
Generate the first 50 prime numbers
Start with the first prime number, 2
Use a loop to check for prime numbers by dividing each number by all numbers less than it
Keep track of the prime numbers found until you have 50
Number of islands in a matrix
Design data recovery system
When you search Google, it retrieves relevant information from its index and displays results based on the search query.
Google retrieves information from its index of web pages
Results are displayed based on relevance to the search query
Search results may include websites, images, videos, news articles, and more
On Hackerrank, hard problems
Nutanix interview questions for designations
I applied via Company Website and was interviewed before May 2023. There were 4 interview rounds.
Medium level DSA questions.
Medium level DSA question with some previous projects discussion
Get interview-ready with Top Nutanix Interview Questions
I applied via LinkedIn and was interviewed in May 2022. There were 5 interview rounds.
Not exactly coding test but 3 coding questions in interactive manner in 1 hr.
General Aptitude and Test planning was reviewed in this round. Case study was given to come up with a test plan. Domain knowledge was tested again.
posted on 2 Dec 2016
I applied via campus placement at Indian Institute of Technology (IIT), Chennai and was interviewed in Dec 2016. There was 1 interview round.
The question asks for the length of the longest absolute directory path string and how to optimize it.
Use a depth-first search (DFS) algorithm to traverse the directory structure
Maintain a stack to keep track of the current path length
Keep updating the maximum path length encountered
Consider the length of each directory/file name and the length of the path separators
Debugging a code of Dining Philosopher Problem
Check for deadlock conditions
Ensure that each philosopher can only pick up two forks at a time
Implement a solution using semaphores or monitors
Consider using a timeout mechanism to prevent deadlock
Test the code with different scenarios to identify and fix any issues
Design a system to find the millionth person liking a particular comment.
Use a database to store the likes for each comment
Implement a counter to keep track of the number of likes for each comment
Use a caching mechanism to improve performance
Consider sharding or partitioning the data for scalability
Implement a search algorithm to find the millionth person
I applied via campus placement at Indian Institute of Technology (IIT), Chennai and was interviewed in Dec 2016. There was 1 interview round.
The question asks to link up all nodes present in the same level of a binary search tree using the next pointer.
Traverse the tree level by level using a queue
For each level, create a linked list by connecting the nodes using the next pointer
Use a dummy node to keep track of the start of the linked list for each level
A URL shortener is a tool that takes a long URL and creates a shorter, easier-to-share link.
Generate a unique short code for each URL
Store the short code and original URL in a database
Redirect users from the short URL to the original URL
Track clicks and analytics for each short URL
Design a thread-safe implementation of HashMap.
Use synchronized methods or locks to ensure mutual exclusion.
Consider using ConcurrentHashMap instead of HashMap.
Use volatile keyword for variables accessed by multiple threads.
Avoid using iterators as they may cause ConcurrentModificationException.
Use atomic operations for read-modify-write operations.
Consider using immutable keys to avoid synchronization issues.
Top trending discussions
I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.
Use indexing to access individual characters from a string.
Use square brackets and the index number to access a specific character in the string.
Remember that indexing starts at 0 in most programming languages.
Example: str = 'hello', to get the first character 'h', use str[0].
Some of the top questions asked at the Nutanix Member Technical Staff interview -
based on 6 interviews
1 Interview rounds
based on 9 reviews
Rating in categories
Member Technical Staff
100
salaries
| ₹14 L/yr - ₹48 L/yr |
System Reliability Engineer
46
salaries
| ₹10.3 L/yr - ₹30.5 L/yr |
Mts1
35
salaries
| ₹16 L/yr - ₹38.4 L/yr |
MTS-4
35
salaries
| ₹26 L/yr - ₹55 L/yr |
Technical Staff Member 3
35
salaries
| ₹20 L/yr - ₹45 L/yr |
Red Hat
VMware Software
Cisco
Dell