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 201–210 of 495

Q201

You are configuring IAM roles for a new team. What happens if no roles are assigned?

  • A Users have full access
  • B Users can view resources only
  • C No access is granted
  • D Users can deploy applications
Explanation Without assigned roles, users have no permissions at all, while the other options incorrectly imply some level of access.
Q202

Which Google Cloud service provides serverless event-driven computing?

  • A Cloud Functions
  • B Compute Engine
  • C Cloud Run
  • D App Engine
Explanation Cloud Functions allows you to run code in response to events without managing servers, while the others require more management or configuration.
Q203

A company needs to store sensitive data and adhere to compliance regulations. Which feature should they enable?

  • A Data Encryption at Rest
  • B Multi-Region Storage
  • C Object Lifecycle Management
  • D Standard Class Storage
Explanation Data Encryption at Rest protects sensitive data, while the other options do not specifically address compliance needs.
Q204

You are configuring a Google Kubernetes Engine cluster. What happens if you set the node pool to zero replicas?

  • A Clustering is disabled
  • B No applications will run
  • C Cluster auto-scaling stops
  • D Resources are deleted
Explanation Setting the node pool to zero replicas means no Pods can run, while the other options are misleading in their implications about cluster management.
Q205

Which service is best for hosting web applications on GCP?

  • A App Engine
  • B BigQuery
  • C Cloud Functions
  • D Cloud Storage
Explanation App Engine is specifically designed for web applications, unlike the others which serve different purposes.
Q206

A company needs to ensure their GCP resources are only accessible from within their corporate network. What should they implement?

  • A Cloud Load Balancer
  • B Private Google Access
  • C VPC Peering
  • D Firewall Rules
Explanation Firewall Rules can restrict access based on IP ranges, ensuring only corporate network access to resources.
Q207

What happens when you apply an IAM role with a deny policy in GCP?

  • A Access is granted regardless of conditions
  • B Roles are ignored altogether
  • C Specific actions are blocked
  • D Only predefined roles are effective
Explanation A deny policy specifically blocks access to certain actions, even if roles allow them.
Q208

Which service is best for hosting microservices in GCP?

  • A Google Kubernetes Engine
  • B Google Cloud Run
  • C Google App Engine
  • D Cloud Functions
Explanation Cloud Run is specifically designed for deploying and managing containerized microservices, unlike others.
Q209

A company needs to perform data analysis on real-time streaming datasets. Which GCP service should they use?

  • A Google BigQuery
  • B Google Dataflow
  • C Google Dataproc
  • D Google Cloud Pub/Sub
Explanation Dataflow is optimized for processing and analyzing real-time streaming data.
Q210

You are configuring IAM policies. What happens when a user has both a role that allows and one that denies access to a resource?

  • A Access is granted.
  • B Access is denied.
  • C Access depends on context.
  • D Access is based on role precedence.
Explanation In GCP, explicit deny overrides allow, so access is denied.