Free AWS-CERTIFIED-DATA-ENGINEER-ASSOCIATE-DEA-C01 Amazon AWS-CERTIFIED-DATA-ENGINEER-ASSOCIATE-DEA-C01 Practice Test Question

Loading demo links...

Showing 19–21 of 32 questions

Question 19 (Topic 1)

A data engineer notices slow query performance on a highly partitioned table that is in Amazon Athena. The table contains daily data for the previous 5 years, partitioned by date. The data engineer wants to improve query performance and to automate partition management. Which solution will meet these requirements?

Select an option, then click Submit answer.

  • Use an AWS Lambda function that runs daily. Configure the function to manually create new partitions in AWS Glue for each day’s data.
  • Use partition projection in Athena. Configure the table properties by using a date range from 5 years ago to the present.
  • Reduce the number of partitions by changing the partitioning schema from daily to monthly granularity.
  • Increase the processing capacity of Athena queries by allocating more compute resources.
Question 20 (Topic 1)

A company needs to use Amazon Athena to analyze data that is in an Amazon S3 bucket. A data engineer needs to configure AWS Glue table partitions for year, month, and day. The data engineer needs to create the partitions every day to adjust to schema changes in the data. Which solution will meet these requirements?

Select an option, then click Submit answer.

  • Use AWS Glue DataBrew to create the partitions for the AWS Glue table.
  • Use an AWS Lambda function to create the partitions for the AWS Glue table.
  • Set partition projection properties for the AWS Glue table.
  • Configure an AWS Glue crawler to run on a set schedule.
Question 21 (Topic 1)

A data engineer is building a solution to detect sensitive information that is stored in a data lake across multiple Amazon S3 buckets. The solution must detect personally identifiable information (PII) that is in a proprietary data format. Which solution will meet these requirements with the LEAST operational overhead?

Select an option, then click Submit answer.

  • Use the AWS Glue Detect PII transform with specific patterns.
  • Use Amazon Made with managed data identifiers.
  • Use an AWS Lambda function with custom regular expressions.
  • Use Amazon Athena with a SQL query to match the custom formats.