HPE0-V25 · Question #44
Your customer wants to move their in-house programming activities to a more agile style of development. You need to recommend a platform for a DevOps approach to application development. Which…
The correct answer is B. Containers. Containers are the right choice because they are the foundation of modern DevOps pipelines - they package code with its dependencies, enabling consistent environments across dev, test, and prod, fast CI/CD cycles, and microservices architectures that align perfectly with agile…
Question
Your customer wants to move their in-house programming activities to a more agile style of development. You need to recommend a platform for a DevOps approach to application development. Which workload meets this requirement?
Options
- AVDI
- BContainers
- CVirtualization
- DAI/ML
How the community answered
(48 responses)- A2% (1)
- B88% (42)
- C4% (2)
- D6% (3)
Explanation
Containers are the right choice because they are the foundation of modern DevOps pipelines - they package code with its dependencies, enabling consistent environments across dev, test, and prod, fast CI/CD cycles, and microservices architectures that align perfectly with agile iteration.
VDI (A) provides virtual desktops for end users, not a platform for building or deploying applications - it solves a workspace problem, not a development lifecycle problem. Virtualization (C) enables multiple OS instances on shared hardware and predates DevOps; while containers build on it, virtualization alone is too heavyweight and slow-moving for agile delivery. AI/ML (D) is a workload type or capability, not a development or deployment platform - it describes what you're building, not how you build it.
Memory tip: Think "DevOps = Docker/Kubernetes = Containers." If a question mentions CI/CD, microservices, agile pipelines, or portability across environments, containers are almost always the answer.
Topics
Community Discussion
No community discussion yet for this question.