Why do you want to leave your current job?
Senior Developer Interview Questions
29,174 senior developer interview questions shared by candidates
Regarding exception handling, lot about interface and questions were asked regarding design patterns. I was given scenarios to solve. Questions about good/clean code. In total it was like 30-40 mins. and interviewer was quite friendly.
project architecyure in depth
If I give you a technical paper with equations in it can you code it, or do you need me to write psuedo code for you?
Basic questions about the subject
Take this code and try to explain what is the behavior...
What is OOP?
Developer Assessment That include different technical assesment
Which statement is true about HTTP/2 in Node?
var funcs = {}; for (var i=0; i<3; i++){ funcs[i] = function(){ alert[i); } } for (var j = 0; j < 3; j++){ funcs[j](); } the code should print 0, 1, 2. but there is a bug, what is it and how should you fix it?
Viewing 1531 - 1540 interview questions