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 11–20 of 495

Q11

A company needs to batch process files in Cloud Storage and output results to BigQuery. Which service is best suited for this?

  • A Dataflow
  • B Cloud Run
  • C App Engine
  • D Cloud Dataproc
Explanation Dataflow is designed for batch and stream processing, making it ideal for this task.
Q12

You are configuring IAM roles. What happens if a user has both viewer and owner roles for a project?

  • A Viewer role overrides owner
  • B Owner role allows full access
  • C Both roles cancel each other
  • D IAM roles are additive
Explanation IAM roles are additive, giving the user permissions from both roles.
Q13

Which service is best for serverless application deployment?

  • A Google Cloud Run
  • B Google Compute Engine
  • C Google Kubernetes Engine
  • D Google App Engine
Explanation Google Cloud Run is tailored for serverless applications, unlike the others, which require more configuration.
Q14

A company needs to monitor API usage. Which tool should they use?

  • A Google Cloud Monitoring
  • B Google BigQuery
  • C Google Cloud Storage
  • D Google Pub/Sub
Explanation Google Cloud Monitoring is specifically designed to track performance metrics, including API usage, while the others serve different purposes.
Q15

What happens when you set a GCS bucket's versioning to 'on'?

  • A Only the latest version is stored
  • B All versions of objects are retained
  • C Bucket size is limited to 100GB
  • D Objects become undeleteable
Explanation Enabling versioning retains all object versions, unlike A, C, and D, which are incorrect concepts.
Q16

Which service provides serverless computing on Google Cloud?

  • A Cloud Functions
  • B Compute Engine
  • C Cloud Storage
  • D Kubernetes Engine
Explanation Cloud Functions is a serverless platform, while others are not.
Q17

A company needs to store sensitive user data securely. What should they implement?

  • A Public Cloud Storage
  • B Encryption at rest
  • C Standard IAM roles
  • D Global load balancer
Explanation Encryption at rest protects sensitive data, unlike other options.
Q18

What happens when a Google Cloud Storage bucket is set to 'uniform access'?

  • A No IAM roles can be applied
  • B Access to all objects is public
  • C Only bucket owner can access
  • D Permissions are set at the bucket level
Explanation 'Uniform access' grants permissions at the bucket level instead of object level, unlike other choices.
Q19

Which service is best for managing container deployments?

  • A Google Kubernetes Engine
  • B Google Cloud Functions
  • C Google App Engine
  • D Google Cloud Run
Explanation Google Kubernetes Engine is specialized for managing Kubernetes clusters, while the other options cater to different use cases.
Q20

A company needs to improve data processing speed for analytics. Which tool would best suit their requirements?

  • A Cloud Pub/Sub
  • B BigQuery
  • C Cloud Functions
  • D Cloud Storage
Explanation BigQuery is optimized for large scale data analysis, while others serve different roles in the data pipeline.