Data-Engineer-Associate dumps
5 Star


Customer Rating & Feedbacks
98%


Exactly Questions Came From Dumps

Amazon Data-Engineer-Associate Question Answers

AWS Certified Data Engineer - Associate (DEA-C01) Dumps July 2026

discount banner
PDF + Test Engine $139  $97
Test Engine
$119  $83
PDF $99  $69

Here are Amazon Data-Engineer-Associate PDF available features:

302 questions with answers Updation Date : 16 Jul, 2026
1 day study required to pass exam 100% Passing Assurance
100% Money Back Guarantee Free 3 Months Updates
Amazon Data-Engineer-Associate Sample Questions

Question # 41

A data engineer must orchestrate a data pipeline that consists of one AWS Lambda function and one AWS Glue job. The solution must integrate with AWS services. Which solution will meet these requirements with the LEAST management overhead? 

A. Use an AWS Step Functions workflow that includes a state machine. Configure the statemachine to run the Lambda function and then the AWS Glue job.
B. Use an Apache Airflow workflow that is deployed on an Amazon EC2 instance. Define adirected acyclic graph (DAG) in which the first task is to call the Lambda function and thesecond task is to call the AWS Glue job.
C. Use an AWS Glue workflow to run the Lambda function and then the AWS Glue job.
D. Use an Apache Airflow workflow that is deployed on Amazon Elastic Kubernetes Service(Amazon EKS). Define a directed acyclic graph (DAG) in which the first task is to call theLambda function and the second task is to call the AWS Glue job.


Question # 42

A security company stores IoT data that is in JSON format in an Amazon S3 bucket. The data structure can change when the company upgrades the IoT devices. The company wants to create a data catalog that includes the IoT data. The company's analytics department will use the data catalog to index the data. Which solution will meet these requirements MOST cost-effectively? 

A. Create an AWS Glue Data Catalog. Configure an AWS Glue Schema Registry. Create anew AWS Glue workload to orchestrate the ingestion of the data that the analyticsdepartment will use into Amazon Redshift Serverless.
B. Create an Amazon Redshift provisioned cluster. Create an Amazon Redshift Spectrumdatabase for the analytics department to explore the data that is in Amazon S3. CreateRedshift stored procedures to load the data into Amazon Redshift.
C. Create an Amazon Athena workgroup. Explore the data that is in Amazon S3 by usingApache Spark through Athena. Provide the Athena workgroup schema and tables to theanalytics department.
D. Create an AWS Glue Data Catalog. Configure an AWS Glue Schema Registry. CreateAWS Lambda user defined functions (UDFs) by using the Amazon Redshift Data API.Create an AWS Step Functions job to orchestrate the ingestion of the data that theanalytics department will use into Amazon Redshift Serverless.


Question # 43

A company uses Amazon Athena to run SQL queries for extract, transform, and load (ETL) tasks by using Create Table As Select (CTAS). The company must use Apache Spark instead of SQL to generate analytics. Which solution will give the company the ability to use Spark to access Athena? 

A. Athena query settings
B. Athena workgroup
C. Athena data source
D. Athena query editor


Question # 44

A company needs to set up a data catalog and metadata management for data sources that run in the AWS Cloud. The company will use the data catalog to maintain the metadata of all the objects that are in a set of data stores. The data stores include structured sources such as Amazon RDS and Amazon Redshift. The data stores also include semistructured sources such as JSON files and .xml files that are stored in Amazon S3. The company needs a solution that will update the data catalog on a regular basis. The solution also must detect changes to the source metadata. Which solution will meet these requirements with the LEAST operational overhead? 

A. Use Amazon Aurora as the data catalog. Create AWS Lambda functions that willconnect to the data catalog. Configure the Lambda functions to gather the metadatainformation from multiple sources and to update the Aurora data catalog. Schedule theLambda functions to run periodically.
B. Use the AWS Glue Data Catalog as the central metadata repository. Use AWS Gluecrawlers to connect to multiple data stores and to update the Data Catalog with metadatachanges. Schedule the crawlers to run periodically to update the metadata catalog.
C. Use Amazon DynamoDB as the data catalog. Create AWS Lambda functions that willconnect to the data catalog. Configure the Lambda functions to gather the metadatainformation from multiple sources and to update the DynamoDB data catalog. Schedule theLambda functions to run periodically.
D. Use the AWS Glue Data Catalog as the central metadata repository. Extract the schemafor Amazon RDS and Amazon Redshift sources, and build the Data Catalog. Use AWSGlue crawlers for data that is in Amazon S3 to infer the schema and to automaticallyupdate the Data Catalog.


Question # 45

A manufacturing company wants to collect data from sensors. A data engineer needs to implement a solution that ingests sensor data in near real time. The solution must store the data to a persistent data store. The solution must store the data in nested JSON format. The company must have the ability to query from the data store with a latency of less than 10 milliseconds. Which solution will meet these requirements with the LEAST operational overhead? 

A. Use a self-hosted Apache Kafka cluster to capture the sensor data. Store the data inAmazon S3 for querying.
B. Use AWS Lambda to process the sensor data. Store the data in Amazon S3 forquerying.
C. Use Amazon Kinesis Data Streams to capture the sensor data. Store the data inAmazon DynamoDB for querying.
D. Use Amazon Simple Queue Service(Amazon SQS) to buffer incomingsensor data. UseAWS Glue to store thedata in Amazon RDS for querying.


Question # 46

A company receives .csv files that contain physical address data. The data is in columns that have the following names: Door_No, Street_Name, City, and Zip_Code. The company wants to create a single column to store these values in the following format:

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

A. Use AWS Glue DataBrew to read the files. Use the NEST TO ARRAY transformation tocreate the new column.
B. Use AWS Glue DataBrew to read the files. Use the NEST TO MAP transformation tocreate the new column.
C. Use AWS Glue DataBrew to read the files. Use the PIVOT transformation to create thenew column.
D. Write a Lambda function in Python to read the files. Use the Python data dictionary typeto create the new column.


Question # 47

A company is planning to upgrade its Amazon Elastic Block Store (Amazon EBS) General Purpose SSD storage from gp2 to gp3. The company wants to prevent any interruptions in its Amazon EC2 instances that will cause data loss during the migration to the upgraded storage. Which solution will meet these requirements with the LEAST operational overhead? 

A. Create snapshots of the gp2 volumes. Create new gp3 volumes from the snapshots.Attach the new gp3 volumes to the EC2 instances.
B. Create new gp3 volumes. Gradually transfer the data to the new gp3 volumes. When thetransfer is complete, mount the new gp3 volumes to the EC2 instances to replace the gp2volumes.
C. Change the volume type of the existing gp2 volumes to gp3. Enter new values forvolume size, IOPS, and throughput.
D. Use AWS DataSync to create new gp3 volumes. Transfer the data from the original gp2volumes to the new gp3 volumes.


Question # 48

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 # 49

A company uses Amazon S3 to store semi-structured data in a transactional data lake. Some of the data files are small, but other data files are tens of terabytes. A data engineer must perform a change data capture (CDC) operation to identify changed data from the data source. The data source sends a full snapshot as a JSON file every day and ingests the changed data into the data lake. Which solution will capture the changed data MOST cost-effectively? 

A. Create an AWS Lambda function to identify the changes between the previous data andthe current data. Configure the Lambda function to ingest the changes into the data lake.
B. Ingest the data into Amazon RDS for MySQL. Use AWS Database Migration Service (AWS DMS) to write the changed data to the data lake.
C. Use an open source data lake format to merge the data source with the S3 data lake toinsert the new data and update the existing data.
D. Ingest the data into an Amazon Aurora MySQL DB instance that runs Aurora Serverless.Use AWS Database Migration Service (AWS DMS) to write the changed data to the datalake.


Question # 50

A data engineer must manage the ingestion of real-time streaming data into AWS. The data engineer wants to perform real-time analytics on the incoming streaming data by using time-based aggregations over a window of up to 30 minutes. The data engineer needs a solution that is highly fault tolerant. Which solution will meet these requirements with the LEAST operational overhead? 

A. Use an AWS Lambda function that includes both the business and the analytics logic toperform time-based aggregations over a window of up to 30 minutes for the data in Amazon Kinesis Data Streams.
B. Use Amazon Managed Service for Apache Flink (previously known as Amazon KinesisData Analytics) to analyze the data that might occasionally contain duplicates by usingmultiple types of aggregations.
C. Use an AWS Lambda function that includes both the business and the analytics logic toperform aggregations for a tumbling window of up to 30 minutes, based on the eventtimestamp.
D. Use Amazon Managed Service for Apache Flink (previously known as Amazon KinesisData Analytics) to analyze the data by using multiple types of aggregations to perform timebasedanalytics over a window of up to 30 minutes.


1234567891011

Download All 302 Questions Check Customers Feedbacks