PCCET · Question #13
Which characteristic of serverless computing enables developers to quickly deploy application code?
The correct answer is B. Uploading the application code itself, without having to provision a full container image or any OS. In serverless apps, the developer uploads only the app package itself, without a full container image or any OS components. The platform dynamically packages it into an image, runs the image in a container, and (if needed) instantiates the underlying host OS and VM and the…
Question
Which characteristic of serverless computing enables developers to quickly deploy application code?
Options
- AUploading cloud service autoscaling services to deploy more virtual machines to run their
- BUploading the application code itself, without having to provision a full container image or any OS
- CUsing cloud service spot pricing to reduce the cost of using virtual machines to run their
- DUsing Container as a Service (CaaS) to deploy application containers to run their code.
How the community answered
(42 responses)- B93% (39)
- C5% (2)
- D2% (1)
Explanation
In serverless apps, the developer uploads only the app package itself, without a full container image or any OS components. The platform dynamically packages it into an image, runs the image in a container, and (if needed) instantiates the underlying host OS and VM and the hardware required to run them.
Topics
Community Discussion
No community discussion yet for this question.