Web Software Developer Interview Questions

369 web software developer interview questions shared by candidates

1. There are a cluster of stateless servers all serving the same pages. 2. The servers are hosting 5 web pages- p1.html, p2.html, p3.html, p4.html and p5.html 3. p1.html just redirects users to the other 4 pages 4. Requests to p1.html should result in 10% of users being redirected to p2.html, 5% of users redirected to p3.html, 20% of users redirected to p4.html, and 65% of users redirected to p5.html. 5. Users do not need to stick to the page they are first redirected to. They could end up on a different page with every request to p1.html 6. Write a function/pseudocode that would be invoked with every request to p1.html and redirect the correct percentage of users to the correct page.
avatar

Web Software Engineer

Interviewed at Ask Media Group

3.3
Mar 27, 2013

1. There are a cluster of stateless servers all serving the same pages. 2. The servers are hosting 5 web pages- p1.html, p2.html, p3.html, p4.html and p5.html 3. p1.html just redirects users to the other 4 pages 4. Requests to p1.html should result in 10% of users being redirected to p2.html, 5% of users redirected to p3.html, 20% of users redirected to p4.html, and 65% of users redirected to p5.html. 5. Users do not need to stick to the page they are first redirected to. They could end up on a different page with every request to p1.html 6. Write a function/pseudocode that would be invoked with every request to p1.html and redirect the correct percentage of users to the correct page.

The web form should allow the user to enter one or more IP addresses. On submission, it should look up these IP addresses in the GeoLite2 City database and display the following for each IP address: ○ Country Code ○ Postal Code ○ City Name ○ Time Zone ○ Accuracy Radius You may implement this in the language of your choice. Our developer site contains links to database reader libraries in numerous languages. Feel free to use either an official library or a third-party one. Please use one of the libraries linked from this page. The pages may either be generated server side or you may dynamically load the content using JavaScript. To get access to the GeoLite2 City database, you must sign up on our website. Do NOT use the GeoLite2 web service.
avatar

Senior Web Developer/Software Engineer

Interviewed at MaxMind

3.9
Apr 15, 2023

The web form should allow the user to enter one or more IP addresses. On submission, it should look up these IP addresses in the GeoLite2 City database and display the following for each IP address: ○ Country Code ○ Postal Code ○ City Name ○ Time Zone ○ Accuracy Radius You may implement this in the language of your choice. Our developer site contains links to database reader libraries in numerous languages. Feel free to use either an official library or a third-party one. Please use one of the libraries linked from this page. The pages may either be generated server side or you may dynamically load the content using JavaScript. To get access to the GeoLite2 City database, you must sign up on our website. Do NOT use the GeoLite2 web service.

Viewing 71 - 80 interview questions

Glassdoor has 369 interview questions and reports from Web software developer interviews. Prepare for your interview. Get hired. Love your job.