Does life fascinate you
MISSING VALUE Interview Questions
6,571,159 interview questions shared by candidates
Can you instruct someone how to make an origami "cootie catcher" with just words?
Name 3 previous Nobel Prize Winners
If i was able to stand for 8 hours and yo maintain my good looks every single day they also asked me if i could be flexible
Fale sobre as experiências anteriores, qual área eu teria interesse para tá ocupado, qual seria a minha disponibilidade nos tornos manhã tarde ou noite.
describe a time when you recognized there was a mistake and how did you handle it?
"How many people born in 2013 were called Gary? Tell us how you arrive at your answer"
Anyone going to be at the f2f interviews on April 3rd??
1. Phone interview - Sort the characters in string by frequency and then by their alphabetical order. Example - bbaaccc -> cccaabb 2. The question that screwed me - given array is [0,1,1,0,1,1,1] ; output should be [0,1,1,0,1,2,3] ie., for every non-zero element in array, find its distance to the nearest zero in O(n) time. i would definitely encourage the candidates who read this post to share their solution for this question. 3. In order traversal of Binary search tree related (the solution is to start from right sub tree).
If your are given an Integer Singly linked list. Print it backwards. Constraints: 1. Do not manipulate the list. (example: do not make it a doubly linked list, do not add or delete elements, do not change any memory location of any element) 2. O(n) < time < O(n^2) 3. O(1) < space < O(n)
Viewing 371 - 380 interview questions