Digital transformation is using technology (especially cloud, data and AI) to change how an organisation operates and delivers value to customers - not just 'moving servers to the cloud'. Google Cloud frames it around three drivers: innovation speed, operational efficiency, and delivering better customer experiences.
Google Cloud talks about 'shared fate', not just the older 'shared responsibility' model. Shared responsibility splits duties (Google secures the infrastructure, customer secures their data/access). Shared fate goes further - Google actively helps customers adopt best practices, secure landing zones and insurance-backed risk protection, rather than leaving customers alone once the split is defined.
Digital transformation with Google Cloud is about combining data, open infrastructure and collaboration tools to change business outcomes, underpinned by a partnership (shared fate) approach to security and reliability rather than customers going it alone.
Many organisations start with on-premises data centres they own and run themselves.
This means buying servers, paying for power and cooling, and hiring staff to maintain everything.
Cloud modernisation moves some or all of this workload to Google Cloud, trading capital expense (CapEx) for operational expense (OpEx).
The exam expects you to know the migration paths and where each application type fits.
This topic covers how Google Cloud stores, processes and learns from data. The Digital Leader exam wants you to match a business need to the right managed service, not to write code.
Security is split between Google and the customer.
Google secures the physical infrastructure, network, and hypervisor - this is called security 'of' the cloud.
You secure your data, identity and access management (IAM) settings, and how you configure your workloads - this is security 'in' the cloud.
The split shifts depending on the service model: for Compute Engine (IaaS) you manage more, for App Engine (PaaS) less, and for fully managed services like BigQuery even less.
A common exam trap is assuming Google handles everything - it never does.
IAM controls who (identity) can do what (role) on which resource.
The golden rule is least privilege - give the minimum permissions needed, nothing more.
Roles come in three types: basic (Owner, Editor, Viewer - broad, avoid in production), predefined (granular, service-specific), and custom (built by you).
Policies can be applied at organisation, folder, project, or resource level, and permissions inherit downward.
Resources sit in a hierarchy: Organisation > Folders > Projects > Resources.
This lets policies (IAM, budgets) cascade down automatically, which keeps large enterprises consistent without manual repetition.
Google Cloud encrypts data at rest and in transit by default - you don't have to switch this on.
For extra control, use Customer-Managed Encryption Keys (CMEK) via Cloud KMS, or Customer-Supplied Encryption Keys (CSEK) if you want to hold the keys yourself.
Google Cloud's operations suite (formerly Stackdriver) is the umbrella for observability.
Don't confuse Security Command Center (a dashboard/detector) with IAM (the access control system) - they work together but do different jobs.
Don't assume basic roles are fine for production - predefined or custom roles are best practice.
Remember encryption at rest and in transit is automatic and does not need to be manually enabled.
Google Cloud Platform (GCP) organises its services into families: compute, storage, databases, networking, big data/analytics, AI/ML, and operations. For the Digital Leader exam you need to know what each product does and when to pick it, not deep configuration detail.
Google Cloud bills for what you consume, so understanding pricing models and billing tools is core exam territory. The Digital Leader exam tests whether you know WHICH tool solves WHICH cost problem, not deep technical detail.
Google Cloud offers four paid support tiers, ascending: Basic (free, included by default), Standard, Enhanced (formerly Gold/Silver equivalent), and Premium. Higher tiers add faster response times, technical account management and 24/7 coverage for critical issues. Support tier is chosen per billing account.