ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 120 - DVA-C01 discussion

Report
Export

An e-commerce site allows returning users to log in to display customized web pages. The workflow is shown in the image below:

An application is running on EC2 instances. Amazon RDS is used for the database that stores user accounts and preferences. The website freezes or is slow to load while waiting for the login step to complete. The remaining components of the site are well-optimized.

Which of the following techniques will resolve this issue? (Select Two.)

A.
Implement the user login page as an asynchronous Lambda function.
Answers
A.
Implement the user login page as an asynchronous Lambda function.
B.
Use Amazon ElastiCache for MemCached to cache user data.
Answers
B.
Use Amazon ElastiCache for MemCached to cache user data.
C.
Use Amazon Application Load Balancer to load balance the traffic to the website.
Answers
C.
Use Amazon Application Load Balancer to load balance the traffic to the website.
D.
Call the database asynchronously so the code can continue executing.
Answers
D.
Call the database asynchronously so the code can continue executing.
E.
Batch login requests from hundreds of users together as a single read request to the database.
Answers
E.
Batch login requests from hundreds of users together as a single read request to the database.
Suggested answer: B, D

Explanation:

https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/making-asynchronouscalls.html

asked 16/09/2024
Luca Arcuri
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first