Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are designing a solution for Mountkirk Games to optimize batch file transfers of game statistics into Cloud Storage. The files need to be staged for processing by an extract, transform, and load (ETL) tool. What is the recommended approach?
A
Use gsutil to batch move files in sequence.
B
Use gsutil to batch copy the files in parallel.
C
Use gsutil to extract the files as the first part of ETL.
D
Use gsutil to load the files as the last part of ETL.