A company needs to run a large-scale deep learning model. Which Google Cloud service should they use?
ACloud Functions
BCompute Engine
CApp Engine
DCloud Run
Explanation
Compute Engine offers virtual machines suitable for resource-intensive tasks like deep learning, while others are more suited for lightweight applications.
Q12
What happens when you increase the dropout rate in a neural network?
AModel accuracy decreases
BModel overfitting increases
CTraining time decreases
DModel generalization improves
Explanation
Increasing the dropout rate enhances generalization by preventing overfitting, countering the other options' claims.
Q13
Which service allows real-time data analytics in Google Cloud?
ABigQuery
BCloud Pub/Sub
CCloud Functions
DCloud Run
Explanation
Cloud Pub/Sub enables real-time messaging and event-driven architectures, making it suitable for real-time analytics, while BigQuery is primarily for big data processing in batch mode.
Q14
A company needs to deploy a machine learning model for online predictions with very low latency. Which Google Cloud service should they use?
AAI Platform
BCloud Functions
CBigQuery ML
DVertex AI
Explanation
Vertex AI is optimized for serving ML models in real-time with low latency, while the other options either focus on batch processing or do not specialize in low-latency predictions.
Q15
What happens when you train a model on a dataset that is highly imbalanced?
AIncreased accuracy for the minority class
BModel overfits to the majority class
CBetter performance overall
DFast convergence during training
Explanation
A highly imbalanced dataset often leads to models that favor the majority class, resulting in poor generalization and performance on the minority class.
Q16
Which service is designed for large-scale data processing in Google Cloud?
ABigQuery
BCloud Datastore
CCloud Functions
DCloud Storage
Explanation
BigQuery is optimized for analytics and processing large datasets, while others serve different purposes.
Q17
A company needs to analyze their customer data with real-time machine learning. Which Google Cloud service should they use?
AAI Platform
BCloud SQL
CPub/Sub
DDataflow
Explanation
Dataflow allows for real-time processing pipelines for machine learning applications.
Q18
You are configuring a model that uses a large dataset with many features. What should you consider?
AEliminate all unused features.
BUse dimensionality reduction techniques.
CIncrease the size of your model.
DAssume all features are equally important.
Explanation
Dimensionality reduction techniques improve model performance and reduce complexity by eliminating redundancies.
Q19
Which service would you use for real-time data analytics on streaming data?
ABigQuery
BCloud Pub/Sub
CDataflow
DCloud Functions
Explanation
Dataflow is designed for real-time processing, while other options serve different purposes.
Q20
A company needs to store large amounts of unstructured data. Which option is preferable?
ACloud SQL
BCloud Storage
CBigQuery
DFirestore
Explanation
Cloud Storage is optimized for unstructured data, unlike the other options which have specific formats or structures.