ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 256 - SOA-C02 discussion

Report
Export

A company's AWS Lambda function is experiencing performance issues. The Lambda function performs many CPU-intensive operations. The Lambda function is not running fast enough and is creating bottlenecks in the system.

What should a SysOps administrator do to resolve this issue?

A.
In the CPU launch options for the Lambda function, activate hyperthreading.
Answers
A.
In the CPU launch options for the Lambda function, activate hyperthreading.
B.
Turn off the AWS managed encryption.
Answers
B.
Turn off the AWS managed encryption.
C.
Increase the amount of memory for the Lambda function.
Answers
C.
Increase the amount of memory for the Lambda function.
D.
Load the required code into a custom layer.
Answers
D.
Load the required code into a custom layer.
Suggested answer: C

Explanation:

Increasing the amount of memory for the Lambda function will help to improve the performance of the function. This is because the Lambda function is CPU-intensive and increasing the memory will give it access to more CPU resources and help it run faster. The other options (activating hyperthreading in the CPU launch options for the Lambda function, turning off the AWS managed encryption, and loading the required code into a custom layer) will not help to improve the performance of the Lambda function and are not the correct solutions for this issue. https://docs.aws.amazon.com/lambda/latest/dg/configuration-functioncommon.html#configuration-memory-console

asked 16/09/2024
JR Gee
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first