CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 100: Google Cloud Professional Cloud Developer

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 yo…

Nội dung câu hỏi

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?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Directly persist each POST request's JSON data into Datastore.
  2. B. Transform the POST request's JSON data, and stream it into BigQuery. — đáp án hiện tại
  3. C. Transform the POST request's JSON data, and store it in a regional Cloud SQL cluster.
  4. D. Persist each POST request's JSON data as an individual file within Cloud Storage, with the file name containing the request identifier.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề