A company needs a scalable solution for real-time data analytics. Which Google Cloud service should they use?
ABigQuery
BCloud Storage
CDataproc
DCloud Pub/Sub
Explanation
BigQuery is designed for scalable, real-time analytics; others do not focus solely on analytics.
Q372
What happens when you set a Cloud Storage bucket to 'Uniform bucket-level access'?
AAll IAM policies disabled
BIAM policies apply only to specific files
CIAM policies apply to entire bucket
DPublic access is granted automatically
Explanation
Uniform bucket-level access ensures IAM policies apply to the bucket as a whole, overriding individual object permissions; others are incorrect interpretations of access settings.
Q373
Which service enables isolated environments for developers?
AGoogle Kubernetes Engine
BCloud Run
CApp Engine
DCloud Functions
Explanation
Cloud Run provides serverless environments for containerized applications, while others serve different purposes.
Q374
A company needs a managed database with auto-scaling features. Which service should they use?
ACloud Spanner
BCloud SQL
CBigtable
DFirestore
Explanation
Cloud Spanner offers horizontal scaling and strong consistency, while others have limitations in scale or features.
Q375
You are configuring IAM roles. What happens if you assign multiple roles to a user?
AThey inherit permissions cumulatively.
BOnly the most permissive role applies.
CThe user gets no permissions.
DConflicts must resolve via manual approval.
Explanation
IAM roles are cumulative, allowing users to combine permissions from multiple roles effectively.
Q376
Which service is best for serverless compute?
AGoogle Cloud Functions
BGoogle Kubernetes Engine
CGoogle App Engine
DGoogle Compute Engine
Explanation
Google Cloud Functions is designed for serverless execution, unlike the other options which involve more management and orchestration.
Q377
A company needs to automatically scale its application based on usage. Which service should they use?
ACloud Functions
BCloud Run
CCompute Engine
DApp Engine
Explanation
Cloud Run automatically scales based on incoming requests, while others require manual scaling configurations.
Q378
What happens when you delete a Cloud Storage bucket with versioning enabled?
AAll versions are permanently deleted
BVersions are retained indefinitely
COnly the latest version is deleted
DBucket is disabled but not deleted
Explanation
Deleting a versioned bucket retains all object versions until individually deleted, unlike other options suggesting complete loss or single object retention.
Q379
Which service is best for serverless compute?
ACloud Functions
BCompute Engine
CCloud Run
DApp Engine
Explanation
Cloud Functions offers event-driven serverless compute, unlike the other options which require more management.
Q380
A company needs a scalable NoSQL database solution. Which Google Cloud service should they use?
ACloud SQL
BCloud Spanner
CBigTable
DFirestore
Explanation
Firestore is designed for horizontal scalability and is an ideal NoSQL solution unlike the other relational or limited options.