In world series (baseball) there are two teams, A and B. You know that each can win 50% of the time (1:1 odds). You also know how the game works, i.e. Whoever wins 4 games first wins. What is the probability of getting to game 7 (i.e. Each team wins 3 games)?
MISSING VALUE Interview Questions
6,577,970 interview questions shared by candidates
Why do you want to be a flight attendant?
Given an array of integers eg [1,2,-3,1] find whether there is a sub-sequence that sums to 0 and return it (eg 1,2,-3 or 2,-3,1) Checking every sub-sequence is O(n^2) which is too inefficient
Function to compute the number of ways to climb a flight of n steps. Taking 1, 2, or 3 steps at a time. Do it in Linear time and constant space. n = 3. 1 1 1 1 2 2 1 3 Ans = 4
Given two tables Friend_request (requester_id, sent_to_id, time) Request_accepted (acceptor_id, requestor_id, time) Find the overall acceptance rate of requests.
Given an array, without using extra space, move all zeros to the end and no-zeros to the beginning. The function should return the number of non-zeros.
What is the exact angle formed by the hands on a clock when the time reads 9:30?
All questions are mentions in the review and practice following coding questions for sure on leetcode.
Why do you want to join Wipro ? and please don't give me crap answers !
You have technical knowledge so why are you applying for sales and marketing?
Viewing 1631 - 1640 interview questions