A company needs to securely manage access to its cloud resources. Which Google Cloud service should they implement?
ACloud IAM
BCloud Storage
CBigQuery
DCloud Functions
Explanation
Cloud IAM is designed for managing access controls, while the others serve different purposes.
Q12
What happens when you set a static IP address for your VM instance?
AIt automatically changes every reboot
BIt is released after VM deletion
CIt remains the same until released
DIt becomes a dynamic IP
Explanation
A static IP remains unchanged until manually released, while dynamic IPs can change upon restart.
Q13
Which Google Cloud service is designed for data warehousing?
ABigQuery
BCloud SQL
CCloud Storage
DDatastore
Explanation
BigQuery is specifically optimized for data warehousing and analytics, while the other options serve different functions.
Q14
A company needs to analyze large datasets in real-time. Which Google Cloud service should they use?
ACloud Functions
BBigQuery
CCloud Pub/Sub
DCloud Storage
Explanation
Cloud Pub/Sub enables real-time messaging and data streaming, unlike the other services that are not geared towards real-time analytics.
Q15
You are configuring IAM roles for strict access control. What happens if a user has both a custom role and a predefined role that allow different permissions?
AUser has all permissions combined.
BUser's permissions are completely restricted.
CUser is allowed only predefined role permissions.
DUser receives no permissions.
Explanation
A user combines permissions from both roles, while the other options do not correctly represent IAM behavior.
Q16
Which service is designed for managing containerized applications?
AGoogle Kubernetes Engine
BCloud Run
CApp Engine
DCloud Functions
Explanation
Google Kubernetes Engine is specifically for orchestrating containers, while the others serve different purposes.
Q17
A company needs to make their data accessible with low latency across multiple continents. Which solution should they choose?
ACloud Storage Multi-Regional
BCloud SQL
CCloud Pub/Sub
DCloud Spanner
Explanation
Cloud Storage Multi-Regional is optimized for low latency across various regions, while the others either serve other purposes or do not focus on global data access.
Q18
You are configuring Identity and Access Management (IAM) in a project. What is the effect of granting a user both the 'Viewer' and 'Editor' roles?
AUser retains Editor permissions only
BUser retains Viewer permissions only
CUser loses both roles
DUser combines permissions of both roles
Explanation
IAM roles are additive, allowing the user to have both sets of permissions simultaneously.
Q19
Which Google Cloud service provides data analysis on streaming data?
ACloud Pub/Sub
BCloud Functions
CBigQuery
DCloud SQL
Explanation
BigQuery excels in analyzing large datasets, including streaming data.
Q20
A company needs to automatically scale their web application based on traffic. Which Google Cloud service should they use?
ACloud Functions
BGoogle Kubernetes Engine
CApp Engine
DCloud Run
Explanation
App Engine automatically scales applications based on demand.