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

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

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

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 378 discussion

A company is developing a real-time multiplayer game that uses UDP for communications between the client and servers in an Auto Scaling group. Spikes in demand are anticipated during the day, so the game server platform must adapt accordingly. Developers want to store gamer scores and other non-relational data in a database solution that will scale without intervention.

Which solution should a solutions architect recommend?

  • A. Use Amazon Route 53 for traffic distribution and Amazon Aurora Serverless for data storage.
  • B. Use a Network Load Balancer for traffic distribution and Amazon DynamoDB on-demand for data storage.
  • C. Use a Network Load Balancer for traffic distribution and Amazon Aurora Global Database for data storage.
  • D. Use an Application Load Balancer for traffic distribution and Amazon DynamoDB global tables for data storage.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
TariqKipkemei
Highly Voted 1 year, 6 months ago
Selected Answer: B
UDP = NLB Non-relational data = Dynamo DB
upvoted 16 times
...
fruto123
Highly Voted 1 year, 8 months ago
Selected Answer: B
key words - UDP, non-relational data answers - NLB for UDP application, DynamoDB for non-relational data
upvoted 6 times
...
Guru4Cloud
Most Recent 1 year, 2 months ago
Selected Answer: B
This option provides the most scalable and optimized architecture for the real-time multiplayer game: Network Load Balancer efficiently distributes UDP gaming traffic to the Auto Scaling group of game servers. DynamoDB On-Demand mode provides auto-scaling non-relational data storage for gamer scores and other game data. DynamoDB is optimized for fast, high-scale access patterns seen in gaming. Together, the Network Load Balancer and DynamoDB On-Demand provide an architecture that can smoothly scale up and down to match spikes in gaming demand.
upvoted 5 times
...
elearningtakai
1 year, 7 months ago
Selected Answer: B
Option B is a good fit because a Network Load Balancer can handle UDP traffic, and Amazon DynamoDB on-demand can provide automatic scaling without intervention
upvoted 3 times
...
KAUS2
1 year, 8 months ago
Selected Answer: B
Correct option is “B”
upvoted 2 times
...
aragon_saa
1 year, 8 months ago
B https://www.examtopics.com/discussions/amazon/view/29756-exam-aws-certified-solutions-architect-associate-saa-c02/
upvoted 2 times
...
Kenp1192
1 year, 8 months ago
B Because NLB can handle UDP and DynamoDB is Non-Relational
upvoted 3 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 ...