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.
Data Interview Questions
132,690 data interview questions shared by candidates
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?
How would you measure the health of Mentions, Facebook's app for celebrities? How can FB determine if it's worth it to keep using it? If a celebrity starts to use Mentions and begins interacting with their fans more, what part of the increase can be attributed to a celebrity using Mentions, and what part is just a celebrity wanting to get more involved in fan engagement?
how did you analyze data? Who uses your data analysis results? how large is the data set you work with? sql question one: the first table is customer purchase table, with five columns, customer id, purchase date, product id, unit price, unit purchased, write queries to retrieve data with unique customer id that made over $100 purchase in the past seven days. sql question two: a second table is the customer details table, with two columns, customer id, registration date, write queries to retrieve data with unique customer id that made over $100 purchase who registered in the past ten days. probability question: what is the probability of generating ten consecutive numbers in ascending order out of 100 numbers? this is a random number generation question.
Tell me about a time when you couldn't meet a deadline?
Case Interview: the case is the car finance loan. - what are revenues and expenses - given a model that predicts when a customer is good (loan should be approved) or bad (loadn should be decline) find out: 1. the probability that the customer is good given the model predicts good 2. the probability that the customer is bad given the model is good 3. given a pentile graph of # of checked off loans / # of loans what is a better model than the current; what is the best model. Behavioral interview: - tell me about a time that you had to deal with changing objectives in your team/project - tell me about a time that you had to deal with unexpected problems in your project - tell me about a time that you had to persuase somebody Role interview: the case is a report on air company with low percentage of flight on time. Read the report an give an evaluation of it and some reccomendations to your boss. 15 minutes to read the report and remove anything unecessary or spot errors. 20 minutes to present it to your boss. 15 minutes to discuss afterwards from data scientist to data scientist.
Estimate how many shoes can be sold in US in one year?
A set of values given: Assume table in SQL or list of dictionaries if using Python. Basically a row of data contained information: if it is post or it is a comment, row id and some other data. Find distribution of comments. #comments # posts 1 5000 2 6787 .. ..
delete duplicates in a list
Viewing 161 - 170 interview questions