Me postulé a través de una facultad o universidad. El proceso tomó 3 días. Acudí a una entrevista en Qualcomm (Nueva Delhi) en ago 2021
Entrevista
OT was a bit difficult whereas interview was easy. Interview questions consists of basic data structures, algorithms. I had fun during the whole interview process, and my interviewer was also very chill.
I saw this opportunity in linkedin platform, and applied through the referral. I got the call from the HR. I had 2 rounds - one online and the other round and they conducted in qualcomm office chennai.
Preguntas de entrevista [1]
Pregunta 1
I was asked 3 coding questions
1) https://leetcode.com/problems/single-number/
2) https://leetcode.com/problems/count-array-pairs-divisible-by-k/description/
3) given a string say “AABCCC” , return it as “2A1B3C”. Constraint is say if u have 13'A’s as input , u have to print it as “9A4A”