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 391–400 of 492
Which service is best for event-driven functions?
-
A
Cloud Functions
-
B
Compute Engine
-
C
Cloud Storage
-
D
Cloud Pub/Sub
Explanation
Cloud Functions is designed for event-driven executions, while other services serve different purposes.
A company is migrating to GCP and needs a fully managed NoSQL database. Which service should they choose?
-
A
BigQuery
-
B
Cloud SQL
-
C
Firebase Realtime Database
-
D
Cloud Spanner
Explanation
Firebase Realtime Database is specifically a fully managed NoSQL database, unlike others listed.
What happens when a Compute Engine instance exceeds its quota?
-
A
Instance shuts down automatically
-
B
New resources cannot be allocated
-
C
The quota increases automatically
-
D
The instance runs indefinitely
Explanation
When the quota is exceeded, no new resources can be created until the limit is adjusted.
Which service is best for serverless functions?
-
A
Cloud Functions
-
B
Cloud Run
-
C
App Engine
-
D
GKE
Explanation
Cloud Functions is designed specifically for serverless functions, while others cater to different architectures.
A company needs to analyze streaming data in real-time. Which Google Cloud service should they use?
-
A
BigQuery
-
B
Dataflow
-
C
Cloud Storage
-
D
Dataproc
Explanation
Dataflow is designed for real-time data processing, unlike BigQuery, which is for analysis of static datasets.
What happens when you set a Compute Engine instance to preemptible?
-
A
Instance costs more
-
B
Instance runs indefinitely
-
C
Instance can be terminated
-
D
Instance receives premium support
Explanation
Preemptible instances can be terminated at any time by Google Cloud, making them less reliable but cheaper.
Which service would you use to store large unstructured data in Google Cloud?
-
A
Cloud Storage
-
B
BigQuery
-
C
Cloud SQL
-
D
Pub/Sub
Explanation
Cloud Storage is designed for large unstructured data, while the others target structured data or messaging.
A company needs to run machine learning models that require scalable infrastructure. Which service should they choose?
-
A
App Engine
-
B
AI Platform
-
C
Cloud Functions
-
D
Cloud Run
Explanation
AI Platform specifically supports scalable machine learning, unlike the other services.
What happens when you delete a bucket in Google Cloud Storage that contains objects?
-
A
All objects are retained.
-
B
Objects are moved to archive.
-
C
All objects are deleted.
-
D
Deletion takes 30 days.
Explanation
Deleting a bucket permanently deletes all its objects, while the other options are incorrect regarding deletion behavior.
Which service is ideal for serverless computing in Google Cloud?
-
A
Cloud Functions
-
B
Compute Engine
-
C
Kubernetes Engine
-
D
App Engine
Explanation
Cloud Functions is specifically designed for serverless computing, while others require more infrastructure management.