Envié una solicitud electrónica. El proceso duró 2 semanas. Acudí a una entrevista en ByteDance en jul 2021
Entrevista
I had two phone interviews. In the first interview, we were purely talking about the projects on the resume. In the second one, the interviewer probed my knowledge by asking questions and coding.
1. self introduction.
2. coding on whiteboard
3. answer interview questions such as computer vision, machine learning, coursed taken.
Envié una solicitud electrónica. El proceso duró 1 semana. Acudí a una entrevista en ByteDance en abr 2018
Entrevista
It was an online interview. The interviewer first asked me to introduce myself and asked me some relevant questions on my resume. He wanted details about the algorithms used in my projects. Then he asked some technical questions.
Preguntas de entrevista [1]
Pregunta 1
Questions about my projects listed on the resume.
Assume you have a function that generates 1~5 with equal probability, how do you design a function to generate 1~8 with equal probability?
How do you find the index of the target number in a sorted array? What if the array is rotated like [3,4,5,1,2]?