A company needs to process large datasets in real-time. Which service should they use?
ACloud Functions
BCloud Pub/Sub
CCloud SQL
DBigQuery
Explanation
Cloud Pub/Sub enables real-time messaging for data processing, unlike others.
Q372
You are configuring VM instances in GCP. What happens when you set up a firewall rule to deny all ingress traffic?
AAll inbound traffic is blocked.
BOnly specified IPs are blocked.
CNetwork traffic is unaffected.
DOnly HTTP traffic is blocked.
Explanation
Denying all ingress blocks all inbound traffic effectively.
Q373
Which service enables real-time AI model predictions?
AVertex AI
BCloud Storage
CBigQuery ML
DDataflow
Explanation
Vertex AI provides tools for deploying and managing machine learning models for predictions, while the others focus on storage or data processing.
Q374
You are configuring a Generative AI tool for a retail company. What does the 'prompt engineering' technique involve?
ACreating product demos
BDesigning user interfaces
CCrafting specific input queries
DConducting user feedback surveys
Explanation
Prompt engineering is the practice of crafting inputs to optimize AI responses, unlike the other options that deal with different phases of product management.
Q375
What happens when you exceed your Google Cloud quota for AI services?
AService continues without interruption
BRequests are automatically throttled
CAccount is temporarily suspended
DBilling rate increases unexpectedly
Explanation
When a quota is exceeded, services typically throttle requests, while the other options are not standard behavior.
Q376
Which service is best for real-time data processing on Google Cloud?
ACloud Dataflow
BCloud Storage
CCloud SQL
DCloud Functions
Explanation
Cloud Dataflow is designed for real-time data processing, while others serve different purposes.
Q377
A company needs to securely share data across multiple Google Cloud projects. What should they use?
ACloud IAM
BVPC Peering
CCloud Pub/Sub
DCloud Spanner
Explanation
Cloud IAM allows granular access control across projects, while others focus on data handling or connectivity.
Q378
You are configuring machine learning models on Vertex AI. What happens if the training job fails?
AIt restarts automatically
BYou receive a notification
CModels are deleted
DCheckpoints are saved
Explanation
You receive a notification of the failure, while others present incorrect outcomes or misconceptions.
Q379
A company needs to process large sets of unstructured data efficiently. Which Google Cloud service is best suited for this task?
ACloud Dataproc
BCloud Bigtable
CCloud Dataflow
DCloud Functions
Explanation
Cloud Dataflow is designed for processing unstructured data in real-time, while the others address different data types and workflows.
Q380
You are configuring authentication for a web application on Google Cloud. What role does OAuth 2.0 play in this process?
AProvides data storage
BHandles user authentication
CEncrypts data at rest
DManages API gateway
Explanation
OAuth 2.0 is an authorization framework specifically designed to handle user authentication, unlike the other options.