Which characteristic of serverless computing enables developers to quickly deploy application code?
Which characteristic of serverless computing enables developers to quickly deploy application code?
Serverless computing enables developers to quickly deploy application code by allowing them to upload the application code itself without having to provision a full container image or any OS virtual machine components. This characteristic streamlines the deployment process as the platform dynamically packages the code into an image and runs it in a container, handling the underlying infrastructure automatically.
Should be B.. From study guide page 201 "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."
Answer is B
It's B
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 then (if needed) instantiates the underlying host OS and VM and the hardware required to run them. In a serverless model, users make the most dramatic trade-offs of compatibility and control for the simplest, most efficient deployment and management experience.
Answer is B from Official Practice test...
Answer is B. Page 167 of the stufy guide.
*Study Guide
The answer is B
Answer is B From study guide "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."