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);
Data Analyst Manager Interview Questions
47,130 data analyst manager interview questions shared by candidates
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
What makes you an ideal candidate?
Think of a new feature for SoundCloud.
Straight forward with specific questions related to the role to give examples of how my experience contributes/aligns with the role.
Tell me about yourself and have a session
Program to print fizz, buzz or fizz buzz if a number is divisible by 3, 5 or both.
Tell me about yourself ?
tell me about yourself and what is your salary expectation
Sales analysis that includes data wrangling and data analysis.
Viewing 2221 - 2230 interview questions