DOP-C02 Exam QuestionsBrowse all questions from this exam

DOP-C02 Exam - Question 243


A company's application has an API that retrieves workload metrics. The company needs to audit, analyze, and visualize these metrics from the application to detect issues at scale.

Which combination of steps will meet these requirements? (Choose three.)

Show Answer
Correct Answer: ACEF

To meet the requirements of auditing, analyzing, and visualizing workload metrics from the application, the company can follow these steps: First, configure an Amazon EventBridge schedule to invoke an AWS Lambda function that calls the API to retrieve workload metrics. Store the workload metric data in an Amazon S3 bucket. This ensures the metrics are collected and stored effectively. Next, create an AWS Glue crawler to catalog the workload metric data in the Amazon S3 bucket, and create views in Amazon Athena for the cataloged data. This allows for efficient data querying and analysis. Finally, create Amazon QuickSight datasets from the Amazon Athena views and create a QuickSight analysis to visualize the workload metric data as a dashboard. This provides the necessary visualization tools to detect issues at scale.

Discussion

3 comments
Sign in to comment
getadroit
Jul 6, 2024

ACE https://aws.amazon.com/blogs/mt/analyzing-amazon-cloudwatch-internet-monitor-measurement-logs-using-amazon-athena-amazon-quicksight/

trungtdOptions: ACE
Jul 14, 2024

Data Collection and Storage: EventBridge Schedule + Lambda + S3 Data Cataloging and Querying: Glue Crawler + Athena Data Visualization: QuickSight

tgvOptions: ACE
Jul 19, 2024

---> A C E