ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 5 - Professional Cloud Security Engineer discussion

Report
Export

When creating a secure container image, which two items should you incorporate into the build if possible? (Choose two.)

A.
Ensure that the app does not run as PID 1.
Answers
A.
Ensure that the app does not run as PID 1.
B.
Package a single app as a container.
Answers
B.
Package a single app as a container.
C.
Remove any unnecessary tools not needed by the app.
Answers
C.
Remove any unnecessary tools not needed by the app.
D.
Use public container images as a base image for the app.
Answers
D.
Use public container images as a base image for the app.
E.
Use many container image layers to hide sensitive information.
Answers
E.
Use many container image layers to hide sensitive information.
Suggested answer: B, C

Explanation:

https://cloud.google.com/architecture/best-practices-for-building-containers#solution_1_run_as_pid_1_and_register_signal_handlers

asked 18/09/2024
Prabith Balagopalan
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first