It was a fast and easy process where you talk to recruiters and have interviews with the higher ups. The questions are not that hard, either. Because it is an internship position, the requirements are not that hard to meet.
Interview questions [1]
Question 1
Given an array of consecutive numbers. However, one of them is missing in the sequence. How do you find that missing number?
for example, the array [1,2,4,5,6] should return 3