Web designer developer Interview Questions
122
Web Designer Developer interview questions shared by candidates
Several questions were asked that focused on semantic knowledge of various coding languages, rather than the application and practical use of said languages. For example, I was asked to list five Javascript data types.
2 Answers↳
I'm a self-taught web developer who's been using Javascript for several years. I can write almost any JS function with little to no outside help. However, rather than focusing on the practical application of my technical knowledge, the interviewer seemed much more concerned with 'textbook' semantic knowledge. Any developer will tell you that memorizing all of the Javascript data types does not a Javascript expert make. Less
↳
Lol, so you couldn't list: numbers, strings, arrays, objects and booleans? That's like saying I can write html professionally and yet cant list out 5 common elements: div, body, head, section and span. Or explain the relationship between css selectors and properties. p.s. I'm a self taught developer who has only been using javascript and its plethora of libraries in a professional context for about a year, if that. Less

The questions were of both programming and theory nature. They did not leave any area untouched. I guess interviews happened from us.
2 Answers↳
It was all positive feedback in mail
↳
sad to hear that it didn't worked out for you.. did you manage to get feedback? Also i am scheduled for interview in Delhi only can you provide some pointers about the test? Less


do you also know how to do print ad layout?
1 Answers↳
Yes, I had experience in the past but not many younger workers would.

Mention what do you mean by Responsive design on a web page?
1 Answers↳
Responsive design is an approach to building sites to provide an optimal viewing and interaction experience. It focuses on easy navigation of site with a minimum of scrolling, panning and resizing across all devices. Bootstrap is the most popular CSS, HTML and JS framework used for developing responsive web design Less

Say there was a function that took 1 second to execute and you needed to run this function 10 million times, how would you cut down on the execution time?
1 Answers↳
Build a system that would run the functions concurrently.

How would you respond to a project that has changed direction entirely?
1 Answers↳
How do you manage an impending deadline/deadlines in general?