AWS Certified Data Engineer - Associate
Validates expertise in implementing data pipelines, designing data stores, managing data operations, and enforcing data security and governance on AWS. Covers data ingestion and transformation using AWS Glue, Kinesis, and EMR; data store management with S3, Redshift, and DynamoDB; operational support including monitoring, troubleshooting, and cost optimization; and data security with encryption, access controls, and compliance.
Sample questions
A free preview of 15 source-grounded questions from this exam — answers and explanations included.
- Q1Data Ingestion and Transformationeasy
A team needs to bulk-load a set of large data files staged in an Amazon S3 bucket into a table in Amazon Redshift as additional rows. Which Amazon Redshift mechanism matches the documented way to load files from S3 into a table?
- A.The UNLOAD command, which writes the contents of a Redshift table out to files in an Amazon S3 bucket.
- B.The COPY command, which loads data into a table from files in an Amazon S3 bucket as appended rows.Correct answer
- C.Redshift Spectrum, which queries the S3 files in place as an external table without loading any rows.
- D.
Sources
Questions are grounded in 150 references from official and authoritative materials.