exam questions

Exam AWS Certified DevOps Engineer - Professional DOP-C02 All Questions

View all questions & answers for the AWS Certified DevOps Engineer - Professional DOP-C02 exam

Exam AWS Certified DevOps Engineer - Professional DOP-C02 topic 1 question 60 discussion

A video-sharing company stores its videos in Amazon S3. The company has observed a sudden increase in video access requests, but the company does not know which videos are most popular. The company needs to identify the general access pattern for the video files. This pattern includes the number of users who access a certain file on a given day, as well as the number of pull requests for certain files.
How can the company meet these requirements with the LEAST amount of effort?

  • A. Activate S3 server access logging. Import the access logs into an Amazon Aurora database. Use an Aurora SQL query to analyze the access patterns.
  • B. Activate S3 server access logging. Use Amazon Athena to create an external table with the log files. Use Athena to create a SQL query to analyze the access patterns.
  • C. Invoke an AWS Lambda function for every S3 object access event. Configure the Lambda function to write the file access information, such as user. S3 bucket, and file key, to an Amazon Aurora database. Use an Aurora SQL query to analyze the access patterns.
  • D. Record an Amazon CloudWatch Logs log message for every S3 object access event. Configure a CloudWatch Logs log stream to write the file access information, such as user, S3 bucket, and file key, to an Amazon Kinesis Data Analytics for SQL application. Perform a sliding window analysis.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
zijo
8 months, 4 weeks ago
Bis the Answer because Athena is designed for these type of use cases AWS Athena is a serverless interactive query service that lets you analyze data stored in Amazon Simple Storage Service (S3) using standard SQL.
upvoted 4 times
...
thanhnv142
10 months, 3 weeks ago
B is correct:Use S3 in combination with Athena is the recommended way to analyze data A: setups of Aurora is complex and unnecessary. It also more costly than B C and D are both too complicated.
upvoted 2 times
...
habros
1 year, 5 months ago
Selected Answer: B
B is so much simpler. Athena can do interactive queries on S3 data.
upvoted 4 times
...
madperro
1 year, 5 months ago
Selected Answer: B
B is correct and simplest.
upvoted 2 times
...
tom_uk
1 year, 6 months ago
Selected Answer: B
B is the answer
upvoted 1 times
...
bcx
1 year, 6 months ago
Selected Answer: B
B is the natural way to do it
upvoted 1 times
...
gdtypk
1 year, 7 months ago
Selected Answer: B
https://repost.aws/ja/knowledge-center/analyze-logs-athena
upvoted 1 times
...
haazybanj
1 year, 7 months ago
Selected Answer: B
B is right
upvoted 1 times
...
Sazeka
1 year, 8 months ago
I would go with B
upvoted 1 times
...
alce2020
1 year, 8 months ago
Selected Answer: B
B is correct
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 ...