I applied online. The process took 2 months. I interviewed at Microsoft (Ban Pra Suk) in Jan 2022
Interview
Microsoft Prague:
There was first series of the interview with HR then they hold for 1 month with the reply. 2d round is technical interview where I was requested to write simple algorithm in python. Then was series consists of 4 interviews: 1 again simple algorithm in python. 2 Interview with the data engineer without specific technical questions on data engineering, though they ask to propose the design of LinkedIn news list specific for each user implementation. That was the only interesting task. 3 is management interview with standard questions - how do you handle stress at work etc. 4. interview with data engineer again basic sql knowledge is enough to pass. Remarkable that during the whole process nor salary nor specific role description is not provided and despite I answered all the questions and mentioned that senior role is the only I can accept. They didn't came up with the offer and didn't explain why. My thoughts is that they couldn't manage to open Senior position for this Job.
Interview questions [1]
Question 1
Write a function that return N-th distinct element from array. example: N=2 Array=[a,a,b,c,d,c,e]
Answer = d
because a and c is not distinct in array and omitted
I applied online. I interviewed at Microsoft (Miami, FL)
Interview
Ho partecipato a un colloquio conoscitivo per una posizione professionale in ambito tecnico. Durante l'incontro sono state approfondite le mie esperienze lavorative, le competenze acquisite nel corso del percorso accademico e professionale, e le motivazioni che mi hanno spinto a candidarmi. È stata inoltre l'occasione per conoscere meglio l'azienda, il team e le attività previste dal ruolo. Il colloquio si è svolto in un clima professionale e costruttivo, favorendo uno scambio reciproco di informazioni e aspettative.
Interview questions [1]
Question 1
Ho partecipato a un colloquio per una posizione nel settore software/tecnologico. L'incontro è iniziato con una presentazione reciproca, seguita da domande sul mio percorso accademico, sulle esperienze professionali e sui progetti più significativi a cui ho lavorato. Successivamente sono stati approfonditi alcuni aspetti tecnici legati al ruolo e ho avuto la possibilità di porre domande sull'azienda, sul team e sulle attività previste. È stata un'esperienza utile che mi ha permesso di migliorare le mie capacità comunicative, comprendere meglio le aspettative del mercato del lavoro e riflettere su come valorizzare le mie competenze durante un processo di selezione.
Coding test and 3 round of interview , Contacted via 3rd party.interview went well.last management round panel said you are good fit.Then they ghosted and didn't give offer.waste of time.
I applied online. I interviewed at Microsoft (Redmond, WA) in Sept 2025
Interview
The process was tough but fair. There were two medium/hard sql questions, one easy leetcode style question, and one system design problem. Talked to 3 people in total for the interview.
Interview questions [1]
Question 1
We have a table of daily sales data. Write a query to calculate the 7-day rolling average revenue for each product, but exclude weekends from the calculation and handle gaps in the data.