Topic 1 Question 193
You are using Data Studio to visualize a table from your data warehouse that is built on top of BigQuery. Data is appended to the data warehouse during the day. At night, the daily summary is recalculated by overwriting the table. You just noticed that the charts in Data Studio are broken, and you want to analyze the problem. What should you do?
Review the Error Reporting page in the Cloud Console to find any errors.
Use the BigQuery interface to review the nightly job and look for any errors.
Use Cloud Debugger to find out why the data was not refreshed correctly.
In Cloud Logging, create a filter for your Data Studio report.
ユーザの投票
コメント(17)
- 正解だと思う選択肢: D
On top of being almost deprecated, I'm not even sure if cloud debugger would be suitable for bigquery or cloud data studio stuff.
Error reporting I'm not even sure if it supports error reporting for data studio stuff.
For my sounds more simpler to just create a filter to see the logs in
"cloud logging" seems simpler, faster are more suitable solution. I go with D.
👍 4theBestStudent2022/09/25 - 正解だと思う選択肢: B
B. Use the BigQuery interface to review the nightly job and look for any errors.
Since the problem is related to the data in the data warehouse, it would be useful to check the status of the nightly job that recalculates the data and overwrites the table. By reviewing the job in the BigQuery interface, you can see if it completed successfully and if there were any errors that may have caused the charts in Data Studio to break. Reviewing the Error Reporting page in the Cloud Console, using Cloud Debugger and creating a filter in Cloud Logging may not be directly related to the problem with the data.
👍 4JoniMONI2023/01/21 - 正解だと思う選択肢: C
C-> Cloud Debugger helps inspect the state of an application, at any code location, without stopping or slowing down the running app // https://cloud.google.com/debugger/docs
A -> https://cloud.google.com/error-reporting quote // Error Reporting counts, analyzes, and aggregates the crashes in your running cloud services. A centralized error management interface displays the results with sorting and filtering capabilities. //
Here the Data Studio charts seem to be broken this occurs because we overwrite the table at night. so each day the source data (from morning) is overwritten resulting in charts being broken. So the issue seems to be caused by the application that overwrites the table at night so i think answer should be C
B only gives you the data written at night so you cant find errors there D seems irrelevant since it only gives you logs
So ans should be C, Cloud Debugger
👍 3arj4c32022/09/24
シャッフルモード