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 371:

    A company created an extract, transform, and load (ETL) data pipeline in AWS Glue. A data engineer must crawl a table that is in Microsoft SQL Server. The data engineer needs to extract, transform, and load the output of the crawl to an Amazon S3 bucket. The data engineer also must orchestrate the data pipeline.

    Which AWS service or feature will meet these requirements MOST cost-effectively?

    A. AWS Step Functions
    B. AWS Glue workflows
    C. AWS Glue Studio
    D. Amazon Managed workflows for Apache Airflow (Amazon MWAA)

  • Question 372:

    A company has a data processing pipeline that runs multiple SQL queries in sequence against an Amazon Redshift cluster. The company merges with a second company. The original company modifies a query that aggregates sales revenue data to join sales tables from both companies. The sales table for the first company is named Table S1. The sales table for the second company is named Table S2. Table S1 contains 10 billion records. Table S2 contains 900 million records.

    The query becomes slow after the modification. A data engineer must improve the query performance.

    Which solutions will meet these requirements? (Choose two.)

    A. Use the KEY distribution style for both sales tables. Select a low cardinality column to use for the join.
    B. Use the KEY distribution style for both sales tables. Select a high cardinality column to use for the join.
    C. Use the EVEN distribution style for Table S1. Use the ALL distribution style for Table S2.
    D. Use the Amazon Redshift query optimizer to review and select optimizations to implement.
    E. Use Amazon Redshift Advisor to review and select optimizations to implement.

  • Question 373:

    A company wants to run SQL analytics across operational data and historical S3 data without copying all operational rows into the warehouse first. The data engineer is evaluating Amazon Redshift capabilities.

    Which capabilities can help meet this requirement? (Choose two.)

    A. Use Amazon Redshift federated queries to query supported operational databases.
    B. Use Amazon Redshift Spectrum to query data stored in Amazon S3.
    C. Use S3 Transfer Acceleration to rewrite Redshift table blocks.
    D. Use DynamoDB TTL to expose historical S3 partitions to Redshift.
    E. Use Amazon SNS topics as external tables.

  • Question 374:

    A data engineer needs to build an enterprise data catalog based on the company's Amazon S3 buckets and Amazon RDS databases. The data catalog must include storage format metadata for the data in the catalog.

    Which solution will meet these requirements with the LEAST effort?

    A. Use an AWS Glue crawler to scan the S3 buckets and RDS databases and build a data catalog. Use data stewards to inspect the data and update the data catalog with the data format.
    B. Use an AWS Glue crawler to build a data catalog. Use AWS Glue crawler classifiers to recognize the format of data and store the format in the catalog.
    C. Use Amazon Macie to build a data catalog and to identify sensitive data elements. Collect the data format information from Macie.
    D. Use scripts to scan data elements and to assign data classifications based on the format of the data.

  • Question 375:

    A company is building an inventory management system and an inventory reordering system to automatically reorder products. Both systems use Amazon Kinesis Data Streams. The inventorymanagement system uses the Amazon Kinesis Producer Library (KPL) to publish data to a stream. The inventory reordering system uses the Amazon Kinesis Client Library (KCL) to consume data from the stream. The company configures the stream to scale up and down as needed.

    Before the company deploys the systems to production, the company discovers that the inventory reordering system received duplicated data.

    Which factors could have caused the reordering system to receive duplicated data? (Choose Two.)

    A. The producer experienced network-related timeouts.
    B. The stream's value for the IteratorAgeMilliseconds metric was too high.
    C. There was a change in the number of shards, record processors, or both.
    D. The AggregationEnabled configuration property was set to true.
    E. The max_records configuration property was set to a number that was too high.

  • Question 376:

    A company is designing a serverless data processing workflow in AWS Step Functions that involves multiple steps. The processing workflow ingests data from an external API, transforms the data by using multiple AWS Lambda functions, and loads the transformed data into Amazon DynamoDB.

    The company needs the workflow to perform specific steps based on the content of the incoming data.

    Which Step Functions state type should the company use to meet this requirement?

    A. Parallel
    B. Choice
    C. Task
    D. Map

  • Question 377:

    A media company wants to use Amazon OpenSearch Service to analyze rea-time data about popular musical artists and songs. The company expects to ingest millions of new data events every day. The new data events will arrive through an Amazon Kinesis data stream. The company must transform the data and then ingest the data into the OpenSearch Service domain.

    Which method should the company use to ingest the data with the LEAST operational overhead?

    A. Use Amazon Kinesis Data Firehose and an AWS Lambda function to transform the data and deliver the transformed data to OpenSearch Service.
    B. Use a Logstash pipeline that has prebuilt filters to transform the data and deliver the transformed data to OpenSearch Service.
    C. Use an AWS Lambda function to call the Amazon Kinesis Agent to transform the data and deliver the transformed data OpenSearch Service.
    D. Use the Kinesis Client Library (KCL) to transform the data and deliver the transformed data to OpenSearch Service.

  • Question 378:

    A company receives a daily file that contains customer data in .xls format. The company stores the file in Amazon S3. The daily file is approximately 2 GB in size.

    A data engineer concatenates the column in the file that contains customer first names and the column that contains customer last names. The data engineer needs to determine the number of distinct customers in the file.

    Which solution will meet this requirement with the LEAST operational effort?

    A. Create and run an Apache Spark job in an AWS Glue notebook. Configure the job to read the S3 file and calculate the number of distinct customers.
    B. Create an AWS Glue crawler to create an AWS Glue Data Catalog of the S3 file. Run SQL queries from Amazon Athena to calculate the number of distinct customers.
    C. Create and run an Apache Spark job in Amazon EMR Serverless to calculate the number of distinct customers.
    D. Use AWS Glue DataBrew to create a recipe that uses the COUNT_DISTINCT aggregate function to calculate the number of distinct customers.

  • Question 379:

    A company stores details about transactions in an Amazon S3 bucket. The company wants to log all writes to the S3 bucket into another S3 bucket that is in the same AWS Region.

    Which solution will meet this requirement with the LEAST operational effort?

    A. Configure an S3 Event Notifications rule for all activities on the transactions S3 bucket to invoke an AWS Lambda function. Program the Lambda function to write the event to Amazon Kinesis Data Firehose. Configure Kinesis Data Firehose to write the event to the logs S3 bucket.
    B. Create a trail of management events in AWS CloudTraiL. Configure the trail to receive data from the transactions S3 bucket. Specify an empty prefix and write-only events. Specify the logs S3 bucket as the destination bucket.
    C. Configure an S3 Event Notifications rule for all activities on the transactions S3 bucket to invoke an AWS Lambda function. Program the Lambda function to write the events to the logs S3 bucket.
    D. Create a trail of data events in AWS CloudTraiL. Configure the trail to receive data from the transactions S3 bucket. Specify an empty prefix and write-only events. Specify the logs S3 bucket as the destination bucket.

  • Question 380:

    A company has a business intelligence platform on AWS. The company uses an AWS Storage Gateway Amazon S3 File Gateway to transfer les from the company's on-premises environment to an Amazon S3 bucket.

    A data engineer needs to setup a process that will automatically launch an AWS Glue workflow to run a series of AWS Glue jobs when each file transfer finishes successfully.

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

    A. Determine when the file transfers usually finish based on previous successful file transfers. Set up an Amazon EventBridge scheduled event to initiate the AWS Glue jobs at that time of day.
    B. Set up an Amazon EventBridge event that initiates the AWS Glue workflow after every successful S3 File Gateway file transfer event.
    C. Set up an on-demand AWS Glue workflow so that the data engineer can start the AWS Glue workflow when each file transfer is complete.
    D. Set up an AWS Lambda function that will invoke the AWS Glue Workflow. Set up an event for the creation of an S3 object as a trigger for the Lambda function.

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.