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 717 discussion

A company is building a shopping application on AWS. The application offers a catalog that changes once each month and needs to scale with traffic volume. The company wants the lowest possible latency from the application. Data from each user's shopping cart needs to be highly available. User session data must be available even if the user is disconnected and reconnects.
What should a solutions architect do to ensure that the shopping cart data is preserved at all times?

  • A. Configure an Application Load Balancer to enable the sticky sessions feature (session affinity) for access to the catalog in Amazon Aurora.
  • B. Configure Amazon ElastiCache for Redis to cache catalog data from Amazon DynamoDB and shopping cart data from the user's session.
  • C. Configure Amazon OpenSearch Service (Amazon Elasticsearch Service) to cache catalog data from Amazon DynamoDB and shopping cart data from the user's session.
  • D. Configure an Amazon EC2 instance with Amazon Elastic Block Store (Amazon EBS) storage for the catalog and shopping cart. Configure automated snapshots.
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
BECAUSE
2 years, 1 month ago
Selected Answer: B
B it is https://aws.amazon.com/elasticache/redis/#Session_Store https://aws.amazon.com/blogs/developer/elasticache-as-an-asp-net-session-store/
upvoted 1 times
...
sivasumanth
2 years, 8 months ago
Selected Answer: B
B it is
upvoted 3 times
...
sivasumanth
2 years, 8 months ago
B Use Redis elastic cache to store the cart details
upvoted 2 times
...
rodriiviru
2 years, 9 months ago
Selected Answer: A
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/sticky-sessions.html
upvoted 3 times
MatAlves
9 months, 2 weeks ago
The only benefit of sticky session is to ensure the user will be served by the same instance. However: "A drawback for using storing sessions on an individual node is that in the event of a failure, you are likely to lose the sessions that were resident on the failed node." https://aws.amazon.com/caching/session-management/
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 ...