Sr Web Developer Interview Questions

807 sr web developer interview questions shared by candidates

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",
avatar

Senior Web Developer

Interviewed at MyHeritage

4.2
Jun 30, 2016

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",

It Contains basic hr questions in HR Round like: What can you tell me about yourself? ... Can you list your strengths? ... What weaknesses do you have? ... Why should I consider hiring you? ... Where do you see yourself five years from now? ... Why do you want to work here? And Technical Questions are on basis of profile and experience

Senior Web Developer

Interviewed at ArtNStyle

5
Apr 1, 2017

It Contains basic hr questions in HR Round like: What can you tell me about yourself? ... Can you list your strengths? ... What weaknesses do you have? ... Why should I consider hiring you? ... Where do you see yourself five years from now? ... Why do you want to work here? And Technical Questions are on basis of profile and experience

Viewing 171 - 180 interview questions

Glassdoor has 807 interview questions and reports from Sr web developer interviews. Prepare for your interview. Get hired. Love your job.