| Exam Code/Number: | Associate-Developer-Apache-Spark-3.5Join the discussion |
| Exam Name: | Databricks Certified Associate Developer for Apache Spark 3.5 - Python |
| Certification: | Databricks |
| Question Number: | 135 |
| Publish Date: | Sep 03, 2026 |
|
Rating
100%
|
|
What is the relationship between jobs, stages, and tasks during execution in Apache Spark?
Options:
36 of 55.
What is the main advantage of partitioning the data when persisting tables?
20 of 55.
What is the difference between df.cache() and df.persist() in Spark DataFrame?
42 of 55.
A developer needs to write the output of a complex chain of Spark transformations to a Parquet table called events.liveLatest.
Consumers of this table query it frequently with filters on both year and month of the event_ts column (a timestamp).
The current code:
from pyspark.sql import functions as F
final = df.withColumn("event_year", F.year("event_ts")) \
.withColumn("event_month", F.month("event_ts")) \
.bucketBy(42, ["event_year", "event_month"]) \
.saveAsTable("events.liveLatest")
However, consumers report poor query performance.
Which change will enable efficient querying by year and month?
What is the difference between df.cache() and df.persist() in Spark DataFrame?
Databricks.Associate-Developer-Apache-Spark-3.5.v2025-11-20.q72
Nov 20, 2025
Databricks.Associate-Developer-Apache-Spark-3.5.v2025-08-30.q31
Aug 30, 2025
Enter your email address to download Databricks.Associate-Developer-Apache-Spark-3.5.premium Dumps