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.
Me postulé a través de una agencia de empleos. Acudí a una entrevista en Motorola Solutions en mar 2019
Entrevista
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".
Preguntas de entrevista [9]
Pregunta 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.