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.
Web Software Engineer Interview Questions
245 web software engineer interview questions shared by candidates
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.
"Build Your Own Flux" TDD - They have an empty function and some tests laid out that you need to build up to passing.
Given 2 images in HTML markup: <img src="blah.gif" /><img src="blah.gif" /> how would you position the lower above the upper in CSS?
Tell me what React is and what Redux is and why are they useful?
Can you describe a time where you were given an impossible task, how did you respond and what was the outcome?
Can you tell me about your past experiences working on programming projects?
Describe a challenge you faced in a past internship or project.
Nothing out of the ordinary. Linked lists, stacks, hashmaps.
Your background
Viewing 51 - 60 interview questions