Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Databricks logo

DatabricksCertified Associate Developer for Apache Spark

Domain 5Objective 4

Perform Streaming Deduplication in Structured Streaming, Both with and Without Watermark Usage. ASSOCIATE-DEVELOPER-APACHE-SPARK Practice Questions (Page 3)

Part of the Structured Streaming domain, which accounts for 10% of the ASSOCIATE-DEVELOPER-APACHE-SPARK exam. Databricks does not publish an official question count, but from its 90-minute exam (~35–60 total, ~4–6 in this domain), expect 1–2 from this objective — we provide 24 practice questions to prepare you well beyond it. (estimate)

24questions here
5free pages
6concepts
10%of the exam

Questions 11–15

  1. 11foundation · easy

    What happens to a record that arrives after the watermark in a deduplication query?

    Select an answer first
  2. 12application · medium

    A company ingests IoT sensor readings from devices that occasionally retransmit the same reading due to network glitches. Each reading has a unique `readingId` and a `timestamp` field set by the device. The team needs to remove duplicate readings from the stream but cannot tolerate dropping any legitimate reading that arrives late, even hours after the original. They plan to run the stream indefinitely. Which approach should they use?

    Select an answer first
  3. 13foundation · easy

    How does ignoring late data beyond the watermark affect the result completeness of a deduplication query?

    Select an answer first
  4. 14expert · hard

    A streaming job deduplicates transaction events by `transactionId` with a 1-hour watermark on `eventTime`. The team observes that a duplicate transaction that arrives 90 minutes after the original is NOT dropped and is processed as a new record. They also notice the state store size remains stable. Which statement best explains this behavior?

    Select an answer first
  5. 15foundation · easy

    Which method is used in Structured Streaming to deduplicate records without a watermark?

    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.