Professional Cloud Developer

Professional Cloud Developer

Intermediate

Gauge your current knowledge

Practice test preview

Storing and accessing data

...

Study Guides for Sub-Sections

Consistency models determine how quickly data updates are shared across a database system. Strong consistency ensures that all users see the same data at the exact same time, but it often ...

Firestore is a NoSQL, document-oriented database that organizes data into documents and collections. Unlike traditional SQL databases, it does not use tab...

The BigQuery Storage Write API is a high-performance tool used to ingest data for analytics and AI/ML workloads. It allows developers to choose between at-least-once

A Signed URL is a custom link that provides temporary permission to access Cloud Storage resources. These URLs are essential for sharing private data with users who do not...

Choosing a database depends on how your data is organized and how much it will grow. Relational databases use fixed tables with rows and columns, while non-relational datab...