Multiple, different interviews that only occurred over the phone. HR was first then hiring managers. HR made their initial requiremnt checks. Subject matter experts described the work and customer interactions. Interviewers were direct and friendly.
First HR called regarding the opening then scheduled interview 1 st round coding 2 nd round coding 3 rd round techno manager After attending all 3 rounds and asked only simple question and i have answered for it But simply rejected
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.