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

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

You need to containerize a web application that will be hosted on Google Cloud behind a global load balancer with SSL certificates. You don’t have the time to develop authentication at the application level, and you want to offload SSL encryption and management from your application. You want to configure the architecture using managed services where possible. What should you do?

  • A. Host the application on Google Kubernetes Engine, and deploy an NGINX Ingress Controller to handle authentication.
  • B. Host the application on Google Kubernetes Engine, and deploy cert-manager to manage SSL certificates.
  • C. Host the application on Compute Engine, and configure Cloud Endpoints for your application.
  • D. Host the application on Google Kubernetes Engine, and use Identity-Aware Proxy (IAP) with Cloud Load Balancing and Google-managed certificates.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
AKGupt
3 months, 1 week ago
Selected Answer: B
IAP provides authentication and access control for your web application without requiring you to implement authentication at the application level. It integrates with Cloud Load Balancing and can protect your application by requiring users to authenticate via Google accounts.
upvoted 1 times
...
[Removed]
6 months, 2 weeks ago
Selected Answer: D
of course D
upvoted 1 times
...
plutonians123
11 months, 4 weeks ago
Selected Answer: D
IAP provides a way to control access to applications running on GCP without the need for traditional VPNs. It works by verifying a user’s identity and determining if that user should be allowed access to the application. This is especially useful since you do not have the time to develop authentication at the application level. IAP can handle this for you.
upvoted 2 times
...
diegodoal
1 year ago
Selected Answer: D
It should be D
upvoted 1 times
...
vspringe
1 year ago
D. provides a comprehensive, managed solution that fulfills all the requirements: containerized application hosting on GKE, simplified authentication with IAP, SSL offloading and management with Cloud Load Balancing and Google-managed certificates.
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 ...