In your opinion, what is our company's single most important metric?
Developer Interview Questions
268,850 developer interview questions shared by candidates
Another was a puzzle: A king orders 100 bottles of wine for a celebration. A courtier who's angry with the king over something puts poison in one of those bottles. The king has a way of identifying the poisoned bottle by giving a few drops of wine to a monkey. Since the poison is fast acting, the monkey will die immediately. Whats the minimum number of monkeys needed to find the poisoned bottle?
write an algorithm to divide two numbers using only loops and addition.
1) Given a string of parantheses, check if the string is valid. ex: [[]] is valid, ][][ is not valid. How would you solve if the parantheses could be of different types like {,[,(
Please check above
Write a program for input any number the pattern output will as below
iOS developers have a "dispatch_after(when, queue, block)" Grand Central Dispatch (GCD) function they can utilize but once it's set up, these calls can not be easily cancelled. Describe how you might implement a more convenient version of this named "cancellable_dispatch_after"
You have the file with word at a single line. #input sample file abactor abaculus abacus Abadite . . Zyrenian #Output ******************a **********b ************************c a) you have to count the character and create a histogram in alphabetical order. b) now you have to produce a histogram with max 80 character in line in reference to max count c) now same out based histrogram based on the character count
Write a logic to reverse each string in a sentence without using builtin functions and minimal loops. Below is the scenario "Welcome to GGKTech" and output should be "emocleW ot hceTKGG"
Any five html empty tags (last round)
Viewing 121 - 130 interview questions