🇺🇸 Google Cloud Professional Cloud Architect · flashcards
Google Cloud Professional Cloud Architect Managing and Provisioning a Solution Infrastructure Flashcards
68 question-and-answer cards covering Managing and Provisioning a Solution Infrastructure as it is examined in Google Cloud Professional Cloud Architect. 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.
24 sample cards from the Managing and Provisioning a Solution Infrastructure deck
Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.
What is a Managed Instance Group (MIG) and what three capabilities does it provide?
A MIG creates identical VMs from an instance template and provides autoscaling, autohealing (health-check-based recreation), and automated/rolling updates plus load balancing integration.
What is the difference between a zonal and a regional MIG?
A zonal MIG places all instances in one zone; a regional MIG spreads instances across multiple zones in a region for higher availability.
What signals can Compute Engine autoscaling for a MIG be based on?
CPU utilization, HTTP(S) load balancing serving capacity, Cloud Monitoring custom metrics, and schedule-based scaling. A target value is set and the autoscaler adds/removes instances to meet it.
In MIG updates, what is the difference between a rolling update and a canary update?
A rolling update gradually replaces all instances with the new template (controlled by maxSurge/maxUnavailable); a canary update applies the new template to only a subset (e.g., target size) to test before full rollout.
What are the high-availability options for Cloud SQL?
Cloud SQL HA uses a regional configuration with a primary and a standby instance in a different zone, with automatic failover; read replicas can be added for read scaling (and cross-region DR).
What is AlloyDB and how does it relate to Cloud SQL/PostgreSQL?
AlloyDB is a fully managed, PostgreSQL-compatible database optimized for high performance and analytical (HTAP) workloads, offering better performance and scalability than standard Cloud SQL for PostgreSQL via a disaggregated storage architecture and columnar engine.
What scaling/consistency properties make Cloud Spanner unique?
Spanner is a globally distributed, horizontally scalable relational database providing strong consistency and high availability with up to 99.999% SLA (multi-region), using TrueTime for external consistency.
What is Bigtable best suited for, and what data model does it use?
Bigtable is a NoSQL wide-column store for large-scale, low-latency, high-throughput analytical and operational workloads (time-series, IoT, AdTech). It uses a single-key (row key) sorted, sparse table model with no SQL/joins.
How does Bigtable performance scale, and what is the rough throughput per node?
Bigtable scales linearly by adding nodes; each SSD node handles roughly 10,000 QPS (reads or writes) at ~6 ms latency. Capacity/performance grows with node count.
What are the two modes of Firestore and how do they differ?
Native mode (document database with real-time listeners, offline sync, strong consistency, for mobile/web apps) and Datastore mode (backward-compatible with Datastore for server workloads, no real-time/offline features).
In Bigtable, why is row key design critical?
Because data is sorted by row key and stored contiguously, poorly designed keys (e.g., sequential timestamps) cause hotspotting; well-distributed keys spread reads/writes evenly across nodes to avoid bottlenecks.
What is Terraform and what are its core files/commands for Google Cloud?
Terraform is HashiCorp's declarative infrastructure-as-code tool. It uses .tf config files and the google provider; core workflow is terraform init, plan, and apply, with state stored (ideally in a GCS backend).
Why store Terraform state in a Cloud Storage bucket, and what feature prevents concurrent corruption?
A GCS remote backend centralizes/shares state and enables state locking (via object generation/Cloud Storage) so concurrent applies don't corrupt state; it also keeps sensitive state off local machines.
What is Infrastructure Manager in Google Cloud?
Infrastructure Manager is Google's managed service that provisions infrastructure using Terraform configurations, automating Terraform execution with state management, IAM integration, and versioned deployments.
What is Config Connector and what does it enable?
Config Connector is a GKE add-on (Kubernetes addon) that lets you manage Google Cloud resources as Kubernetes objects (via CRDs/YAML), so you provision GCP infrastructure using kubectl and Kubernetes-native, declarative reconciliation.
What is Cloud Marketplace and what deployment benefit does it provide?
Cloud Marketplace offers pre-configured, vendor-provided solutions (VM images, Kubernetes apps, SaaS) that can be deployed into your project with one click, often using Deployment Manager/Terraform under the hood and integrated/unified billing.
What is the Google Cloud resource hierarchy from top to bottom?
Organization → Folders → Projects → Resources. IAM policies and organization policies set at a higher level are inherited by everything below.
What is the difference between IAM policies and Organization Policies?
IAM policies define who (identity) can do what (role) on a resource; Organization Policies (constraints) define what configurations are allowed on resources (e.g., restrict allowed regions, disable external IPs), regardless of identity.
What is a project's role in the GCP resource hierarchy and billing?
A project is the base-level organizing entity that contains resources, is the unit for enabling APIs, IAM, quotas, and billing; every resource belongs to exactly one project, and projects link to a billing account.
What is an organization policy constraint, and name two common examples?
A constraint is a rule applied via Organization Policy Service to restrict resource configurations. Examples: constraints/compute.vmExternalIpAccess (disable external IPs) and constraints/gcp.resourceLocations (restrict resource regions).
What is Shared VPC and what problem does it solve in the resource hierarchy?
Shared VPC lets a host project share its VPC network with multiple service projects in the same organization, so resources in different projects use a centrally managed network — separating network admin from project admins.
What is VPC Network Peering and one key limitation versus a single VPC?
VPC Peering privately connects two VPCs (even across projects/orgs) so they exchange traffic using internal IPs. Limitation: peering is non-transitive (peered VPCs don't share each other's other peers) and subnet IP ranges must not overlap.
For data retention compliance, how do Cloud Storage retention policies and lifecycle rules work together?
Retention policies enforce a minimum time objects must be kept (preventing deletion); lifecycle rules then automate transition to colder classes and eventual deletion once the retention period and age conditions are met.
What is the difference between Compute Engine sole-tenant nodes and standard shared-core provisioning?
Sole-tenant nodes dedicate an entire physical server to a single customer's VMs (for compliance/licensing isolation), whereas standard VMs share host hardware with other tenants.
What this deck covers
The Managing and Provisioning a Solution Infrastructure deck follows the Google Cloud Professional Cloud Architect Managing and Provisioning a Solution Infrastructure syllabus — 5 chapters and 20 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 13.6 cards per chapter.
Answers are written to be recallable, not just readable — averaging about 209 characters, which is long enough to carry the reasoning and short enough to say out loud.
A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.
Managing and Provisioning a Solution Infrastructure flashcards FAQ
How many Managing and Provisioning a Solution Infrastructure flashcards are in this Google Cloud Professional Cloud Architect deck?
68 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.
Are these Google Cloud Professional Cloud Architect flashcards free?
Yes. The preview here is free to read with no signup, and the full 68-card deck is free inside the Examius app.
What do the Managing and Provisioning a Solution Infrastructure cards cover?
They follow the Google Cloud Professional Cloud Architect Managing and Provisioning a Solution Infrastructure syllabus — 5 chapters and 20 topics — so the questions track what is actually examinable.
How should I use these flashcards?
Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.