Write an implementation of a queue using only a stack class. The queue class should support the Enqueue() and Dequeue() methods.
Desenvolvedor Interview Questions
102,664 desenvolvedor interview questions shared by candidates
Are you familiar with waterfall methodology?
What does NaN stand for?
You have 50 balls, half white and half black. You have to put all the balls in two boxes and then I choose one ball from any of the boxes without seeing. If I choose a black ball I win, if I choose a white one you win. How would you distribute the balls in the boxes in such way that you have more odds to win.
What would you do if you ruled the world?
Tell me about the most interesting work you have done?
Basic career questions. Nothing technical really. They did ask some basic problem solving and programming questions.
On-campus interview problem had to do with a rectangular puzzle and fitting the square pieces together based on numbers to match up sides. On-site interview had a culture-fit interview as well as technical interview about placing coins on a clock.
First question was to solve a programming problem. Other questions were about business logic, about hotels etc. First question: write a function that gets a filename/file descriptor for a dictionary file and a list of chars and returns the biggest word that contains all the chars in the list. example: '/usr/share/dict/english.dict' amsterdam abacadabra asdfasdfasdfa ['a','b','c'] => abacadabra
- (Phone call coding interview). You have two lists, the first contain larger words, write a method that finds if the anagram from the second list's word in the first list's word.
Viewing 711 - 720 interview questions