You have 2 light bulbs. You are in multistory building such that if you drop a bulb from a floor of a certain height or higher the bulb will break: for ex: if the bulb will break at a minimum height of 10th floor, then the bulb will break if dropped only if dropped from a floor higher than tenth floor. it will not break if dropped from ninth floor or less. using the two bulbs how will you figure out at which floor will the bulb break?
Lead Application Developer Interview Questions
5,255 lead application developer interview questions shared by candidates
Write a Java program to count the number of occurances of each number in a series of numbers.
Basic HR questions in the Video Interview. 1. Why does this position interest you? 2. What about you experience makes you fit for this position? 3. Give an example how you tackled multiple responsibilities? 4. GPA 5 . Visa status
You have 20 balls all equal in size. They all weigh the same except for one. How do you identify the one that weighs less or more?
What is your weakness?
You have a 3 litre container & a 5 litre container filled with water to the brim.You also have a 5 litre container which is empty.How would you extarct or make an exact amount of 4 litres of water in any of the containers. You are not allowed to throw the water outside the containers. You can transfer the water from 1 Container to the other.
Are you interested in switching the job?
If a 10 kgs silver ball and a 1000 kgs silver ball is dropped from a height of 2 kms which will touch the floor first ?
Given a single-line text string and a maximum width value, write the function 'string justify(string text, int maxWidth)' that formats the input text using full-justification, i.e., extra spaces on each line are equally distributed between the words; the first word on each line is flushed left and the last word on each line is flushed right.
Given a matrix where all columns and rows are sorted and an integer k. How would you find k in the matrix?
Viewing 1 - 10 interview questions