My Interview consisted of technical discussions with 5 different individuals 1:1.
It is a thoroughly technical interview in which following things are asked/evaluated - DSP(Digital Signal PRocessing) fundamentals, DSP Assembly language programming skills, C programming skills.
Questions which i remember now roughly -
DSP - Digital filters(IIT,FIR), their applications, design of filters, DSP algorithms like autocorrelation, convolution, DFT,FFT.
Assembly language programming - Solve simple problems(square root, cube, reciprocal) using only certain assemlby language mnemonic instructions(not all instructions are given to be avaiable)
C programming - Whats error in the code. whats the output of code,etc. Write code to solve some problems, factorial, etc.