ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 9 - Professional Cloud Developer discussion

Report
Export

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?

A.
Directly persist each POST request's JSON data into Datastore.
Answers
A.
Directly persist each POST request's JSON data into Datastore.
B.
Transform the POST request's JSON data, and stream it into BigQuery.
Answers
B.
Transform the POST request's JSON data, and stream it into BigQuery.
C.
Transform the POST request's JSON data, and store it in a regional Cloud SQL cluster.
Answers
C.
Transform the POST request's JSON data, and store it in a regional Cloud SQL cluster.
D.
Persist each POST request's JSON data as an individual file within Cloud Storage, with the file name containing the request identifier.
Answers
D.
Persist each POST request's JSON data as an individual file within Cloud Storage, with the file name containing the request identifier.
Suggested answer: D
asked 18/09/2024
Vimal Varughese
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first