CLF-C01 Exam QuestionsBrowse all questions from this exam

CLF-C01 Exam - Question 12


A company wants to migrate a critical application to AWS. The application has a short runtime. The application is invoked by changes in data or by shifts in system state. The company needs a compute solution that maximizes operational efficiency and minimizes the cost of running the application.

Which AWS solution should the company use to meet these requirements?

Show Answer
Correct Answer: B

To meet the company's requirements of migrating a critical application with a short runtime that is invoked by changes in data or system state, and to maximize operational efficiency while minimizing costs, AWS Lambda is the most suitable solution. AWS Lambda is a serverless compute service which means it automatically scales with the demand and allows users to pay only for the compute time consumed, rather than provisioning and paying for infrastructure upfront. This makes it highly efficient and cost-effective for applications with short runtimes that are triggered by specific events.

Discussion

17 comments
Sign in to comment
JA2018Option: B
Oct 27, 2022

From: https://aws.amazon.com/lambda/ 1. Run code without provisioning or managing infrastructure. Simply write and upload code as a .zip file or container image. 2. Automatically respond to code execution requests at any scale, from a dozen events per day to hundreds of thousands per second. 3. Save costs by paying only for the compute time you use—by per-millisecond—instead of provisioning infrastructure upfront for peak capacity.

Julio_POption: B
Sep 7, 2022

There are many clues in the question that points to AWS Lambda definition.

man5484Option: B
Aug 4, 2023

Based on the requirements of the application having a short runtime, being invoked by changes in data or system state, and the need to maximize operational efficiency and minimize costs, AWS Lambda is the most suitable solution. AWS Lambda is a serverless compute service that allows you to run code without provisioning or managing servers. It automatically scales and manages the infrastructure required to run the code in response to incoming requests or events. Since the application has a short runtime and is invoked by events, AWS Lambda's event-driven architecture is well-suited for this scenario.

GorioDeCavite
Jun 1, 2023

A. Amazon EC2 On-Demand Instances

Warsame21
Jun 15, 2023

B. AWS Lambda

ESAJRROption: B
Jun 19, 2023

B. AWS Lambda

Somay11
Jun 27, 2023

Aws Lambda

niyocodesOption: B
Jun 28, 2023

AWS Lambda is best for event-driven apps.

OloSho
Aug 6, 2023

AWS Lambda

blopa
Aug 29, 2023

Lambda

sobere2099
Sep 14, 2023

AWS Lambda it is

Ash_in_IZUMOOption: B
Oct 2, 2023

Answer is B

techandraOption: B
Nov 10, 2023

AWS Lambda

ohoongOption: B
Dec 16, 2023

B correct

2a677ab
Jan 18, 2024

B. Lambda

2a677ab
Feb 14, 2024

A. On Demand

VICKYtee
Jul 17, 2024

i'm not convinced as to how a serveless service such as lambda can minimize cost. 'on demand ' seems more appropriate to me.