ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 59 - Professional Cloud Developer discussion

Report
Export

Your teammate has asked you to review the code below. Its purpose is to efficiently add a large number of small rows to a BigQuery table.

Which improvement should you suggest your teammate make?

A.
Include multiple rows with each request.
Answers
A.
Include multiple rows with each request.
B.
Perform the inserts in parallel by creating multiple threads.
Answers
B.
Perform the inserts in parallel by creating multiple threads.
C.
Write each row to a Cloud Storage object, then load into BigQuery.
Answers
C.
Write each row to a Cloud Storage object, then load into BigQuery.
D.
Write each row to a Cloud Storage object in parallel, then load into BigQuery.
Answers
D.
Write each row to a Cloud Storage object in parallel, then load into BigQuery.
Suggested answer: B
asked 18/09/2024
Kshitij Vyas
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first