CLF-C01 Exam QuestionsBrowse all questions from this exam

CLF-C01 Exam - Question 7


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

Show Answer
Correct Answer: AD

When using AWS Lambda, the company is responsible for the security inside of the code and the writing and updating of that code. AWS Lambda abstracts and manages the underlying infrastructure, including server maintenance, capacity provisioning, and scaling, allowing the company to focus on developing and securing their application. The company does not need to manage CPU resources, patch the operating system, or ensure the security of the underlying infrastructure, as these are handled by AWS Lambda.

Discussion

52 comments
Sign in to comment
cynddOptions: AD
Sep 7, 2022

Lambda runs your code on high availability compute infrastructure and performs all the administration of your compute resources. This includes server and operating system maintenance, capacity provisioning and automatic scaling, code and security patch deployment, and code monitoring and logging. All you need to do is supply the code. Ref:https://aws.amazon.com/lambda/features/

myan2492
Nov 6, 2022

A and D

urhobo
Sep 7, 2022

Ans :D AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application. https://aws.amazon.com/lambda/ https://aws.amazon.com/lambda/

MadhuBachu
Oct 21, 2022

in this question Company means Customer? i got confused.

Kantene
Oct 26, 2022

A. Security inside of code AND D. Writing and updating of code

JA2018Options: AD
Oct 27, 2022

https://aws.amazon.com/compliance/shared-responsibility-model/ Customer is responsible for security "IN" the cloud. For this question, it means the Company ("Customer") is responsible for their own code management (updates. CI/CD)

Tuann1206
May 1, 2024

Because AWS Lambda is a PaaS which mean that we only manage the application and data -> A and D is correct answer

learnhoney
Dec 1, 2024

Lambda is actually a Faas solution so we only write the functions or code. And it triggers events where to run the code we supplied by itself.

Julio_POptions: AD
Sep 7, 2022

As a serverless service, all your worries are about your code so the answer is correct

sumanshu
Sep 10, 2022

Vote for A & D

anagy11Options: AD
Sep 16, 2022

Answer is AD

sylva91Option: D
Sep 23, 2022

everything that is code related is your responsibility

JuanAnTechOptions: AD
Sep 28, 2022

A. Security inside of code D. Writing and updating of code

nina1983
Sep 29, 2022

C. Patching of operating system D. Writing and updating of code

Caio_V
Oct 18, 2022

C. is incorrect because Lambda is a serverless solution, thus, the OS and functioning infrastructure is not a responsability of developers. The correct is: A/D

MakanhudoOptions: AD
Oct 2, 2022

A. Security inside of code D. Writing and updating of code

newmeOptions: AD
Oct 14, 2022

It is A, D

Amandine
Nov 16, 2022

A and D

arisyuli
Dec 11, 2022

A and D

tonwijaOptions: AD
Dec 14, 2022

is all about your code

tategey836
Dec 29, 2022

D and E

FiraDevOptions: AD
Jan 16, 2023

D and A

Saif93Options: AD
Jan 18, 2023

AD is the answer.

vishal_gugale
Jan 22, 2023

answer A & D

abhishek97sOptions: AD
Jan 31, 2023

A & D is answer

Chilex
Feb 11, 2023

Answer is A & D. Amazon Lamda is a serverless service so all you need to focus on is updating and managing the security of your code. Run code without thinking about servers. Pay only for the compute time you consume

halahlou
Feb 15, 2023

The shared responsibility model state that a client is responsible of what it can control, since in Lambda we can only upload a code and the underlying configurations are handeled by AWS then the client is responsible for the security of the code as well as updating the code

Abzstar
Feb 18, 2023

correct answer is A and D

Abzstar
Feb 18, 2023

correct answer is A and B

MTezioffOptions: AD
Mar 6, 2023

AWS Lambda is an event-driven, serverless computing platform provided by Amazon as a part of Amazon Web Services. Hence need to focus on code only

elidiojoseOption: D
Mar 9, 2023

D. Writing ans updating code

Anjani_Pathak
Mar 12, 2023

D. Writing and updating of code

GorioDeCavite
May 30, 2023

correct answer is A and D

ImpactTek
Jun 7, 2023

We may even consider B if we count the fact that it's the company responsibility to choose the AMI of which each have a distinct CPU ect.

Warsame21
Jun 15, 2023

A. Security inside of code D. Writing and updating of code

ESAJRROptions: AD
Jun 17, 2023

A. Security inside of code D. Writing and updating of code

[Removed]Options: BD
Jul 8, 2023

Writing and updating code: The company is responsible for writing and updating the code that runs on AWS Lambda. This code must be secure and must be updated as needed to fix bugs and security vulnerabilities. Security inside of code: The company is responsible for ensuring that the code that runs on AWS Lambda is secure. This includes using secure coding practices and avoiding known security vulnerabilities.

[Removed]
Jul 8, 2023

Sorry, its A & D.

man5484Options: AD
Jul 8, 2023

A. Security inside of code: It is the company's responsibility to ensure the security of the code running within the Lambda functions. This includes implementing proper security measures, such as input validation, encryption, and access controls, to protect the code and the data it processes. D. Writing and updating of code: The company is responsible for developing and maintaining the code that runs within the Lambda functions. This involves writing the code, testing it, and making any necessary updates or modifications over time.

kvb1987Options: AD
Aug 7, 2023

A and D

Darksoul786
Aug 9, 2023

why it is not C and E

amayorga
Aug 26, 2023

It is not C or E because Lambda is serverless, this means that you do not have access to the underlying structure. The administrator doesn't have to worry about what type of cpu or amount of memory to use (besides he can't customize it), he just uploads his application, and Amazon takes care of the rest.

AyyatOptions: AD
Sep 2, 2023

AWS Lambda is an AWS service that lets you run code without needing to manage or provision servers.

Ash_in_IZUMO
Oct 2, 2023

Answer is A B

techandraOptions: AD
Nov 10, 2023

A. Security inside of code D. Writing and updating of code

YSJ_VITOptions: AD
Dec 16, 2023

A. Security inside of code D. Writing and updating of code

ohoongOptions: AD
Dec 16, 2023

A and D correct

2a677ab
Jan 18, 2024

A and D correct

prajadha
Jan 27, 2024

A,D - They have to just take care of the code they are writing

red234
Feb 14, 2024

option D

pvatsOption: D
Mar 29, 2024

D-writing and updating code

yudhar2Options: AD
Nov 7, 2024

A and D correct

sonaljainOptions: AD
Dec 26, 2024

Security inside of code and Writing and updating of code

guilherme_tambeliniOptions: AD
Jan 4, 2025

A. Security inside of code D. Writing and updating of code

camiloleal06Options: AD
Feb 2, 2025

Cómo cliente nos aseguramos de la seguridad de nuestro código y de las actualizaciones y/o modificaciones que se apliquen

tuyennguyenvnOptions: AD
Mar 24, 2025

A. Security inside of code – The company (customer) is responsible for securing their own code, including handling sensitive data properly, managing authentication/authorization, and avoiding vulnerabilities like SQL injection or insecure dependencies. D. Writing and updating of code – AWS Lambda follows the shared responsibility model, where AWS manages the infrastructure, but the customer is responsible for writing, maintaining, and updating the Lambda function code itself.