Google Cloud
Google Cloud Certified – Cloud Digital Leader
PR000225
Popular Trending
Get certified as a Cloud Digital Leader with exam code PR000225 to validate your skills in Google Cloud.
489 questions
0 views
Free
Questions 201–210 of 489
What happens when you exceed the quota for a Google Cloud service?
-
A
Service continues without interruption
-
B
Requests are queued until quota resets
-
C
Requests are denied
-
D
Service automatically scales up
Explanation
Exceeding the quota denies further requests until it is adjusted or resets, unlike queuing or scaling inherent functions.
Which Google Cloud service provides serverless data processing?
-
A
Cloud Functions
-
B
Cloud Run
-
C
BigQuery
-
D
Dataflow
Explanation
Dataflow is designed for serverless data processing, while the others serve different purposes.
A company needs to securely manage access to resources. Which Google Cloud service should they use?
-
A
IAM
-
B
Cloud Audit Logs
-
C
VPC Network
-
D
Cloud Identity
Explanation
IAM (Identity and Access Management) allows secure access management to GCP resources.
You are configuring a VM that needs static IP. What happens if you forget to assign one?
-
A
It will automatically get a static IP.
-
B
It will receive a dynamic IP.
-
C
It will not connect to the internet.
-
D
It's automatically assigned a reserved IP.
Explanation
Forgetting to assign a static IP results in a dynamic IP being assigned instead.
Which service would you use for serverless application development in Google Cloud?
-
A
Cloud Functions
-
B
Cloud Storage
-
C
Compute Engine
-
D
App Engine
Explanation
Cloud Functions is designed for serverless applications, while other options support different deployment models.
A company needs to enable logging access for their VPC but requires the least management overhead. What should they do?
-
A
Use VPC Flow Logs
-
B
Implement Stackdriver
-
C
Set IAM permissions
-
D
Activate Cloud Resource Manager
Explanation
VPC Flow Logs provide automatic logging without additional management, unlike other services.
You are configuring IAM roles for a user. What happens when you assign multiple roles to the same user?
-
A
The user gets no permissions
-
B
Permissions combine based on role hierarchy
-
C
Permissions conflict and negate each other
-
D
The most restrictive role applies
Explanation
Multiple roles' permissions combine, allowing the user broader access than when assigned a single role.
Which service would you use for serverless event-driven workloads?
-
A
Cloud Functions
-
B
Compute Engine
-
C
Cloud Storage
-
D
App Engine
Explanation
Cloud Functions runs code in response to events, while the others require servers or specific environments.
A company needs to securely manage credentials across Google Cloud. What should they use?
-
A
Secret Manager
-
B
Cloud IAM
-
C
Identity-Aware Proxy
-
D
Cloud Identity
Explanation
Secret Manager specifically stores and manages sensitive data, whereas the others manage access or identities.
You are configuring an Application Load Balanced Service. What happens if you choose an incorrect health check path?
-
A
Service may become unresponsive
-
B
The service will be disabled
-
C
Health checks will fail
-
D
Load balancing will stop working
Explanation
Incorrect health check paths cause health checks to fail, impacting the routing of traffic.