Certificate of Cloud Security Knowledge (CCSK) — Question 36
What is known as a code execution environment running within an operating system that shares and uses the resources of the operating system?
Answer options
- A. Platform-based Workload
- B. Pod
- C. Abstraction
- D. Container
- E. Virtual machine
Correct answer: D
Explanation
The correct answer is D, Container, as it specifically refers to a lightweight, isolated environment that runs applications using the host OS's kernel. Options A, B, C, and E do not accurately describe this specific type of environment; for example, a Virtual machine (E) runs its own OS, while a Pod (B) is a Kubernetes concept for deploying applications.