A company needs to preprocess large datasets before training their ML models. What should they use?
ABigQuery
BCloud GPUs
CCloud Functions
DDataflow
Explanation
Dataflow is designed for data preprocessing at scale, while others do not focus on preprocessing specifically.
Q252
You are configuring a model in Vertex AI but receive a warning about feature importance. What does this imply?
AModel may overfit specific features
BThere are too many features
CAll features are equally important
DData preprocessing is ineffective
Explanation
The warning indicates that certain features are heavily influencing the model, raising overfitting concerns.
Q253
Which Google Cloud service is best for real-time data processing?
ADataflow
BCloud Storage
CBigQuery
DApp Engine
Explanation
Dataflow is designed for real-time processing; the others are not primarily for real-time workloads.
Q254
A company needs to store large amounts of unstructured data. Which Google Cloud service should they use?
ABigQuery
BCloud Spanner
CCloud Storage
DCloud SQL
Explanation
Cloud Storage is optimized for unstructured data; the others require structured data inputs.
Q255
You are configuring an AI model in Vertex AI. What should you specify for hyperparameter tuning?
AModel type only
BTraining dataset only
CHyperparameter ranges
DEvaluation metrics only
Explanation
Hyperparameter ranges must be defined for tuning; the others are necessary but do not address tuning specifically.
Q256
Which service enables training machine learning models at scale on Google Cloud?
AAI Platform Training
BBigQuery ML
CCloud Composer
DDataflow
Explanation
AI Platform Training is specifically designed for scalable ML training, while others serve different purposes.
Q257
A company needs to store large amounts of unstructured data. Which service should they choose?
ACloud SQL
BCloud Pub/Sub
CCloud Storage
DCloud Functions
Explanation
Cloud Storage is optimized for unstructured data, whereas the others are for structured data, messaging, or serverless functionalities.
Q258
You are configuring AutoML Tables for a regression task. What should be your target variable type?
AString
BTimestamp
CBoolean
DNumber
Explanation
Regression tasks require a numeric target variable to predict continuous outcomes; string, timestamp, and boolean are inappropriate for this purpose.
Q259
Which service is best for deploying scalable ML models on Google Cloud?
AAI Platform
BCloud Functions
CApp Engine
DCloud Run
Explanation
AI Platform is specifically designed for ML model deployment, while others serve different purposes.
Q260
A company needs to process real-time data from IoT devices efficiently. Which Google Cloud service should they use?
ACloud Pub/Sub
BCloud Storage
CBigQuery
DCompute Engine
Explanation
Cloud Pub/Sub is tailored for real-time data processing and messaging.