What is the difference between REST and GraphQL?
Javascript Developer Interview Questions
1,200 javascript developer interview questions shared by candidates
function multiply(x,y){return x * y}; So multiply(3,5) returns 15. What changes do we have to make to multiply so we can write multiply(3)(5);
If you were given a bucket with all the abilities inside and you could take only one from there which one would you choose?
They asked a question about objects and encapsulation in Javascript -- specifically how to write them such that the data was private.
Why are you leaving your current job
On a webpage, a <div> with class="button" has a click event. Because a keyboard user cannot activate the click event, this is not accessible. Typically, a keyboard user needs tab to an interactive element such as a link or button and press the space or enter key to activate. Only using JS/JQuery, how would you make this keyboard accessible?
Sketch (on paper) the UX and basic functionality of a billing system for power consumption in large office building.
in aptitude they asked questions like, what would you do if company belonging to friend of yours is breaking a law, a. you will ignore it b. you will explain to your friend that he could get in trouble and he should stop doing illegal stuff c. you will go to authorities to report it
in coding we were given a quiz like page and asked to make similar one using js, CSS, html and make it responsive and vertically aligned
They asked one coding question of reverse the number in javascript with out built method.
Viewing 221 - 230 interview questions