1. Pattern making 2.Find second max no
Software Developers Interview Questions
96,181 software developers interview questions shared by candidates
If you were given two words and needed to determine if the words were anagrams, how would you go about doing this?
Python question: what is the difference between "[x for x in range(3)]" and "(x for z in range(3))"
Find the smallest sublist size in a list of lists. Then after I came up with an algorithm that used List.length to compare which is an O(n^2) algorithm, he asked how could this be improved, which stumped me.
2) You have two jugs. One of 5lts and one of 3lts. You want 4lts of water. (You also have abundant supply of water.) How do you measure out exactly 4lts using the jugs?
When was a time you were most dissatisfied in your career?
I didn't do well on the second problem. The time limit is very strict.
write a java program to find the GCD of 3nos.
As technical as you can explain what you currently do.
Given an array of 1..n numbers with 2 numbers missing in it find the missing ones.
Viewing 411 - 420 interview questions