You are configuring a model training pipeline with TensorFlow. What happens when you set the 'shuffle' option in the dataset?
AData will be sorted
BData will be mixed randomly
CData will be duplicated
DData will be compressed
Explanation
Setting 'shuffle' randomizes the order of dataset elements, improving training outcomes, unlike the other options.
Q442
Which Google Cloud service enables managed Apache Kafka?
ACloud Pub/Sub
BGoogle Cloud Dataflow
CCloud Run
DCloud Data Fusion
Explanation
Cloud Pub/Sub is designed for messaging services, including Kafka functionalities, while others are not Kafka-specific.
Q443
A company needs to securely manage API keys. What should they use?
AGoogle Cloud Storage
BSecret Manager
CCloud Scheduler
DCloud Functions
Explanation
Secret Manager is purpose-built for managing sensitive information securely, while the others do not offer this functionality.
Q444
You are configuring a machine learning model in Vertex AI. What happens when you set a higher 'batch size'?
ASlower training speeds
BIncreased memory usage
CLower model accuracy
DReduced model complexity
Explanation
Higher batch sizes increase memory consumption, while the other options either do not correspond to batch size changes or are incorrect.
Q445
Which service automates model tuning in AI Platform?
AHyperparameter Tuning
BMachine Learning Engine
CFeature Store
DBigQuery ML
Explanation
Hyperparameter Tuning automates the tuning process while the others do not directly handle tuning.
Q446
A company needs to process streaming data in real-time. Which Google Cloud service should they use?
ACloud Pub/Sub
BCloud SQL
CCloud Storage
DCloud Functions
Explanation
Cloud Pub/Sub is designed for real-time stream processing, unlike the other options.
Q447
What happens when a GPU resource is allocated but underutilized on Google Cloud?
AIncreased billing
BReduced billing
CAutomatic scaling down
DNo impact on billing
Explanation
Billing is based on allocated resources, regardless of utilization, making option A correct.
Q448
Which service is best for tuning ML models in production?
AAI Platform Hyperparameter Tuning
BBigQuery ML
CCloud AutoML
DDataflow
Explanation
AI Platform Hyperparameter Tuning is specifically designed for optimizing model parameters, unlike other options which serve different functions.
Q449
A company needs to securely store their model datasets and backups. What should they use?
AGoogle Cloud Storage with encryption
BBigQuery for model datasets
CCloud Pub/Sub
DCompute Engine instance
Explanation
Google Cloud Storage with encryption provides secure storage for datasets, while other options are not designed for persistent data storage.
Q450
What happens when you choose 'Batch Prediction' in an AI Platform model?
AReal-time predictions are generated
BRates are charged per individual prediction
CPredictions are processed in large batches
DModel training is initiated automatically
Explanation
Batch Prediction processes predictions for multiple data points at once, while others misinterpret the function.