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 71–80 of 495

Q71

A company needs to manage secrets securely in their cloud environment. Which GCP service should they use?

  • A Secret Manager
  • B Cloud Storage
  • C Identity Aware Proxy
  • D Cloud Logging
Explanation Secret Manager is specifically designed for managing secrets; Cloud Storage is for data storage, Identity Aware Proxy for access control, and Cloud Logging for log management.
Q72

What happens when a request is sent to a non-existent Cloud Function endpoint?

  • A 404 Not Found error
  • B Internal Server Error
  • C Empty response
  • D Authorization failure
Explanation A non-existent endpoint returns a 404 error; Internal Server Error occurs for script issues, Empty response implies no data returned, and Authorization failure is for restricted access.
Q73

Which service allows for serverless application deployment?

  • A Cloud Functions
  • B Compute Engine
  • C Cloud Storage
  • D BigQuery
Explanation Cloud Functions enables event-driven serverless deployment, unlike others which require managed instances or storage.
Q74

A company needs to analyze large datasets in real-time. Which service should they use?

  • A Cloud SQL
  • B BigQuery
  • C Cloud Datastore
  • D Cloud Spanner
Explanation BigQuery is optimized for real-time data analysis, while others focus on structured datasets or scalability.
Q75

What happens when you set an IAM policy wrongly granting public access?

  • A Nothing; defaults retain permissions
  • B Public access is enabled immediately
  • C Policy settings are ignored
  • D Access is restricted to the admin
Explanation Wrongly configured policies can expose resources, making them immediately accessible to the public.
Q76

Which service provides serverless database management on GCP?

  • A Cloud SQL
  • B Cloud Datastore
  • C BigQuery
  • D Firestore
Explanation Firestore is fully serverless, offering automatic scaling while Cloud SQL requires instance configuration, BigQuery is for analytics, and Cloud Datastore focuses on NoSQL.
Q77

A company needs to enable private network communication between resources on Google Cloud. Which service should they use?

  • A Cloud VPN
  • B VPC Peering
  • C Cloud Interconnect
  • D Cloud Armor
Explanation VPC Peering allows private communication between different VPCs, whereas the others serve different networking functions.
Q78

What happens when you delete a Google Cloud Storage bucket?

  • A It is stored in a recovery state.
  • B All objects are permanently deleted.
  • C It cannot be restored after 30 days.
  • D Only objects with versions are deleted.
Explanation Deleting a bucket removes all objects immediately and permanently, while the other options are incorrect in describing the deletion process.
Q79

Which service is used for serverless application development on Google Cloud?

  • A Cloud Functions
  • B Compute Engine
  • C App Engine
  • D Cloud Run
Explanation Cloud Functions enables serverless execution, unlike the other options which involve more management.
Q80

A company needs to analyze large datasets in real-time. Which Google Cloud service should they use?

  • A BigQuery
  • B Pub/Sub
  • C Dataflow
  • D Dataproc
Explanation Dataflow is designed for real-time streaming data processing, while the others serve different purposes.