ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 249 - DVA-C02 discussion

Report
Export

A company has a website that displays a daily newsletter. When a user visits the website, an AWS Lambda function processes the browser's request and queries the company's on-premises database to obtain the current newsletter. The newsletters are stored in English. The Lambda function uses the Amazon Translate TranslateText API operation to translate the newsletters, and the translation is displayed to the user.

Due to an increase in popularity, the website's response time has slowed. The database is overloaded. The company cannot change the database and needs a solution that improves the response time of the Lambda function.

Which solution meets these requirements?

A.

Change to asynchronous Lambda function invocation.

Answers
A.

Change to asynchronous Lambda function invocation.

B.

Cache the translated newsletters in the Lambda /tmp directory.

Answers
B.

Cache the translated newsletters in the Lambda /tmp directory.

C.

Enable TranslateText API caching.

Answers
C.

Enable TranslateText API caching.

D.

Change the Lambda function to use parallel processing.

Answers
D.

Change the Lambda function to use parallel processing.

Suggested answer: B
asked 23/10/2024
G.C. Helweg
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first