---
title: "Google Cloud Platform: GCP Essentials"
description: "Master the fundamentals of Google Cloud, including Project hierarchy, Compute Engine, GKE, and IAM."
author: "Mohammad Abu Mattar"
canonical: https://mkabumattar.com/quizzes/post/gcp-essentials-quiz
---

# Google Cloud Platform: GCP Essentials

Welcome to the GCP Basics Quiz! Google Cloud Platform is known for its global network and for GKE, the Kubernetes implementation most others are compared against. This quiz will test your knowledge of how Google organizes resources, its core compute and storage offerings, and the security model that keeps it all running. Good luck!

## Questions

### 1. In GCP, what is the base level of the resource hierarchy that is required to use any service?

- The Folder level for grouping
- The Project level for resources
- The Organization level for nodes
- The Bucket level for objects

**Hint:** Everything belongs to one of these.

### 2. What is "Compute Engine" in GCP?

- A tool for web indexing
- A Virtual Machine service
- A managed database engine
- A serverless code runtime

**Hint:** Infrastructure as a Service (IaaS).

### 3. What does "GKE" stand for?

- Google Key Encryption
- Google Kubernetes Engine
- Google Kernel Extension
- Global Kafka Environment

**Hint:** Google is the creator of Kubernetes.

### 4. Which storage service is best for storing unstructured data like images and logs?

- Cloud Bigtable analytics
- Cloud Storage objects
- Cloud Persistent Disks
- Cloud Filestore shares

**Hint:** Object storage.

### 5. In GCP IAM, what is a "Service Account"?

- A billing credit for users
- An identity for applications
- A premium support platform
- A list of project members

**Hint:** Identity for code, not people.

### 6. What is the "Google Cloud SDK" (gcloud)?

- A proprietary web browser
- A command-line toolset
- An online document editor
- A physical rack server

**Hint:** Command-line management.

### 7. What is "Cloud Run"?

- A network latency optimizer
- A serverless container platform
- A hardware diagnostic utility
- A database migration service

**Hint:** Serverless containers.

### 8. What is "IAM" in Google Cloud?

- Internal App Management
- Identity and Access Management
- Internet Access Monitor
- Integrated Asset Metadata

**Hint:** Who can do what on which resource.

### 9. What is a "VPC" (Virtual Private Cloud) in GCP?

- A physical data center cable
- A global virtual network
- A managed password vault
- A VM inventory dashboard

**Hint:** Global networking.

### 10. What is "Cloud SQL"?

- A relational query language
- A managed relational database
- A distributed NoSQL store
- A data archival utility

**Hint:** Managed relational databases.

### 11. What is "Preemptible VMs" (or Spot VMs)?

- VMs with high-speed disks
- Low-cost, ephemeral instances
- VMs for encrypted workloads
- Instances with dedicated CPUs

**Hint:** Cheaper, but can be taken back.

### 12. What is "BigQuery"?

- A search tool for flat files
- A serverless data warehouse
- A high-memory VM instance
- A global load balancer type

**Hint:** Serverless data warehouse.

### 13. What is "Cloud Functions"?

- A library of portal widgets
- Serverless event-driven code
- A CSS pre-processing tool
- A database replication task

**Hint:** Event-driven serverless code.

### 14. What is "Cloud Build"?

- A server assembly workflow
- A CI/CD automation service
- A network diagram creator
- A project resource manager

**Hint:** CI/CD service.

### 15. What is "Identity-Aware Proxy" (IAP)?

- A consumer VPN service
- A zero-trust access gateway
- A static IP address pool
- A developer IDE extension

**Hint:** Zero-trust access.

### 16. What is "Google Cloud Operations Suite"?

- A facility for Google staff
- A monitoring and logging suite
- A cloud hardware store
- An HR management portal

**Hint:** Monitoring and Logging.

### 17. What is "Pub/Sub"?

- A persistent block storage
- An asynchronous messaging bus
- A load balancer health check
- A database indexing service

**Hint:** Asynchronous messaging.

### 18. What is "App Engine"?

- A marketplace for mobile apps
- A serverless web app platform
- A browser-based code editor
- A virtual machine orchestrator

**Hint:** PaaS for web applications.

### 19. What is "Cloud Spanner"?

- A server maintenance utility
- A global relational database
- A non-relational cache store
- A local database for mobile

**Hint:** Global relational database.

### 20. What is "Deployment Manager"?

- An automated testing tool
- An Infrastructure as Code tool
- A user permissions manager
- A container registry service

**Hint:** Infrastructure as Code.

### 21. What is "Secret Manager"?

- An encrypted project chat
- A vault for API keys and secrets
- A tool for hiding log files
- A firewall for sensitive data

**Hint:** Securing API keys and passwords.

### 22. What is "Anthos"?

- A serverless runtime for APIs
- A multi-cloud management suite
- A physical networking cable
- A data encryption algorithm

**Hint:** Hybrid and multi-cloud management.

### 23. What is "Cloud Armor"?

- An encrypted disk partition
- A DDoS and WAF security service
- A physical data center lock
- A secure boot process for VMs

**Hint:** Security against DDoS and WAF.

### 24. What is "Cloud Load Balancing"?

- A server mass calculator
- A global traffic distributor
- A project cost-splitting tool
- A source code formatter

**Hint:** High-performance traffic distribution.

### 25. What is "Artifact Registry"?

- A legacy data archival site
- A container and package store
- A project documentation host
- A directory of system users

**Hint:** Evolution of Container Registry.

### 26. What is "Cloud Shell" in GCP?

- A virtualized network socket
- A browser-based CLI and editor
- A storage system for SQL data
- A perimeter security firewall

**Hint:** CLI inside the browser.

### 27. What is "Billing Account"?

- A list of system developers
- The payment source for projects
- A discounted hardware portal
- A tool for hiring IT experts

**Hint:** Where the money flows.

### 28. What is "Cloud CDN"?

- A private fiber network line
- A global content delivery network
- A script for minifying code
- An internal file transfer tool

**Hint:** Edge caching.

### 29. What is "Quotas" in GCP?

- A log of build-time failures
- A set of resource usage limits
- A project management timeline
- A code quality assessment tool

**Hint:** Limits on resource usage.

### 30. What is "Cloud Console"?

- A physical server monitor
- A web-based management GUI
- A low-level kernel debugger
- A script for node automation

**Hint:** The GUI.
