var a = 1; function abc() { alert(a); // output? alert(foo()); // output? var a = 5; alert(a); // output? var foo = function() { return 2; }; } abc('sde', 9, 'mumbai', 'india');
L1 Support Interview Questions
737 l1 support interview questions shared by candidates
They asked questions like they want me as position of CEO
✔ How to access "Home" account in windows XP?
oops concepts
What is a spin-off?
some puzzles
Above avarage
Hash map Equal hash code Linked list loop Min heap Threading concurrent package
mutli threading / collections
Some of the questions are : 1. Rotation of an array about any given position in O(n), no extra space. 2. Reverse every k sized sub-arrays of an array of size n (Optimal).
Viewing 711 - 720 interview questions