Question 5 of 318
Choose 2When creating a secure container image, which two items should you incorporate into the build if possible? (Choose two.)
AEnsure that the app does not run as PID 1.
✓BPackage a single app as a container.
✓CRemove any unnecessary tools not needed by the app.
DUse public container images as a base image for the app.
EUse many container image layers to hide sensitive information.
✓
Correct Answer: B, C
Package a single app as a container.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.