exam questions

Exam CV0-003 All Questions

View all questions & answers for the CV0-003 exam

Exam CV0-003 topic 1 question 90 discussion

Actual exam question from CompTIA's CV0-003
Question #: 90
Topic #: 1
[All CV0-003 Questions]

Which of the following definitions of serverless computing BEST explains how it is different from using VMs?

  • A. Serverless computing is a cloud-hosting service that utilizes infrastructure that is fully managed by the CSP.
  • B. Serverless computing uses predictable billing and offers lower costs than VM compute services.
  • C. Serverless computing is a scalable, highly available cloud service that uses SDN technologies.
  • D. Serverless computing allows developers to focus on writing code and organizations to focus on business.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
cuzzindavid
Highly Voted 2 years, 7 months ago
the answer is "D" "...AWS offers technologies for running code, managing data, and integrating applications, all without managing servers. Serverless technologies feature automatic scaling, built-in high availability, and a pay-for-use billing model to increase agility and optimize costs. These technologies also eliminate infrastructure management tasks like capacity provisioning and patching, so you can focus on writing code that serves your customers...."
upvoted 9 times
reto1
7 months, 2 weeks ago
Serverless computing allows developers to focus on writing code and organizations to focus on business. This highlights the key advantage of serverless computing: it abstracts infrastructure management, enabling developers to concentrate on application development rather than server management, which is a primary distinction from traditional VM-based approaches where infrastructure management is still a concern.
upvoted 1 times
...
...
jiminycriminal
Highly Voted 2 years, 7 months ago
Selected Answer: D
C is wrong as it applies to VMs just as well. The answer is D. It is a more concise answer that applies directly to serverless computing.
upvoted 5 times
...
sweetykaur
Most Recent 2 months ago
Selected Answer: A
D. Serverless computing allows developers to focus on writing code and organizations to focus on business is a key benefit of serverless computing. However, the best definition that highlights how serverless computing is different from using VMs is: A. Serverless computing is a cloud-hosting service that utilizes infrastructure that is fully managed by the CSP. This definition emphasizes that the cloud service provider (CSP) manages all the infrastructure, scaling, and maintenance tasks, which is the primary distinction from using virtual machines (VMs) where the user has to manage those aspects.
upvoted 1 times
...
uzey
8 months, 3 weeks ago
Selected Answer: D
Serverless computing abstracts away the underlying infrastructure, allowing developers to concentrate solely on writing code without worrying about server management, scaling, or provisioning.
upvoted 1 times
...
TheFivePips
11 months, 3 weeks ago
Selected Answer: D
A. Incomplete Explanation: While it is true that the infrastructure is managed by the CSP, this definition does not fully capture the core benefit of serverless computing, which is the focus on code rather than infrastructure management. B. Not Always True: While serverless computing can be cost-effective, billing can be less predictable due to its event-driven nature. Costs depend on usage patterns, which can fluctuate. C. Too General: This definition highlights scalability and availability, which are also characteristics of VMs and other cloud services. It does not emphasize the main distinction of focusing on code over infrastructure. D. Serverless computing allows developers to focus on writing code and organizations to focus on business best captures the essence of serverless computing, highlighting the key difference from VMs: removing the burden of infrastructure management and allowing more focus on application development and business goals.
upvoted 1 times
...
Pongsathorn
1 year, 7 months ago
Selected Answer: D
**D. Serverless computing allows developers to focus on writing code and organizations to focus on business.** This definition best explains how serverless computing differs from using virtual machines (VMs). In serverless computing, developers don't need to manage or provision servers or VMs. Instead, they can focus solely on writing the application code, and the cloud provider takes care of the underlying infrastructure, including server provisioning, scaling, and maintenance. This allows organizations to concentrate on their core business logic rather than infrastructure management, which is typically required when using VMs. Serverless computing abstracts away the concept of servers or VMs, making it a more abstract and code-centric approach to cloud computing.
upvoted 3 times
...
Tomtom11
1 year, 9 months ago
Selected Answer: D
Compute may refer to one of two things: IaaS virtual machines, or so-called serverless computing. IaaS Compute may refer to an IaaS service that lets you provision virtual machines, storage, and networking resources in the cloud. Serverless/FaaS Compute can also refer to what the marketers call serverless computing and what the technophiles call function-as-a-service (FaaS). In this model, the cloud provider hands you a slick interface into which you can upload your own application code written in a variety of programming languages, and the cloud provider executes it on compute infrastructure that they fully manage. This model obviates the need to provision virtual machines. Instead, the cloud provider handles the compute infrastructure, so all you have to do is deal with the application code. FaaS is a type of PaaS offering.
upvoted 1 times
...
Sunshine_boy38
1 year, 9 months ago
Selected Answer: D
upvoted 1 times
...
ROCompTIA
1 year, 11 months ago
Selected Answer: D
The best definition that explains how serverless computing is different from using virtual machines (VMs) is serverless computing allows developers to focus on writing code and organizations to focus on their business, rather than managing and provisioning servers.
upvoted 3 times
...
BeauChateau
2 years ago
Selected Answer: D
D. Serverless computing allows developers to focus on writing code and organizations to focus on business. Serverless computing is a cloud computing model where the cloud provider manages the infrastructure and automatically allocates resources as needed to run and scale applications. Unlike VMs, which require the user to manage the entire operating system and associated software, serverless computing allows developers to focus on writing code without worrying about infrastructure management. With serverless computing, the user only pays for the computing resources used by their application, rather than paying for a fixed amount of resources as with VMs.
upvoted 2 times
...
Markedexam
2 years, 2 months ago
Voting C. Google "SDN Technologies" & you get "Software-Defined Networking (SDN) is an approach to networking that uses software-based controllers or APIs to communicate with underlying hardware infrastructure and direct traffic on a network" That's what the questions is focused on - "how definitions of serverless computing BEST explains how it is different from using VMs" C offers "Serverless computing is a scalable, highly available cloud service that uses SDN technologies." Accessing VM's on the Cloud entails management of the underlying tech - whereas the serverless model means code *(where ever it is) can be relied on for hosting the required service. Using a VM seems somewhat static in the face of distributed "software-defined" networking (Cloud.) I'd vote C on this. Not confident this question is focused on what the business models demand - but more on how the tech differs.
upvoted 1 times
...
beamage
2 years, 3 months ago
Selected Answer: D
Quoted Right out of the Book
upvoted 3 times
...
TheGinjaNinja
2 years, 3 months ago
Selected Answer: D
Serverless computing is a method of providing backend services on an as-used basis, rather than provisioning and maintaining servers. In this model, the cloud provider (such as AWS Lambda or Azure Functions) manages the servers and underlying infrastructure, while the developer is responsible for writing the code that runs on those servers. This allows the developer to focus on writing code and logic to solve business problems, while the organization can focus on its core business, rather than managing and scaling infrastructure. This can also offer a cost advantage as the user only pays for the resources and execution time needed, instead of having to pay for idle servers.
upvoted 3 times
...
namangel
2 years, 6 months ago
The answer is A. Infrastructure is fully managed by the CSP.
upvoted 3 times
...
Rob69420
2 years, 7 months ago
Serverless computing is a method of providing backend services on an as-used basis. A serverless provider allows users to write and deploy code without the hassle of worrying about the underlying infrastructure.
upvoted 1 times
...
ironman_86
2 years, 8 months ago
can someone explain that?
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago