Tell me about a situation when you worked on a situation
Developer Interview Questions
269,296 developer interview questions shared by candidates
exam online
const add=()=>{ let x=1; return ()=>x+1; } add(); add(); console.log(add())
Given numbers 1 to 100 in an array a random number was replaced with 0. Find the which number it was in constant time (100).
fibonacci and write the recursive function
The remote coderpad challenge was to map some json to an object. The json object contained a part of a url path and had children with deeper parts of the path and so on. Had to write an algorithm to traverse the object's tree and print all full paths.
Given an unbalanced binary tree image and asked to print the top view.
They asked about my skills and knowledge.
Let’s say that you have 25 horses, and you want to pick the fastest 3 horses out of those 25. In each race, only 5 horses can run at the same time because there are only 5 tracks. What is the minimum number of races required to find the 3 fastest horses without using a stopwatch?
Is doing calculation by macro it is good or by using Ui path for excel calculation part
Viewing 1211 - 1220 interview questions