If you were given two words and needed to determine if the words were anagrams, how would you go about doing this?
Software Developers Interview Questions
96,331 software developers interview questions shared by candidates
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.
what is the best way to find the duplicates within two intersecting linked list?
Viewing 411 - 420 interview questions