What are you bringing to the table to help push the team higher?
Data Analysts Interview Questions
49,345 data analysts interview questions shared by candidates
Explain something you've failed at.
what are your goals inside the company
Given a driver phone number 8888, couny number of completed rides and number of unique passenger over the last 7 days
Given a data set which includes thousands of car valuations and attributes, what kind of model would you build to predict the retail price of a car using this data?
Tell me one example of things you shouldn't ever do on a databse
What are the corporate values?
They'll ask you to do some basic analysis in Excel and create a report using the raw data and supporting Excel sheets.
What is the following SQL code trying to do? Please explain (select A.RecipientID B.BeginDate, B.EndDate, B.CountyOfResidence, B.MajorProgram, B.EligibilityType, A.Birthdate, (Case When ((date'2010-12-31' - dhsviews.RecipientsV.Birthdate ) / 365.25) <= 21 then 'Ages 0 through 21' When ((date'2010-12-31' - dhsviews.RecipientsV.Birthdate ) / 365.25) <= 65 then 'Ages 22 through 65' When ((date'2010-12-31' - dhsviews.RecipientsV.Birthdate ) / 365.25) <= 65 then 'Ages 66 and Over' Else 'error' end_ as Age_Category from dhsviews.Recipients V as A, DHSViews.RecipientElibgibility V as B Where A.RecipientID = B.RecipientID and B.MajorProgram IN ('MA', 'NM', 'IM', 'EH') and B.EligibilityStatus IN('A', 'C') and B.BeginDate <= date '2010-12-31' and B.EndDate >= date '2010-01-01' Order by 1,2);
Initial Phone Screen/ Behavioral: Describe a challenging project. Tell me about yourself. Rate your SQL skills on a scale of 1-10 SQL Technical Assessment: 1) General time series question. 2) Compare Data 3) Pivot a table without Pivot Function 4) Cross Join Problem 5) Union with CTE (probably other ways to solve) 6) Self Join Problem 7)Requires Windows Function, either Rank or Row Number
Viewing 2311 - 2320 interview questions