Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Professional Cloud Developer All Questions

View all questions & answers for the Professional Cloud Developer exam

Exam Professional Cloud Developer topic 1 question 295 discussion

Actual exam question from Google's Professional Cloud Developer
Question #: 295
Topic #: 1
[All Professional Cloud Developer Questions]

You are migrating a containerized application to Cloud Run. You plan to use Cloud Build to build your container image and push it to Artifact Registry, and you plan to use Cloud Deploy to deploy the image to production. You need to ensure that only secure images are deployed to production. What should you do?

  • A. Use Cloud Armor in front of Cloud Run to protect the container image from threats.
  • B. Use Artifact Analysis to scan the image for vulnerabilities. Use Cloud Key Management Service to encrypt the image to be deployed to production.
  • C. Use Secret Manager to store the encrypted image. Deploy this image to production.
  • D. Use Binary Authorization to enforce a policy that only allows images that have been signed with a trusted key to be deployed to production.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
anshad666
1 month, 1 week ago
Selected Answer: D
Binary Authorization is a security feature that helps ensure only trusted container images are deployed to production environments. By enforcing a policy that requires images to be signed by a trusted key, you can prevent the deployment of unverified or vulnerable images, significantly enhancing the security of your application.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...