Which Google Cloud service is designed for event-driven computing?
ACloud Functions
BCloud Storage
CCloud Run
DCompute Engine
Explanation
Cloud Functions enables event-driven execution, while others are not focused on events.
Q62
A company needs to deploy a machine learning model that requires auto-scaling and an HTTP endpoint. Which service should they use?
ACloud AI Platform
BDataproc
CCloud Functions
DApp Engine
Explanation
Cloud AI Platform allows model deployment with auto-scaling and HTTP endpoints.
Q63
What happens when you set a Google Cloud IAM policy to 'deny' for a specific user?
AUser gains permissions.
BUser loses all permissions.
COnly specific permissions are denied.
DPolicy has no effect.
Explanation
A 'deny' explicitly restricts only the specified permissions.
Q64
Which service best integrates ETA with data pipelines?
ACloud Dataflow
BCloud Functions
CBigQuery
DCloud Run
Explanation
Cloud Dataflow processes streams of ETA data efficiently while integrating with pipelines, others are less suited for real-time data processing.
Q65
A company needs to secure sensitive ML model APIs. Which Google Cloud service should it use?
ACloud Armor
BAI Platform
CCloud Identity
DSecrets Manager
Explanation
Secrets Manager securely stores and manages sensitive information like API keys, while the others focus more on protection against threats or identity management.
Q66
You are configuring AutoML for a classification task. What do you need to provide as input?
AOnly labeled training data
BLabeled and unlabeled data
CJust unlabeled data
DPreprocessed feature vectors
Explanation
Only labeled training data is required for classification tasks in AutoML; unlabeled or preprocessed features won't suffice.
Q67
Which Google Cloud service is best for real-time data processing?
ACloud Dataflow
BCloud Storage
CBigQuery
DCloud Pub/Sub
Explanation
Cloud Dataflow is designed for real-time data processing, whereas the others serve different purposes such as storage or batch processing.
Q68
A company needs to securely store sensitive customer data. Which storage class should they choose?
AStandard Storage
BNearline Storage
CColdline Storage
DRegional Storage
Explanation
Regional Storage provides high availability and low-latency access necessary for sensitive data.
Q69
You are configuring a machine learning model on AI Platform. What happens when you set a lower batch size?
AFaster training time
BHigher memory consumption
CIncreased gradient noise
DReduced training iterations
Explanation
A lower batch size can introduce more gradient noise and instability during training compared to a larger batch size.
Q70
Which Google Cloud service is best for building machine learning models at scale?
AVertex AI
BGoogle BigQuery
CCloud Functions
DCloud Pub/Sub
Explanation
Vertex AI is specifically designed for ML, while others serve different purposes.