CASE: Cross-selling Credit Insurance to Cardholders direct mail: .50, 1% response rate, avg balance $1000, 5% claim insurance, etc. Profitable? How make more profitable? What if response rate doubled but claims doubled? Make chart of profit curve, what does it mean if..., etc.
Senior Interview Questions
340,828 senior interview questions shared by candidates
Will you like to work in Courier company?
How many credit cards does Amex issue in a year in US?
Write a probability formula to tell how many bits will be changed when 1 is added to a 32 bit binary number.
Create a stack of numbers where the maximum number is always known.
Traverse nodes in a binary tree
In a stream of integers from 1 to n, only one number will be repeated. How can you tell what that number is?
Is 3,599 a prime number? Yes or No. Explain.
There will be a meeting at New York and San Francisco offices. We will have to fly the participants to either one of these two offices. Let's say each office can accommodate half of the participants. Our goal is to assign each participant to an office in a way that the total travel cost for the company is minimized. What is this minimal cost? SF NY A 500 700 B 200 600 C 400 500 D 600 200 Output : 1400 (A:500 + B:200 + C:500 +D: 200)
Write some pseudo code to raise a number to a power.
Viewing 11 - 20 interview questions