I applied through an employee referral. The process took 1 week. I interviewed at Everbridge (Burlington, MA) in June 2016
Interview
I applied through an employee referral. I had one on-site interview with 5 team members. The questions were mostly technical. One team member was not available on that day, so we had a phone interview later instead.
I applied online. The process took 2 weeks. I interviewed at Everbridge in June 2024
Interview
Interview was for "Office of CTO". Different from typical Microsoft interview. Overall process took 2 weeks.
Have applied via Microsoft portal itself. All the 4 rounds were technical in nature
Interview questions [4]
Question 1
What past project worked on last 1 year , what have you learned new and exciting
Discussion on specific past Project
Discussion on exciting past project
Which sort to be used for in memory array, best case and worst case complexity. and why
Sort Link-list via merge sort using recursive function.
How to replicate data from Primary to Secondary (DB) in un-reliable network. Write code at primary and secondary side
Consider single secondary as of now.
2 criteria : there should be no data loss and seq of data should be maintained.
DS/Algo: Given an array of +ve number, provide all the possible expression which can create number 24.
Numbers can be used in any order, use math operator (+,-,*,/).
Example: [5,5,1,1]
Expected Answer: (5 - (1/5)) * 5
What are your achievements in the past?
Given Single Node System which process 1/2 million request. Given ITask interface , Implement task manager which cancel tasks which are not completed in certain time.