Google Cloud

Google Cloud Certified – Cloud Digital Leader

PR000225
Popular Trending

Get certified as a Cloud Digital Leader with exam code PR000225 to validate your skills in Google Cloud.

489 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 471–480 of 489

Q471

You are configuring a Cloud IAM policy. What happens if a user has conflicting permissions?

  • A Deny all permissions
  • B Allow the most permissive
  • C Deny the least permissive
  • D Allow based on roles only
Explanation IAM allows the most permissive permission in conflicts; the others misinterpret IAM behavior.
Q472

Which service provides serverless computing in Google Cloud?

  • A Google Cloud Functions
  • B Google Compute Engine
  • C Google Kubernetes Engine
  • D Google App Engine
Explanation Google Cloud Functions offers serverless execution, while others involve provisioning resources.
Q473

A company needs to optimize costs for its Cloud Storage usage. What feature can help achieve this?

  • A Storage Class Selector
  • B Data Loss Prevention
  • C Access Control List
  • D Multi-Regional Storage
Explanation Storage Class Selector allows you to manage costs by selecting appropriate storage types based on access frequency.
Q474

You are configuring IAM roles in Google Cloud. What happens when a user has multiple roles within the same project?

  • A They gain the highest permission level
  • B Only the first role is considered
  • C They access all permissions combined
  • D Permissions are averaged out
Explanation Users receive access rights based on all assigned roles, not just the highest one.
Q475

Which Google Cloud service is best for real-time analytics on streaming data?

  • A Dataflow
  • B BigQuery
  • C Cloud Storage
  • D Cloud Pub/Sub
Explanation Dataflow is specifically designed for processing and analyzing streaming data in real-time, while BigQuery is for batch analytics, Cloud Storage is for storage, and Pub/Sub is for message passing.
Q476

A company needs to ensure that only its internal users can access its APIs. What should it implement?

  • A IAM roles
  • B Firewall rules
  • C VPN access
  • D Service accounts
Explanation IAM roles allow fine-grained access control for internal users, whereas firewall rules and VPN can control network access but not user authentication, and service accounts are for automated tasks.
Q477

You are configuring a load balancer. What happens if health checks fail for all backends?

  • A Traffic is stopped entirely.
  • B Traffic is routed to the next region.
  • C A 503 error is returned.
  • D The service automatically restarts.
Explanation If health checks fail for all backends, a 503 Service Unavailable error is returned, indicating that no healthy backends are available. Traffic cannot continue without a health backend; traffic is not rerouted or stopped completely.
Q478

Which service is best for real-time data analytics?

  • A BigQuery
  • B Cloud Functions
  • C Cloud Storage
  • D Compute Engine
Explanation BigQuery is optimized for real-time analytics; other options focus on different functions.
Q479

A company needs to ensure their application is highly available across regions. What should they implement?

  • A Regional Load Balancing
  • B Standard VM Instances
  • C Single Zone Deployment
  • D Cross-Region Replication
Explanation Cross-Region Replication provides high availability; the other options do not ensure this across regions.
Q480

What happens when a Google Cloud project runs out of quota?

  • A Services will be suspended
  • B Billing will stop temporarily
  • C Requests will be throttled
  • D Usage will increase automatically
Explanation Requests are throttled when quotas are exceeded; services won't be suspended instantly.