Cloud CDN serves content from _______ locations worldwide.

  • Edge
  • Regional
  • Centralized
  • Local
Cloud CDN utilizes a network of edge locations worldwide to cache and deliver content closer to users, thereby reducing latency and improving access speeds. These edge locations are crucial for the efficient functioning of a CDN.

What feature of Google Kubernetes Engine allows automatic scaling based on demand?

  • Horizontal Pod Autoscaler
  • Vertical Pod Autoscaler
  • Node Auto-Provisioning
  • Cluster Autoscaler
Understanding the autoscaling capabilities of Google Kubernetes Engine, including features like the Horizontal Pod Autoscaler, is essential for optimizing resource usage and ensuring that applications can handle varying workloads effectively. Intermediate users should be familiar with these features to design scalable and cost-efficient solutions on GCP.

Which of the following is not a feature of Google Cloud Dataproc?

  • Real-time Data Processing
  • Auto Scaling
  • Managed Service
  • NoSQL Database
Identifying features that are not part of Google Cloud Dataproc helps users understand its capabilities and limitations, enabling them to choose the right tools and services for their specific use cases.

Cloud Deployment Manager allows users to define infrastructure using _______.

  • YAML
  • JSON
  • XML
  • HTML
YAML is commonly used in infrastructure as code tools for its simplicity and readability, making it ideal for defining cloud resources and configurations.

Cloud DNS provides _______ for domain name resolution.

  • Managed DNS Service
  • Email Hosting
  • Cloud Storage
  • CDN (Content Delivery Network)
Understanding that Cloud DNS is a managed DNS service helps users grasp its primary function and use cases in managing domain names and DNS records effectively.

Scenario: A data science team needs to deploy a machine learning model for sentiment analysis. Which component of AI Platform should they use for this purpose?

  • AI Platform Notebooks
  • AI Platform Training
  • AI Platform Prediction
  • AI Platform Pipelines
Understanding the purpose and capabilities of different components of AI Platform is crucial for selecting the right tool for deploying machine learning models in production environments. AI Platform Prediction, in this scenario, meets the requirement of deploying a sentiment analysis model effectively.

_______ is a Google Cloud service that allows users to create custom virtual machine types.

  • Google Compute Engine
  • Google Kubernetes Engine
  • Google Cloud Functions
  • Google Cloud Run
Google Compute Engine is the correct service for creating custom virtual machine types, giving users control over VM specifications to optimize performance and cost.

Scenario: A company wants to deploy a web application that serves users across multiple continents. Which type of Cloud Load Balancing should they choose, and why?

  • Global HTTP(S) Load Balancing
  • Regional TCP Load Balancing
  • Internal Load Balancing
  • Global SSL Proxy Load Balancing
For a web application with a global user base, Global HTTP(S) Load Balancing is the most appropriate choice. It ensures efficient routing, low latency, and high availability by directing users to the nearest backend servers.

Google Compute Engine provides _______ virtual machine instances.

  • preemptible
  • permanent
  • transient
  • non-preemptible
Google Compute Engine offers preemptible virtual machine instances that provide significant cost savings for certain types of workloads, which is an important feature to understand for cost management and resource planning in cloud computing.

Scenario: A company wants to grant read-only access to a developer for a specific Google Cloud Storage bucket. Which IAM feature should they leverage to accomplish this?

  • IAM Custom Roles
  • IAM Conditions
  • IAM Service Accounts
  • IAM Roles
Understanding the appropriate IAM feature for granting read-only access to specific resources is crucial for maintaining security and compliance in cloud environments. By leveraging IAM roles, organizations can control access to resources based on the principle of least privilege.