You are configuring a machine learning model for image classification. What happens when you increase the number of hidden layers in your neural network?
AIt reduces overfitting
BIt may improve learning capacity
CIt simplifies the model
DIt guarantees better accuracy
Explanation
Increasing hidden layers may improve learning capacity, but it doesn't guarantee better accuracy or prevent overfitting.
Q382
Which service is best for managing ML experiment tracking?
AAI Platform Experiments
BCloud Functions
CBigQuery Machine Learning
DCloud Storage
Explanation
AI Platform Experiments is specifically built for tracking and managing ML experiments, unlike the other options.
Q383
A company needs to serve real-time predictions for an application. Which architecture pattern should they follow?
ABatch processing with Apache Spark
BServerless architecture with Cloud Functions
CStreaming data with Pub/Sub and ML model
DData warehouse and scheduled queries
Explanation
Using Pub/Sub with real-time ML models effectively manages live data streams for predictions.
Q384
What happens when you enable AutoML training for excessive labeled data?
ASystem crashes from overload
BIncreased training time expected
CBetter model accuracy achieved
DMaximum data limit exceeded error
Explanation
While more data can improve accuracy, it will also increase the training time significantly.
Q385
Which Google Cloud service is best suited for serverless machine learning inference?
ACloud Functions
BCompute Engine
CCloud Run
DAI Platform
Explanation
Cloud Run allows serverless deployment of ML models, while the others require more management or are not designed for serverless inference.
Q386
A company needs to securely share data with a third-party using Google Cloud. Which service is the best fit?
ACloud Storage Signed URLs
BBigQuery Data Transfer Service
CCloud Pub/Sub
DFireStore
Explanation
Signed URLs allow secure, temporary access to private Cloud Storage objects, unlike the other options.
Q387
What happens when you deploy a Cloud ML model with an outdated TensorFlow version?
ADeployment fails immediately.
BModel runs but may behave unpredictably.
CThe model auto-updates to latest.
DDeployment is paused until fixed.
Explanation
An outdated version may lead to unexpected behavior without failing, while the other options are incorrect assumptions about version handling.
Q388
Which service is best for automating ML workflows?
AAI Platform Pipelines
BCloud Functions
CCloud Run
DCloud Composer
Explanation
AI Platform Pipelines is designed for orchestrating machine learning workflows, whereas the others focus on serverless compute or task automation.
Q389
A company needs to store large amounts of unstructured data. Which Google Cloud service should they use?
ACloud SQL
BFirestore
CBigQuery
DCloud Storage
Explanation
Cloud Storage is optimized for storing unstructured data, unlike the other options which are suited for structured data.
Q390
You are configuring a model versioning strategy. What happens when you deploy a new model version?
AThe old version is deleted
BIt auto-reverts to previous version
CThe old version is still active
DBoth versions can run concurrently
Explanation
When deploying a new model version, both can run concurrently unless explicitly configured otherwise.