A company needs to deploy a web app across multiple regions for low latency. What should they use?
ACloud Functions
BCompute Engine with Load Balancer
CApp Engine with Global Traffic Management
DCloud Storage CDN
Explanation
App Engine with Global Traffic Management can automatically route requests to the nearest instance, ensuring low latency.
Q312
What happens when you assign a role to a user in IAM?
AUser gets full project access
BUser can only view resources
CUser gets permissions defined by role
DUser is added to a group automatically
Explanation
Assigning a role grants the user the specific permissions defined by that role, allowing them to perform particular actions.
Q313
Which service is best for machine learning model training?
AAI Platform
BCompute Engine
CCloud Functions
DCloud Storage
Explanation
AI Platform is designed for ML training, while the others serve different purposes.
Q314
A company needs to implement a multi-region high availability setup. Which Google Cloud feature should they use?
ALoad Balancing
BGlobal Database
CCloud CDN
DFirewall Rules
Explanation
Load Balancing distributes traffic for high availability across multiple regions.
Q315
You are configuring IAM roles and notice duplicate permissions. What is the best practice?
AUse specific roles only
BAggregate all permissions
CAvoid using IAM roles
DCombine duplicate permissions
Explanation
Using specific roles prevents permission bloat and enhances security.
Q316
Which service is best for real-time data analytics in GCP?
ABigQuery
BCloud SQL
CCloud Storage
DFirebase
Explanation
BigQuery is optimized for large-scale data analytics, while the others serve different purposes.
Q317
A company needs to connect its on-premises network to Google Cloud securely. What is the best option?
ACloud VPN
BCloud Functions
CCloud CDN
DCloud Firestore
Explanation
Cloud VPN provides a secure communication channel, while the other options do not enable direct on-premises connectivity.
Q318
What happens when you delete a Google Cloud Storage bucket that contains objects?
AObjects are permanently deleted
BObjects are archived for 30 days
CObjects are moved to another bucket
DDeletion fails if objects exist
Explanation
Deleting a bucket removes all its objects permanently, while the other options misrepresent bucket deletion behaviors.
Q319
Which service allows real-time data processing in Google Cloud?
ACloud Dataflow
BCloud Storage
CCloud Bigtable
DCloud Functions
Explanation
Cloud Dataflow is designed for real-time and batch data processing, while the others serve different purposes.
Q320
A company needs to store user session data reliably. What should they use?
ACloud Spanner
BCloud Pub/Sub
CCloud Firestore
DCloud Functions
Explanation
Cloud Firestore is well-suited for storing session data with its real-time capabilities while the others are not intended for persistent storage.