Your previous experience using javascript.
Javascript Engineer Interview Questions
1,561 javascript engineer interview questions shared by candidates
How would you rate yourself in your 5 most used technologies?
Basic javascript questions, like what is hoisting what are closures etc, few es6 questions.
What's the difference between "==" and "===" in JavaScript.
They have been asking questions about various things that are not used in day-to-day programming and that memory is impossible to know.
About experience, relocation and QA attitude
Compare the following pieces of code and point out the fastest one. It was about iterative methods.
if you have a 9 ball and an old weighing scale, one ball is heavier than other in how many iterations you can find the heaviest ball.
How to value to end of an array. Console.log("1"+2) What is the output
Online : 1) Nearest to zero element in an array 2) Longest prefix program 3) single loop reversal of string online questions require you to fill the logic only , not to write the entire program Pen paper : input =['acr', 'bat','car','atb','rca','rac','xyz'] desired output: [ ['acr','car','rca','rac'], ['bat','atb'],['xyz']] i.e grouping of psuedonyms .
Viewing 101 - 110 interview questions