First, someone from the HR calls to schedule an interview. There are 2 technical interviews in the process, I did only the first one. It took 1.5 hours.
I wrote the questions I was asked below.
Interview questions [1]
Question 1
1) Given aa array of numbers (arr) and a target number, return 2 indexes i and j so that arr [i] + arr [j] = target.
2) Implement bubble sort in c.