Do you believe that COD can be done away with in the future considering the increasing facilities of using plastic money?
1055Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
1034Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
1064You 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?
1033Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
1121Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
1134Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
994Post New Amazon Interview Questions
what is routh,s law in thermal engineering ?
How can I improve throughput in sybase?
Explain
What is custom show in powerpoint?
What is an example of form?
what is mean by provision ? give me examples ..
Why is it called syswow64?
How data is aggregated in r?
Is there a jre for java 11?
What is "per call" instance mode in wcf?
Questions on the projects listed on the Resume.
How do you stop igfxem exe?
hi friends pls forward impropmtu interview question
What is the difference between viewbag and viewdata in asp.net mvc?
What is difference between system.string and system.stringbuilder classes?