exam questions

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 215 discussion

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.
  • B. Turn off the AWS managed encryption.
  • C. Increase the amount of memory for the Lambda function.
  • D. Load the required code into a custom layer.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
zolthar_z
Highly Voted 1 year, 10 months ago
Selected Answer: C
Ans is C: https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console
upvoted 7 times
...
jipark
Most Recent 1 year, 3 months ago
Selected Answer: C
Lambda is AWS managed server, thus cannot choose CPU, but can add Memory.
upvoted 3 times
...
Christina666
1 year, 3 months ago
Selected Answer: C
Option A (In the CPU launch options for the Lambda function, activate hyperthreading) is not a valid option because AWS Lambda manages the underlying infrastructure, including the CPU configuration. SysOps administrators do not have direct access to adjust hyperthreading settings for Lambda functions. Option B (Turn off the AWS managed encryption) is unrelated to the performance issue caused by CPU-intensive operations. AWS managed encryption refers to the automatic encryption of data at rest for Lambda function code and other resources. Disabling encryption won't improve the Lambda function's performance.
upvoted 3 times
LudiVoss
10 months, 2 weeks ago
Hey are you prepping for a license right now? I see you killing it in these comments, you sure go in detail.
upvoted 1 times
Yowie351
8 months, 3 weeks ago
Chat GPT mate...
upvoted 1 times
...
...
Christina666
1 year, 3 months ago
Option C (Increase the amount of memory for the Lambda function) is the correct choice. AWS Lambda allows you to configure the amount of memory allocated to a function, and this has a direct impact on the available CPU power. When you increase the memory, Lambda automatically allocates proportional CPU power, which can significantly improve the performance of CPU-intensive operations. The more memory you allocate, the more CPU power the function receives, leading to faster execution times. Option D (Load the required code into a custom layer) is unrelated to addressing the performance issues caused by CPU-intensive operations. Custom layers in AWS Lambda are used to share code libraries and dependencies among multiple functions. While it can be helpful for code reuse and organization, it won't directly resolve the CPU bottleneck issue.
upvoted 4 times
...
...
Domdom120
1 year, 8 months ago
Selected Answer: C
C. Zolthar provided correct reference.
upvoted 2 times
...
ashu27
1 year, 10 months ago
you can improve performance by increasing the memory allocation, even if the function doesn’t use all of the memory.
upvoted 2 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago