You have 8 balls. One of them is defective and weighs less than others. You have a balance to measure balls against each other. In 2 weighings how do you find the defective one?
6 36121Post New Geniteam Interview Questions
What are the drawbacks of walsh codes?
Can a constructor be private and how are this() and super() method used with constructor?
What is mvc in simple words?
Difference between header level tax calculation and line level tax calculation
Why do we use interface in php?
Explain application of shared preference?
Which are the important namespaces used in ASP.Net MVC?
What is an impersonation, and when would you use impersonation?
Is a mapping in hibernate?
What are immediate and deferred value expressions?
Why we use jquery .each() function?
What are your 3 main growth areas?
What is sandbox in iOS operating system?
Explain me how often should you perform a link audit?
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?