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 297 discussion

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

You are developing a container build pipeline for an application hosted on GKE. You have the following requirements:

• Only images that are created using your build pipeline should be deployed on your GKE cluster.
• All code and build artifacts should remain within your environment and protected from data exfiltration.

How should you build the pipeline?

  • A. 1. Create a build pipeline by using Cloud Build with the default worker pool.
    2. Deploy container images to a private container registry in your VPC.
    3. Create a VPC firewall policy in your project that denies all egress and ingress traffic to public networks.
  • B. 1. Create a build pipeline by using Cloud Build with a private worker pool.
    2. Use VPC Service Controls to place all components and services in your CI/CD pipeline inside a security perimeter.
    3. Configure your GKE cluster to only allow container images signed by Binary Authorization.
  • C. 1. Create a build pipeline by using Cloud Build with a private worker pool.
    2. Configure the CI/CD pipeline to build container images and store them in Artifact Registry.
    3. Configure Artifact Registry to encrypt container images by using customer-managed encryption keys (CMEK).
  • D. 1. Create a build pipeline by using Cloud Build with the default worker pool.
    2. Configure the CI/CD pipeline to build container images and store them in Artifact Registry.
    3. Configure your GKE cluster to only allow container images signed by Binary Authorization.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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: B
VPC Service control for data exfiltration
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 ...