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
    :May 29, 2026

Amazon DATA-ENGINEER-ASSOCIATE Online Questions & Answers

  • Question 111:

    A company is migrating an on-premises PostgreSQL database to Amazon Redshift. The target must receive the existing rows first and then continue to receive source database changes until cutover.

    Which AWS service and task type should the data engineer use?

    A. AWS Database Migration Service with a full-load-and-CDC migration task
    B. AWS Glue crawler with a daily schedule
    C. AWS DataSync with a task that transfers changed files
    D. Amazon AppFlow with a scheduled flow from PostgreSQL to Redshift

  • Question 112:

    A gaming company uses a NoSQL database to store customer information. The company is planning to migrate to AWS.

    The company needs a fully managed AWS solution that will handle high online transaction processing (OLTP) workload, provide single-digit millisecond performance, and provide high availability around the world.

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

    A. Amazon Keyspaces (for Apache Cassandra)
    B. Amazon DocumentDB (with MongoDB compatibility)
    C. Amazon DynamoDB
    D. Amazon Timestream

  • Question 113:

    A company needs to build an extract, transform, and load (ETL) pipeline that has separate stages for batch data ingestion, transformation, and storage. The pipeline must store the transformed data in an Amazon

    S3 bucket. Each stage must automatically retry failures. The pipeline must provide visibility into the success or failure of individual stages.

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

    A. Chain AWS Glue jobs that perform each stage together by using job triggers. Set the MaxRetries field to 0.
    B. Deploy AWS Step Functions workflows to orchestrate AWS Lambda functions that ingest data. Use AWS Glue jobs to transform the data and store the data in the S3 bucket.
    C. Build an Amazon EventBridge based pipeline that invokes AWS Lambda functions to perform each stage.
    D. Schedule Apache Airflow directed acyclic graphs (DAGs) on Amazon Manages Workflows tor Apache Airflow (Amazon MWAA) to orchestrate pipeline steps. Use Amazon Simple Queue Service (Amazon SQS) to ingest data. Use AWS Glue jobs to transform data and store the data in the S3 bucket.

  • Question 114:

    A data engineer is configuring an AWS Glue Apache Spark extract, transform, and load (ETL) job. The job contains a sort-merge join of two large and equally sized DataFrames. The job is failing with the following error: No space left on device.

    Which solution will resolve the error?

    A. Use the AWS Glue Spark shuffle manager.
    B. Deploy are Amazon Elastic Block Store (Amazon EBS) volume for the job to use.
    C. Convert the sort-merge join in the job to be a broadcast join.
    D. Convert the DataFrames to DynamicFrames, and perform a DynamicFrame join in the job.

  • Question 115:

    A company has an application that uses a microservice architecture. The company hosts the application on an Amazon Elastic Kubernetes Services (Amazon EKS) cluster.

    The company wants to set up a robust monitoring system for the application. The company needs to analyze the logs from the EKS cluster and the application. The company needs to correlate the cluster's logs with the application's traces to identify points of failure in the whole application request flow.

    Which combination of steps will meet these requirements with the LEAST development effort? (Choose Two.)

    A. Use FluentBit to collect logs. Use OpenTelemetry to collect traces.
    B. Use Amazon CloudWatch to collect logs. Use Amazon Kinesis to collect traces.
    C. Use Amazon CloudWatch to collect logs. Use Amazon Managed Streaming for Apache Kafka (Amazon MSK) to collect traces.
    D. Use Amazon OpenSearch to correlate the logs and traces.
    E. Use AWS Glue to correlate the logs and traces.

  • Question 116:

    An ecommerce company operates a complex order ful lment process that spans several operational systems hosted in AWS. Each of the operational systems has a Java Database Connectivity (JDBC)- compliant relational database where the latest processing state is captured.

    The company needs to give an operations team the ability to track orders on an hourly basis across the entire ful llment process.

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

    A. Use AWS Glue to build ingestion pipelines from the operational systems into Amazon Redshift Build dashboards in Amazon QuickSight that track the orders.
    B. Use AWS Glue to build ingestion pipelines from the operational systems into Amazon DynamoDBuild dashboards in Amazon QuickSight that track the orders.
    C. Use AWS Database Migration Service (AWS DMS) to capture changed records in the operational systems. Publish the changes to an Amazon DynamoDB table in a different AWS region from the source database. Build Grafana dashboards that track the orders.
    D. Use AWS Database Migration Service (AWS DMS) to capture changed records in the operational systems. Publish the changes to an Amazon DynamoDB table in a different AWS region from the source database. Build Amazon QuickSight dashboards that track the orders.

  • Question 117:

    A company uses a data lake that is based on an Amazon S3 bucket. To comply with regulations, the company must apply two layers of server-side encryption to les that are uploaded to the S3 bucket. The company wants to use an AWS Lambda function to apply the necessary encryption.

    Which solution will meet these requirements?

    A. Use both server-side encryption with AWS KMS keys (SSE-KMS) and the Amazon S3 Encryption Client.
    B. Use dual-layer server-side encryption with AWS KMS keys (DSSE-KMS).
    C. Use server-side encryption with customer-provided keys (SSE-C) before les are uploaded.
    D. Use server-side encryption with AWS KMS keys (SSE-KMS).

  • Question 118:

    A company stores its processed data in an S3 bucket. The company has a strict data access policy. The company uses IAM roles to grant teams within the company different levels of access to the S3 bucket.

    The company wants to receive notifications when a user violates the data access policy. Each notification must include the username of the user who violated the policy.

    Which solution will meet these requirements?

    A. Use AWS Config rules to detect violations of the data access policy. Set up compliance alarms.
    B. Use Amazon CloudWatch metrics to gather object-level metrics. Set up CloudWatch alarms.
    C. Use AWS CloudTrail to track object-level events for the S3 bucket. Forward events to Amazon CloudWatch to set up CloudWatch alarms.
    D. Use Amazon S3 server access logs to monitor access to the bucket. Forward the access logs to an Amazon CloudWatch log group. Use metric filters on the log group to set up CloudWatch alarms.

  • Question 119:

    A company has multiple applications that use datasets that are stored in an Amazon S3 bucket. The company has an ecommerce application that generates a dataset that contains personally identifiable information (PII). The company has an internal analytics application that does not require access to the PII.

    To comply with regulations, the company must not share PII unnecessarily. A data engineer needs to implement a solution that with redact PII dynamically, based on the needs of each application that accesses the dataset.

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

    A. Create an S3 bucket policy to limit the access each application has. Create multiple copies of the dataset. Give each dataset copy the appropriate level of redaction for the needs of the application that accesses the copy.
    B. Create an S3 Object Lambda endpoint. Use the S3 Object Lambda endpoint to read data from the S3 bucket. Implement redaction logic within an S3 Object Lambda function to dynamically redact PII based on the needs of each application that accesses the data.
    C. Use AWS Glue to transform the data for each application. Create multiple copies of the dataset. Give each dataset copy the appropriate level of redaction for the needs of the application that accesses the copy.
    D. Create an API Gateway endpoint that has custom authorizers. Use the API Gateway endpoint to read data from the S3 bucket. Initiate a REST API call to dynamically redact PII based on the needs of each application that accesses the data.

  • Question 120:

    A data engineer needs to use an Amazon QuickSight dashboard that is based on Amazon Athena queries on data that is stored in an Amazon S3 bucket. When the data engineer connects to the QuickSight dashboard, the data engineer receives an error message that indicates insufficient permissions.

    Which factors could cause to the permissions-related errors? (Choose two.)

    A. There is no connection between QuickSgqht and Athena.
    B. The Athena tables are not cataloged.
    C. QuickSiqht does not have access to the S3 bucket.
    D. QuickSight does not have access to decrypt S3 data.
    E. There is no IAM role assigned to QuickSight.

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.