CV0-003 · Question #799
A cloud administrator is reviewing the current private cloud and public law environment, and is building an optimization plan. Portability is of great concern for the administrator so resources can be
The correct answer is C. Containers. Containers package an application and its dependencies into a single portable unit, making them ideal for moving workloads between private and public cloud environments.
Question
A cloud administrator is reviewing the current private cloud and public law environment, and is building an optimization plan. Portability is of great concern for the administrator so resources can be easily moved from one environment to another. Which of the following should the administrator implement?
Options
- AServerless
- BCDN
- CContainers
- DDeduplication
How the community answered
(38 responses)- A3% (1)
- C92% (35)
- D5% (2)
Why each option
Containers package an application and its dependencies into a single portable unit, making them ideal for moving workloads between private and public cloud environments.
Serverless computing abstracts infrastructure entirely but ties execution to a specific cloud provider's runtime, reducing portability rather than improving it.
A CDN (Content Delivery Network) is used to cache and distribute content geographically to reduce latency, not to make application workloads portable between cloud environments.
Containers encapsulate an application along with all its runtime dependencies into a standardized image, enabling workloads to run consistently across different environments regardless of the underlying infrastructure. This abstraction from the host OS is what makes containers the primary technology for cloud portability. Tools like Docker and Kubernetes are designed specifically to orchestrate containers across hybrid and multi-cloud scenarios.
Deduplication is a storage optimization technique that removes redundant data to save space, and has no bearing on workload portability between environments.
Concept tested: Container portability across hybrid cloud environments
Source: https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree
Topics
Community Discussion
No community discussion yet for this question.