What happens when you configure a Compute Engine instance with preemptible VMs?
AGuaranteed uptime at low cost
BCost-free usage
CInstances might be terminated unexpectedly
DInstances are never terminated
Explanation
Preemptible VMs can be terminated by Google Cloud at any time, emphasizing their temporary nature; others suggest reliability or no cost, which is incorrect.
Q442
Which Google Cloud service provides fully managed NoSQL document databases?
AFirestore
BBigQuery
CCloud Functions
DCloud SQL
Explanation
Firestore is designed for management of NoSQL data, while others serve different data types or purposes.
Q443
A company needs to analyze streaming data from IoT devices in real-time. Which service should they use?
ACloud Storage
BDataflow
CCloud Functions
DBigQuery
Explanation
Dataflow is specifically optimized for processing streaming data, unlike the other options which serve different purposes.
Q444
What happens when you assign a Google Cloud IAM role with 'Owner' permissions to a user?
AUser loses all other roles
BUser gains full project access
CUser can only view resources
DUser cannot modify IAM roles
Explanation
'Owner' grants full access to resources, not limited to viewing or restricted role management.
Q445
Which service enables you to automate the deployment of applications on Google Cloud?
ACloud Build
BCloud Functions
CCloud Run
DCloud Storage
Explanation
Cloud Build automates application deployments, while others serve different purposes.
Q446
A company needs to implement a scalable database solution for its e-commerce application. Which database should they choose for high availability and scalability?
ACloud Spanner
BCloud SQL
CCloud Firestore
DBigQuery
Explanation
Cloud Spanner is designed for scalability and high availability, unlike the others which have limitations.
Q447
You are configuring IAM roles for a team in GCP. What happens when you assign the 'Viewer' role to a user?
AUser can modify resources
BUser can view resources
CUser can create resources
DUser can deploy applications
Explanation
The 'Viewer' role allows read access only, not modifications or creations.
Q448
Which service is best for serverless application deployment?
ACloud Functions
BCompute Engine
CKubernetes Engine
DApp Engine
Explanation
Cloud Functions is designed specifically for serverless applications, while other options require more management.
Q449
A company needs real-time analytics on streaming data. Which GCP service should they use?
ABigQuery
BDataflow
CDataproc
DCloud Storage
Explanation
Dataflow provides real-time stream processing, while BigQuery is suited for batch analytics.
Q450
What happens when IAM policies are inherited?
AOnly child resources have the policies.
BPolicies are complemented with no restrictions.
CThey can be overridden at child level.
DParent policies apply only if identical.
Explanation
IAM policies can be overridden, allowing granular resource access controls.