DATA-ENGINEER-ASSOCIATE Exam Details

  • Exam Code
    :DATA-ENGINEER-ASSOCIATE
  • Exam Name
    :AWS Certified Data Engineer - Associate (DEA-C01)
  • Certification
    :Amazon Certifications
  • Vendor
    :Amazon
  • Total Questions
    :403 Q&As
  • Last Updated
    :Jul 16, 2026

Amazon DATA-ENGINEER-ASSOCIATE Online Questions & Answers

  • Question 381:

    A company regularly loads data into an Amazon DynamoDB table. The company must retain the data in DynamoDB for 1 year. After 1 year, the company must archive the data for 5 years. After 5 years, the company must delete the data.

    Which solution will meet these requirements in the MOST operationally efficient way?

    A. Include a timestamp with the data that is loaded into DynamoDB. Create an AWS Lambda function to read the timestamps and move items that are 1 year old to Amazon S3 Glacier Flexible Retrieval. Create an S3 Lifecycle policy to delete the items after 5 years.
    B. Enable Amazon DynamoDB Streams. Configure a TTL rule to delete items from the DynamoDB table after 1 year. Use an AWS Lambda function to consume the stream and send items to Amazon S3 Glacier Flexible Retrieval. Delete the items from S3 Glacier Flexible Retrieval after 5 years.
    C. Include a timestamp with the data that is loaded into DynamoDB. Use an AWS Lambda function to read timestamps and move items that are 1 year old directly to Amazon S3 Glacier Deep Archive. Configure the function to delete items after 5 years.
    D. Enable Amazon DynamoDB Streams. Configure a TTL rule to delete items from the DynamoDB table after 1 year. Use an AWS Lambda function to consume the stream and send items directly to Amazon S3 Glacier Deep Archive. Create an S3 Lifecycle policy to delete the items after 5 years.

  • Question 382:

    A company implements a data mesh that has a central governance account. The company needs to catalog all data in the governance account. The governance account uses AWS Lake Formation to centrally share data and grant access permissions.

    The company has created a new data product that includes a group of Amazon Redshift Serverless tables.

    A data engineer needs to share the data product with a marketing team. The marketing team must have access to only a subset of columns. The data engineer needs to share the same data product with a compliance team. The compliance team must have access to a different subset of columns than the marketing team needs access to.

    Which combination of steps should the data engineer take to meet these requirements? (Choose Two.)

    A. Create views of the tables that need to be shared. Include only the required columns.
    B. Create an Amazon Redshift data than that includes the tables that need to be shared.
    C. Create an Amazon Redshift managed VPC endpoint in the marketing team's account. Grant the marketing team access to the views.
    D. Share the Amazon Redshift data share to the Lake Formation catalog in the governance account.
    E. Share the Amazon Redshift data share to the Amazon Redshift Serverless workgroup in the marketing team's account.

  • Question 383:

    To speed up Amazon Athena queries on uncompressed .

    csv files where most queries select a specific column, which solution is best?

    A. Convert to JSON with Snappy compression
    B. Compress .csv with Snappy
    C. Convert to Apache Parquet with Snappy compression
    D. Compress .csv with gzip

  • Question 384:

    A company currently stores all of its data in Amazon S3 by using the S3 Standard storage class.

    A data engineer examined data access patterns to identify trends. During the first 6 months, most data files are accessed several times each day. Between 6 months and 2 years, most data files are accessed once or twice each month. After 2 years, data files are accessed only once or twice each year.

    The data engineer needs to use an S3 Lifecycle policy to develop new data storage rules. The new storage solution must continue to provide high availability.

    Which solution will meet these requirements in the MOST cost-effective way?

    A. Transition objects to S3 One Zone-Infrequent Access (S3 One Zone-IA) after 6 months. Transfer objects to S3 Glacier Flexible Retrieval after 2 years.
    B. Transition objects to S3 Standard-Infrequent Access (S3 Standard-IA) after 6 months. Transfer objects to S3 Glacier Flexible Retrieval after 2 years.
    C. Transition objects to S3 Standard-Infrequent Access (S3 Standard-IA) after 6 months. Transfer objects to S3 Glacier Deep Archive after 2 years.
    D. Transition objects to S3 One Zone-Infrequent Access (S3 One Zone-IA) after 6 months. Transfer objects to S3 Glacier Deep Archive after 2 years.

  • Question 385:

    A company uses Amazon S3 to store data and Amazon QuickSight to create visualizations.

    The company has an S3 bucket in an AWS account named Hub-Account. The S3 bucket is encrypted by an AWS Key Management Service (AWS KMS) key. The company's QuickSight instance is in a separate account named BI-Account

    The company updates the S3 bucket policy to grant access to the QuickSight service role. The company wants to enable cross-account access to allow QuickSight to interact with the S3 bucket.

    Which combination of steps will meet this requirement? (Choose Two.)

    A. Use the existing AWS KMS key to encrypt connections from QuickSight to the S3 bucket.
    B. Add the 53 bucket as a resource that the QuickSight service role can access.
    C. Use AWS Resource Access Manager (AWS RAM) to share the S3 bucket with the Bl-Account account.
    D. Add an IAM policy to the QuickSight service role to give QuickSight access to the KMS key that encrypts the S3 bucket.
    E. Add the KMS key as a resource that the QuickSight service role can access.

  • Question 386:

    A data lake team needs centralized permissions for Amazon S3 tables queried by Athena and Amazon EMR. The team also needs fine-grained table, column, and row controls without building separate authorization logic in each query engine.

    Which AWS service should the team use?

    A. AWS Lake Formation
    B. AWS Cost Explorer
    C. AWS Transfer Family
    D. Amazon CloudFront

  • Question 387:

    A company stores employee data in Amazon Redshift A table named Employee uses columns named Region ID, Department ID, and Role ID as a compound sort key.

    Which queries will MOST increase the speed of a query by using a compound sort key of the table? (Choose Two.)

    A. Select *from Employee where Region ID='North America';
    B. Select *from Employee where Region ID='North America' and Department ID=20;
    C. Select *from Employee where Department ID=20 and Region ID='North America';
    D. Select *from Employee where Role ID=50;
    E. Select *from Employee where Region ID='North America' and Role ID=50;

  • Question 388:

    A company receives a data file from a partner each day in an Amazon S3 bucket. The company uses a daily AW5 Glue extract, transform, and load (ETL) pipeline to clean and transform each data file. The output of the ETL pipeline is written to a CSV file named Dairy.csv in a second 53 bucket.

    Occasionally, the daily data file is empty or is missing values for required fields. When the file is missing data, the company can use the previous day's CSV file.

    A data engineer needs to ensure that the previous day's data file is overwritten only if the new daily file is complete and valid.

    Which solution will meet these requirements with the LEAST effort?

    A. Invoke an AWS Lambda function to check the file for missing data and to fill in missing values in required fields.
    B. Configure the AWS Glue ETL pipeline to use AWS Glue Data Quality rules. Develop rules in Data Quality Definition Language (DQDL) to check for missing values in required files and empty files.
    C. Use AWS Glue Studio to change the code in the ETL pipeline to fill in any missing values in the required fields with the most common values for each field.
    D. Run a SQL query in Amazon Athena to read the CSV file and drop missing rows. Copy the corrected CSV file to the second S3 bucket.

  • Question 389:

    A global retailer stores sales transactions in Amazon S3 and catalogs the tables in AWS Glue Data Catalog. Analysts from each country must query only rows for their own country, and the governance team wants to avoid creating separate copies of the data.

    Which solution will meet these requirements with the LEAST operational effort?

    A. Use AWS Lake Formation data filters to enforce row-level access on the shared catalog tables.
    B. Create a separate S3 bucket for each country and copy each country's rows into the matching bucket every day.
    C. Create one Amazon Redshift view for each country and grant each analyst direct access to the underlying S3 data.
    D. Use S3 Lifecycle rules to transition records for each country to different storage classes.

  • Question 390:

    A data engineer uses Amazon Redshift to run resource-intensive analytics processes once every month.

    Every month, the data engineer creates a new Redshift provisioned cluster. The data engineer deletes the Redshift provisioned cluster after the analytics processes are complete every month. Before the data engineer deletes the cluster each month, the data engineer unloads backup data from the cluster to an Amazon S3 bucket.

    The data engineer needs a solution to run the monthly analytics processes that does not require the data engineer to manage the infrastructure manually.

    Which solution will meet these requirements with the LEAST operational overhead?

    A. Use Amazon Step Functions to pause the Redshift cluster when the analytics processes are complete and to resume the cluster to run new processes every month.
    B. Use Amazon Redshift Serverless to automatically process the analytics workload.
    C. Use the AWS CLI to automatically process the analytics workload.
    D. Use AWS CloudFormation templates to automatically process the analytics workload.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Amazon exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your DATA-ENGINEER-ASSOCIATE exam preparations and Amazon certification application, do not hesitate to visit our Vcedump.com to find your solutions here.