Trang chủ Professional Data Engineer 9 / 343
Quay lại bộ đề
Question #9 Topic 1
You want to use Google Stackdriver Logging to monitor Google BigQuery usage. You need an instant notification to be sent to your monitoring tool when new data is appended to a certain table using an insert job, but you do not want to receive notifications for other tables. What should you do?
A
Make a call to the Stackdriver API to list all logs, and apply an advanced filter.
B
In the Stackdriver logging admin interface, and enable a log sink export to BigQuery.
C
In the Stackdriver logging admin interface, enable a log sink export to Google Cloud Pub/Sub, and subscribe to the topic from your monitoring tool.
D
Using the Stackdriver API, create a project sink with advanced log filter to export to Pub/Sub, and subscribe to the topic from your monitoring tool.