Which service allows deployment of containerized applications?
AGoogle Kubernetes Engine
BCloud Functions
CApp Engine
DCloud Run
Explanation
Google Kubernetes Engine is specifically designed for deploying and managing Kubernetes containers, while the others serve different deployment models.
Q362
A company needs to store frequently accessed data with low latency. Which storage option should they choose?
ACloud Storage
BBigQuery
CFilestore
DPersistent Disk
Explanation
Filestore is designed for high-performance file storage with low latency, making it ideal for frequently accessed data.
Q363
You are configuring IAM policies. What happens if a user has both a role allowing and a role denying access to a resource?
AAccess is allowed
BAccess is denied
CAccess is granted selectively
DAccess permissions are overridden
Explanation
In IAM, deny permissions always take precedence over allow permissions, resulting in denied access.
Q364
Which service allows you to run containers on Google Cloud?
AGoogle Kubernetes Engine
BGoogle Compute Engine
CGoogle Cloud Storage
DGoogle App Engine
Explanation
Google Kubernetes Engine is specifically designed for container orchestration while the others serve different purposes.
Q365
A company needs to manage user access to resources efficiently. What is the best practice for IAM roles?
AAssign roles per user individually
BUse predefined roles only
CUtilize groups for role assignments
DAvoid using roles altogether
Explanation
Utilizing groups for roles simplifies management and access control.
Q366
What happens when a Cloud Functions timeout occurs?
AFunction automatically retries execution
BFunction logs an error and stops
CFunction continues executing in the background
DFunction's memory is preserved
Explanation
When a timeout occurs, the function logs an error and does not continue execution.
Q367
Which Google Cloud service provides fully managed NoSQL databases?
ACloud Firestore
BCloud Spanner
CCloud SQL
DBigQuery
Explanation
Cloud Firestore is a fully managed NoSQL database; the others serve different database types.
Q368
A company needs to transfer large files from on-premises to Google Cloud Storage. What is the best option?
AGoogle Cloud Storage Transfer Service
BCloud Pub/Sub
CBigQuery Data Transfer Service
DGoogle Compute Engine
Explanation
The Storage Transfer Service is designed for file transfers; others lack this specific capability.
Q369
What happens when you set a bucket's IAM role to 'no access'?
ABucket is deleted
BOnly the owner retains access
CAll users are blocked
DAccess is granted to service accounts
Explanation
The owner always retains access; the others incorrectly imply it affects ownership or service accounts.
Q370
Which service should you use to manage DNS records?
ACloud DNS
BCloud Storage
CCloud Functions
DCloud Run
Explanation
Cloud DNS is specifically designed for managing DNS records; the others do not provide DNS-specific capabilities.