Intersection of two numerical arrays
Senior Interview Questions
341,158 senior interview questions shared by candidates
Credit card insurance case: calculate break-even claim rate where response rate = 2%, fee charged = 1% of monthly balance, and average balance = $1,000 per month.
Given a wireless channel with loss rate 0.1, what's the throughput one can get with retransmission.
What are your greatest technical strengths?
To continue...
What CHAI value do you resonate with
You are given a fixed number of 5 rupee, 10 rupee, 20 rupee and 50 rupee stamps. Now given an amount for sending a parcel, you should design an algorithm to come out with the minimum number of stamps that should be used for attaining that amount. For example, if the parcel costed 30 rupees, it could be attained using one 20 rupee stamp and one 10 rupee stamp OR using three 10 rupee stamps OR using one 20 rupee stamp and two 5 rupee stamps OR using one 10 rupee stamp and four 5 rupee stamps OR using two 10 rupee stamps and two 5 rupee stamps. However, the minimum number of stamps is the case of one 20 rupee stamp and one 10 rupee stamp where only two stamps are used. The case where no solution is possible should also be handled, for example, a parcel amount of exactly 33 rupees cannot be attained.
Did they ask about the process?
if there are 6 people in a team, how many handshakes will be there
Given a set of people, one of them is a celebrity. You have a 2D array which describes which people know each other, that is [N, M] is true if N knows M. The celebrity will not know anyone (except them self) and everyone will know the celebrity. Find an order N algorithm to find the celebrity.
Viewing 91 - 100 interview questions