NetApp Certified Associate (NCA) — Question 39
What are two reasons for using containers? (Choose two.)
Answer options
- A. to minimize resource overhead
- B. to deploy microservices as building blocks to distributed applications
- C. to deploy virtual machines to multiple different hardware platforms
- D. to deploy independent system kernels to unified applications
Correct answer: A, B
Explanation
Option A is correct because containers are designed to use fewer resources compared to traditional virtual machines, allowing for more efficient utilization. Option B is also correct as containers enable the deployment of microservices, which are essential for building scalable distributed applications. Options C and D are incorrect as they refer to virtual machines and system kernels, which are not the primary focus or benefit of using containers.