A company needs to analyze large volumes of streaming data in real time. Which Google Cloud solution should they implement?
ABigQuery
BCloud Pub/Sub
CCloud Dataflow
DCloud Functions
Explanation
Cloud Dataflow is designed for real-time data processing, while the others serve different or static data needs.
Q102
What happens when a model’s hyperparameters are set too optimally before training?
AUnderfitting occurs
BOverfitting may happen
CNo effect at all
DTraining is accelerated significantly
Explanation
Overfitting can occur if hyperparameters are too optimal, as models become overly complex for training data.
Q103
Which service is best for converting video files in Google Cloud?
ACloud Functions
BCloud Dataflow
CTranscoder API
DCloud Pub/Sub
Explanation
The Transcoder API is specifically designed for video file conversion, while the other options serve different purposes.
Q104
A company needs to analyze user activity data in real-time. Which Google Cloud service should they use?
ABigQuery
BPub/Sub
CCloud Functions
DCloud Storage
Explanation
Pub/Sub allows for real-time messaging and processing of activity data, whereas the other options are not optimized for real-time analysis.
Q105
You are configuring a Machine Learning model on Google Cloud. What happens if you set a significantly high learning rate?
AModel will train faster
BModel may diverge
CConvergence will be guaranteed
DNo effect on training
Explanation
A high learning rate can cause the model's loss function to oscillate, leading to divergence rather than convergence.
Q106
Which Google Cloud service is best for deploying machine learning models?
AGoogle Kubernetes Engine
BCloud Functions
CAI Platform
DCloud Storage
Explanation
AI Platform is specifically designed for training and deploying ML models, while others serve different purposes.
Q107
A company needs to analyze real-time data streams for predictions. Which Google Cloud service should they use?
ABigQuery
BCloud Pub/Sub
CDataflow
DCloud Spanner
Explanation
Dataflow allows real-time processing of data streams effectively, whereas others are more suited to batch processing or data storage.
Q108
What happens when you enable AutoML for a dataset in Google Cloud?
AManual tuning of models is required
BGoogle does all tuning automatically
COnly standard models are used
DTraining time is halved
Explanation
AutoML automates the model selection and tuning process, unlike manual tuning or restricted model selection.
Q109
Which service is used for real-time data streaming?
AGoogle Cloud Pub/Sub
BGoogle Cloud Storage
CGoogle BigQuery
DGoogle Cloud Functions
Explanation
Cloud Pub/Sub is designed for real-time messaging; the others are not primarily for streaming.
Q110
A company needs to analyze structured data quickly using SQL. Which option should they choose?
AGoogle Cloud Dataproc
BGoogle BigQuery
CGoogle Cloud Run
DGoogle Cloud Dataflow
Explanation
BigQuery is optimized for fast SQL queries on large datasets; others serve different use cases.