Related to Application Egnine
Senior Applications Engineer Interview Questions
367 senior applications engineer interview questions shared by candidates
What is different between a and b function foo() { a = 4; var b = 5; }
What was the most expensive thing you ever broke on the job?
Do you have experience programming a PPC or Risc processor ?
Write the function to implement fibonacci Number. F(n) = F(n-1) + F(n-2) base case: F(0) = 0; F(1) = 1;
Paraphrased: If you needed to move a house from one side of the mountain to the other, what tools would you need and how would you go about doing it?
Straightforward interview. No curved ball questions. All were appropriate to the role I was applying for.
What is the difference between abstract vs interface? Overloading and overriding?
What is the Big O of a hash table (Hash map)?
Will you be able to improve/modify our code confidently (that code I have never seen in my life)?
Viewing 1 - 10 interview questions