Hard DA0-002 practice questions
Challenge — multi-step scenarios, trade-offs, and subtle distinctions. 8 hard questions available — no sign-up, always free.
A pharmaceutical analyst is preparing a dataset for a regulatory audit. The auditor asks the analyst to document not just how the data moved and transformed through the pipeline, but also the original source of the data, who collected it, the methods used, and any custody transfers before it entered the company's systems. Which data governance concept specifically addresses this requirement for documenting the origin and chain of custody of the data?
A data analyst is preparing a dataset of monthly customer transaction amounts for a machine learning model. Profiling reveals a small number of legitimate but extremely large B2B purchases that inflate the mean and skew the distribution. The business confirms these transactions are valid and must remain represented in the analysis, but their extreme magnitude distorts the model's sensitivity to typical retail purchases. Which technique best addresses the outliers while satisfying the business requirement?
A retail analyst runs a linear regression to test whether an increase in store parking spaces predicts daily foot traffic. The model returns a slope coefficient of 4.2 with a 95% confidence interval of [-1.8, 10.2] and a p-value of 0.14. Management asks whether they can conclude that adding parking spaces increases foot traffic. What is the most accurate interpretation?
A retail analyst runs a simple linear regression predicting monthly sales from advertising spend. The model reports a slope coefficient with a p-value of 0.002 and an R-squared of 0.18. The marketing director wants to know what these two results together tell them about the relationship. What is the most accurate interpretation?
A retail analyst builds a regression model to forecast next quarter's sales for a single new store based on square footage. Management asks for a range that captures where that specific store's actual sales are likely to fall, not just the average sales of all stores of that size. Which interval should the analyst report, and why?
An analyst builds a linear regression model predicting monthly energy consumption from average outdoor temperature. After fitting the model, they plot the residuals against the predicted values and notice the points form a clear U-shaped (curved) pattern rather than being randomly scattered around zero. What does this pattern most likely indicate about the model?
A hospital analyst compares two treatment programs. Looking at the combined dataset, Program A has a higher overall recovery rate than Program B. However, when the analyst splits the data by patient severity (mild vs. severe cases), Program B actually has a higher recovery rate within BOTH the mild group and the severe group. What phenomenon is the analyst observing, and what should guide the conclusion?
A data architect is designing a data warehouse for a retail analytics team. The product dimension currently duplicates category, subcategory, and supplier names across millions of rows, and storage costs are rising. The team is willing to accept slightly more complex queries to reduce this redundancy. Which schema design should the architect adopt?