nerdexam
EC-Council

312-50V13 · Question #462

Alex, a cloud security engineer working in Eyecloud Inc. is tasked with isolating applications from the underlying infrastructure and stimulating communication via well-defined channels. For this…

The correct answer is C. Docker. Alex is using Docker, an open-source containerization technology that packages applications into isolated units for efficient development and deployment using OS-level virtualization.

Submitted by andreas_gr· Mar 6, 2026Cloud Computing

Question

Alex, a cloud security engineer working in Eyecloud Inc. is tasked with isolating applications from the underlying infrastructure and stimulating communication via well-defined channels. For this purpose, he used an open-source technology that helped him in developing, packaging, and running applications; further, the technology provides PaaS through OS-level visualization, delivers containerized software packages, and promotes fast software delivery. What is the cloud technology employed by Alex in the above scenario?

Options

  • AVirtual machine
  • BServerless computing
  • CDocker
  • DZero trust network

How the community answered

(28 responses)
  • A
    7% (2)
  • B
    14% (4)
  • C
    75% (21)
  • D
    4% (1)

Why each option

Alex is using Docker, an open-source containerization technology that packages applications into isolated units for efficient development and deployment using OS-level virtualization.

AVirtual machine

A virtual machine provides hardware-level virtualization with a full guest OS, which differs from Docker's OS-level virtualization and lightweight container approach.

BServerless computing

Serverless computing is an execution model where the cloud provider manages server infrastructure, rather than a technology for packaging and isolating applications directly.

CDockerCorrect

Docker is an open-source containerization platform that enables packaging applications and their dependencies into portable, isolated containers, providing OS-level virtualization and promoting fast software delivery as described.

DZero trust network

A Zero Trust Network is a security model focusing on strict authentication and authorization, not a technology for application packaging, isolation, or delivery.

Concept tested: Containerization (Docker)

Source: https://learn.microsoft.com/en-us/dotnet/architecture/containerized-lifecycle/what-is-docker

Topics

#containerization#Docker#PaaS#cloud technologies

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice