Which Google Cloud service is used for serverless event-driven containers?
ACloud Functions
BCompute Engine
CKubernetes Engine
DApp Engine
Explanation
Cloud Functions runs code in response to events whereas the others are not serverless event-driven services.
Q212
A company needs to analyze large datasets for market trends. Which approach would be most efficient?
AUse BigQuery to run queries
BAnalyze data on local machines
CStore data in Cloud Storage
DUse Cloud SQL for analysis
Explanation
BigQuery is designed for fast SQL queries on massive datasets, unlike the others.
Q213
What happens when a Google Cloud VPC firewall rule is deleted?
ATraffic is always allowed
BExisting rules override deletion
CAll traffic is denied
DConnections may become unblocked
Explanation
Deleting a firewall rule can remove restrictions, potentially allowing previously blocked connections.
Q214
Which Google Cloud service is best for managing intellectual property and digital rights?
ACloud Identity
BCloud Pub/Sub
CCloud Talent Solution
DCloud Asset Inventory
Explanation
Cloud Asset Inventory provides visibility into your resources and policies, which is critical for managing IP and rights.
Q215
What happens when you set a higher replication factor in Google Cloud Storage?
AData is stored multiple times
BCost of storage decreases
CBackup copy is created on-premises
DAccess speeds will be slower
Explanation
A higher replication factor means the data is redundantly stored in multiple locations, increasing durability.
Q216
A company needs to analyze large datasets in real-time. Which combination of Google Cloud services would be most effective?
ACloud Functions and Firebase
BBigQuery and Dataflow
CCloud Storage and Pub/Sub
DCompute Engine and Cloud SQL
Explanation
BigQuery is optimized for analyzing large datasets, and Dataflow can process data in real-time, making this combination ideal.
Q217
Which service provides automated machine learning capabilities?
AAI Platform
BBigQuery ML
CDataflow
DCloud Run
Explanation
BigQuery ML enables machine learning directly in BigQuery, while others provide different capabilities.
Q218
A company needs to encrypt data at rest in Cloud Storage. What should they use?
AKMS keys
BIAM roles
CCloud Functions
DPub/Sub
Explanation
KMS keys can manage encryption for data at rest, while others do not handle encryption directly.
Q219
What happens when you delete a Cloud Pub/Sub subscription?
AMessages are deleted immediately
BSubscription data is retained
CMessages in backlog are removed
DNone of the above
Explanation
Deleting the subscription retains the messages for other subscriptions, whereas others are incorrect interpretations of the deletion process.
Q220
Which service is best for real-time analytics on streaming data?
AGoogle BigQuery
BGoogle Cloud Pub/Sub
CGoogle Cloud Dataflow
DGoogle Cloud Storage
Explanation
Google Cloud Dataflow specializes in stream processing, while others serve different purposes.