Topic 1 Question 130
You have an HTTP Cloud Function that is called via POST. Each submission's request body has a flat, unnested JSON structure containing numeric and text data. After the Cloud Function completes, the collected data should be immediately available for ongoing and complex analytics by many users in parallel. How should you persist the submissions?
Directly persist each POST request's JSON data into Datastore.
Transform the POST request's JSON data, and stream it into BigQuery.
Transform the POST request's JSON data, and store it in a regional Cloud SQL cluster.
Persist each POST request's JSON data as an individual file within Cloud Storage, with the file name containing the request identifier.
ユーザの投票
コメント(7)
- 正解だと思う選択肢: B
B should be the correct one because question has mentioned for analytics of the data.
👍 13ParagSanyashiv2022/01/09 Is between Option B and D. Option B talks about transforming JSON data but no where in question we get to understand this need. So even though is BigQuery for analytics purposes Option D is more suitable.
👍 2Blueocean2022/01/16Option B… can’t disagree enough Analytics = BigQuery
👍 2GCPCloudArchitectUser2022/02/26
シャッフルモード