Implement hash table. Given a mountain of integers :: like 1 2 3 9 6 5 or 4 9 3 give the maximum
MISSING VALUE Interview Questions
6,571,202 interview questions shared by candidates
Given a string, find the longest substring which contains 2 unique characters. ""abcbbbbcccbdddadacb" => "bcbbbbcccb"
Given an array of character you must delete all the characters that got repeated 3 or more times consecutively and add '0' in the end of the array for every deleted character Example: "aabbbbcdddee" -> "aacee0000000" "22221" ->"00001 " The problem must be solved in: O(1) memory O(n) time And you can't overwrite a cell in the array more than once.
Why Bloomberg? Tell me about yourself and what you do? Given 11000111, output how far each 0 is from the current index. So output should be 21000123
Write a program to reverse the numbers (e.g 12345 to 54321), without using vectors.
Why are you better than the other candidates? Do not say honesty, work ethic, or your the best. You have 60 seconds go.
What shift would you like to work?
What is your current Profile?
1) If Child class has parameterized constructor and parent class has default constructor . will it work
Hardest one by Nick: You haven't opened at a store before. What do you do when you arrive? If there isn't any higher ups what do you do?
Viewing 3121 - 3130 interview questions