How to come out of forEach loop in javaScript.
Development Interview Questions
137,325 development 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
I didn't know you were a manager before...where's that?
When did you over-promise to a customer? When did you have to make an unpopular decision?
How can you copy files from one directory to another using Python?
When is your availability for a phone interview?
Write the Pseudo code to Remove the repeated character's in the string without using string functions. Example input string "hello" returns output "helo".
How do you deal with stressful situations or tasks while working?
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).
Viewing 1221 - 1230 interview questions