nerdexam
CompTIA

220-1101 · Question #839

Which of the following virtualization technologies is best suited for running microservices?

The correct answer is A. Containers. Containers (e.g., Docker, Kubernetes-managed pods) are lightweight, portable, and isolate individual application processes without requiring a full OS per instance. This makes them ideal for microservices architectures, where each service runs independently and must scale quickly

Virtualization and cloud computing

Question

Which of the following virtualization technologies is best suited for running microservices?

Options

  • AContainers
  • BVDI
  • CType 2 hypervisors
  • DType 1 hypervisors

How the community answered

(29 responses)
  • A
    86% (25)
  • B
    7% (2)
  • C
    3% (1)
  • D
    3% (1)

Explanation

Containers (e.g., Docker, Kubernetes-managed pods) are lightweight, portable, and isolate individual application processes without requiring a full OS per instance. This makes them ideal for microservices architectures, where each service runs independently and must scale quickly. VDI virtualizes desktop environments. Type 1 and Type 2 hypervisors run full virtual machines with separate OS instances, which is heavier and slower to spin up than containers.

Topics

#Virtualization#Containers#Microservices

Community Discussion

No community discussion yet for this question.

Full 220-1101 Practice