Web Developer interview questions
Posted
by
Baba
on Programmers
See other posts from Programmers
or by Baba
Published on 2012-03-28T11:42:33Z
Indexed on
2012/03/28
17:44 UTC
Read the original article
Hit count: 414
I read an article today that listed some basic questions about web development:
Describe how POST data was submitted to a server by a browser.
Explain a number of HTTP status codes (except maybe 404 and 500).
Explain SOLID or name a design pattern.
Explain ways to improve a page load speed or user experience.
The author says "if you can’t answer the questions above there are a lot of people who wouldn’t think of you as a Senior Web Developer."
My questions are:
How relevant are these questions in respect to real life web programming and scalability?
How true is that statement? In other words, do you consider this knowledge a requirement to be considered a Senior Web Developer?
I was able to answer all the questions, too easily it seemed, so I'm wondering whether it is effective to use these or similar questions to screen developers rather than asking them to write sample code.
© Programmers or respective owner