La procedura ha richiesto 6 giorni. Ho sostenuto un colloquio presso Microsoft (New York, NY)
Colloquio
Applied for a frontend position but was interviewed by a backend only developer and asked data structure questions. Only one of the questions pertained to the frontend which was odd since it was a frontend position and my background is frontend. The interview did not pertain to the skills listed on the job description. It was more focused on how recently the applicant has done leetcode problems rather than the skills in the job description.
Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Microsoft (Bellevue, WA) nel mese di apr 2016
Colloquio
I got contacted by a recruiter and applied that position online. Then we scheduled a phone screen in a week.
In the phone interview, we went over my resume quickly and jumped to skill testing part very soon to solve an algorithm problem.
The problem was kinda vague, asked for declaration, got an easy 'Yes' or 'No' as feedback.
Not a very ideal interview experience.
Domande di colloquio [1]
Domanda 1
You have an in-memory tree data structure. each node can have multiple children (can be more than 2). it's not search or balanced.
Task: serialize it to a file so that you can deserialize it later with the same structure
node values can be just any integers