Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Data Engineer - Associate DEA-C01 All Questions

View all questions & answers for the AWS Certified Data Engineer - Associate DEA-C01 exam

Exam AWS Certified Data Engineer - Associate DEA-C01 topic 1 question 189 discussion

A company has a data lake in Amazon S3. The company collects AWS CloudTrail logs for multiple applications. The company stores the logs in the data lake, catalogs the logs in AWS Glue, and partitions the logs based on the year. The company uses Amazon Athena to analyze the logs.

Recently, customers reported that a query on one of the Athena tables did not return any data. A data engineer must resolve the issue.

Which combination of troubleshooting steps should the data engineer take? (Choose two.)

  • A. Confirm that Athena is pointing to the correct Amazon S3 location.
  • B. Increase the query timeout duration.
  • C. Use the MSCK REPAIR TABLE command.
  • D. Restart Athena.
  • E. Delete and recreate the problematic Athena table.
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
michele_scar
1 week ago
Selected Answer: AC
B and D definitely wrong E should be dangerous
upvoted 1 times
...
kupo777
2 weeks, 6 days ago
Correct Answer: AC A. Confirm that Athena is pointing to the correct Amazon S3 location. This is a critical first step to ensure that the data source Athena is querying matches the actual location of the CloudTrail logs in S3. If the path is incorrect, Athena will not find the data. C. Use the MSCK REPAIR TABLE command. If the data lake is partitioned, using the MSCK REPAIR TABLE command can help update the table metadata in Athena. This command will add any missing partitions to the table, which may resolve issues related to missing data if new partitions were added but not reflected in Athena.
upvoted 1 times
...
truongnguyen86
3 weeks, 4 days ago
should be A, B. D and E are incorrect, C: MSCK REPAIR TABLE is a Hive command in Amazon Athena not for S3
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...