Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Everbridge (Burlington, MA) nel mese di giu 2016
Colloquio
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.
Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Everbridge nel mese di giu 2024
Colloquio
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
Domande di colloquio [4]
Domanda 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.