A company needs to ensure data confidentiality while using AI services. What should they implement?
AData encryption at rest
BLoad balancing
CResource allocation management
DPerformance tuning
Explanation
Data encryption at rest protects data confidentiality; the other options are unrelated to confidentiality.
Q282
What happens when a model is overfitted in training?
AHigh accuracy on training data
BPoor generalization to new data
CIncreased training time
DReduced model complexity
Explanation
Overfitting leads to poor performance on unseen data, while the others do not directly describe the impact of overfitting.
Q283
A company needs to process streaming data in real time. Which Google Cloud service should they use?
ACloud Pub/Sub
BCloud Functions
CCloud Storage
DCloud Run
Explanation
Cloud Pub/Sub is designed for real-time event streaming, whereas other options are not optimized for this purpose.
Q284
What happens when a machine learning model is overfitted?
AIt performs well on unseen data.
BIt memorizes training data patterns.
CIt generalizes well to new data.
DIt has reduced model complexity.
Explanation
Overfitting occurs when a model learns to memorize training data, hindering its performance on new data.
Q285
You are configuring a VPC for machine learning workloads. Which feature allows isolation of network traffic?
AFirewall rules
BVPN tunnels
CCloud NAT
DSubnets
Explanation
Subnets provide logical separation of resources, allowing for traffic isolation, while other options don't strictly isolate network traffic.
Q286
Which service offers managed Jupyter notebooks?
AAI Platform Notebooks
BCloud Functions
CCloud Run
DApp Engine
Explanation
AI Platform Notebooks provides managed environments for Jupyter, while the others serve different purposes.
Q287
A company needs to analyze real-time data streams. Which Google Cloud service should they use?
ABigQuery
BCloud Pub/Sub
CCloud Storage
DCloud Spanner
Explanation
Cloud Pub/Sub is designed for real-time streaming data while the others focus on batch processing or storage.
Q288
What happens when model versioning is enabled in AI Platform?
AOnly one version active at a time
BMultiple versions can coexist
CNo change tracking is available
DVersioning is not supported
Explanation
Model versioning allows simultaneous access to different versions, which aids in experimentation and testing.
Q289
Which service is ideal for automating ML model orchestration?
ACloud Functions
BCloud AI Platform
CBigQuery ML
DCloud Run
Explanation
Cloud AI Platform provides model orchestration solutions, while others are less focused on that.
Q290
A company needs to secure access to their Google Cloud resources. Which IAM role is least privileged for administrative tasks?
AProject Owner
BProject Editor
CViewer
DService Account User
Explanation
Viewer role offers least permissions, focusing on read access only.