200-901 · Question #478
200-901 Question #478: Real Exam Question with Answer & Explanation
The correct answer is C: container. {"question_number": 3, "correct_answer": "C", "explanation": "Containers (e.g., Docker) package an application along with all its dependencies, libraries, and configuration into a single portable image. This abstraction layer decouples the application from the underlying OS and h
Question
A developer needs to create an application with these requirements: - decouples from the underlying infrastructure - runs application on any cloud or on-premises provider Which deployment type must be used for this application?
Options
- Abare metal
- Bhyperconverged
- Ccontainer
- Dvirtual machine
Explanation
{"question_number": 3, "correct_answer": "C", "explanation": "Containers (e.g., Docker) package an application along with all its dependencies, libraries, and configuration into a single portable image. This abstraction layer decouples the application from the underlying OS and hardware, allowing it to run consistently on any cloud provider (AWS, Azure, GCP) or on-premises infrastructure. Bare metal (A) tightly couples the app to specific hardware. Virtual machines (D) improve portability over bare metal but are heavier and still tied to a hypervisor. Hyperconverged (B) is an infrastructure architecture, not a deployment type for portable applications.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.