If you were given two words and needed to determine if the words were anagrams, how would you go about doing this?
Software Developer 4 Interview Questions
96,208 software developer 4 interview questions shared by candidates
1. Pattern making 2.Find second max no
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.
Python question: what is the difference between "[x for x in range(3)]" and "(x for z in range(3))"
When was a time you were most dissatisfied in your career?
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?
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.
There is a list with words like: pin, pine, apple, pineapple. Go through the list and figure out which words are combinations of other words in the list, and which ones aren't
Given an array of 1..n numbers with 2 numbers missing in it find the missing ones.
Viewing 411 - 420 interview questions