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 21–30 of 492

Q21

What happens when you delete a Pub/Sub topic?

  • A All subscriptions remain active
  • B Messages in subscriptions are lost
  • C Subscriptions are also deleted
  • D New messages can still be published
Explanation Deleting a topic also deletes all associated subscriptions, making option C the correct answer.
Q22

Which service is used for managed NoSQL databases in Google Cloud?

  • A Google Cloud Firestore
  • B Google Cloud SQL
  • C Google BigQuery
  • D Google Cloud Storage
Explanation Google Cloud Firestore is specifically designed for NoSQL databases; the others are not NoSQL solutions.
Q23

A company needs to analyze large datasets and apply machine learning models. Which Google Cloud service is most suitable for this task?

  • A Google Cloud Functions
  • B Google BigQuery
  • C Google Cloud Pub/Sub
  • D Google Cloud Run
Explanation Google BigQuery is optimized for large datasets and integrates well with machine learning; the others are not primarily designed for data analysis at scale.
Q24

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

  • A Role with higher privilege wins
  • B User receives no access at all
  • C Access depends on last role added
  • D Permissions combine, giving all access
Explanation In GCP, the more privileged role takes precedence; the other options misinterpret how IAM resolves conflicts.
Q25

Which service is primarily used for big data analytics in Google Cloud?

  • A BigQuery
  • B Cloud Storage
  • C Cloud Functions
  • D Compute Engine
Explanation BigQuery is designed for large-scale data analytics, whereas the others serve different purposes.
Q26

A company needs a managed solution for Kubernetes. Which Google Cloud service should they use?

  • A Cloud Run
  • B App Engine
  • C Google Kubernetes Engine
  • D Cloud Functions
Explanation Google Kubernetes Engine provides managed Kubernetes clusters; the others do not manage Kubernetes.
Q27

What happens when an IAM role is granted to a service account?

  • A Account can access all resources
  • B Role limits account's access
  • C Only one API can be accessed
  • D Access will be denied
Explanation Roles define permissions, limiting what resources a service account can access; the others misrepresent IAM roles.
Q28

Which service is best for real-time data processing?

  • A Cloud Pub/Sub
  • B Google Cloud Storage
  • C Cloud Firestore
  • D BigQuery
Explanation Cloud Pub/Sub supports real-time messaging; the others are for storage or querying.
Q29

A company needs to analyze large datasets across multiple regions. What should they use?

  • A Cloud Spanner
  • B Cloud SQL
  • C BigQuery
  • D App Engine
Explanation BigQuery is designed for large-scale data analytics across locations; others are not optimized for this use case.
Q30

You are configuring IAM roles for a team. What happens if you grant both editor and viewer roles to a user?

  • A User can edit or view resources
  • B User can't access any resources
  • C User only gets viewer permissions
  • D User gets no permissions at all
Explanation Combined roles allow full access; other options misrepresent IAM behavior.