Hard1 markMultiple Choice
CPA · Question 75 · Area I: Information Systems
A company uses 'Containerization' (e.g., Docker) for its applications. From an auditor's perspective, what is a key difference between a Container and a Virtual Machine (VM)?
A company uses 'Containerization' (e.g., Docker) for its applications. From an auditor's perspective, what is a key difference between a Container and a Virtual Machine (VM)?
Answer options:
A.
Containers are slower than VMs.
B.
Containers share the host Operating System kernel, whereas VMs have their own full OS.
C.
Containers cannot be encrypted.
D.
Containers are only for Linux.
How to approach this question
VM = Hardware virtualization (Heavy). Container = OS virtualization (Light).
Full Answer
B.Containers share the host Operating System kernel, whereas VMs have their own full OS.✓ Correct
Containers are lightweight because they share the host system's kernel, unlike VMs which require a full guest operating system for each instance. This introduces different security isolation risks.
Common mistakes
Thinking containers are just small VMs.
Practice the full CPA ISC Practice Exam 3
82 questions · hints · full answers · grading
More questions from this exam
Q01A CPA is advising a client who is migrating their legacy on-premise ERP system to a cloud-based s...MediumQ02During a review of a client's cloud governance structure, an auditor notes that the client uses a...MediumQ03An auditor is evaluating the 'Processing Integrity' principle for a financial institution's loan ...HardQ04A company uses a batch processing system to update inventory records overnight. The 'Grandfather-...HardQ05During a walkthrough of the change management process, an auditor observes that the 'Developer' r...Medium
Expert