Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en Micron Technology (Singapur) en dic 2021
Entrevista
Interviewer will like you to describe how do you solve the problem structurally and logically, You’re given a sorted array, so binary search is the key here.
You need to find the target value’s index or the position where it should be if it’s not present.
Preguntas de entrevista [1]
Pregunta 1
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order