Overall interview had 3 parts to it:
-Phonecal
-Techical skills interview
-Soft skills interview
I got notices on my adress email when and how to join interview call.
Interviewer was polite and nice. Questions were easy and on point.
J'ai postulé via une agence de recrutement. J'ai passé un entretien chez Motorola Solutions en mars 2019
Entretien
I was contacted by a headhunter through LinkedIn. I received an email from Motorola with a Codility challenge: one task was to return an array of integers which sum up to 0 given n (how many numbers), second was to debug a code by changing only three lines in it. There were 55 minutes for those two. Then I was invited for a 2h interview both technical and "tell me about yourself".
Questions d'entretien [9]
Question 1
How would you check if a file send over the network has not be changed during this transfer?
Write (on paper) a method that takes in a long and returns true if its binary representation has even number of 1, false otherwise. Do not turn long into binary (trick was to use & with bitmask, >> and a loop). Write unit tests.