Pilih mode latihan, jawab setiap soal, lalu tinjau penjelasannya. Jawaban salah disimpan secara lokal.
Waktu tersisa: 00:00
Belum ada jawaban salah tersimpan.
Tidak ada soal yang cocok dengan filter.
Soal 1
What is Google Cloud Platform?
GCP is a suite of cloud services for compute, storage, networking, data, and machine learning. It is not an OS, database, or browser.
Soal 2
What is a Google Cloud project?
A project groups resources, permissions, and billing settings. VMs, buckets, and networks live inside a project.
Soal 3
What is a region in Google Cloud?
A region is a geographic location containing zones. Zones are isolated data centers within a region.
Soal 4
What is a zone in Google Cloud?
A zone is an isolated data center within a region. Distributing resources across zones improves availability.
Soal 5
What is the Google Cloud Console?
The Console is the web UI for managing GCP resources. gcloud is the CLI, and mobile apps are additional tools.
Soal 6
What is gcloud?
gcloud is the CLI for creating and managing GCP resources. It complements the Console and APIs.
Soal 7
What is Cloud Shell?
Cloud Shell provides a browser terminal with gcloud and other tools ready to use. It is not a marketplace, bucket, or dashboard.
Soal 8
What is a billing account?
A billing account pays for resource usage and is linked to one or more projects. It is not a VM, firewall, or DNS.
Soal 9
What is a service account?
A service account authenticates applications, VMs, and services to Google Cloud APIs. It is not a password, billing, or network object.
Soal 10
What is IAM?
IAM controls who can access resources and what they can do. The other expansions are not official.
Soal 11
What is Compute Engine?
Compute Engine provides virtual machines. Cloud Storage stores objects, GKE runs Kubernetes, and BigQuery is analytics.
Soal 12
What is a VM instance?
A VM instance is a virtual machine with configurable resources. Buckets, firewalls, and DNS zones are separate objects.
Soal 13
What is a machine type?
A machine type defines vCPUs and memory for a VM. OS, disk, and network are separate choices.
Soal 14
What is a persistent disk?
Persistent disks are durable block storage for VMs. Object storage, snapshots, and caches are different.
Soal 15
What is an instance group?
Instance groups manage collections of VMs. Managed groups support autoscaling and health checks.
Soal 16
What is autoscaling?
Autoscaling adjusts instance counts based on metrics. Disk resizing, backups, and key rotation are separate operations.
Soal 17
What is a managed instance group?
Managed instance groups run identical VMs with autoscaling, health checks, and auto-repair. They are not storage, firewall, or DNS groups.
Soal 18
What is Cloud Functions?
Cloud Functions runs single-purpose functions in response to events. Compute Engine is VMs, and databases and load balancers are separate.
Soal 19
What is Cloud Run?
Cloud Run runs containers serverlessly and scales automatically. It is not VMs, BigQuery, or DNS.
Soal 20
What is GKE?
GKE is Google Kubernetes Engine for container orchestration. The other expansions are not official.
Soal 21
What is App Engine?
App Engine is a PaaS that runs applications without infrastructure management. Compute Engine is IaaS, and Cloud Storage is object storage.
Soal 22
What is a preemptible VM?
Preemptible VMs are cheaper but can be terminated by Google. They are suitable for fault-tolerant batch workloads.
Soal 23
What is Cloud Storage?
Cloud Storage stores objects such as images, files, and backups. It is not a database, VM, or load balancer.
Soal 24
What is a bucket in Cloud Storage?
A bucket is the container that holds objects and defines location and access. It is not a VM, firewall, or billing object.
Soal 25
What is a storage class?
Storage classes such as Standard, Nearline, Coldline, and Archive balance cost with access frequency. They are not machine types, rules, or records.
Soal 26
What is Cloud SQL?
Cloud SQL provides managed MySQL, PostgreSQL, and SQL Server. BigQuery is a warehouse and Firestore is NoSQL.
Soal 27
What is Cloud Spanner?
Cloud Spanner offers strong consistency and horizontal scaling across regions. It is not a file system, queue, or balancer.
Soal 28
What is Firestore?
Firestore is a flexible, scalable NoSQL document database. Cloud SQL is relational, Cloud Storage is objects, and BigQuery is analytics.
Soal 29
What is BigQuery?
BigQuery is a serverless data warehouse for analytics on large datasets. It is not compute, messaging, or content delivery.
Soal 30
What is Cloud Bigtable?
Cloud Bigtable is a scalable NoSQL wide-column database for large analytical workloads. It is not relational, document, or object storage.
Soal 31
What is Cloud Filestore?
Cloud Filestore provides managed NFS file storage for workloads such as GKE and Compute Engine. It is not object, block, or warehouse storage.
Soal 32
What is a disk snapshot?
A snapshot is a backup of a persistent disk at a point in time. Images are VM templates, and buckets are object containers.
Soal 33
What is Cloud CDN?
Cloud CDN caches content at global edge locations to reduce latency. DNS, load balancing, and firewalls are separate.
Soal 34
What is a VPC?
A VPC provides isolated networking for GCP resources. It is not a VM, bucket, or DNS zone.
Soal 35
What is a subnet?
A subnet is a segment of a VPC address space. VMs, firewalls, and load balancers are separate resources.
Soal 36
What is a firewall rule?
Firewall rules control ingress and egress traffic by IP, port, and tags. They are not billing, storage, or machine settings.
Soal 37
What is Cloud Load Balancing?
Cloud Load Balancing spreads traffic across instances and regions. It is not a VM, DNS record, or firewall.
Soal 38
What is Cloud NAT?
Cloud NAT lets private instances reach the internet without public IPs. It is not load balancing, VPN, or DNS.
Soal 39
What is Cloud VPN?
Cloud VPN creates encrypted tunnels between on-premises networks and VPCs. It is not load balancing, DNS, or firewall.
Soal 40
What is Cloud Interconnect?
Cloud Interconnect provides dedicated, higher-bandwidth connections to Google. VPN uses the internet, and DNS and CDN are different.
Soal 41
What is Cloud DNS?
Cloud DNS hosts zones and records and resolves names. Load balancing, firewalls, and VPNs are networking services but not DNS.
Soal 42
What is a global load balancing IP?
Global load balancing uses anycast IPs to route users to the nearest healthy backend. It is not a VM IP, DNS, or firewall.
Soal 43
What is VPC peering?
VPC peering connects two VPC networks so they can communicate privately. It is not internet access, firewall, or load balancing.
Soal 44
What is a role in IAM?
A role bundles permissions that can be granted to users or service accounts. It is not a VM, billing, or firewall.
Soal 45
What is an IAM policy?
An IAM policy binds roles to members at a resource level. It is not networking, storage, or machine configuration.
Soal 46
What is a custom role?
Custom roles let you grant only the permissions you need. They are not machine types, firewalls, or budgets.
Soal 47
What is Cloud KMS?
Cloud KMS creates and manages cryptographic keys. It is not compute, load balancing, or DNS.
Soal 48
What is Cloud IAP?
Cloud IAP controls access to applications based on identity and context. It is not a firewall, VPN, or monitoring tool.
Soal 49
What is Cloud Armor?
Cloud Armor protects applications from DDoS and web attacks. DNS, load balancing, and key management are separate.
Soal 50
What is VPC Service Controls?
VPC Service Controls creates a security perimeter to reduce data exfiltration risk. It is not a VPC, firewall, or storage class.
Soal 51
What is an Organization Policy?
Organization Policies set constraints on resources across projects. They are not billing, DNS, or machine configuration.
Soal 52
What is Cloud Monitoring?
Cloud Monitoring collects metrics and sends alerts. Logging stores logs, and DNS and storage are separate.
Soal 53
What is Cloud Logging?
Cloud Logging stores and queries application and platform logs. Monitoring handles metrics, and firewalls and load balancers are networking.
Soal 54
What is an alerting policy?
Alerting policies monitor conditions and send notifications. They are not firewalls, budgets, or DNS.
Soal 55
What is Cloud Trace?
Cloud Trace analyzes latency across requests. Logging stores logs, Debugger inspects code, and Scheduler runs cron jobs.
Soal 56
What is Cloud Scheduler?
Cloud Scheduler runs jobs on a schedule. Load balancers distribute traffic, queues decouple messages, and databases store data.
Soal 57
Which of the following are Google Cloud compute services? Select all that apply.
Compute Engine, GKE, Cloud Run, and Cloud Functions are all compute services on Google Cloud.
Soal 58
Which of the following are Google Cloud storage and database services? Select all that apply.
Cloud Storage, Cloud SQL, Firestore, and Cloud Bigtable are all storage or database services.
Soal 59
Preemptible VMs are guaranteed to run for 24 hours.
Preemptible VMs can be terminated by Google at any time, usually within 24 hours, so they are not guaranteed.
Soal 60
Match each Google Cloud service to its purpose.
Cloud Storage stores objects, Cloud SQL is a managed relational database, BigQuery is a warehouse, and Cloud Functions is serverless compute.