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 351–360 of 492
You are configuring IAM roles for a team. What happens if you assign the 'Viewer' role on a project?
-
A
Can modify resources
-
B
Can view resource configurations
-
C
Can create new resources
-
D
Can delete resources
Explanation
'Viewer' role allows only viewing resource configurations, while the others imbue greater permissions.
Which Google Cloud service is best for serverless functions?
-
A
Cloud Functions
-
B
Compute Engine
-
C
App Engine
-
D
Cloud Run
Explanation
Cloud Functions is specifically designed for serverless compute, while others require infrastructure management.
A company needs to analyze large datasets in real-time. Which service should they use?
-
A
BigQuery
-
B
Cloud Pub/Sub
-
C
Google Drive
-
D
Cloud Storage
Explanation
BigQuery is optimized for real-time analytical queries over large datasets, while others are for different purposes.
You are configuring IAM roles in Google Cloud. What happens if a user has multiple roles granting conflicting permissions?
-
A
User gains all permissions
-
B
User loses all permissions
-
C
Last role applied takes precedence
-
D
Google applies least privilege policy
Explanation
The user gains all permissions from all roles, as IAM evaluates all roles combined.
Which service should be used for serverless event-driven processing?
-
A
Cloud Functions
-
B
Compute Engine
-
C
Cloud Run
-
D
Kubernetes Engine
Explanation
Cloud Functions is specifically designed for serverless event-driven processing, while others are for containerized or VM-based solutions.
A company needs to analyze a large dataset quickly and requires a fully managed data warehouse. Which Google Cloud service should they choose?
-
A
BigQuery
-
B
Cloud SQL
-
C
Dataproc
-
D
Cloud Storage
Explanation
BigQuery is tailored for analyzing large datasets and is a fully managed data warehouse.
What happens when a service account key is deleted in Google Cloud?
-
A
All permissions are revoked immediately
-
B
Only future access is denied
-
C
Past sessions are still authenticated
-
D
New keys are automatically generated
Explanation
Deleting a service account key revokes its future access but does not affect existing authenticated sessions.
Which service provides scalable object storage in GCP?
-
A
Cloud Storage
-
B
Cloud SQL
-
C
BigQuery
-
D
Firestore
Explanation
Cloud Storage is specifically designed for scalable object storage, while others serve different storage needs.
A company requires a fully managed database that requires no configuration. Which GCP service should they use?
-
A
Cloud Bigtable
-
B
Cloud Firestore
-
C
Cloud SQL
-
D
Datastore
Explanation
Cloud Firestore is fully managed with zero configuration, unlike others which may require setup.
You are configuring IAM roles. What happens if you grant a user both a viewer and editor role?
-
A
User gets viewer permissions only
-
B
User is denied all permissions
-
C
User gets editor permissions
-
D
User cannot access resources
Explanation
In IAM, the most permissive role takes effect, thus granting user editor permissions.