Question 268 of 315
Single answerYou need to optimize batch file transfers into Cloud Storage for Mountkirk Games' new Google Cloud solution. The batch files contain game statistics that need to be staged in Cloud Storage and be processed by an extract transform load (ETL) tool.
What should you do?
What should you do?
AUse gsutil to batch move files in sequence.
✓BUse gsutil to batch copy the files in parallel.
CUse gsutil to extract the files as the first part of ETL.
DUse gsutil to load the files as the last part of ETL.
✓
Correct Answer: B
Use gsutil to batch copy the files in parallel.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.