Given 2 jugs, one is 3 quarts and the other is 5 quarts. Find a way to end up with 4 quarts of water.
Sr Engineer Interview Questions
107,415 sr engineer interview questions shared by candidates
- Reverse a linked list - String palindrome - Swift language - iOS Concepts - Design problem (Build a Notification Center) - Design problem (Build UI similar to google calendar)
The Merit Trac test software is not at all ready for use. The questions are not displayed correctly and many questions were just without any answers. The question layout is messed up and code sniplet mentioned in single line, so its impossible to answer line which contains error.
- Background and experience suitable for the role - Open systems design question (information storage and retrieval) - Typical CS online coding exercise
what are the materials that is used to make HDD?
basic JavaScript qs
Why do you want to work for Nutanix?
Data stucture and algo question combining hash, lists, sorting and logic, more on the real world application side of these things, than theory.
Round 1 Q1 Given a log file with list of tuples(TIMESTAMP, USER, PAGE_TYPE) where page type being the page visited. Form sequence of pages the user had visited and then find the most common sequence. The question was later changed to form triplets of sequences. e.g if the sequence is A->B->C->D->E->F, the triplet sequences would be A B C B C D D E F and then find the most common sequence.
1. Class A has variable a, Class B extends from A which has b, Class C extends from Class B which has c. Set values for those variables. Write a clone method which returns a deep copy. For example ClassA a = new ClassC(5); which will print 5,4,3 set by constructors in those classes. ClassA x = a.myClone(); x.print() should also print 5,4,3.
Viewing 1081 - 1090 interview questions