Filter interviews by
I applied via Campus Placement and was interviewed before May 2020. There was 1 interview round.
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
Nutanix interview questions for popular designations
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.
Get interview-ready with Top Nutanix Interview Questions
Some of the top questions asked at the Nutanix interview -
The duration of Nutanix interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 48 interviews
Interview experience
based on 159 reviews
Rating in categories
Member Technical Staff
101
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