SnowPro DEA-C02 sample questions with explanations, traps, topic labels, and IT Mastery route links.
These original sample questions are designed to help you check how the exam topics appear in decision-style prompts. They are not taken from the live exam.
Use these sample questions as a guided self-assessment for SnowPro Advanced: Data Engineer (DEA-C02) topics such as staged ingestion, Snowpipe Streaming, streams, tasks, dynamic tables, sharing, replication, warehouse fit, and performance evidence. The prompts emphasize pipeline responsibility and Snowflake-native design choices.
The sample set below is part of the SnowPro DEA-C02 guide path:
Work through each prompt before opening the explanation. DEA-C02 questions usually reward answers that distinguish ingestion, transformation, orchestration, delivery, and performance diagnosis instead of choosing a feature from the wrong layer.
Topic: Lower-latency ingestion choice
A telemetry producer needs to send event rows into Snowflake with lower latency than a staged-file polling pattern. The team wants an ingestion path designed for streaming writes rather than periodic file batches. Which option best fits?
COPY INTO.Best answer: B
Explanation: The key clue is lower-latency streaming ingestion rather than staged-file batches. Snowpipe Streaming is designed for that row-oriented ingestion pattern when the source integration fits.
Why the other choices are weaker:
What this tests: Snowpipe Streaming, staged loads, latency targets, and ingestion-pattern selection.
Related topics: Snowpipe Streaming; Ingestion; Latency; COPY INTO
Topic: Streams, tasks, and dynamic tables
A pipeline must process only changed rows from a source table and run transformation logic on a schedule. Which Snowflake object pairing most directly matches change capture plus scheduled execution?
Best answer: C
Explanation: Streams expose change data for a table, while tasks schedule SQL execution. DEA-C02 frequently tests whether you identify which Snowflake object owns change tracking versus orchestration.
Why the other choices are weaker:
What this tests: streams, tasks, change capture, scheduling, and near real-time pipeline design.
Related topics: Streams; Tasks; Change data; Orchestration
Topic: Sharing without copying data
A data provider wants a partner to query curated tables from the partner’s Snowflake account. The provider does not want to export files each night or create duplicate partner-owned storage copies. Which delivery model is strongest?
COPY INTO unload to a partner stage because all cross-account delivery requires file copies.Best answer: D
Explanation: Secure sharing lets a provider expose governed live data to consumers without nightly file exports or duplicated storage copies. The clue is cross-account query access without copying.
Why the other choices are weaker:
What this tests: Secure Data Sharing, cross-account delivery, provider/consumer roles, and copy-versus-share decisions.
Related topics: Secure sharing; Provider; Consumer; Delivery
Topic: Compute sizing with evidence
A transformation pipeline has become more expensive. Some tasks queue during busy windows, while other steps scan far more data than expected. What is the strongest first response?
Best answer: A
Explanation: DEA-C02 performance answers should start from evidence. The scenario includes both queueing and scan-volume clues, so the fix may involve concurrency, workload isolation, SQL tuning, pruning, layout, or warehouse sizing.
Why the other choices are weaker:
What this tests: warehouse fit, Query Profile, task history, queueing, pruning, workload isolation, and cost control.
Related topics: Performance; Query Profile; Warehouses; Cost
Tech Exam Lexicon and IT Mastery are independent study tools. They are not affiliated with, endorsed by, or sponsored by Snowflake or any certification body.