Prisma Certified Cloud Security Engineer (PCCSE) — Question 134
The security team wants to enable the “block” option under compliance checks on the host.
What effect will this option have if it violates the compliance check?
Answer options
- A. The host will be taken offline.
- B. Additional hosts will be prevented form starting.
- C. Containers on a host will be stopped.
- D. No containers will be allowed to start on that host.
Correct answer: D
Explanation
Enabling the 'block' option means that if the compliance check fails, it will prevent any containers from starting on that host, ensuring compliance is maintained. The other options, such as taking the host offline or stopping containers, do not align with the function of the 'block' option, which specifically targets container startup permissions.