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 211–220 of 492
Which service provides real-time data processing in GCP?
-
A
Cloud Pub/Sub
-
B
Cloud Storage
-
C
Dataflow
-
D
BigQuery
Explanation
Cloud Dataflow allows processing streams in real time, while others serve different purposes.
A company needs to securely share its BigQuery dataset with external partners. What should it do?
-
A
Share with public access
-
B
Use IAM roles for sharing
-
C
Export and email the dataset
-
D
Create a new dataset in a new project
Explanation
Using IAM roles provides controlled access, while public access and emailing are insecure.
You are configuring a Cloud Storage bucket. What happens if you set the bucket to 'Uniform bucket-level access'?
-
A
IAM policies apply to individual objects
-
B
Only project owners can access
-
C
Permissions are consistent across all objects
-
D
It enforces public access for everyone
Explanation
Uniform bucket-level access ensures consistent permissions, unlike individual object permissions.
Which service is used for data storage and retrieval in Google Cloud?
-
A
Cloud Storage
-
B
Cloud Functions
-
C
Cloud Pub/Sub
-
D
BigQuery
Explanation
Cloud Storage is specifically designed for storing and retrieving data, while the others serve different purposes.
A company needs to analyze large datasets in real-time. Which Google Cloud service should they use?
-
A
Cloud SQL
-
B
BigQuery
-
C
Cloud Dataflow
-
D
Cloud Run
Explanation
Cloud Dataflow is optimized for processing data in real-time, while BigQuery is more suited for batch processing.
You are configuring IAM roles for GCP. What happens when you deny a permission at the project level?
-
A
Permission is granted to all resources
-
B
Permission is restricted within the project
-
C
No impact on other projects
-
D
User receives a notification
Explanation
Denying a permission at the project level restricts access to that permission within all resources in the project.
Which service on Google Cloud provides scalable NoSQL databases?
-
A
Cloud Firestore
-
B
Cloud SQL
-
C
Cloud Memorystore
-
D
BigQuery
Explanation
Cloud Firestore is specifically designed for NoSQL use cases, while the others serve different database needs.
A data engineer needs to analyze streaming data in real time. Which Google Cloud service should they choose?
-
A
Cloud Pub/Sub
-
B
Cloud Dataflow
-
C
BigQuery
-
D
Cloud Functions
Explanation
Cloud Dataflow is built for real-time stream processing, whereas the others are not specifically designed for this use case.
You are configuring IAM permissions for a project. What happens if a user is assigned two roles with differing permissions?
-
A
User gets the lesser permissions
-
B
User gets the combined permissions
-
C
User gets the greater permissions
-
D
User loses all permissions
Explanation
In IAM, users inherit the maximum permissions from assigned roles, combining their roles' capabilities.
Which service is best for data warehousing in GCP?
-
A
BigQuery
-
B
FireStore
-
C
Cloud Spanner
-
D
Pub/Sub
Explanation
BigQuery is optimized for data warehousing and analytical queries, while others serve different database purposes.