From the course: Job Interview Tips for Software Engineers

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Candidate answer and feedback

Candidate answer and feedback

From the course: Job Interview Tips for Software Engineers

Start my 1-month free trial

Candidate answer and feedback

- [Instructor] Let's listen to a sample candidate answer and I'll be right back with some feedback. - The web service architecture consists of several key components. You've got the web server, it's a piece of hardware that responds to a user request with data. Could be as simple as loading static files from a computer. Database is a resource for the web server to persist or store data. The two technologies, they work together but they often sit on separate computers. So they don't compete for resources. You'll want to make changes to the database by inserting data into it and reading data from it. This is where you'd do something like SQL. Yeah, the front end, which could be a browser, it makes a request for information to the backend, which is the web server. For example, when you search for dog food on Amazon a bunch of options show up. Databases come in several different forms. If you plan on using data arranged…

Contents