logical programming expected to solve puzzles
Lead Web Developer Interview Questions
23,586 lead web developer interview questions shared by candidates
No difficult question was asked
Questions on Projects(Final Year)
1.What is the difference between row and row reverse? 2. you have a div organise way like 1,2,3,4 . how do you manage reverse way into the mobile Screen?
Give output of the following code add(int num) { while(num < 6) { add(num+1); } printf("\n%d",num); } main() { int a = 1; add(a); }
program on switch case,find largest number,find the fractions of the given number etc
How you would rate your experience on Adobe Programs?
They had a few technical questions on scope and a few pre defined functions in javascript.
(function() { console.log(1); setTimeout(function(){console.log(2)}, 1000); setTimeout(function(){console.log(3)}, 0); console.log(4); })();
What is a closure?
Viewing 4131 - 4140 interview questions