ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 158 - CLF-C02 discussion

Report
Export

Which duties are the responsibility of a company that is using AWS Lambda? (Select TWO.)

A.
Security inside of code
Answers
A.
Security inside of code
B.
Selection of CPU resources
Answers
B.
Selection of CPU resources
C.
Patching of operating system
Answers
C.
Patching of operating system
D.
Writing and updating of code
Answers
D.
Writing and updating of code
E.
Security of underlying infrastructure
Answers
E.
Security of underlying infrastructure
Suggested answer: A, D

Explanation:

The duties that are the responsibility of a company that is using AWS Lambda are security inside of code and writing and updating of code. AWS Lambda is a serverless compute service that allows you to run code without provisioning or managing servers, scaling, or patching. AWS Lambda takes care of the security of the underlying infrastructure, such as the operating system, the network, and the firewall. However, the company is still responsible for the security of the code itself, such as encrypting sensitive data, validating input, and handling errors. The company is also responsible for writing and updating the code that defines the Lambda function, and choosing the runtime environment, such as Node.js, Python, or Java. AWS Lambda does not require the selection of CPU resources, as it automatically allocates them based on the memory configuration34

asked 16/09/2024
Herr Eylem Bulut
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first