"Given a log file spanning multiple days, and given a page transition A -> B -> C, find all the unique users who made this page transition in the logs"
Senior Interview Questions
341,514 senior interview questions shared by candidates
What actions would you take if you found that you are actually carrying too much inventory?
What methods would you use to retain employees within the company?
Tell me about a time you used data.
Explain when you exceeded the customer's expectations.
You have a break for 11 months between your last job and today, please tell me what you were doing and why you took this break?
case study: credit card insurance profit per customer cost of mailing $0.5, response rate 1%, average balance per month $1000, insurance charges 1% of average balance monthly, customer claim rate 5% (once insured customer files a claim, the balance will be wiped and C1 lose $1000). Question: profit per customer, graph claim rate vs response rate, graph profit vs response rate and find the response rate for maximum profit (r=1%)
Write a method that takes a string and reverse it
Coding challenge
Write a function/method with this signature: bool MyFunc(string term, string input) {} The method should return true if the search term is found in the input string, even when there are other characters in between. Examples: "aba", "bbbbabbxxxxxxbb" returns false "aba", "bbbbabbxxxxxxab" returns true Basically, do I see an 'a', then 'b', then another 'a' before I run off the end of the input string?
Viewing 561 - 570 interview questions