Databricks Certified Data Analyst Associate
Validates ability to perform data analysis tasks on the Databricks Data Intelligence Platform including managing and importing data, executing and analyzing queries with Databricks SQL, building dashboards and visualizations, developing AI/BI Genie spaces, modeling data with Databricks SQL, and applying data security practices. The exam consists of 45 scored multiple-choice questions over 90 minutes and covers nine domains: Understanding Databricks Data Intelligence Platform (11%), Managing Data (8%), Importing Data (5%), Executing Queries Using Databricks SQL (20%), Analyzing Queries (15%), Creating Dashboards and Visualizations (16%), Developing AI/BI Genie Spaces (12%), Data Modeling with Databricks SQL (5%), and Securing Data (8%). Recommended: 6+ months of hands-on data analysis experience.
Sample questions
A free preview of 15 source-grounded questions from this exam — answers and explanations included.
- Q1Executing Queries Using Databricks SQLeasy
A sales operations analyst is tasked with stacking this-quarter and last-quarter order rows into one combined list and must decide between UNION ALL and UNION DISTINCT, given that some identical orders appear in both source queries. Per the SQL reference, which option matches?
- A.UNION ALL keeps every row including duplicates, while UNION DISTINCT removes duplicates and is the default when neither keyword is given.Correct answer
- B.UNION ALL removes the duplicate rows, while UNION DISTINCT keeps duplicates, and UNION ALL is the default applied when neither keyword appears.
- C.Both UNION ALL and UNION DISTINCT drop duplicates; the keywords only change whether the rows are sorted before the result is returned.
Sources
Questions are grounded in 150 references from official and authoritative materials.