I applied through an employee referral. The process took 2 days. I interviewed at Nutanix (Bengaluru) in Dec 2017
Interview
I applied through employee referral. It was telephonic interview on live code editor.
As this was on live editor for 1 hour, i had to apply for half day leave. It turned out to be total waste of time & efforts as interviewer asked mostly hard-core programming/developer questions.
He was not even interested in the logic applied for solving questions when i was able to partially solve those. All he said that run the code and if it doesn't give the desired output then he never bothered to ask the logic.(This reminded me of good old college days when instructor just used to show the output irrespective of what logic/data structures used :p)
As build & release engineer over 7+ years of experience, apart from day-to-day automation scripts in perl/shell , build& release engineer hardly gets less than 20% of time to work on developing new tools.
If Nutanix wants to hire developers/software engineers for build & release engineer profile , then they should clearly mention in the job description.
Interview questions [1]
Question 1
1) Print all words and occurrences which are made from same letters from given list : cat,atc,tac,dig,gid,abc,pqr
For example : cat, tac, atc are made from same letters so output should be cat:3
dig :2
2) Find out the range of consecutive numbers out of given numbers
input : -10,-2,0,-9,-1,6,1,2,8
output: [-10:-9], [-2,1], [6], [8]