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

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

You work for an environmental agency in a large city. You are developing a new monitoring platform that will capture air quality readings from thousands of locations in the city. You want the air quality reading devices to send and receive their data payload to the newly created RESTful backend systems every minute by using a curl command. The backend systems are running in a single cloud region and are using Premium Tier networking. You need to connect the devices to the backend while minimizing the daily average latency, measured by using Time to First Byte (TTFB). How should you build this service?

  • A. 1. Run the air quality devices’ backends on Compute Engine VMs.
    2. Create a weighted round robin routing policy on Cloud DNS.
    3. Configure the air quality devices to connect by using this DNS.
  • B. 1. Run the air quality devices’ backends on Compute Engine VMs.
    2. Create a round robin routing policy on Cloud DNS for these Compute Engine VMs.
    3. Configure the air quality devices to connect by using this DNS.
  • C. 1. Run the air quality devices' backends in a managed instance group.
    2. Create an external passthrough Network Load Balancer to connect to the managed instance group.
    3. Configure a connection between the air quality devices and the Network Load Balancer.
  • D. 1 Run the air quality devices' backends in a managed instance group.
    2. Create an external Application Load Balancer, and connect it to the managed instance group.
    3. Configure a connection between the air quality devices and the Application Load Balancer.
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
Managed Instance Group: Using a managed instance group allows for automatic scaling based on demand, which is essential when dealing with a high volume of data coming from thousands of devices. External Application Load Balancer: This type of load balancer is designed to distribute incoming traffic across multiple instances in the managed instance group, helping to ensure low latency and high availability. The Application Load Balancer also supports HTTP/HTTPS traffic, which is ideal for RESTful APIs.
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 ...