High-Performing Architecture I
Explore strategies to design high-performing AWS architectures by using Amazon ElastiCache for caching, AWS Batch for scalable processing, and best practices for managing large data workloads. Understand how to improve application responsiveness during peak traffic and optimize resource utilization with Auto Scaling policies.
We'll cover the following...
Question 51
An e-commerce mart wants to optimize the performance of its e-commerce website because there are complaints about slow response times during peak hours. As a solutions architect, you proposed a solution to improve performance by integrating Amazon ElastiCache. How would you justify using Amazon ElastiCache in this scenario? (Select TWO.)
A. Cache frequently accessed data in memory.
B. Queue up requests and allow the processor time to catch up.
C. Deliver up to 10x performance improvement from milliseconds to microseconds or even at millions of requests per second.
D. Offload some of the write traffic to the database.
Question 52
A pharmaceutical company has begun looking into using AWS Cloud services for their order processing computation workloads. Currently, they use self-managed virtual machines with batch software installed to process orders on-premises. ...