Which service allows you to automatically scale containers?
AKubernetes Engine
BCloud Functions
CApp Engine
DCloud Storage
Explanation
Kubernetes Engine is designed to manage and auto-scale containers, while the other options focus on different functionalities or services.
Q2
A company needs to secure its APIs from unauthorized access. Which Google Cloud service should they use?
ACloud Firestore
BCloud Endpoints
CCloud Pub/Sub
DCloud Spanner
Explanation
Cloud Endpoints provides authentication and monitoring for APIs, unlike the other options which serve different purposes.
Q3
What happens when you enable the Object Versioning feature in Cloud Storage?
AOlder versions are permanently deleted
BMultiple versions are retained
CObjects cannot be deleted
DData is automatically encrypted
Explanation
Enabling Object Versioning in Cloud Storage retains multiple versions of objects, while the other options are incorrect in this context.
Q4
Which service allows you to automate infrastructure management on Google Cloud?
ACloud Functions
BCloud Deployment Manager
CGoogle Kubernetes Engine
DCloud Run
Explanation
Cloud Deployment Manager automates resource management, while others serve different purposes.
Q5
A company needs to store large amounts of unstructured data. Which Google Cloud service should they use?
ACloud SQL
BBigQuery
CCloud Storage
DCloud Firestore
Explanation
Cloud Storage is ideal for unstructured data; others are structured or specialized services.
Q6
What happens when a VM instance in Compute Engine is stopped?
AAll data is lost.
BDisk data remains intact.
CBilling for the instance continues.
DInstance configuration is deleted.
Explanation
Stopping the VM preserves disk data; the other options are incorrect because they imply data loss or continued billing.
Q7
Which Google Cloud service is best for data warehousing?
ABigQuery
BCloud Storage
CCloud SQL
DPub/Sub
Explanation
BigQuery is specifically designed for data warehousing and analytics, while the others serve different purposes.
Q8
A company needs to store sensitive customer data and ensure privacy regulations are met. Which Google Cloud feature should they implement?
AVPC Peering
BData Loss Prevention API
CCompute Engine
DCloud Functions
Explanation
The Data Loss Prevention API helps identify and protect sensitive data, unlike the other options which do not specifically address data privacy.
Q9
What happens when an instance is stopped and then started again in Google Compute Engine?
AThe instance retains its IP address
BThe instance's data is lost
CThe instance is permanently deleted
DThe instance scales up automatically
Explanation
Stopped instances retain their internal IP addresses; however, external IP addresses may change unless they are reserved.
Q10
Which service allows for serverless execution of functions in Google Cloud?
ACloud Functions
BCompute Engine
CApp Engine
DCloud Run
Explanation
Cloud Functions is designed for serverless execution, while others require server management.