How to come out of forEach loop in javaScript.
Development Engineer Interview Questions
37,470 development engineer interview questions shared by candidates
Good questions like :- can we have 2 main methods in class?? what does onl0ad specify??
Write a program to reverse the words in a sentence. "Sky is blue" would be "blue is sky". Write test cases for this program
How can you copy files from one directory to another using Python?
Write the Pseudo code to Remove the repeated character's in the string without using string functions. Example input string "hello" returns output "helo".
Implement a stack that supports push, pop and mode(the one from statistics) operation. Gave an O(log n ) push and pop and O(1) mode operation.Another good question was implement atoi function. I assumed it as base 10 but was asked to support from binary to any base numbers(even base 50).
second question. No idea how to implement in O(1) time.
Most questions are around data structures. Also expect word puzzles, like write an algorithm to spell out actual numbers. E.g. 121 -> "One Hundred and Twenty One".
Having to pick up n items from a warehouse find an algorithm to minimize the cost having a cost function to go from one item to another.
Sorting a list of some random type
Viewing 731 - 740 interview questions