A company needs to store sensitive data securely. Which GCP feature should they use?
ACloud Firestore
BCloud Pub/Sub
CCloud KMS
DCloud Bigtable
Explanation
Cloud KMS (Key Management Service) allows for secure encryption of data, unlike the other options which don't focus on security.
Q282
What happens when you delete a Google Cloud Storage bucket containing objects?
AAll objects are permanently lost
BObjects are retained in recycle bin
COnly bucket metadata is deleted
DObjects move to another region
Explanation
Deleting a bucket also deletes its objects permanently; no recovery available from a recycle bin.
Q283
Which Google Cloud service is best for data ingestion from various sources?
ACloud Pub/Sub
BCloud Storage
CBigQuery
DCloud Functions
Explanation
Cloud Pub/Sub excels at real-time event ingestion, unlike the others which serve different purposes.
Q284
A company needs to minimize downtime during a cloud migration. What should they use?
ACold Migration
BLive Migration
CBackup and Restore
DSnapshots Only
Explanation
Live Migration allows transferring resources without downtime, unlike cold migration which requires shutdown.
Q285
You are configuring IAM policies. What happens when two policies grant different permissions?
ALower permission takes precedence
BPermissions are cumulative
CHigher permission takes precedence
DPolicy conflict causes rejection
Explanation
IAM policies in GCP prioritize the most permissive roles when conflicting; thus, higher permissions prevail.
Q286
Which Google Cloud service provides a fully managed NoSQL database?
ACloud Firestore
BCloud SQL
CCloud Spanner
DBigQuery
Explanation
Cloud Firestore is the only fully managed NoSQL database, while others handle SQL or are analytical services.
Q287
A company needs to store archival data that is rarely accessed. Which storage class should they use?
AStandard Storage
BNearline Storage
CColdline Storage
DRegional Storage
Explanation
Coldline Storage is designed specifically for archival data with infrequent access, unlike the others.
Q288
What happens when a Google Cloud VPN tunnel is down?
ACloud resources stop functioning
BTraffic routes only through backup
CUser impact depends on use case
DService automatically re-establishes connection
Explanation
The user impact depends on how traffic is routed in the application's architecture; no automatic connections are made.
Q289
Which Google Cloud service is primarily used for data warehousing?
ABigQuery
BCloud Storage
CCloud SQL
DCloud Functions
Explanation
BigQuery is designed for data analytics, making it ideal for warehousing, while the others serve different purposes.
Q290
A company needs to store unstructured data and share it publicly. Which service is ideal for this requirement?
AFilestore
BCloud Storage
CCloud SQL
DSpanner
Explanation
Cloud Storage is optimized for unstructured data and can easily handle public sharing, unlike the others that are suited for structured data.