Latih 80 soalan asal Google Cloud merangkumi perkhidmatan teras, pengkomputeran, storan, rangkaian, data, keselamatan dan harga.
Tahap: Google Cloud Digital LeaderKesukaran: beginner80 soalan60 min
Jawab setiap soalan Google Cloud, kemudian semak markah. Jawapan salah disimpan setempat untuk ulang kaji.
Hari berturut-turut: 0 hariDisimpan hanya pada peranti ini
Kemajuan0 / 80
Masa berbaki: 00:00
Belum ada jawapan salah disimpan.
Tiada soalan sepadan dengan penapis.
Soalan 1
Which Google Cloud service provisions virtual machines with full control over the operating system?
Compute Engine is Google Cloud IaaS for virtual machines with full OS control.
Soalan 2
Which Google Cloud service provides managed web application hosting as platform-as-a-service?
App Engine is a PaaS service for building and hosting web applications.
Soalan 3
Which Google Cloud service runs code in response to events without managing servers?
Cloud Functions is Google Cloud serverless event-driven compute. It runs code in response to events such as file uploads or Pub/Sub messages, so you pay only while a function executes and never manage servers. The other options require persistent infrastructure or serve batch workloads rather than event-driven functions.
Soalan 4
Which Google Cloud service provides a managed Kubernetes platform?
Google Kubernetes Engine (GKE) provides managed Kubernetes clusters. GKE operates the control plane and simplifies upgrades, so teams can run containerized workloads without managing Kubernetes themselves. Cloud Run and App Engine are serverless alternatives, while Compute Engine is unmanaged virtual infrastructure.
Soalan 5
Which Google Cloud service runs containers without requiring you to manage servers?
Cloud Run executes containers in a fully managed serverless environment.
Soalan 6
Which Google Cloud service stores unstructured object data such as images and backups?
Cloud Storage is Google Cloud object storage for unstructured data.
Soalan 7
Which Google Cloud service provides managed file shares for applications?
Filestore provides managed NFS file storage on Google Cloud. It gives applications a shared POSIX-compliant file system, which is useful when migrating on-premises workloads that expect file shares. Cloud Storage and Persistent Disk do not provide managed NFS shares, and Cloud Spanner is a relational database.
Soalan 8
Which Google Cloud storage option provides block storage for virtual machines?
Persistent Disk provides durable block storage attached to Compute Engine VMs.
Soalan 9
Which Google Cloud service is a managed relational database compatible with MySQL and PostgreSQL?
Cloud SQL offers managed MySQL, PostgreSQL, and SQL Server databases.
Soalan 10
Which Google Cloud database provides global distribution and strong consistency for relational workloads?
Cloud Spanner is a globally distributed relational database with strong consistency.
Soalan 11
Which Google Cloud database is a NoSQL document store designed for web and mobile apps?
Firestore is a flexible, serverless NoSQL document database for app development.
Soalan 12
Which Google Cloud database handles high-throughput analytical workloads as a wide-column NoSQL store?
Cloud Bigtable is a scalable NoSQL wide-column database for large analytical workloads.
Soalan 13
Which Google Cloud service provides isolated private networks and subnets?
Virtual Private Cloud (VPC) provides isolated private networking for Google Cloud resources.
Soalan 14
Which Google Cloud service distributes incoming traffic across multiple instances?
Cloud Load Balancing distributes traffic across healthy instances and regions.
Soalan 15
Which Google Cloud service caches content at edge locations for faster delivery?
Cloud CDN uses Google edge locations to cache and deliver content closer to users.
Soalan 16
Which Google Cloud service provides domain name resolution?
Cloud DNS provides reliable, low-latency domain name resolution. It translates human-readable domain names into IP addresses using Google managed global infrastructure. Cloud NAT handles outbound traffic, Cloud Armor filters attacks, and Cloud CDN accelerates content delivery rather than resolving domain names.
Soalan 17
Which Google Cloud service protects applications from DDoS attacks and web application threats?
Cloud Armor provides DDoS protection and web application firewall rules.
Soalan 18
Which Google Cloud service creates encrypted connections between on-premises networks and Google Cloud over the internet?
Cloud VPN provides encrypted tunnels over the public internet. It connects an on-premises network to Google Cloud with IPsec, which is practical when a dedicated private link is not required. Cloud Interconnect uses physical connections, while Cloud NAT and Cloud CDN do not create site-to-site encrypted tunnels.
Soalan 19
Which Google Cloud service provides dedicated private connectivity between an on-premises network and Google?
Cloud Interconnect provides dedicated private connections to Google Cloud. Because traffic does not travel over the public internet, the link offers higher bandwidth and more consistent latency than Cloud VPN. Cloud NAT only translates outbound traffic, and Cloud Armor filters requests instead of providing connectivity.
Soalan 20
Which Google Cloud service provides a serverless data warehouse for analyzing large datasets?
BigQuery is Google Cloud serverless data warehouse for petabyte-scale analytics.
Soalan 21
Which Google Cloud service processes streaming and batch data pipelines?
Dataflow is a managed service for stream and batch data processing pipelines.
Soalan 22
Which Google Cloud service provides publish/subscribe messaging between applications?
Pub/Sub is a scalable event ingestion and delivery service.
Soalan 23
Which Google Cloud service runs managed Hadoop and Spark clusters?
Dataproc is a managed service for Hadoop, Spark, Flink, and related clusters.
Soalan 24
Which Google Cloud service provides a unified platform for machine learning?
Vertex AI unifies Google Cloud ML tools for building and deploying models.
Soalan 25
Which Google Cloud service provides pre-trained APIs for image recognition?
Vision AI provides pre-trained image recognition capabilities. Its APIs can detect objects, faces, text, and unsafe content, so developers add image understanding without training custom models. Pub/Sub, Cloud NAT, and BigQuery do not perform image analysis.
Soalan 26
Which Google Cloud service converts audio into text?
Speech-to-Text transcribes audio into text using machine learning. It supports many languages and can return word timestamps, which makes it useful for captions, transcripts, and call analytics. Translation AI converts text between languages, Vision AI analyzes images, and Natural Language AI processes text rather than audio.
Soalan 27
Which Google Cloud service translates text between languages?
Translation AI translates text between many languages. It offers pre-trained models that preserve meaning across language pairs through a simple API. Speech-to-Text converts audio, Vision AI analyzes images, and Cloud DLP protects sensitive data instead of translating text.
Soalan 28
Which Google Cloud service manages identity and access permissions?
Cloud IAM controls who can access which Google Cloud resources.
Soalan 29
Which Google Cloud service stores and manages encryption keys?
Cloud KMS manages cryptographic keys for encryption on Google Cloud.
Soalan 30
Which Google Cloud service provides security posture management and threat detection?
Security Command Center provides security findings, posture, and threat detection.
Soalan 31
Which Google Cloud service stores and queries audit and application logs?
Cloud Logging stores, searches, and analyzes logs from Google Cloud resources.
Soalan 32
Which Google Cloud service monitors infrastructure and application performance?
Cloud Monitoring collects metrics, dashboards, and alerts for Google Cloud.
Soalan 33
Which Google Cloud service groups application errors for debugging?
Error Reporting aggregates and analyzes application errors. It groups related stack traces, shows crash counts, and can notify teams, which speeds up debugging of large systems. Cloud Logging stores raw logs, Cloud Monitoring tracks metrics, and Cloud Debugger inspects running code, so none of them group application errors the same way.
Soalan 34
Which Google Cloud service builds container images from source code?
Cloud Build executes build steps and produces container images. It can be triggered by source changes, so CI/CD pipelines compile code and push artifacts automatically. Artifact Registry stores the images, Cloud Run serves them, and Cloud Storage is object storage rather than a build service.
Soalan 35
Which Google Cloud service stores container images and packages?
Artifact Registry stores container images and software packages. It provides a central, access-controlled location for build artifacts and integrates with Cloud Build and other services. Cloud Build creates artifacts, Cloud Run runs containers, and Cloud Storage is general object storage.
Soalan 36
Which Google Cloud service securely stores application secrets?
Secret Manager stores and manages API keys, passwords, and certificates.
Soalan 37
Which Google Cloud service provides CI/CD pipelines?
Cloud Build can create CI/CD pipelines that test and deploy applications.
Soalan 38
Which Google Cloud tool manages infrastructure as declarative configuration?
Cloud Deployment Manager uses declarative templates to deploy Google Cloud resources.
Soalan 39
Which Google Cloud pricing discount applies automatically for sustained use of a VM?
Sustained use discounts apply automatically as a VM runs for most of a month.
Soalan 40
Which Google Cloud pricing option gives a larger discount in exchange for a usage commitment?
Committed use discounts offer savings when you commit to one or three years of usage.
Soalan 41
What are preemptible VMs on Google Cloud best used for?
Preemptible and spot VMs are cheaper but can be terminated at any time.
Soalan 42
Which Google Cloud tool estimates the cost of services before deployment?
The Pricing Calculator estimates monthly costs for Google Cloud services.
Soalan 43
Which Google Cloud feature sends alerts when spending approaches a limit?
Billing budgets track spending and send alerts when thresholds are reached.
Soalan 44
What is a Google Cloud project?
A project organizes Google Cloud resources, billing, and IAM permissions.
Soalan 45
What is a Google Cloud region?
A region is a specific geographic location where Google Cloud resources run.
Soalan 46
What is a Google Cloud zone?
A zone is a deployment area within a region; regions contain multiple zones.
Soalan 47
Which GCP feature helps organize and filter resources with key-value metadata?
Labels are key-value pairs used to organize and filter Google Cloud resources.
Soalan 48
What does horizontal scaling mean on Google Cloud?
Horizontal scaling adds more instances to handle increased demand. Workloads are distributed across additional virtual machines or replicas, which improves capacity without upgrading a single machine. Increasing the size of one instance is vertical scaling, while moving regions or changing billing does not add capacity.
Soalan 49
What does vertical scaling mean on Google Cloud?
Vertical scaling increases the capacity of an existing resource, such as using a larger machine type.
Soalan 50
Which Google Cloud service provides serverless containers with automatic scaling?
Cloud Run runs containers in a serverless environment with automatic scaling.
Soalan 51
Which Google Cloud service provides metadata management and discovery for data assets?
Data Catalog helps discover and manage metadata for data assets.
Soalan 52
Which Google Cloud service helps discover and protect sensitive data?
Cloud Data Loss Prevention (DLP) discovers, classifies, and protects sensitive data.
Soalan 53
Which Google Cloud service controls access to applications based on identity and context?
Identity-Aware Proxy (IAP) uses identity and context to control application access.
Soalan 54
Which Google Cloud service creates security perimeters around sensitive data?
VPC Service Controls creates perimeters that protect Google Cloud service data.
Soalan 55
Which Google Cloud service provides outbound internet access for private VMs without public IPs?
Cloud NAT lets private instances reach the internet without public IP addresses.
Soalan 56
Which Google Cloud service provides a managed database compatible with PostgreSQL and designed for scale?
AlloyDB for PostgreSQL is a fully managed PostgreSQL-compatible database. It provides high availability, automated backups, and scalability for transactional workloads. Firestore is a NoSQL document store, Bigtable is a wide-column database, and Memorystore is an in-memory cache, so none of them are PostgreSQL-compatible.
Soalan 57
Which Google Cloud service provides managed in-memory data stores?
Memorystore provides managed Redis and Memcached in-memory data stores. It is used for caching and low-latency access patterns so applications can offload repeated reads from databases. Cloud Storage and Cloud SQL are persistent storage services, and Filestore provides file shares rather than in-memory caches.
Soalan 58
Which Google Cloud service provides a fully managed Redis-compatible cache?
Memorystore for Redis is a managed Redis service for caching and low-latency data.
Soalan 59
Which Google Cloud service provides global HTTP(S) load balancing with edge caching?
Cloud Load Balancing provides global and regional load balancing for HTTP(S) and other protocols.
Soalan 60
Which Google Cloud service provides serverless querying of large datasets without managing infrastructure?
BigQuery is a serverless data warehouse that scales query capacity automatically.
Soalan 61
Which of the following are Google Cloud compute services? Select all that apply.
Compute Engine, App Engine, and Cloud Functions are compute services; Cloud Storage is storage.
Soalan 62
Which of the following are Google Cloud storage services? Select all that apply.
Cloud Storage, Filestore, and Persistent Disk are storage services; Load Balancing is networking.
Soalan 63
Which of the following are Google Cloud networking services? Select all that apply.
VPC, Load Balancing, and CDN are networking; KMS manages encryption keys.
Soalan 64
Which of the following help secure Google Cloud environments? Select all that apply.
IAM, KMS, and Security Command Center support security; CDN is content delivery.
Soalan 65
Which of the following are Google Cloud data and analytics services? Select all that apply.
BigQuery, Dataflow, and Pub/Sub process data; Cloud DNS resolves domain names.
Soalan 66
Which of the following are Google Cloud AI services? Select all that apply.
Vertex AI, Vision AI, and Speech-to-Text are AI services; Cloud Storage is storage.
Soalan 67
Which of the following support Google Cloud application development and DevOps? Select all that apply.
Cloud Build, Artifact Registry, and Cloud Monitoring support DevOps; Cloud DNS is networking.
Soalan 68
Which of the following can reduce Google Cloud compute costs? Select all that apply.
Sustained use, committed use, and preemptible VMs reduce compute costs; Cloud NAT is networking.
Soalan 69
Type the Google Cloud service that provides virtual machines: Compute ___.
Compute Engine is Google Cloud IaaS for virtual machines. You choose machine type, operating system, and storage, then manage the instance while Google operates the underlying infrastructure. The blank asks for the service that provides virtual machines, and Engine completes the name Compute Engine.
Soalan 70
Type the Google Cloud serverless event-driven compute service: Cloud ___.
Cloud Functions runs event-driven serverless code. It executes functions in response to events and scales automatically, so there are no servers to provision and billing is based on execution. The blank asks for the event-driven compute service, and Functions completes the name Cloud Functions.
Soalan 71
Type the Google Cloud managed Kubernetes service: Google Kubernetes ___.
Google Kubernetes Engine (GKE) provides managed Kubernetes clusters. Google operates the control plane and simplifies upgrades, making container orchestration easier for teams. The missing word is Engine because the full service name is Google Kubernetes Engine.
Soalan 72
Type the Google Cloud serverless data warehouse: Big ___.
BigQuery is Google Cloud serverless data warehouse. It runs SQL analytics over very large datasets without provisioning clusters and separates storage from compute. The blank needs Query because the service name is BigQuery.
Soalan 73
Type the Google Cloud serverless container service: Cloud ___.
Cloud Run executes containers in a serverless environment. It scales automatically and charges only for request processing or active instances, so you do not manage servers. Run is the word that completes the service name Cloud Run.
Soalan 74
Type the Google Cloud service that manages identity and access permissions: Cloud ___.
Cloud IAM controls access to Google Cloud resources. It uses roles and policies to grant permissions to users, groups, and service accounts, which supports least privilege. The blank should be IAM because the service is named Cloud IAM.
Soalan 75
Match each Google Cloud compute service to its description.
Compute Engine is IaaS, App Engine is PaaS, Cloud Functions is serverless functions, and Cloud Run is serverless containers.
Soalan 76
Match each Google Cloud storage service to its description.
Cloud Storage stores objects, Filestore provides files, Persistent Disk is block storage, and Cloud SQL is a relational database.
Soalan 77
Match each Google Cloud networking service to its description.
VPC provides private networks, Load Balancing distributes traffic, CDN caches at edges, and VPN creates encrypted tunnels.
Soalan 78
Match each Google Cloud data service to its description.
BigQuery is a warehouse, Dataflow processes pipelines, Pub/Sub handles messaging, and Bigtable is a NoSQL database.
Soalan 79
Match each Google Cloud security service to its description.
IAM manages access, KMS manages keys, Security Command Center detects threats, and Cloud Armor protects applications.
Soalan 80
Match each Google Cloud pricing option to its description.
Sustained use is automatic, committed use requires a commitment, preemptible VMs are interruptible, and budgets track spending.