As a part of a bigger question: "How do you draw a uniform random sample from a circle in polar coordinates?"
Data Interview Questions
132,908 data interview questions shared by candidates
If you give N riders with the probability of P a $5 coupon, what is the expected coupon spend
Given two lists of sorted integers, develop an algorithm to sort these numbers into a single list efficiently.
What was the angle between the clock hands at 3:15.
Tons of behavioral questions encountered in the whole process- What would you do if there was a problem within your team etc..
Which command can test the connectivity of the host?
You have a google app and you make a change. How do you test if a metric has increased or not?
1)- programmingl find the max no from the given set of elements in an array (without using max function) 2)- Find the minimum absolute difference between the set of elements of an array.
SQL questions on promotions, sales schema. 1. find top 5 sales products having promotions 3. what %age of sales happened on first and last day of the promotion Python:- 1. [1,None,1,2,None} --> [1,1,1,2,2] Ensure you take care of case input[None] which means None object. 2. find s in missisipi. 3. Complete a function that returns a list containing all the mismatched words (case sensitive) between two given input strings # For example: # - string 1 : "Firstly this is the first string" # - string 2 : "Next is the second string" # # - output : ['Firstly', 'this', 'first', 'Next', 'second']
How many unique world are in the provided string?
Viewing 141 - 150 interview questions