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

    A company has a data lake in Amazon 53. The company uses AWS Glue to catalog data and AWS Glue Studio to implement data extract, transform, and load (ETL) pipelines.

    The company needs to ensure that data quality issues are checked every time the pipelines run. A data engineer must enhance the existing pipelines to evaluate data quality rules based on predefined thresholds.

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

    A. Add a new transform that is defined by a SQL query to each Glue ETL job. Use the SQL query to implement a ruleset that includes the data quality rules that need to be evaluated.
    B. Add a new Evaluate Data Quality transform to each Glue ETL job. Use Data Quality Definition Language (DQDL) to implement a ruleset that includes the data quality rules that need to be evaluated.
    C. Add a new custom transform to each Glue ETL job. Use the PyDeequ library to implement a ruleset that includes the data quality rules that need to be evaluated.
    D. Add a new custom transform to each Glue ETL job. Use the Great Expectations library to implement a ruleset that includes the data quality rules that need to be evaluated.

  • Question 362:

    A data engineer is configuring an AWS Glue job to read data from an Amazon S3 bucket. The data engineer has set up the necessary AWS Glue connection details and an associated IAM role. However, when the data engineer attempts to run the AWS Glue job, the data engineer receives an error message that indicates that there are problems with the Amazon S3 VPC gateway endpoint.

    The data engineer must resolve the error and connect the AWS Glue job to the S3 bucket.

    Which solution will meet this requirement?

    A. Update the AWS Glue security group to allow inbound traffic from the Amazon S3 VPC gateway endpoint.
    B. Configure an S3 bucket policy to explicitly grant the AWS Glue job permissions to access the S3 bucket.
    C. Review the AWS Glue job code to ensure that the AWS Glue connection details include a fully qualified domain name.
    D. Verify that the VPC's route table includes inbound and outbound routes for the Amazon S3 VPC gateway endpoint.

  • Question 363:

    A company uses Amazon Redshift as its data warehouse service. A data engineer needs to design a physical data model.

    The data engineer encounters a de-normalized table that is growing in size. The table does not have a suitable column to use as the distribution key.

    Which distribution style should the data engineer use to meet these requirements with the LEAST maintenance overhead?

    A. ALL distribution
    B. EVEN distribution
    C. AUTO distribution
    D. KEY distribution

  • Question 364:

    A data engineer needs to use Amazon Neptune to develop graph applications.

    Which programming languages should the engineer use to develop the graph applications? (Choose Two.)

    A. Gremlin
    B. SQL
    C. ANSI SQL
    D. SPARQL
    E. Spark SQL

  • Question 365:

    A company built a data lake and a data warehouse on AWS. The company wants to implement a data catalog to enhance the current data storage solutions. The company wants to have the capability to add business metadata and glossary information to the data catalog for every asset.

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

    A. Use AWS Glue Catalog. Create a user table for the business glossary. Use the AWS Glue API to change table properties to add business metadata. Create a web application to access the metadata.
    B. Use an Apache Hive metastore. Create a user table for the business glossary. Use the ALTER TABLE command to change table properties to add business metadata. Create a web application to access the metadata.
    C. Use Amazon DataZone. Create the business glossaries. Create metadata forms. Use the Amazon DataZone data portal to access the metadata.
    D. Use Amazon OpenSearch Service. Create an index for the business glossary. Create a second index for the business metadata. Use the OpenSearch Service dashboard to access the metadata.

  • Question 366:

    A data engineer is building a data pipeline. A large data file is uploaded to an Amazon S3 bucket once each day at unpredictable times. An AWS Glue workflow uses hundreds of workers to process the fileand load the data into Amazon Redshift. The company wants to process the file as quickly as possible.

    Which solution will meet these requirements?

    A. Create an on-demand AWS Glue trigger to start the workflow. Create an AWS Lambda function that runs every 15 minutes to check the S3 bucket for the daily file. Configure the function to start the AWS Glue workflow if the file is present.
    B. Create an event-based AWS Glue trigger to start the workflow. Configure Amazon S3 to log events to AWS CloudTrail. Create a rule in Amazon EventBridge to forward PutObject events to the AWS Glue trigger.
    C. Create a scheduled AWS Glue trigger to start the workflow. Create a cron job that runs the AWS Glue job every 15 minutes. Set up the AWS Glue job to check the S3 bucket for the daily file. Configure the job to stop if the file is not present.
    D. Create an on-demand AWS Glue trigger to start the workflow. Create an AWS Database Migration Service (AWS DMS) migration task. Set the DMS source as the S3 bucket. Set the target endpoint as the AWS Glue workflow.

  • Question 367:

    A company wants to ingest streaming data into an Amazon Redshift data warehouse from an Amazon Managed Streaming for Apache Kafka (Amazon MSK) cluster. A data engineer needs to develop a solution that provides low data access time and that optimizes storage costs.

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

    A. Create an external schema that maps to the MSK cluster. Create a materialized view that references the external schema to consume the streaming data from the MSK topic.
    B. Develop an AWS Glue streaming extract, transform, and load (ETL) job to process the incoming data from Amazon MSK. Load the data into Amazon S3. Use Amazon Redshift Spectrum to read the data from Amazon S3.
    C. Create an external schema that maps to the streaming data source. Create a new Amazon Redshift table that references the external schema.
    D. Create an Amazon S3 bucket. Ingest the data from Amazon MSK. Create an event-driven AWS Lambda function to load the data from the S3 bucket to a new Amazon Redshift table.

  • Question 368:

    A company built a data lake and a data warehouse on AWS. The company wants to implement a data catalog to enhance the current data storage solutions. The company wants to have the capability to add busine metadata and gloary information to the data catalog for every aet.

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

    A. Use AWS Glue Catalog. Create a user table for the busine gloary. Use the AWS Glue API to change table properties to add busine metadata. Create a web application to acce the metadata.
    B. Use an Apache Hive metastore. Create a user table for the busine gloary. Use the ALTER TABLE command to change table properties to add busine metadata. Create a web application to acce the metadata.
    C. Use Amazon DataZone. Create the busine gloaries. Create metadata forms. Use the Amazon DataZone data portal to acce the metadata.
    D. Use Amazon OpenSearch Service. Create an index for the busine gloary. Create a second index for the busine metadata. Use the OpenSearch Service dashboard to acce the metadata.

  • Question 369:

    A data engineer configured an AWS Glue Data Catalog for data that is stored in Amazon S3 buckets. The data engineer needs to configure the Data Catalog to receive incremental updates.

    The data engineer sets up event notifications for the S3 bucket and creates an Amazon Simple Queue Service (Amazon SQS) queue to receive the S3 events.

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

    A. Create an S3 event-based AWS Glue crawler to consume events from the SQS queue.
    B. Define a time-based schedule to run the AWS Glue crawler, and perform incremental updates to the Data Catalog.
    C. Use an AWS Lambda function to directly update the Data Catalog based on S3 events that the SQS queue receives.
    D. Manually initiate the AWS Glue crawler to perform updates to the Data Catalog when there is a change in the S3 bucket.
    E. Use AWS Step Functions to orchestrate the process of updating the Data Catalog based on 53 events that the SQS queue receives.

  • Question 370:

    A media company uses software as a service (SaaS) applications to gather data by using third-party tools.

    The company needs to store the data in an Amazon S3 bucket. The company will use Amazon Redshift to perform analytics based on the data.

    Which AWS service or feature will meet these requirements with the LEAST operational overhead?

    A. Amazon Managed Streaming for Apache Kafka (Amazon MSK)
    B. Amazon AppFlow
    C. AWS Glue Data Catalog
    D. Amazon Kinesis

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.