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 281–290 of 492
A company needs to process real-time analytics on streams of data. Which Google Cloud service should they use?
-
A
Google Cloud Functions
-
B
Google Dataflow
-
C
Google BigQuery
-
D
Google Cloud Pub/Sub
Explanation
Google Dataflow is designed for real-time data processing, unlike others which serve different purposes.
What happens when you exceed the quota for an API in Google Cloud?
-
A
The API stops working immediately
-
B
Requests get queued until limit resets
-
C
You receive an error response
-
D
Quota increase is automatic
Explanation
Exceeding an API quota results in an error response, while other options misinterpret API behavior.
Which service is used for managed machine learning models?
-
A
AI Platform
-
B
Cloud Functions
-
C
BigQuery
-
D
Cloud Storage
Explanation
AI Platform provides tools for easily managing ML models, while the others serve different purposes.
A company needs to host a web application with automatic scaling. Which Google Cloud service should they use?
-
A
App Engine
-
B
Compute Engine
-
C
Cloud Functions
-
D
Cloud Run
Explanation
App Engine provides automatic scaling for web apps, whilst Compute Engine requires manual scaling.
What happens when you specify a non-existent region in a Cloud Storage bucket?
-
A
Bucket creation fails
-
B
Default region is used
-
C
Data is stored in another region
-
D
Error message ignored
Explanation
Specifying an invalid region will result in failing the bucket creation process, as the region must be valid.
Which service is best for serverless data processing?
-
A
Cloud Functions
-
B
Compute Engine
-
C
Cloud Storage
-
D
Cloud SQL
Explanation
Cloud Functions allows for event-driven, serverless execution, while others require server management.
A company needs to orchestrate multiple microservices. Which Google Cloud service should they use?
-
A
Cloud Run
-
B
Dataflow
-
C
GKE
-
D
App Engine
Explanation
Google Kubernetes Engine (GKE) is optimal for container orchestration, unlike the simpler services listed.
You are configuring IAM policies for a project. What happens when 'deny' is set for a role?
-
A
Access is permitted
-
B
Access is denied
-
C
Overrides 'allow' rules
-
D
Only applies to external users
Explanation
Setting 'deny' explicitly denies access for the role, regardless of other rules.
Which service is optimized for data warehousing in GCP?
-
A
BigQuery
-
B
Cloud Storage
-
C
Cloud Datastore
-
D
Cloud Functions
Explanation
BigQuery is designed for analytics and warehousing, while others serve different purposes.
A company needs real-time processing for streaming data. Which service should they use?
-
A
Cloud Pub/Sub
-
B
Cloud Storage
-
C
BigQuery
-
D
Cloud Functions
Explanation
Cloud Pub/Sub is meant for real-time data streaming, unlike other services mentioned.