In a class, there are 40% boys. 30% of the students have blond hair. There are 3 times more blond girls than boys. What is the percentage of blond boys?
Lead Web Developer Interview Questions
18,878 lead web developer interview questions shared by candidates
Have you ever build a jQuery plugin?
What is inheritance in java
Closure problem: function addButtons(numButtons) { for (var i = 0; i < numButtons; i++) { var button = document.createElement('input'); button.type = 'button'; button.value = 'Button ' + (i + 1); button.oncl1ck = function() { alert['Button ' + (i + 1) + ' clicked'); }; document.body.appendChild(button); document.body.appendChild(document.createElement('br')); } } window.onl0ad = function() { addButtons(5); }; when clicking either button (1-5) will print "Button 5 Clicked",
the falling egg question - you have a tall building and unlimited amount of eggs - how will you find the minimal floor from which it breaks? and if you have only 2?
What is a static method?
How would you respond to technical issues in reference to your job task and responsibilities.
What is your experience to do X?
How efficiently you'll work for the given tasks?
related to your grasping knowledge.
Viewing 3181 - 3190 interview questions