
DatabricksCertified Data Analyst Associate
Domain 4Objective 3
Querying Cross-System Analytics by Joining Data from a Delta Table and a Federated Data Source. DATA-ANALYST-ASSOCIATE Practice Questions (Page 2)
Part of the Section 4: Executing queries using Databricks SQL and Databricks SQL Warehouses domain, which makes up ~22% of our current practice bank. Databricks does not publish an official question count, but from its 90-minute exam (~35–60 total, ~8–13 in this domain), expect 1–1 from this objective — we provide 22 practice questions to prepare you well beyond it. (estimate)
22questions here
5free pages
6concepts
Questions 6–10
- 6
A Delta table has a column `status` as STRING with values like 'ACTIVE', 'INACTIVE'. A federated table has a column `status_code` as INTEGER where 1=ACTIVE, 0=INACTIVE. An analyst needs to join these tables on status. What is the best way to handle this schema difference?
Select an answer first - 7
A data analyst is new to Databricks SQL and needs to understand what a federated data source is. Which statement accurately describes a federated data source in Databricks SQL?
Select an answer first - 8
A company has a Delta table `events` with 1 billion rows and a federated PostgreSQL table `users` with 1 million rows. The analyst needs to join them on `user_id`. The query is slow because the PostgreSQL table is large and the join causes a shuffle. What is the best strategy to improve performance?
Select an answer first - 9
A Delta table has a column `order_date` stored as a DATE type. A federated PostgreSQL table has a column `order_ts` stored as TIMESTAMP. An analyst needs to join these tables on the date portion of the timestamp. The analyst writes: `ON d.order_date = CAST(p.order_ts AS DATE)`. The query is slow. What is the most effective way to improve performance?
Select an answer first - 10
A retail company stores daily sales transactions in a Delta table on Databricks. The marketing team maintains customer segments in a PostgreSQL database hosted on-premises. An analyst needs to run a daily report that shows sales by customer segment for the last 30 days. The analyst has already created a federated connection to the PostgreSQL database. Which query approach should the analyst use?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Databricks. “DATA-ANALYST-ASSOCIATE” is a trademark of its owner, used for identification only.