AWS Certified Data Engineer Associate DEA-C01 Practice Question

A data lake on Amazon S3 contains a raw table with customer email addresses. Compliance requires downstream analytics to receive a deterministic pseudonym for each address so that joins are possible, while the original email can never be inferred without an internal secret key. As the data engineer, which solution most simply applies a keyed salt during anonymization by relying only on managed services?

  • Enable S3 Bucket Keys with SSE-KMS and configure an S3 Object Lambda access point to rewrite objects on the fly.

  • Deploy an AWS Lambda function triggered by S3 PUT to read each object, prepend a random value to every email before hashing, store the mapping in Amazon DynamoDB, and write the redacted file back to S3.

  • Use server-side encryption with customer-provided keys (SSE-C) on the raw bucket and rotate the keys daily.

  • Create an AWS Glue DataBrew recipe that applies the HMAC-SHA256 transformation to the email column using a secret key retrieved from AWS Secrets Manager, then write the output to a curated S3 prefix.

AWS Certified Data Engineer Associate DEA-C01
Data Security and Governance
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