PCCET · Question #13
PCCET Question #13: Real Exam Question with Answer & Explanation
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 hardwa
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.
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.