220-1201 · Question #439
A developer needs to run multiple instances of an application using the fewest resources possible. The developer has access to a machine that has all the necessary libraries for the application to…
The correct answer is C. Using containerization. Containerization allows multiple application instances to share the host operating system and required libraries, using significantly fewer resources than full virtual machines while still providing isolation between instances.
Question
A developer needs to run multiple instances of an application using the fewest resources possible. The developer has access to a machine that has all the necessary libraries for the application to run. Which of the following actions should the technician suggest?
Options
- ARunning a VDI for each instance
- BRunning each instance under a Type 2 hypervisor
- CUsing containerization
- DCreating a virtual switch
How the community answered
(62 responses)- A6% (4)
- B3% (2)
- C76% (47)
- D15% (9)
Explanation
Containerization allows multiple application instances to share the host operating system and required libraries, using significantly fewer resources than full virtual machines while still providing isolation between instances.
Topics
Community Discussion
No community discussion yet for this question.