Professional Cloud DevOps Engineer
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
Your team is building an automated incident triage service hosted outside Google Cloud that consumes alert notifications from Cloud Monitoring. The security team establishes the following technical requirements for the integration:
How should you configure the custom webhook notification channel in Cloud Monitoring and the receiving service?
Token-based authentication for Cloud Monitoring webhooks is a mechanism where a unique shared secret token is passed directly within the endpoint URL's query string (for example, https://monitoring-receiver.example.com/alerts?auth_token=SECRET_VALUE). When Cloud Monitoring triggers an alert notification, it issues an HTTP POST request to this target URL, allowing the external receiving service to extract and validate the token parameter before processing the incident payload.
auth_token), comparing the value against a securely stored secret key. If the token is missing or incorrect, the server rejects the request with an HTTP 401 Unauthorized or 403 Forbidden status code.This design directly fulfills all security and architectural constraints using native Cloud Monitoring webhook functionality. Combining query-based token authentication with TLS provides confidentiality and origin verification with minimal operational overhead.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.