Google Cloud Digital Leader Practice Test Questions and Exam Dumps Part 9 Q161-180

View Full Google Cloud Digital Leader Exam Dumps and Practice Test Dumps.

 

Question 161

Which service runs web apps with zero server management?

  1. Compute Engine
  2. App Engine
  3. Google Kubernetes Engine
  4. Cloud SQL

Correct Answer: 2

Explanation

App Engine is a fully managed, serverless platform designed for developing and hosting web applications and mobile backends without managing underlying servers. It handles infrastructure provisioning, security patching, and automatic instance scaling seamlessly based on live traffic demands. Developers simply upload application code, and App Engine takes care of the rest. This abstraction significantly accelerates software delivery velocity and eliminates administrative overhead. Furthermore, it supports multiple standard programming languages and provides built-in services like traffic splitting, making it an ideal choice for modern web developers seeking ultimate operational simplicity.

Question 162

What is the main benefit of OpEx over CapEx?

  1. Eliminating ongoing software licenses
  2. Avoiding upfront costs by paying as you go
  3. Guaranteeing fixed monthly utility bills
  4. Transferring database management duties

Correct Answer: 2

Explanation

Cloud computing shifts corporate financial spending from traditional capital expenditure to operational expenditure, allowing companies to avoid heavy upfront hardware investments. Instead of purchasing expensive servers that depreciate over time, organizations pay dynamically for exact computing resources consumed on a utility basis. This flexible consumption model preserves valuable capital for core business growth and strategic investments. Moreover, it aligns IT expenses directly with actual business revenue generation and usage volume, providing finance teams with superior budget predictability, improved cash flow management, and enhanced fiscal agility across enterprise projects.

Question 163

In the Shared Responsibility Model, what is always the customer’s duty?

  1. Physical data center security fencing
  2. Underlying hypervisor host patching
  3. User access control and data configuration
  4. Core power grid distribution redundancy

Correct Answer: 3

Explanation

While Google Cloud assumes full accountability for securing the underlying global physical infrastructure, hardware facilities, and host virtualization layers, customers retain absolute responsibility for their own cloud environments. This means organizations must actively manage user access permissions, enforce strong multi-factor authentication, classify sensitive assets properly, and configure encryption and firewall rules securely. Failing to maintain these configuration controls can expose corporate assets to external security vulnerabilities. Therefore, maintaining robust internal governance and strict security hygiene remains a vital, non-transferable obligation for every cloud tenant regardless of the chosen service model.

Question 164

Which service queries petabytes of data via SQL without servers?

  1. Cloud SQL
  2. Firestore
  3. BigQuery
  4. Cloud Bigtable

Correct Answer: 3

Explanation

BigQuery is Google Cloud’s fully managed, serverless enterprise data warehouse engineered specifically to run lightning-fast SQL queries across massive petabytes of data without requiring upfront infrastructure provisioning. By completely separating storage resources from query compute capacity, BigQuery allows organizations to scale processing power independently and analyze historical datasets instantly. It features built-in machine learning capabilities and integrates seamlessly with business intelligence visualization tools. This powerful serverless architecture empowers business analysts to derive deep operational insights rapidly, facilitating strategic data-driven decision-making across global enterprises without administrative bottlenecks or hardware capacity limits.

Question 165

Which database offers global scale and ACID transactions?

  1. Cloud SQL
  2. Cloud Spanner
  3. Firestore
  4. Cloud Storage

Correct Answer: 2

Explanation

Cloud Spanner is an enterprise-grade relational database service designed to combine standard ANSI SQL query support and strict ACID transactional guarantees with horizontal scale. It is the only database service that delivers synchronous multi-region data replication alongside an industry-leading availability SLA. This unique architecture allows global businesses to scale transactional workloads dynamically across continents without sacrificing data consistency or incurring application downtime during regional disruptions. Cloud Spanner handles massive operational scale effortlessly, making it the ideal database backend for mission-critical financial systems, global e-commerce platforms, and large enterprise applications worldwide.

Question 166

Which tool builds enterprise search and conversational AI?

  1. Cloud Translation API
  2. Vertex AI Search and Conversation
  3. Cloud Vision API
  4. Dialogflow CX Classic

Correct Answer: 2

Explanation

Vertex AI Search and Conversation enables organizations to build enterprise-grade search engines and generative AI virtual agents quickly. It connects internal documentation, product catalogs, or website content to conversational interfaces, delivering accurate answers and superior customer support experiences without requiring deep machine learning expertise. Developers can deploy voice and text-based virtual assistants across multiple digital touchpoints effortlessly, improving customer engagement while automating complex support workflows through advanced natural language understanding and generative foundation models. This tool significantly accelerates artificial intelligence adoption across modern enterprise business applications.

Question 167

Which storage tier is lowest cost for long-term compliance?

  1. Standard Storage
  2. Nearline Storage
  3. Coldline Storage
  4. Archive Storage

Correct Answer: 4

Explanation

Archive Storage is Google Cloud’s lowest-cost, highly durable object storage service optimized specifically for data archiving, disaster recovery backups, and long-term regulatory compliance retention. It is designed for data that is accessed or modified on average less than once a year. While data retrieval operations incur higher fees compared to warmer tiers, its ultra-low monthly storage cost makes it ideal for petabytes of archival data that organizations must keep securely for years to satisfy legal requirements. This ensures businesses meet strict governance mandates economically without wasting budget on high-performance infrastructure capacity.

Question 168

Which service defends web applications against DDoS attacks?

  1. Cloud VPN
  2. Cloud Armor
  3. Cloud NAT
  4. VPC Network Peering

Correct Answer: 2

Explanation

Cloud Armor is a web application firewall and network security service that protects applications and load balancers from Distributed Denial of Service attacks and malicious internet traffic. Operating at Google’s global network edge, Cloud Armor intercepts and neutralizes volumetric DDoS threats, SQL injection attempts, and cross-site scripting attacks before malicious traffic can reach backend server infrastructure. It provides advanced adaptive protection, custom rate-limiting rules, geo-based access controls, and pre-configured WAF filters based on OWASP Top 10 rulesets. This comprehensive edge security ensures that critical web applications remain highly available, resilient, and protected against evolving cyber threats.

Question 169

Which tool provides custom optimization recommendations?

  1. Cloud Monitoring
  2. Cloud Billing Reports
  3. Google Cloud Recommender
  4. Cloud Audit Logs

Correct Answer: 3

Explanation

Google Cloud Recommender is an automated intelligence service that continuously evaluates your active resource utilization patterns, infrastructure configurations, and security posture. It analyzes historical metrics across virtual machines, storage buckets, and IAM roles to generate proactive, data-driven advice aimed at optimizing performance, strengthening security, and reducing waste. For instance, Recommender identifies idle virtual machine instances, suggests rightsizing options for over-provisioned CPU resources, and recommends purchasing committed use discounts. By following these tailored suggestions, cloud administrators can eliminate inefficiencies, control expenditures tightly, and align architectures with best practices and operational excellence guidelines.

Question 170

Which service securely stores passwords and API keys?

  1. Cloud Key Management Service
  2. Secret Manager
  3. Identity and Access Management
  4. Security Command Center

Correct Answer: 2

Explanation

Secret Manager is a secure and centralized storage service designed to store, manage, and audit access to sensitive application secrets such as API keys, database passwords, and TLS certificates. It encrypts data at rest and in transit, allows fine-grained access control via IAM, and maintains detailed audit logs tracking every time a secret is accessed or modified. By replacing hardcoded credentials in source code with Secret Manager references, applications improve their security posture and prevent accidental credential leaks across environments. This service ensures safe handling of critical authentication assets across modern software development pipelines.

Question 171

Which feature propagates IAM policies down folder hierarchies?

  1. Resource tagging
  2. Policy inheritance
  3. Billing account mapping
  4. Network isolation

Correct Answer: 2

Explanation

Folders are organizational entities within the Google Cloud resource hierarchy positioned directly beneath the root Organization node and above individual projects. They allow enterprise administrators to group related projects logically, making it straightforward to manage access control rules and organizational policies collectively. Any IAM policy or security constraint applied at the folder level inherits downward automatically to all child folders and projects contained within it. This hierarchical inheritance simplifies administrative governance, ensures compliance uniformity across multi-team enterprises, and scales management workflows efficiently as organizational structures grow and evolve over time in the cloud.

Question 172

Which service orchestrates batch and stream pipelines with Apache Beam?

  1. Cloud Dataproc
  2. Cloud Pub/Sub
  3. Cloud Dataflow
  4. BigQuery ML

Correct Answer: 3

Explanation

Cloud Dataflow is a fully managed serverless data processing service based on the open-source Apache Beam model. It allows engineering teams to execute both batch and real-time streaming data transformation pipelines effortlessly without managing worker clusters. Dataflow automatically rebalances workloads and scales resources dynamically to optimize execution speed and cost efficiency. By eliminating manual infrastructure tuning, it empowers organizations to ingest, process, and analyze massive volumes of streaming event data continuously, ensuring high reliability and low latency across distributed enterprise analytics architectures and modern data warehouse pipelines.

Question 173

Which feature lets private VMs connect safely to the internet?

  1. Cloud Router
  2. Cloud NAT
  3. Cloud VPN Gateway
  4. HTTP(S) Load Balancer

Correct Answer: 2

Explanation

Cloud NAT allows internal virtual machine instances provisioned without public IP addresses to securely establish outbound connections to the internet. This capability allows private VMs to download operating system security patches, pull software dependencies, or query external third-party web APIs. Because Cloud NAT handles translation strictly for outbound-initiated connections, external hosts on the public internet cannot initiate inbound traffic to the private instances. This configuration maintains a strong external perimeter defense while ensuring essential maintenance workflows function smoothly across private internal cloud network environments without exposing sensitive workloads directly.

Question 174

Which service runs managed Spark and Hadoop clusters?

  1. Cloud Dataflow
  2. Dataproc
  3. BigQuery
  4. Cloud Pub/Sub

Correct Answer: 2

Explanation

Dataproc is a fast, easy-to-use, fully managed cloud service designed specifically for running Apache Spark and Apache Hadoop clusters efficiently. It allows data engineering teams to spin up clusters in seconds, process large datasets using familiar open-source frameworks, and scale down resources when jobs complete to save costs. Dataproc integrates tightly with Google Cloud storage and analytical ecosystems, reducing operational overhead and enabling organizations to migrate and manage big data analytics workloads without complex cluster administration. This makes it an essential tool for big data processing teams.

Question 175

Which service creates private IPsec tunnels to on-premises data centers?

  1. Cloud VPN
  2. Cloud Interconnect
  3. VPC Network Peering
  4. Public Gateway

Correct Answer: 1

Explanation

Cloud VPN securely connects your peer enterprise network to your Google Cloud Virtual Private Cloud network through an encrypted IPsec connection over the public internet. This connection type allows internal resources to communicate securely across environments without exposing data traffic to external interception threats. Cloud VPN tunnels establish rapid, reliable communication links that support hybrid cloud architecture strategies seamlessly. Network administrators can deploy high-availability VPN configurations with dynamic routing features using BGP to ensure uninterrupted connectivity during routine maintenance or unexpected link disruptions effectively across corporate hybrid environments.

Question 176

Which tool provides self-service auditor compliance reports?

  1. Compliance Reports Manager
  2. Security Command Center
  3. Cloud Audit Logs
  4. Cloud Billing Export

Correct Answer: 1

Explanation

Compliance Reports Manager gives Google Cloud customers instant, self-service access to crucial regulatory documentation, third-party security audit reports, ISO certifications, and framework mappings. Instead of waiting for lengthy administrative reviews, compliance teams can retrieve validated attestation documents—such as SOC reports, PCI-DSS compliance letters, and HIPAA documentation—directly through the console. This transparency accelerates internal risk assessments, simplifies regulatory auditing processes, and helps organizations demonstrate adherence to stringent industry standards when building secure, compliant workloads on Google Cloud infrastructure without administrative delays or paperwork barriers.

Question 177

Which service tracks errors and stack traces in real time?

  1. Cloud Logging
  2. Cloud Monitoring
  3. Error Reporting
  4. Security Command Center

Correct Answer: 3

Explanation

Error Reporting is a fully managed diagnostic service that automatically aggregates, analyzes, and tracks software exceptions, errors, and stack traces across your Google Cloud applications in real time. When new application faults or crash events occur, Error Reporting instantly alerts development teams and presents comprehensive diagnostic data to accelerate troubleshooting. It organizes errors logically, tracks occurrence frequencies over time, and integrates smoothly with Cloud Logging to provide full contextual visibility. By leveraging this tool, operations teams can swiftly identify systemic bugs, minimize downtime, and maintain optimal software reliability across production environments.

Question 178

Which tool provides a browser-based CLI workspace with gcloud?

  1. Cloud Shell
  2. Compute Engine Terminal
  3. Cloud SDK Console
  4. Local PowerShell

Correct Answer: 1

Explanation

Cloud Shell is an interactive, browser-based administrative workspace that gives administrators and developers instant command-line access to Google Cloud resources from anywhere. It comes pre-installed with the Google Cloud CLI, Terraform, Docker, and other essential developer utilities, eliminating the need for local software installations or complex toolchain configurations. Furthermore, Cloud Shell provides five gigabytes of free, persistent home directory storage, allowing users to save custom scripts and configuration files safely. Whether managing deployments or inspecting logs, Cloud Shell offers a fast, secure, and convenient management interface directly inside standard web browsers.

Question 179

Which pricing model offers discounts for 1- or 3-year commitments?

  1. Spot VMs
  2. Sustained Use Discounts
  3. Committed Use Discounts
  4. Free Tier Allowances

Correct Answer: 3

Explanation

Committed Use Discounts provide significant cost savings on Google Cloud compute resources in exchange for a customer signing a formal one-year or three-year usage contract. This pricing structure is ideal for predictable, steady-state enterprise workloads that run continuously over extended periods. By committing to a baseline level of resource consumption, organizations can reduce their overall infrastructure spending drastically compared to standard on-demand pricing rates. Google Cloud offers flexible commitment options, including resource-based commitments for specific machine families or spend-based commitments that apply across multiple eligible services. This financial predictability helps finance teams forecast budgets accurately.

Question 180

Which platform continuously scans resources for compliance vulnerabilities?

  1. Cloud Audit Logs
  2. Security Command Center
  3. Cloud Monitoring
  4. Identity-Aware Proxy

Correct Answer: 2

Explanation

Security Command Center is Google Cloud’s centralized security management and risk governance platform that continuously scans your entire resource hierarchy to detect vulnerabilities, misconfigurations, and active security threats. Beyond vulnerability identification, SCC evaluates operational configurations against industry compliance frameworks like PCI-DSS, CIS benchmarks, and HIPAA standards. It acts as a centralized dashboard for security operations teams, offering immediate visibility into risk exposure along with automated remediation paths to enforce uniform security standards across cloud environments effectively without manual auditing delays or complex configuration oversights.