A company needs to securely share files with external partners using Google Cloud. Which service should they use?
ACloud Storage with ACLs
BCloud Storage Signed URLs
CCloud SQL
DCloud Functions
Explanation
Cloud Storage Signed URLs allow secure file sharing, while ACLs are not as secure.
Q162
You are configuring IAM roles for a new project. What happens if a user is assigned multiple roles?
AOnly the highest role applies
BAll permissions accumulate
CRoles are ignored
DUser can choose one role
Explanation
All permissions from assigned roles are combined, enhancing access; the others inaccurately describe how roles work.
Q163
Which service allows for automated resource scaling in GCP?
AGoogle Kubernetes Engine
BGoogle Cloud Storage
CCloud Functions
DCloud Resource Manager
Explanation
Google Kubernetes Engine supports automatic scaling of containers; others focus on storage or resource management, not scaling.
Q164
A company needs to analyze large datasets stored in Cloud Storage using SQL-like queries. Which service should they use?
ACloud Bigtable
BBigQuery
CCloud SQL
DCloud Dataproc
Explanation
BigQuery is designed for SQL-like queries on large datasets; the other options either serve different database needs or do not support SQL querying directly.
Q165
What happens when you set a Cloud Storage bucket's access control to 'private'?
ANo one can access the bucket
BOnly the owner can access files
CEveryone can read files
DAccess is revoked for all users
Explanation
Setting to 'private' restricts access to the owner only; others would either imply no access or broader permissions incorrectly.
Q166
Which Google Cloud service provides serverless computing?
ACloud Functions
BCompute Engine
CApp Engine
DCloud Run
Explanation
Cloud Functions is designed for serverless execution; the others require managing servers.
Q167
A company needs to orchestrate multiple containers. Which service should they use?
ACloud Console
BCloud Storage
CGoogle Kubernetes Engine
DCloud Pub/Sub
Explanation
Google Kubernetes Engine is specifically for container orchestration; others do not serve this purpose.
Q168
What happens when you exceed your Google Cloud quota?
AServices are temporarily suspended
BYou will be charged overages
CRequest failures occur for resources
DAn automatic upgrade is applied
Explanation
Exceeding quotas leads to request failures, while others describe scenarios that do not occur.
Q169
Which service can automate virtual machine management?
AGoogle Kubernetes Engine
BCloud Functions
CCloud Run
DCompute Engine
Explanation
Google Kubernetes Engine automates container management, unlike the others which serve different purposes.
Q170
A company needs to store sensitive data securely in the cloud. Which storage option should they choose?
AGoogle Cloud Storage Standard
BGoogle Cloud Storage Nearline
CGoogle Cloud Storage Archive
DGoogle Cloud Storage Dual-region
Explanation
Dual-region storage enhances security and availability for sensitive data rather than the others which lack redundancy.