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 91–100 of 492
Which service is best for real-time analytics?
-
A
Google BigQuery
-
B
Google Cloud Pub/Sub
-
C
Google Cloud Functions
-
D
Google Cloud Storage
Explanation
Cloud Pub/Sub is designed for real-time messaging and analytics, while BigQuery is better for batch processing.
A company needs to securely share data between projects. What is the best practice?
-
A
Use service accounts for access
-
B
Share data directly through IAM
-
C
Set up private VPC Peering
-
D
Use Cloud Storage public links
Explanation
Using service accounts provides secure and controlled access to shared resources.
You are configuring Auto Scaling for a VM instance group. What happens when usage reaches 80% CPU?
-
A
No change in instances count
-
B
An additional instance launches
-
C
All instances are deleted
-
D
Scaling stops at 80%
Explanation
Auto Scaling typically adds instances when CPU usage exceeds configured thresholds like 80%.
Which service is best for real-time data analytics?
-
A
BigQuery
-
B
Cloud Storage
-
C
Cloud Functions
-
D
Compute Engine
Explanation
BigQuery is designed for real-time analytics, while others serve different purposes.
A company needs to migrate large datasets to GCP efficiently. Which method should they choose?
-
A
Using gsutil tool
-
B
Direct upload via UI
-
C
Download and re-upload
-
D
Using Cloud CDN
Explanation
The gsutil tool is optimized for large data migrations, unlike other methods.
What happens when you set a bucket to 'public' in Cloud Storage?
-
A
Only project owners access it
-
B
Anyone can read the objects publicly
-
C
It becomes read-only
-
D
All versions are deleted
Explanation
Setting a bucket to 'public' allows anyone access, contrary to other options' functionalities.
Which Google Cloud service provides a fully managed NoSQL database?
-
A
Cloud Firestore
-
B
Cloud Spanner
-
C
Cloud SQL
-
D
BigQuery
Explanation
Cloud Firestore is designed as a NoSQL database, while the others serve different database types.
A company needs to run batch data processing tasks. Which service should they use?
-
A
Cloud Functions
-
B
Cloud Run
-
C
Cloud Dataflow
-
D
Cloud Pub/Sub
Explanation
Cloud Dataflow is designed for batch and stream processing, while the others are geared towards different workloads.
What happens when you set a Google Cloud Storage bucket to "Uniform bucket-level access"?
-
A
Advanced IAM is disabled
-
B
Object ACLs remain intact
-
C
Bucket and objects share IAM policies
-
D
Buckets can't have policies
Explanation
Uniform access means bucket and objects use the same IAM policies, while the other options convey incorrect implications.
Which Google Cloud service provides scalable object storage?
-
A
Cloud Storage
-
B
Cloud SQL
-
C
BigQuery
-
D
Compute Engine
Explanation
Cloud Storage is designed for scalable object storage; the other options cater to different storage and computation needs.