Google Cloud

Google Cloud Certified – Associate Data Practitioner

PR000306

Become a certified Associate Data Practitioner with exam code PR000306 to validate your data skills in Google Cloud.

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

Questions 441–450 of 492

Q441

What happens when you delete a Google Cloud Storage bucket?

  • A Data is archived temporarily
  • B Data is permanently deleted
  • C Bucket becomes read-only
  • D Bucket is moved to another location
Explanation Deleting a bucket permanently removes all its data, while the other options are incorrect actions for a bucket deletion.
Q442

Which service is best for container orchestration?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C App Engine
  • D Cloud Storage
Explanation Google Kubernetes Engine is specifically designed for this purpose; other options are for different use cases.
Q443

A company needs to analyze real-time streaming data. Which service should they use?

  • A BigQuery
  • B Pub/Sub
  • C Cloud Storage
  • D Compute Engine
Explanation Pub/Sub is designed for real-time data ingestion; the others are more suited for static data analysis or batch processing.
Q444

You are configuring IAM roles for a new project. What happens if a service account has multiple roles assigned?

  • A Roles overwrite each other
  • B All roles apply cumulatively
  • C Roles are always denied
  • D Only the last role applies
Explanation In Google Cloud, multiple IAM roles combine their permissions; the others imply incorrect behavior.
Q445

Which service provides serverless event-driven computing on Google Cloud?

  • A Cloud Functions
  • B Cloud Run
  • C Compute Engine
  • D App Engine
Explanation Cloud Functions is specifically designed for serverless event-driven execution, unlike the other options which are for different use cases.
Q446

A company needs to store large amounts of unstructured data. Which storage solution is most appropriate?

  • A Cloud SQL
  • B Cloud Storage
  • C Bigtable
  • D Firestore
Explanation Cloud Storage is optimized for unstructured data storage, while the others are more suited for structured data.
Q447

You are configuring IAM roles. What happens if a user has multiple conflicting permissions?

  • A They receive the highest permission
  • B They lose all permissions
  • C Permissions are combined
  • D Deny permissions take precedence
Explanation In IAM, permissions are evaluated with deny permissions always taking precedence over allow permissions.
Q448

Which Google Cloud service allows you to deploy Docker containers?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C Compute Engine
  • D Cloud Run
Explanation Google Kubernetes Engine is designed for orchestrating containers, while the others serve different purposes.
Q449

A company needs to analyze logs from multiple cloud resources. Which GCP service is best suited for this?

  • A Cloud Pub/Sub
  • B Cloud Logging
  • C Cloud Functions
  • D BigQuery
Explanation Cloud Logging aggregates logs from various resources, while others focus on messaging or querying.
Q450

What happens when you delete a Google Cloud Storage bucket not empty?

  • A Everything in it is archived.
  • B Deletion fails, bucket remains.
  • C Objects are deleted permanently.
  • D Bucket's permissions reset automatically.
Explanation The deletion of a non-empty bucket fails, preventing data loss.