A company needs to deploy a machine learning model with minimal latency. Which service should they choose?
AApp Engine
BCloud Functions
CVertex AI Serving
DCloud Run
Explanation
Vertex AI Serving is optimized for low-latency ML model inference, unlike the others which focus on different kinds of application hosting.
Q462
What happens when you disable an IAM service account?
AAll permissions are lost immediately
BOnly some roles are disabled
CThe service account remains functional
DDeny access to all resources
Explanation
Disabling a service account revokes access to all resources, while others misstate the implications.
Q463
Which Google Cloud service would be best for building a real-time recommendation system?
ABigQuery
BCloud Run
CAI Platform
DCloud Storage
Explanation
AI Platform is designed for building machine learning models, ideal for recommendations while others serve different core functions.
Q464
A company needs to analyze streaming data from IoT devices in real-time. Which GCP service should they use?
ADataflow
BCloud SQL
CBigtable
DCloud Functions
Explanation
Dataflow is designed for real-time data processing, unlike others that are not primarily for streaming data.
Q465
What happens when a VM instance is stopped in Google Cloud?
AIt retains its public IP
BIt loses all data
CCharges continue for storage
DIt retains the attached disk
Explanation
Stopped VMs retain attached disks, but lose the ephemeral IP address and are not charged for the VM, only storage.
Q466
Which Google Cloud service is best for real-time data processing?
ADataflow
BBigQuery
CCloud Storage
DCloud Functions
Explanation
Dataflow is designed for real-time data processing, while others are not.
Q467
A company needs a scalable machine learning solution for image classification. Which approach is most suitable?
ACustom model training on GCE
BUsing AutoML Vision
CTensorFlow on-premise
DCloud Functions with a static model
Explanation
AutoML Vision automates the ML process efficiently, unlike the others.
Q468
You are configuring a service account for an application running on Google Kubernetes Engine. What happens if you assign it Editor role?
AFull access to all project resources
BNo permissions at all
CLimited access to compute resources
DRead-only access to storage
Explanation
The Editor role grants full access to manage resources, unlike the other options.
Q469
Which Google Cloud service is used for large-scale data processing?
ABigQuery
BCloud Functions
CApp Engine
DCloud Storage
Explanation
BigQuery is designed for data analysis, while others are not optimized for large-scale processing.
Q470
A company needs real-time analytics on streaming data. Which tool should they use?
ADataflow
BDataproc
CBigQuery
DCloud Spanner
Explanation
Dataflow supports real-time processing, whereas the others do not primarily serve that purpose.