Web Developer Intern Interview Questions

16,019 web developer intern interview questions shared by candidates

Consider the following JavaScript code that is executed in a browser: function startAjaxQueue(){ for (var i = 0; i < 50; i++){ executeAjaxCallAsync(); } }; Assuming that executeAjaxCallAsync() uses a standard XmlHttpRequest asynchronously to retrieve data from server, how many concurrent HTTP requests would you expect to be created by this loop?
avatar

Full Stack Web Developer

Interviewed at Data Cluster Systems

5
Jun 8, 2018

Consider the following JavaScript code that is executed in a browser: function startAjaxQueue(){ for (var i = 0; i < 50; i++){ executeAjaxCallAsync(); } }; Assuming that executeAjaxCallAsync() uses a standard XmlHttpRequest asynchronously to retrieve data from server, how many concurrent HTTP requests would you expect to be created by this loop?

Viewing 351 - 360 interview questions

Glassdoor has 16,019 interview questions and reports from Web developer intern interviews. Prepare for your interview. Get hired. Love your job.