Write a function to determine the type of JavaScript variables by hand.
Junior Software Development Engineer Interview Questions
42 junior software development engineer interview questions shared by candidates
Count minimum number of fountains(full question at https://www.geeksforgeeks.org/count-minimum-number-of-fountains-to-be-activated-to-cover-the-entire-garden/)
Compute before matrix(full question at https://www.geeksforgeeks.org/compute-before-matrix/)
move the elements in a given array by two positions
how to reverse a string
Some basic java questions about oop, set, array, list.
What is a closure and what are they used for?
One of the technical exercises involved making an API call and processing the results.
Give me an example of a time where you had a conflict with one of your colleague or supervisor.
given a lined list seperate the even and odd elements in the list preserving the order of its occurance. eg: 1 -> 2 -> 3-> 4 the expected output is 1 -> 3 -> 2-> 4
Viewing 31 - 40 interview questions