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
Questions 181–190 of 492
Which service is best for setting up a data warehouse in Google Cloud?
-
A
BigQuery
-
B
Cloud Functions
-
C
Cloud Storage
-
D
Cloud Pub/Sub
Explanation
BigQuery is specifically designed for data warehousing, while the others serve different functions.
A company needs to control access to resources based on attributes. Which IAM policy type should they use?
-
A
Service Account
-
B
RBAC
-
C
IAM Conditions
-
D
Basic Roles
Explanation
IAM Conditions allow attribute-based access control, unlike the other options.
What happens when you enable 'Versioning' on a Google Cloud Storage bucket?
-
A
Only current versions are kept
-
B
Previous versions are restored
-
C
All versions are retained and accessible
-
D
Bucket size is limited
Explanation
Enabling versioning retains all versions of objects for retrieval, while others misstate functionalities.
Which service is best for serverless compute in Google Cloud?
-
A
Cloud Functions
-
B
Compute Engine
-
C
App Engine
-
D
Cloud Run
Explanation
Cloud Functions provides event-driven serverless compute, while others are traditional or container services.
A company needs to analyze large datasets in real time. Which service should they use?
-
A
BigQuery
-
B
Cloud Dataflow
-
C
Cloud Storage
-
D
Cloud Pub/Sub
Explanation
Cloud Dataflow is designed for real-time data processing, whereas others are not primarily real-time platforms.
You are configuring IAM policies. What happens if a user has roles at the folder and project level?
-
A
Only folder roles apply
-
B
Both roles apply cumulatively
-
C
Only project roles apply
-
D
No roles apply
Explanation
IAM roles are additive, so combined folder and project roles apply together.
Which service is best for event-driven architecture in Google Cloud?
-
A
Cloud Functions
-
B
Cloud SQL
-
C
Compute Engine
-
D
Cloud Storage
Explanation
Cloud Functions allows execution of code in response to events; others are not specifically event-driven.
A company needs to manage IAM roles at scale for multiple projects. What should they use?
-
A
Cloud Resource Manager
-
B
Service Accounts
-
C
IAM Policies
-
D
Folders
Explanation
Folders allow hierarchical organization of projects and can efficiently manage IAM roles; others do not provide that scale.
You are configuring a Google Cloud Pub/Sub topic. What happens if no subscribers are connected?
-
A
Messages are discarded immediately
-
B
Messages are stored for 7 days
-
C
Messages are archived permanently
-
D
Messages are queued indefinitely
Explanation
Messages are retained for 7 days if no subscribers are connected; others either imply immediate data loss or incorrect retention policies.
Which service helps manage and automate cloud resources?
-
A
Google Cloud Functions
-
B
Google Cloud Composer
-
C
Google Cloud Spanner
-
D
Google Cloud Storage
Explanation
Google Cloud Composer automates workflows, while others serve different purposes.