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 231–240 of 492
What happens when you assign IAM roles at the project level in GCP?
-
A
Inherited by all resources
-
B
Applicable only to VMs
-
C
Overridden by resource policies
-
D
Does not affect storage buckets
Explanation
IAM roles assigned at the project level are inherited by all resources within the project, impacting all scoped services.
Which Google Cloud service is best for real-time data processing?
-
A
Cloud Pub/Sub
-
B
Cloud Storage
-
C
BigQuery
-
D
Cloud Functions
Explanation
Cloud Pub/Sub facilitates real-time event ingestion, while others are not optimized for real-time processing.
A company needs to store sensitive personal data compliant with GDPR. Which service should they use?
-
A
Cloud SQL
-
B
Cloud Spanner
-
C
Firestore
-
D
Cloud Storage
Explanation
Cloud Spanner offers strong encryption and compliance features, unlike the other options.
What happens when you set a VM instance to preemptible?
-
A
It's always available for you
-
B
It can be stopped anytime
-
C
It incurs higher costs
-
D
It becomes non-terminable
Explanation
Preemptible VM instances can be terminated by Google Cloud at any time, which does not apply to other options.
Which service is used to run code without provisioning servers?
-
A
Cloud Functions
-
B
Cloud Run
-
C
Compute Engine
-
D
App Engine
Explanation
Cloud Functions enables serverless code execution, while others require server management.
A company needs to allow only specific users access to certain resources in Google Cloud. What should they use?
-
A
IAM Roles
-
B
Cloud Storage
-
C
BigQuery
-
D
Pub/Sub
Explanation
IAM Roles are designed for managing access controls whereas other options don’t manage permissions directly.
What happens when a Google Cloud VM is deleted?
-
A
Data is immediately lost
-
B
Data remains in Cloud Storage
-
C
Data can be recovered for 30 days
-
D
Data persists if on a persistent disk
Explanation
Persistent disks can retain data even after VM deletion, while the other options incorrectly state data behavior.
Which Google Cloud service is best for real-time data processing?
-
A
Cloud Pub/Sub
-
B
Cloud Storage
-
C
Google Cloud SQL
-
D
Cloud Functions
Explanation
Cloud Pub/Sub is designed for real-time messaging, while others are for storage or database services.
A company needs to visualize large datasets quickly. Which Google Cloud service should they use?
-
A
BigQuery
-
B
Cloud Datastore
-
C
Cloud Firestore
-
D
Cloud Functions
Explanation
BigQuery allows for quick analytics and visualizations on large datasets; others do not specialize in queries on big data.
You are configuring IAM roles. What happens when a user has multiple roles?
-
A
Only the highest role applies.
-
B
All roles combined apply.
-
C
Roles will conflict with each other.
-
D
Only the least role applies.
Explanation
All roles apply cumulatively, allowing broader access than any single role alone.