Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Cloud Practitioner All Questions

View all questions & answers for the AWS Certified Cloud Practitioner exam

Exam AWS Certified Cloud Practitioner topic 1 question 7 discussion

Exam question from Amazon's AWS Certified Cloud Practitioner
Question #: 7
Topic #: 1
[All AWS Certified Cloud Practitioner Questions]

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

  • A. Security inside of code
  • B. Selection of CPU resources
  • C. Patching of operating system
  • D. Writing and updating of code
  • E. Security of underlying infrastructure
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
cyndd
Highly Voted 2 years, 2 months ago
Selected Answer: AD
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/
upvoted 12 times
...
yudhar2
Most Recent 1 week ago
Selected Answer: AD
A and D correct
upvoted 1 times
...
Tuann1206
6 months, 2 weeks ago
Because AWS Lambda is a PaaS which mean that we only manage the application and data -> A and D is correct answer
upvoted 2 times
...
pvats
7 months, 2 weeks ago
Selected Answer: D
D-writing and updating code
upvoted 1 times
...
red234
9 months ago
option D
upvoted 1 times
...
prajadha
9 months, 3 weeks ago
A,D - They have to just take care of the code they are writing
upvoted 1 times
...
2a677ab
10 months ago
A and D correct
upvoted 1 times
...
ohoong
11 months ago
Selected Answer: AD
A and D correct
upvoted 1 times
...
YSJ_VIT
11 months ago
Selected Answer: AD
A. Security inside of code D. Writing and updating of code
upvoted 1 times
...
techandra
1 year ago
Selected Answer: AD
A. Security inside of code D. Writing and updating of code
upvoted 1 times
...
Ash_in_IZUMO
1 year, 1 month ago
Answer is A B
upvoted 1 times
...
Ayyat
1 year, 2 months ago
Selected Answer: AD
AWS Lambda is an AWS service that lets you run code without needing to manage or provision servers.
upvoted 1 times
...
Darksoul786
1 year, 3 months ago
why it is not C and E
upvoted 1 times
amayorga
1 year, 2 months ago
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.
upvoted 1 times
...
...
kvb1987
1 year, 3 months ago
Selected Answer: AD
A and D
upvoted 1 times
...
man5484
1 year, 4 months ago
Selected Answer: AD
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.
upvoted 1 times
...
[Removed]
1 year, 4 months ago
Selected Answer: BD
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.
upvoted 1 times
[Removed]
1 year, 4 months ago
Sorry, its A & D.
upvoted 1 times
...
...
ESAJRR
1 year, 5 months ago
Selected Answer: AD
A. Security inside of code D. Writing and updating of code
upvoted 1 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 ...