VMware Digital Workspace Fundamentals — Question 5
What is the purpose of a container?
Answer options
- A. Make it difficult to change the environment that an application runs on
- B. Abstract a running application from the environment that it runs on
- C. Make it easy to change the runtime that an application uses
- D. Allow a complex application to run as a single unit
Correct answer: D
Explanation
The correct answer is D because containers are designed to encapsulate complex applications, allowing them to run seamlessly as a single unit. Option A is incorrect as containers actually simplify environment changes, while B misrepresents the purpose since containers do not just abstract but also package applications. Option C is misleading as containers standardize runtime environments rather than just making it easy to change them.