AWS Certified Data Engineer Associate DEA-C01 Practice Question

An AWS Glue job writes hourly click-stream data to staging.clicks in an Amazon Redshift cluster. A data engineer must deduplicate the rows, merge into prod.f_clicks, then refresh statistics. To keep the workflow simple, the engineer wants one CALL that completes the entire ETL atomically, with no further commits from the scheduler.

Which SQL pattern meets these requirements?

  • Call three separate stored procedures: one to deduplicate, one to merge, and one to analyze, from the orchestration workflow.

  • Create or replace a PL/pgSQL stored procedure that starts with BEGIN and ends with END; but omits any COMMIT or ROLLBACK statements.

  • Embed COMMIT; after each DML statement inside a single stored procedure to avoid long-running transactions.

  • Keep the logic in the workflow and execute individual UPDATE, DELETE, and ANALYZE statements over the Data API instead of using a stored procedure.

AWS Certified Data Engineer Associate DEA-C01
Data Ingestion and Transformation
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot