exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C02 exam

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 709 discussion

A gaming company uses Amazon DynamoDB to store user information such as geographic location, player data, and leaderboards. The company needs to configure continuous backups to an Amazon S3 bucket with a minimal amount of coding. The backups must not affect availability of the application and must not affect the read capacity units (RCUs) that are defined for the table.
Which solution meets these requirements?

  • A. Use an Amazon EMR cluster. Create an Apache Hive job to back up the data to Amazon S3.
  • B. Export the data directly from DynamoDB to Amazon S3 with continuous backups. Turn on point-in-time recovery for the table.
  • C. Configure Amazon DynamoDB Streams. Create an AWS Lambda function to consume the stream and export the data to an Amazon S3 bucket.
  • D. Create an AWS Lambda function to export the data from the database tables to Amazon S3 on a regular basis. Turn on point-in-time recovery for the table.
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
yamnam
1 year, 9 months ago
C is correct
upvoted 1 times
...
sassy2023
2 years, 4 months ago
B is right
upvoted 1 times
...
attila9778
2 years, 6 months ago
Answer: B Here https://aws.amazon.com/blogs/database/dynamodb-streams-use-cases-and-design-patterns/ is stated DynamoDb streams is for archiving, not backup -> therefore B
upvoted 1 times
...
Alexander_Nox
2 years, 7 months ago
Selected Answer: C
Answer is C
upvoted 1 times
...
jxp09
2 years, 7 months ago
Selected Answer: B
-Focus on driving innovation with no operational overhead. Build out your game platform with player data, session history, and leaderboards for millions of concurrent users. -Automatically scale capacity to accommodate your workloads.
upvoted 2 times
...
Nam1982
2 years, 7 months ago
Selected Answer: B
It's B https://aws.amazon.com/premiumsupport/knowledge-center/back-up-dynamodb-s3/
upvoted 2 times
...
rodriiviru
2 years, 7 months ago
Selected Answer: B
It's B. https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/S3DataExport.HowItWorks.html
upvoted 2 times
...
sk_sk
2 years, 8 months ago
Says no impact to performance of table for continuous backup https://aws.amazon.com/blogs/aws/new-amazon-dynamodb-continuous-backups-and-point-in-time-recovery-pitr/
upvoted 2 times
...
sundubu
2 years, 8 months ago
Selected Answer: C
if use continuous backups, if must affect to RCUs. I think the answer is C
upvoted 1 times
...
guptatrng
2 years, 8 months ago
I think its B
upvoted 2 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 ...