Google Cloud

Google Cloud Certified – Professional Cloud Developer

PR000266

Validate your skills as a Professional Cloud Developer with exam code PR000266 in Google Cloud.

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

Questions 81–90 of 495

Q81

You are configuring IAM roles for a project. What happens when a user is assigned multiple roles?

  • A They receive the least privileged access
  • B Only the first role is applied
  • C They inherit permissions cumulatively
  • D Their access is denied entirely
Explanation Multiple IAM roles combine permissions, making option C correct.
Q82

Which service is best for orchestration of containers?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C Cloud Run
  • D App Engine
Explanation Google Kubernetes Engine is specifically designed for orchestration.
Q83

A company needs to transfer large datasets to Google Cloud. What is the most efficient tool?

  • A Cloud Pub/Sub
  • B Transfer Appliance
  • C Cloud CDN
  • D BigQuery Data Transfer Service
Explanation Transfer Appliance is designed for large data transfers.
Q84

What happens when you set a Cloud Storage bucket's CORS configuration incorrectly?

  • A Files become private automatically
  • B Requests will get blocked
  • C Data is deleted from the bucket
  • D Performance improves temporarily
Explanation Incorrect CORS settings will cause request blocking.
Q85

Which service directly manages container orchestration?

  • A Google Kubernetes Engine
  • B Google Cloud Functions
  • C App Engine
  • D Cloud Run
Explanation Google Kubernetes Engine is built for orchestrating containers, unlike the other services which have different primary functions.
Q86

A company needs to streamline its image processing workflow using Google Cloud. Which architecture should they consider?

  • A Load Balanced Compute Instances
  • B Cloud Functions with Pub/Sub
  • C Persistent Disk Storage
  • D Cloud Run with Cloud Storage
Explanation Cloud Functions can automate processes triggered by Pub/Sub messages for better workflow, while the other options lack event-driven architecture.
Q87

What happens when you update an existing Cloud Storage bucket's IAM policies?

  • A Old policies remain effective
  • B New policies override old ones
  • C Policies are merged automatically
  • D Bucket becomes inaccessible
Explanation Updated IAM policies replace existing ones, unlike merging or keeping old policies, which doesn't apply.
Q88

Which service is best for serverless compute in Google Cloud?

  • A Cloud Functions
  • B Cloud Run
  • C Compute Engine
  • D App Engine
Explanation Cloud Functions is specifically designed for serverless compute, while others are for different computing needs.
Q89

A company needs to monitor user activity on their Cloud Storage bucket. What should they enable?

  • A Stackdriver Logging
  • B Access Control Lists
  • C Bucket Versioning
  • D Cloud Pub/Sub
Explanation Stackdriver Logging will track user activity, unlike the other options which don't monitor access.
Q90

What happens when you configure IAM roles incorrectly in Google Cloud?

  • A Users gain unrestricted access
  • B Users may be denied access
  • C Resource permissions remain unchanged
  • D Billing is not affected
Explanation Incorrect IAM roles may prevent users from accessing resources they need, whereas other options misrepresent the impact.