
Ultimate access to all questions.
How should you design a service to connect thousands of air quality monitoring devices to a RESTful backend in a single cloud region, using Premium Tier networking, such that the devices can send and receive data payloads via curl commands every minute while minimizing daily average latency (measured by Time to First Byte)?
A
B
C
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.