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 121–130 of 492

Q121

Which service allows you to process streams of data in real-time?

  • A Dataflow
  • B Firestore
  • C BigQuery
  • D Cloud Storage
Explanation Dataflow is designed for stream and batch processing; Firestore and BigQuery target databases and analysis, while Cloud Storage is for file storage.
Q122

A company needs to ensure all data is auditable and can be reverted once deleted. Which GCP service should they use?

  • A Cloud SQL
  • B Cloud Spanner
  • C FireStore
  • D Cloud Storage with Object Versioning
Explanation Cloud Storage with Object Versioning allows data recovery while the others do not provide this specific functionality.
Q123

What happens when you delete a Google Cloud Pub/Sub topic?

  • A Messages are deleted permanently
  • B Subscribers are notified
  • C It cannot be restored
  • D Only subscriptions are deleted
Explanation Deleting a topic removes all messages, and none can be restored; subscribers are not notified, and subscriptions are also deleted.
Q124

Which service would you use to manage containerized applications?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C Compute Engine
  • D Cloud Run
Explanation Google Kubernetes Engine is specifically for managing containers, whereas others are for different purposes.
Q125

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

  • A BigQuery
  • B Dataflow
  • C Cloud Storage
  • D Cloud Pub/Sub
Explanation Dataflow is designed for real-time data processing, unlike the others which serve different functions.
Q126

You are configuring IAM roles for a developer. What happens if you assign a custom role with no permissions?

  • A User can access everything
  • B User has no access
  • C User has limited access only
  • D User is denied IAM roles
Explanation Assigning a custom role with no permissions gives the user no access at all.
Q127

Which service can be used for serverless container management?

  • A Cloud Run
  • B Compute Engine
  • C Kubernetes Engine
  • D App Engine
Explanation Cloud Run is designed for serverless containers, while the others require more management.
Q128

A company needs to load balance HTTP traffic. Which GCP service should they choose?

  • A HTTP(S) Load Balancing
  • B Network Load Balancing
  • C Cloud CDN
  • D Cloud Functions
Explanation HTTP(S) Load Balancing is specifically tailored for web traffic, unlike the other options.
Q129

What happens when you configure a Pub/Sub subscription with AcknowledgeDeadline of 30 seconds?

  • A Messages are deleted after 30 seconds.
  • B Delivery retries occur for 30 seconds.
  • C Acknowledgment must occur within 30 seconds.
  • D Messages expire after 30 seconds.
Explanation An AcknowledgeDeadline means messages must be acknowledged within that time frame, otherwise they become available for redelivery.
Q130

Which service enables real-time data processing in Google Cloud?

  • A Dataflow
  • B Cloud Storage
  • C BigQuery
  • D Cloud Functions
Explanation Dataflow is designed for real-time data processing, while the others serve different purposes.