all fundamental questions realated to angular and node
Javascript Developer Interview Questions
1,200 javascript developer interview questions shared by candidates
How efficiently you'll work for the given tasks?
What is a binary tree? Is this a binary tree? If this one element is removed from the binary tree, what happens? Write the code for this.
Given this combination of dominoes, what's the longest sequence you can create?
explain sorting principles with examples
explain destructuring for Array, Object or String in JavaScript, and what are uses?
About Software analysis and design methodologies.
The test was interesting and straight to the point - no logic mindf#cks and 'traps'. Write an app that does X. Great approach
design question - high level how to design Wix Sheets (like google sheets)
Would the following code produce the same output in Google Chrome as in Node? Why? console.time("loop"); for (var i = 0; i < 1000000; i += 1){ // Do nothing } console.timeEnd("loop");
Viewing 201 - 210 interview questions