Which Google Cloud service is optimized for machine learning workload orchestration?
AAI Platform
BCloud Functions
CCloud Run
DCloud Pub/Sub
Explanation
AI Platform is specifically designed for ML workloads, unlike the others.
Q482
A company needs to deploy a RESTful API for their microservices using a fully managed service. Which should they use?
ACloud Run
BCloud Functions
CCompute Engine
DApp Engine
Explanation
App Engine is a fully managed platform ideal for deploying RESTful APIs.
Q483
What happens when you increase the machine type of a Google Compute Engine instance?
AImproves application security.
BReduces latency automatically.
CIncreases CPU and memory resources.
DRequires reconfiguration of your app.
Explanation
Increasing machine type boosts resources; security and latency changes are not guaranteed.
Q484
Which service is best for training ML models?
AAI Platform
BBigQuery
CCloud Storage
DDataflow
Explanation
AI Platform specializes in scalable ML training, while others focus on data processing or storage.
Q485
A company needs to manage IAM roles for 1000 users efficiently. What should they use?
APre-defined roles only
BGroups for role assignments
CIndividual permissions for each
DService accounts for roles
Explanation
Using groups streamlines management compared to individual assignments, enhancing efficiency.
Q486
What happens when you set a resource's deletion protection to true?
AResource cannot be modified
BResource cannot be deleted
CResource is archived
DResource is replicated
Explanation
Deletion protection prevents accidental deletion of the resource, but doesn't affect modifications.
Q487
Which service facilitates real-time data streaming in Google Cloud?
APub/Sub
BBigQuery
CGCS
DCloud SQL
Explanation
Pub/Sub is designed for real-time streaming; BigQuery is for analytics, GCS for storage, and Cloud SQL for databases.
Q488
A company needs to store sensitive customer data in a compliant manner. Which Google Cloud service is best suited for this?
ABigQuery
BCloud KMS
CCloud Functions
DApp Engine
Explanation
Cloud KMS provides key management for encryption; BigQuery is for analytics, Cloud Functions is for serverless compute, and App Engine is for app deployment.
Q489
You are configuring a model for automated responses. What happens when the input data is ambiguous?
AModel provides a definitive answer
BModel requests clarification
CModel outputs multiple responses
DModel errors out completely
Explanation
Models typically generate multiple possible responses for ambiguous input; a definitive answer is rare, and requests for clarification do not usually occur in real-time implementations.