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 31–40 of 492
Which service is best for examining log data in real-time?
-
A
Cloud Logging
-
B
Cloud Functions
-
C
Cloud Dataflow
-
D
BigQuery
Explanation
Cloud Logging collects and manages logs in real-time, while other services serve different purposes.
A company needs to analyze large datasets efficiently using SQL. What should they use?
-
A
Cloud SQL
-
B
BigQuery
-
C
Cloud Spanner
-
D
Firestore
Explanation
BigQuery is optimized for large-scale SQL analytics, unlike the other options.
You are configuring IAM permissions for a sensitive resource. What should you ensure?
-
A
Grant least privilege access
-
B
Use wildcards in roles
-
C
Assign all users as owners
-
D
Enable public access by default
Explanation
Granting least privilege mitigates risks of unauthorized access, unlike the other options.
Which service is best for real-time data processing?
-
A
Dataflow
-
B
Cloud Storage
-
C
BigQuery
-
D
Cloud Functions
Explanation
Dataflow is designed for stream and batch processing, while the others serve different purposes.
A company needs to analyze large datasets quickly. Which service would you recommend?
-
A
Cloud Firestore
-
B
Bigtable
-
C
BigQuery
-
D
Cloud SQL
Explanation
BigQuery is optimized for fast SQL queries on large datasets, unlike the other options.
You are configuring IAM roles for a project. What happens when you grant a user both roles: Viewer and Editor?
-
A
User only gets Editor access.
-
B
User is denied all access.
-
C
User must choose one role.
-
D
User has Editor access.
Explanation
In IAM, more permissive roles override less permissive ones, granting full access.
Which Google Cloud service provides global object storage?
-
A
Cloud Storage
-
B
BigQuery
-
C
Cloud SQL
-
D
Dataflow
Explanation
Cloud Storage offers scalable global object storage, while others serve different purposes.
A company needs to process streaming data in real-time. Which Google Cloud service should they use?
-
A
Cloud Pub/Sub
-
B
Cloud Functions
-
C
Cloud Run
-
D
Dataproc
Explanation
Cloud Pub/Sub is designed for real-time messaging, unlike the other options.
You are configuring IAM roles for a project. What happens when you grant a user the 'Viewer' role?
-
A
Full control over all resources
-
B
Ability to view resources only
-
C
Ability to edit resources
-
D
Restricted to project deletion only
Explanation
The 'Viewer' role permits only viewing capabilities, not editing or controlling resources.
Which Google Cloud service is best for managing containerized applications?
-
A
Google Kubernetes Engine
-
B
Cloud Functions
-
C
Cloud Run
-
D
App Engine
Explanation
Google Kubernetes Engine offers robust container management; Cloud Functions only runs code without managing containers.