Python question: what is the difference between "[x for x in range(3)]" and "(x for z in range(3))"
Desenvolvedor Interview Questions
102,633 desenvolvedor interview questions shared by candidates
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.
what is the best way to find the duplicates within two intersecting linked list?
Given deck of cards + joker, what is the probability you see the joker before all four aces?
solve a live coding challenge in one hour using C# and visual studio. Free to use google.
Viewing 411 - 420 interview questions