Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Databricks logo

DatabricksCertified Associate Developer for Apache Spark

Domain 2Objective 3

Save Data to Persistent Tables While Applying Sorting and Partitioning to Optimize Data Retrieval. ASSOCIATE-DEVELOPER-APACHE-SPARK Practice Questions (Page 2)

Part of the Using Spark SQL domain, which accounts for 20% of the ASSOCIATE-DEVELOPER-APACHE-SPARK exam. Databricks does not publish an official question count, but from its 90-minute exam (~35–60 total, ~7–12 in this domain), expect 2–3 from this objective — we provide 22 practice questions to prepare you well beyond it. (estimate)

22questions here
5free pages
7concepts
20%of the exam

Questions 6–10

  1. 6foundation · easy

    What is the default behavior of saveAsTable when the table already exists?

    Select an answer first
  2. 7application · medium

    A retail company stores daily sales transactions in a Delta table. Analysts frequently run queries that filter on the `order_date` column and aggregate sales by `store_id`. The data volume is large, and query performance has degraded. You need to persist the DataFrame as a managed table that minimizes the amount of data scanned for these common queries. Which approach should you use?

    Select an answer first
  3. 8expert · hard

    A telecommunications company stores call detail records in a table. Queries often filter on `call_date` and `region`, and also aggregate by `call_type`. The table is currently partitioned by `call_date` only. You notice that queries filtering on both `call_date` and `region` still scan many partitions. What should you do to improve performance?

    Select an answer first
  4. 9foundation · easy

    Which strategy is most effective for improving the performance of a query that frequently filters on a specific column?

    Select an answer first
  5. 10foundation · easy

    What does the sortBy clause do when saving a DataFrame as a table?

    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. “ASSOCIATE-DEVELOPER-APACHE-SPARK” is a trademark of its owner, used for identification only.