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 111–120 of 492

Q111

What happens when you delete a Google Cloud Storage bucket?

  • A All objects are retained
  • B Objects are deleted permanently
  • C The bucket becomes inaccessible
  • D Bucket metadata is preserved
Explanation Deleting a bucket removes its contents permanently; other options incorrectly imply object or metadata retention.
Q112

Which service is primarily used for data warehousing in Google Cloud?

  • A BigQuery
  • B Cloud Storage
  • C Cloud Datastore
  • D Cloud SQL
Explanation BigQuery is designed for large-scale data analytics, while others serve different purposes.
Q113

A company needs to allow temporary access for a contractor without sharing permanent credentials. What should they use?

  • A Service account
  • B IAM roles and policies
  • C OAuth 2.0 tokens
  • D Temporary IAM credentials
Explanation Temporary IAM credentials can be generated for short-term use, facilitating regulated access.
Q114

What happens when you set an organization policy to restrict network egress in your project?

  • A All services stop functioning
  • B Only specific services are blocked
  • C All external internet access is blocked
  • D Nothing; it's a non-disruptive change
Explanation Restricting network egress blocks all outgoing traffic to unapproved destinations.
Q115

Which Google Cloud service provides serverless execution for code?

  • A Cloud Functions
  • B Compute Engine
  • C App Engine
  • D Cloud Run
Explanation Cloud Functions is designed for serverless code execution, while others require more management or are not serverless.
Q116

You are configuring Google Cloud IAM roles. Which role allows both read access to Cloud Storage buckets and write access to the objects within them?

  • A Storage Object Viewer
  • B Storage Admin
  • C Storage Object Creator
  • D Storage Object Viewer with Editor
Explanation Storage Object Creator allows writes to objects, while the other roles limit either access or permissions.
Q117

What happens when an instance in a Google Cloud VM is stopped?

  • A Billing continues for the instance.
  • B All data is deleted permanently.
  • C Data on ephemeral disks is lost.
  • D Persistent disks are also deleted.
Explanation Ephemeral disks lose data when the VM is stopped, while persistent disks retain data.
Q118

Which Google Cloud service is best for batch processing data?

  • A Dataflow
  • B BigQuery
  • C Dataproc
  • D Pub/Sub
Explanation Dataproc is designed for batch processing, while Dataflow is for stream processing, BigQuery is for SQL queries, and Pub/Sub is for messaging.
Q119

A company needs to securely store and share sensitive data with specific users. Which Google Cloud tool should they use?

  • A Cloud Storage
  • B Cloud Pub/Sub
  • C Data Catalog
  • D Cloud IAM
Explanation Cloud IAM is essential for managing user access securely, while Cloud Storage is for data storage, Pub/Sub for messaging, and Data Catalog for data management.
Q120

What happens when you try to delete a Google Cloud project that has active resources?

  • A Deletion fails until resources are deleted
  • B All resources are deleted automatically
  • C You must rename the project first
  • D Project is moved to trash
Explanation The deletion fails unless all resources are removed first, while the other options do not accurately describe the deletion process.