Google Cloud Professional Cloud Network Engineer — Question 20

You have created an HTTP(S) load balanced service. You need to verify that your backend instances are responding properly.
How should you configure the health check?

Answer options

Correct answer: C

Explanation

The correct answer is C because setting the request-path to a specific health check URL and defining a response string ensures that the backend service can be accurately monitored for its responsiveness. Options A and B do not ensure that a specific response is returned, which is essential for verifying backend health. Option D lacks a proper response string, making it insufficient for health checks.