You are configuring IAM policies for a project. What happens if you set 'Deny' for a role?
AAccess is completely denied
BAccess is granted
CAccess depends on project level settings
DOnly read access is allowed
Explanation
Setting 'Deny' completely prevents access, while the other options are incorrect interpretations of IAM policies.
Q82
Which service provides a managed Kubernetes environment in Google Cloud?
AGoogle Kubernetes Engine
BApp Engine
CCompute Engine
DCloud Functions
Explanation
Google Kubernetes Engine is specifically designed for Kubernetes management, while others serve different purposes.
Q83
A company needs to restrict access to sensitive data based on user roles in GCP. What should they use?
AVPC Service Controls
BCloud IAM
CCloud KMS
DBigQuery Data Locks
Explanation
Cloud IAM enables defining roles and permissions based on user identity.
Q84
What happens when you disable a Google Cloud project?
AAll resources are deleted immediately.
BBilling charges stop for the project.
CThe project becomes inaccessible.
DData is permanently lost.
Explanation
Disabling a project makes resources inaccessible, but does not delete them immediately.
Q85
Which service should you use for data analytics on streaming data?
ACloud Pub/Sub
BCloud Spanner
CBigQuery
DCloud Functions
Explanation
Cloud Pub/Sub is designed for real-time messaging; others focus on storage or execution.
Q86
A company needs to architect a solution that automatically scales based on user traffic. Which Google Cloud service should they consider?
ACompute Engine
BKubernetes Engine
CCloud Storage
DCloud SQL
Explanation
Kubernetes Engine supports automatic scaling; the others do not manage scalability dynamically.
Q87
You are configuring IAM permissions for a project. What happens if you grant a user 'roles/viewer' at the folder level but 'roles/editor' at the project level?
AUser has no permissions
BUser can only view resources
CUser can edit resources
DUser has conflicting permissions
Explanation
IAM roles are additive; project-level editor permissions override folder-level viewer permissions.
Q88
Which service is used for serverless compute?
AGoogle Compute Engine
BGoogle Kubernetes Engine
CGoogle App Engine
DGoogle Cloud Functions
Explanation
Google Cloud Functions enables serverless execution, unlike the other options which require infrastructure management.
Q89
A company needs to restrict access to its GCP project to only specific IP addresses. What should they use?
AIAM Roles
BVPC Service Controls
CFirewall Rules
DCustom Cloud Functions
Explanation
Firewall Rules allow IP-based access management, while other options do not address IP restrictions specifically.
Q90
You are configuring a Cloud Storage bucket for public access. What is a consequence of making a bucket publicly accessible?
AOnly specific files can be accessed
BAll files become read-only
CAnyone can delete files
DAny user can read files
Explanation
Public access allows any user to read files, while the other options misrepresent capabilities or permissions.