describe with what data structure is the best to handle draggable item list
Full Stack Software Developer Interview Questions
19,498 full stack software developer interview questions shared by candidates
write a crawler to search on file system and find specific type of files
What will be logged first console.log('data 1'); setTimeout(function(){ console.log('data 2'); }, 0); console.log('data 3');
A fairly easy DSA question and few theory/knowledge based questions related to role.
Without using the id of the setInterval function, how will you cancel all the intervals in your page?
Some questions about how I think and solve problems. They wanted to test my knowledge.
A robot is located in the upper-left corner of a 4×4 grid. The robot can move either up, down, left, or right, but cannot go to the same location twice. The robot is trying to reach the lower-right corner of the grid. Your task is to find out the number of unique ways to reach the destination.
two rounds of questions first one was a bit nervous, second one was good, it is mostly basic java questions and work experience related
Reverse a Linked List and Delete a given node from a Linked List without using extra memory.
Write a function that replaces variable names inside a function with theirs values. lets say "i am #years# years old" -> "i am 20 years old"
Viewing 2361 - 2370 interview questions