Intrigued by the art of cloud architecture? Discover how to design, develop, and manage robust, secure, scalable, and dynamic solutions on Google Cloud as you prepare for the Professional Cloud Architect exam!
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
A media analytics firm needs to upload large multi-gigabyte video datasets from on-premises servers to a Google Cloud Storage bucket as quickly as possible. The network connection has high available bandwidth, but individual single-stream transfers fail to saturate the link.
The team wants to optimize transfer performance using the gcloud storage CLI by splitting individual large files into chunks and uploading them concurrently. Downstream Python-based processing services will download these files and perform automated data integrity verification.
Which configuration and validation approach should the team implement?
Parallel composite uploads are an advanced transfer optimization strategy in Google Cloud Storage where large individual files are split into up to 32 chunks, uploaded simultaneously in parallel as temporary objects, and then stitched together into a single composite object using the Cloud Storage compose operation.
gcloud storage CLI to saturate high-bandwidth network connections through concurrent network connections.google-crc32c or crcmod allows downstream Python consumers to validate data integrity reliably upon download.Parallel composite uploads are natively supported by gcloud storage (configured via storage/parallel_composite_upload_enabled and storage/parallel_composite_upload_threshold) and provide optimal throughput for large individual files without requiring custom multi-part scripting.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.