What happens when you enable the 'Object versioning' feature in Cloud Storage?
AOld versions are deleted.
BAll objects are moved to Nearline.
CPrevious object versions are retained.
DStorage costs are halved.
Explanation
Enabling object versioning retains all previous versions of objects, while the other options do not accurately describe this feature.
Q132
You are configuring an App Engine application and encounter a dependency issue due to incompatible library versions. Which approach is best to resolve this?
AUse a runtime that supports all libraries.
BManually combine libraries into one.
CUpdate app.yaml with exact versions.
DDeploy to Compute Engine instead.
Explanation
Specifying exact versions in app.yaml resolves compatibility issues, while the other choices do not effectively manage dependency conflicts.
Q133
What service would you use for managing APIs?
AGoogle Cloud Endpoints
BGoogle Compute Engine
CBigQuery
DGoogle Cloud Storage
Explanation
Google Cloud Endpoints is specifically designed for managing APIs, whereas the other options serve different purposes.
Q134
A company needs to ensure their application scales automatically based on traffic load. Which service should they implement?
AGoogle Kubernetes Engine
BCloud Pub/Sub
CCloud Functions
DCloud Run
Explanation
Cloud Run automatically scales applications based on traffic, while the other services require additional setup for scaling.
Q135
What happens when a VM is shut down using the Google Cloud Console?
AData is lost from disk
BIP address is released
CInstance is terminated
DDisk remains unallocated
Explanation
The IP address is released unless it's a static one, while data on persistent disks is retained and the instance is not terminated.
Q136
Which service allows for scaling containerized applications automatically?
AGoogle Kubernetes Engine
BCloud Functions
CApp Engine
DCloud Run
Explanation
Google Kubernetes Engine automates scaling and management of containers, while the others serve different purposes.
Q137
A company needs to back up its Cloud SQL instance with minimal downtime. Which method is best?
ACreate a manual snapshot
BUse export and import
CUtilize automated backups
DEnable point-in-time recovery
Explanation
Automated backups provide less downtime compared to manual processes or exports.
Q138
You are configuring IAM policies. What happens when a user is granted 'roles/owner' on a folder?
AAccess to all resources in project
BOnly access to sub-folders
CAccess is denied to project
DExcludes service account access
Explanation
'roles/owner' grants full control, including all resources within the project, unlike other options.
Q139
Which Google Cloud service is for serverless orchestration?
ACloud Functions
BCloud Run
CCloud Composer
DApp Engine
Explanation
Cloud Composer orchestrates workflows using Apache Airflow; others serve different purposes.
Q140
A company needs to store unstructured data that may grow significantly in size. What would be the best choice?
ACloud Bigtable
BCloud SQL
CCloud Storage
DFirestore
Explanation
Cloud Storage is designed for unstructured data growth; others are not optimized for this use case.