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 machine learning engineering team is building an end-to-end classification model on Vertex AI. The training data consists of several terabytes of tabular records containing complex data structures, including nested customer profiles (STRUCT) and historical purchase arrays (ARRAY).
The architecture must support automated schema inference during ingestion into a Vertex AI managed dataset without requiring manual schema definitions, while eliminating the need to shard large data files into 10 GB segments.
Which data sourcing and ingestion strategy should you recommend?
BigQuery serves as Google Cloud's enterprise data warehouse and a primary managed data source for Vertex AI tabular machine learning workflows. It allows data scientists and machine learning engineers to directly reference managed analytical tables and views using the standard bq://.. URI convention.
ARRAY and STRUCT): Vertex AI natively supports complex, semi-structured, and nested data types (such as ARRAY and STRUCT) directly when sourcing data from BigQuery tables, whereas delimited formats like CSV cannot represent nested hierarchical fields.Directly sourcing from BigQuery provides the most scalable, feature-rich integration path for enterprise tabular datasets containing nested collections, avoiding data serialization bottlenecks and file-size constraints.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.