Back

Front End Developer

Questions

 71 Questions
Clicking on the following links will update the content below
Question 1 of 71

1. What happens when the user enters a URL?


Overview

This question tests the applicant's knowledge of the HTTP protocol. It's a basic question that can help you determine whether the person you're interviewing has a solid grasp of the basics of web development.

Interview Expectations

Detailed explanation of the process
Examples of how the applicant uses this knowledge in their work
Confidence in explaining this process to any audience

Sample Answer

The user enters a URL into their browser and the browser sends a request to the server hosting the website. The server then sends back a response that includes the HTML for the page. The browser then renders the page based on this HTML.