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 291–300 of 495

Q291

What happens when you enable audit logging for a Google Cloud project?

  • A Logs all user actions.
  • B Automatically triggers alerts.
  • C Logs system metrics.
  • D No impact on performance.
Explanation Audit logging tracks user actions, while others do not accurately describe audit functionality.
Q292

A company needs to deploy a scalable web application. Which Google Cloud service should they primarily use?

  • A Google App Engine
  • B Google Sheets
  • C Google Compute Engine
  • D Google Cloud IoT Core
Explanation Google App Engine is a platform for developing and hosting web applications that automatically scales based on traffic. The other options do not provide the same level of automatic scaling for web applications.
Q293

What happens when you set a Google Cloud Storage bucket to 'Uniform' access control?

  • A Individual object-level permissions only
  • B All objects inherit bucket's permissions
  • C No access is granted to anyone
  • D It's publicly accessible by default
Explanation Uniform access control means that permissions at the bucket level apply to all objects within that bucket. The other options incorrectly describe the behaviors of access permissions.
Q294

You are configuring a Cloud Pub/Sub topic. What is the maximum message size that can be published to a topic?

  • A 256 KB
  • B 1 MB
  • C 10 MB
  • D 5 MB
Explanation Cloud Pub/Sub allows a maximum message size of 1 MB for published messages. Other options exceed or do not meet this predefined limit.
Q295

Which service is primarily used for serverless application development in Google Cloud?

  • A Cloud Functions
  • B App Engine
  • C Cloud Run
  • D Compute Engine
Explanation Cloud Run is used for serverless applications based on containers, while Cloud Functions and App Engine also support serverless but differently.
Q296

A company needs to analyze large datasets and view results immediately. Which service should they use?

  • A BigQuery
  • B Dataflow
  • C Cloud Storage
  • D Spanner
Explanation BigQuery is a data warehouse designed for real-time analytics, unlike Dataflow, which is for stream processing with dependency on other services.
Q297

You are configuring IAM roles for a project. What happens if you grant a user the role of 'Viewer' in a parent organization?

  • A User can view all resources.
  • B User can view resources only in the project.
  • C User can modify resources.
  • D User cannot access any resources.
Explanation Granting 'Viewer' at the organization level allows access to view all resources under that organization, while other options misunderstand IAM hierarchy.
Q298

Which Google Cloud service provides serverless compute capabilities?

  • A Cloud Functions
  • B Compute Engine
  • C App Engine
  • D Cloud Run
Explanation Cloud Functions is designed for event-driven serverless workloads, while others support different compute models.
Q299

A company needs to securely store sensitive data in transit. Which should they implement?

  • A IAM Roles
  • B Cloud Pub/Sub
  • C Cloud Armor
  • D VPC network encryption
Explanation VPC network encryption protects data in transit, unlike the other options which address different needs.
Q300

What happens when you enable Autoscaling on a managed instance group?

  • A Instances are permanently deleted
  • B More instances are added based on load
  • C Cost increases significantly
  • D Instance types change automatically
Explanation Autoscaling automatically adjusts the number of instances based on the load metrics, contrary to the other options.