Home › Certifications › AWS Data Engineer Associate
150 multiple-choice questions, 65 flashcards and 10 scenario simulations, organised into 4 chapters, written to the DEA-C01 Exam Guide blueprint. Every question carries a full rationale.
Study AWS Data Engineer Associate in CoStudy →
DEA-C01 Exam Guide — 4 domains: Data Ingestion + Transformation (34%), Data Store Management (26%), Data Operations + Support (22%), Data Security + Governance (18%)
CoStudy's AWS Data Engineer Associate bank holds 225 items organised into 4 chapters that follow the published blueprint. Every multiple-choice question carries a written rationale explaining why the correct answer is correct and why each distractor is tempting but wrong, and the bank includes 10 scenario-based simulations.
Each chapter follows a domain of the published exam outline. Practise one on its own:
A sample of 12 multiple-choice questions from the bank, with the full rationale shown.
Which service is BEST for a sub-15-minute S3-triggered JSON-to-Parquet transform on small files?
Answer: C — AWS Lambda triggered by the S3 ObjectCreated event
A) EMR is over-provisioned for tiny event-driven work. B) Glue jobs have longer cold-start than Lambda for tiny files. C) Lambda is the simplest, fastest, cheapest option for sub-15-minute event-driven transforms. D) COPY loads into Redshift; it does not produce Parquet on S3.
Which is the BEST way to ingest hundreds of small IoT MQTT messages per second?
Answer: A — AWS IoT Core routing to Kinesis Data Streams or Firehose
A) IoT Core natively handles MQTT at scale and routes to Kinesis, Firehose, or Lambda. B) Direct API Gateway per device does not scale device-side. C) Handing devices AWS credentials is a security anti-pattern. D) Per-device rules do not scale.
Which is TRUE about a Kinesis Data Streams shard?
Answer: C — It provides 1 MB/s ingest and 2 MB/s egress with a 1000 records/s write cap
A) The numbers are reversed — this is the direction-reversal trap. C) Correct: 1 MB/s in, 2 MB/s out, 1000 records/s write cap. Enhanced fan-out lifts per-consumer read limits. B) Those are inflated fabricated numbers. D) Streams scale by adding shards; they are not auto-unlimited.
Which is TRUE about Iceberg schema evolution on S3?
Answer: A — Adding, dropping, or renaming columns is safe without rewriting Parquet data files
A) Iceberg's schema evolution is metadata-only for adds, drops, renames, and type promotion — no data rewrite. B) Metadata-only is the whole point. C) All types evolve. D) No format switch is needed.
Which is TRUE of Redshift concurrency scaling?
Answer: D — It adds transient read clusters billed per second when active
D) Concurrency Scaling adds transient read clusters billed per second (with a free-hour credit). B) The primary cluster is never replaced during scaling. C) Available on ra3 and Serverless too. A) Result caching is separate.
Which is the BEST layout for an Athena table storing 10 years of daily events?
Answer: A — Parquet files partitioned by year, month, and day with Snappy compression
A) Columnar + time-partitioned is the canonical Athena layout for pruning. B) CSV is row-based and huge files are hard to prune. C) Un-partitioned JSON forces full scans. D) Avro is row-based and un-partitioned is worst-case.
Which BEST captures DEA-C01 exam topic coverage?
Answer: D — Ingestion, storage, processing, querying, governance, security, monitoring, and cost
D) Standard exam scope: ingestion, storage, processing, query, governance, security, monitoring, cost — spanning the four DEA domains. B) Too narrow. C) Too narrow. A) Too narrow.
Which is the BEST way to unblock a stuck DMS task with a no-primary-key error?
Answer: A — Add a primary key to the source table or enable supplemental logging for CDC
A) DMS CDC needs a primary key or equivalent unique identifier; add one or enable supplemental logging on the source. B) Instance size does not fix a schema issue. C) Endpoint deletion does not help. D) Encryption is unrelated.
Which is the BEST way to catch runaway Athena queries early?
Answer: C — Workgroup query-scanned-data limits with alarms on breach
C) Workgroups can cap per-query scanned data and alert on breach — the standard cost guardrail. B) SSM is not Athena governance. A) CloudFront is web CDN. D) Trusted Advisor is account-wide, not per-query.
Which is the BEST way to detect unauthorized access to sensitive S3 objects?
Answer: A — Enable S3 server access logging or CloudTrail S3 data events and alert on anomalies
A) Server access logging and CloudTrail data events provide the audit trail needed for detection and alerting. B) Requester Pays affects billing, not detection. C) TA is about upload speed. D) Disabling KMS reduces security, not access visibility.
Which encryption approach fits a Redshift cluster storing regulated PII?
Answer: C — AES-256 with a customer-managed KMS key and CloudTrail data events
A) An AWS-owned key gives no audit or rotation control. C) A customer-managed KMS key plus CloudTrail data-event logging supports rotation and audit — the compliance pattern. B) Client-side encryption breaks Redshift's query engine — it cannot filter encrypted values. D) Disabling encryption is the opposite of the requirement.
Which is TRUE about VPC endpoints for S3?
Answer: A — Gateway endpoints keep S3 traffic on the AWS backbone and support bucket-policy conditions
A) S3 gateway endpoints keep traffic on the AWS backbone and enable aws:sourceVpce policy conditions. B) Both gateway and interface endpoints exist; gateway is the classic mode. C) Gateway endpoints avoid needing an IGW. D) Endpoints do not replace IAM.
6 sample cards from the 65 in the bank.
Passing score?
720/1000.
Managed Workflows for Apache Airflow (MWAA)?
Managed Apache Airflow service. For complex orchestration with DAGs in Python.
What is the medallion architecture?
Lakehouse organized into bronze (raw), silver (cleansed/joined), and gold (curated/aggregated) layers — clarifying responsibilities and supporting incremental refinement.
S3 encryption options?
SSE-S3 (S3-managed keys), SSE-KMS (KMS keys, audit, fine-grained), SSE-C (customer-provided), DSSE-KMS (dual-layer).
Glue DataBrew?
Visual data prep tool. 250+ transformations. No coding. Targets analysts.
Redshift encryption?
At rest with KMS or HSM keys. In-transit with SSL. Column-level encryption via KMS or app-level.
These samples are a small slice. The full bank runs flashcards, multiple choice and timed mock exams with per-chapter progress tracking, on the web and in the iOS app.
Open AWS Data Engineer Associate →
The AWS Data Engineer Associate bank holds 225 items: 150 multiple-choice questions, 65 flashcards and 10 scenario-based simulations. 18 of them are on this page to read free, with no signup.
Yes. Every multiple-choice item carries a written rationale that states the controlling principle behind the correct answer and then addresses each wrong option in turn — why it tempts and precisely where it fails. Knowing why the plausible answer was wrong is worth more than knowing which letter was right.
It is organised into 4 chapters that follow the published exam blueprint: Data Ingestion and Transformation; Data Store Management; Data Operations and Support; Data Security and Governance. The number of questions in each chapter is proportional to that domain's published weight, so working through the bank exposes you to roughly the mix the real exam uses.
DEA-C01 Exam Guide — 4 domains: Data Ingestion + Transformation (34%), Data Store Management (26%), Data Operations + Support (22%), Data Security + Governance (18%)
The samples on this page are free to read in full, rationales included, with no account. The complete 225-item bank, the timed mock exams and per-chapter progress tracking are part of CoStudy on the web and in the iOS app.
Last reviewed 2026-08-22. Banks are written against the certifying body's published exam outline and re-checked when that outline changes — exams get renumbered, retired and reweighted, and a bank written to a superseded outline teaches the wrong proportions. Figures that are re-indexed annually are deliberately not asserted as rules; the questions test the governing principle instead.
This bank is written against AWS's published exam material. Check the AWS Certification exam guides for the current outline, fees and eligibility rules — those change, and the certifying body is the only authority on them. CoStudy is not affiliated with AWS.