Google Cloud

Google Cloud Certified – Professional Cloud Architect

PR000213
Popular Trending

Get certified as a Professional Cloud Architect with exam code PR000213 to validate your architectural skills in Google Cloud.

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

Questions 131–140 of 498

Q131

What happens when you enable the 'Object versioning' feature in Cloud Storage?

  • A Old versions are deleted.
  • B All objects are moved to Nearline.
  • C Previous object versions are retained.
  • D Storage costs are halved.
Explanation Enabling object versioning retains all previous versions of objects, while the other options do not accurately describe this feature.
Q132

You are configuring an App Engine application and encounter a dependency issue due to incompatible library versions. Which approach is best to resolve this?

  • A Use a runtime that supports all libraries.
  • B Manually combine libraries into one.
  • C Update app.yaml with exact versions.
  • D Deploy to Compute Engine instead.
Explanation Specifying exact versions in app.yaml resolves compatibility issues, while the other choices do not effectively manage dependency conflicts.
Q133

What service would you use for managing APIs?

  • A Google Cloud Endpoints
  • B Google Compute Engine
  • C BigQuery
  • D Google Cloud Storage
Explanation Google Cloud Endpoints is specifically designed for managing APIs, whereas the other options serve different purposes.
Q134

A company needs to ensure their application scales automatically based on traffic load. Which service should they implement?

  • A Google Kubernetes Engine
  • B Cloud Pub/Sub
  • C Cloud Functions
  • D Cloud Run
Explanation Cloud Run automatically scales applications based on traffic, while the other services require additional setup for scaling.
Q135

What happens when a VM is shut down using the Google Cloud Console?

  • A Data is lost from disk
  • B IP address is released
  • C Instance is terminated
  • D Disk remains unallocated
Explanation The IP address is released unless it's a static one, while data on persistent disks is retained and the instance is not terminated.
Q136

Which service allows for scaling containerized applications automatically?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C App Engine
  • D Cloud Run
Explanation Google Kubernetes Engine automates scaling and management of containers, while the others serve different purposes.
Q137

A company needs to back up its Cloud SQL instance with minimal downtime. Which method is best?

  • A Create a manual snapshot
  • B Use export and import
  • C Utilize automated backups
  • D Enable point-in-time recovery
Explanation Automated backups provide less downtime compared to manual processes or exports.
Q138

You are configuring IAM policies. What happens when a user is granted 'roles/owner' on a folder?

  • A Access to all resources in project
  • B Only access to sub-folders
  • C Access is denied to project
  • D Excludes service account access
Explanation 'roles/owner' grants full control, including all resources within the project, unlike other options.
Q139

Which Google Cloud service is for serverless orchestration?

  • A Cloud Functions
  • B Cloud Run
  • C Cloud Composer
  • D App Engine
Explanation Cloud Composer orchestrates workflows using Apache Airflow; others serve different purposes.
Q140

A company needs to store unstructured data that may grow significantly in size. What would be the best choice?

  • A Cloud Bigtable
  • B Cloud SQL
  • C Cloud Storage
  • D Firestore
Explanation Cloud Storage is designed for unstructured data growth; others are not optimized for this use case.