Given 2 strings find the common words along with the time and space complexity. How would you optimize the algorithm
Senior Interview Questions
341,689 senior interview questions shared by candidates
How would you estimate the number of new users Amazon gets in a day?
Explain when you exceeded the customer's expectations.
Why product manager?
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?
Tell me about a time you used data.
What type of software do you know?
Tell me about a time when you were confronted by a project challenge and how you overcame it.
"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"
What methods would you use to retain employees within the company?
Viewing 621 - 630 interview questions