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 321–330 of 489

Q321

What happens when you set a Cloud Storage bucket to 'Public'?

  • A Only owners can access it
  • B Everyone can read/write it
  • C Everyone can read it
  • D Access is denied to all
Explanation Setting a bucket as 'Public' allows everyone to read its contents, but does not grant write access as a default.
Q322

Which Google Cloud service enables data analytics in real-time?

  • A Pub/Sub
  • B Cloud Storage
  • C Compute Engine
  • D App Engine
Explanation Pub/Sub supports real-time messaging and analytics, while others are primarily for storage or application hosting.
Q323

A company needs to deploy a website with global reach and low latency. Which Google Cloud service should they prioritize?

  • A Cloud Functions
  • B Cloud Run
  • C Cloud CDN
  • D App Engine
Explanation Cloud CDN caches content globally, reducing latency, unlike the others that focus on execution or application hosting.
Q324

You are configuring IAM roles in Google Cloud. What happens if a user is granted both an 'Editor' role and a 'Viewer' role?

  • A User gains additional permissions.
  • B User cannot access anything.
  • C User retains 'Editor' permissions only.
  • D User has no specific permissions.
Explanation IAM roles are additive; the user retains all privileges of both roles, but option C is misleading since both roles are effective.
Q325

Which service is used for container orchestration on Google Cloud?

  • A Google Kubernetes Engine
  • B Google Compute Engine
  • C Google App Engine
  • D Google Cloud Functions
Explanation Google Kubernetes Engine (GKE) is designed for container orchestration; other options do not provide this functionality.
Q326

A company needs to analyze large datasets quickly in Google Cloud. Which tool should they use?

  • A Cloud Functions
  • B BigQuery
  • C App Engine
  • D Cloud Deployment Manager
Explanation BigQuery is optimized for rapid large dataset analysis; the other options are not intended for this purpose.
Q327

You are configuring a Virtual Private Cloud (VPC). What happens if you do not set a firewall rule?

  • A All traffic is allowed by default.
  • B All traffic is denied by default.
  • C Only internal traffic is allowed.
  • D External traffic is allowed by default.
Explanation Without explicit firewall rules, all incoming traffic is denied by default; option A is incorrect as there is no allowance by default.
Q328

Which service provides machine learning models as an API?

  • A Google Cloud BigQuery
  • B Google Cloud Vision AI
  • C Google Cloud Functions
  • D Google Cloud Storage
Explanation Google Cloud Vision AI offers pre-trained ML models, while the others do not focus on machine learning APIs.
Q329

A company needs to create a multi-regional application. Which architecture should it consider?

  • A Single zone region
  • B Global load balancer
  • C Local compute engine
  • D Database in one region
Explanation A global load balancer helps distribute traffic efficiently across multiple regions, which is key for multi-regional apps.
Q330

You are configuring IAM roles for a project. What happens if a user has conflicting roles?

  • A Denied access to all resources
  • B Access based on higher permission
  • C Access restricted to the lowest role
  • D Access granted automatically
Explanation When roles conflict, the permissions are cumulative, and the user gets access based on the role allowing the highest privileges.