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 81–90 of 492

Q81

If a service account key is compromised, what is the best immediate action to take?

  • A Change the service account permissions.
  • B Delete and recreate the key.
  • C Disable the entire service account.
  • D Ignore it; it will expire.
Explanation Deleting and recreating the key prevents unauthorized access effectively; other options may not fully mitigate the risk.
Q82

Which service is best for serverless data processing?

  • A Cloud Functions
  • B Cloud Run
  • C Compute Engine
  • D App Engine
Explanation Cloud Functions executes code in response to events, making it ideal for serverless data processing; others require more management.
Q83

A company needs to securely share data across departments while ensuring access controls. Which approach should they adopt?

  • A Public Cloud Storage
  • B IAM Roles and Policies
  • C S3 Bucket Permissions
  • D Private Virtual Network
Explanation IAM Roles and Policies provide access control while securely sharing data; other options lack comprehensive access management.
Q84

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

  • A Messages in the subscription are lost
  • B Subscription can be recovered later
  • C Data remains intact in the topic
  • D Cloud costs reduce immediately
Explanation Messages in the deleted subscription cannot be retrieved; the subscription contains the message acknowledgment status.
Q85

Which service is best for real-time data analytics?

  • A BigQuery
  • B Cloud Pub/Sub
  • C Dataflow
  • D Cloud Storage
Explanation Dataflow is designed for real-time processing while BigQuery is for batch analysis.
Q86

A company needs to securely store sensitive customer data with strong access controls. Which Google Cloud service should they use?

  • A Cloud SQL
  • B Firestore
  • C Cloud Storage
  • D Cloud IAM
Explanation Cloud SQL provides strong access controls and encryption for sensitive data, unlike others.
Q87

What happens when you exceed your Cloud Storage bucket's default egress limit?

  • A Storage becomes unavailable
  • B Charges apply for excess egress
  • C Service is automatically upgraded
  • D Requests are queued until limits reset
Explanation Exceeding egress limits incurs additional charges rather than halting service.
Q88

Which service is best for real-time data processing?

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

A company needs to share files securely and minimize latency for a global team. Which storage service is most suitable?

  • A Cloud Pub/Sub
  • B Google Drive
  • C Cloud Storage with multi-region buckets
  • D Cloud SQL
Explanation Cloud Storage with multi-region buckets reduces latency by being globally distributed.
Q90

What happens when you assign an IAM role to a user in Google Cloud?

  • A User accesses all resources
  • B User gains permissions associated with the role
  • C User cannot perform any actions
  • D Role is applied only temporarily
Explanation Assigning a role grants specific permissions to the user, not full access.