Google Cloud
Google Cloud Certified – Generative AI Leader
PR000309
Trending
Become a certified Generative AI Leader with exam code PR000309 to enhance your AI skills in Google Cloud.
489 questions
0 views
Free
Questions 461–470 of 489
A company needs a scalable NoSQL database for their application. Which service should they use?
-
A
Cloud SQL
-
B
Firestore
-
C
Cloud Storage
-
D
Cloud Spanner
Explanation
Firestore is a NoSQL database tailored for scalability; Cloud SQL is for relational databases.
You are configuring IAM roles in Google Cloud. What happens if a user is granted multiple IAM roles that conflict?
-
A
The user gains all roles' permissions
-
B
The least permissive role is applied
-
C
Roles are merged for final permissions
-
D
The most permissive role is applied
Explanation
In Google Cloud, users gain the permissions of all granted roles regardless of conflicts.
Which service is best suited for deploying scalable machine learning models on Google Cloud?
-
A
Vertex AI
-
B
BigQuery
-
C
Cloud Functions
-
D
App Engine
Explanation
Vertex AI is specifically designed for machine learning workflows, while the others serve different purposes.
A company needs a highly available and highly durable data storage solution. What should they use?
-
A
Cloud SQL
-
B
Cloud Storage
-
C
Persistent Disk
-
D
Bigtable
Explanation
Cloud Storage provides unmatched durability and availability compared to the other options.
You are configuring IAM roles. What happens when an individual has multiple roles that allow distinct permissions on the same resource?
-
A
User sees the most restrictive permissions
-
B
User inherits all the permissions
-
C
Permissions are averaged out
-
D
User is denied access to resource
Explanation
When multiple roles are assigned, the user inherits all permissions granted by those roles.
Which service is ideal for building and managing event-driven applications?
-
A
Cloud Functions
-
B
Cloud Storage
-
C
Cloud Pub/Sub
-
D
Cloud Run
Explanation
Cloud Pub/Sub is designed for event-driven systems, while the others serve different purposes.
A company needs to restrict an application's access to sensitive data. What is the best approach?
-
A
Use OAuth 2.0
-
B
Implement IAM permissions
-
C
Enable Data Loss Prevention
-
D
Utilize API keys
Explanation
IAM permissions offer granular access control, unlike the other options which serve different functions.
What happens when you enable auto-scaling on a Google Kubernetes Engine (GKE) cluster?
-
A
Nodes are always at maximum size
-
B
Cluster automatically gains additional nodes
-
C
Network bandwidth increases automatically
-
D
Pods will not auto-resize
Explanation
Auto-scaling dynamically adjusts the number of nodes based on demand, while others do not apply to node management.
Which Google Cloud service is best for real-time data processing?
-
A
Cloud Pub/Sub
-
B
Cloud Storage
-
C
BigQuery
-
D
Cloud Functions
Explanation
Cloud Pub/Sub excels in low-latency, real-time messaging, unlike others which serve different purposes.
You are configuring IAM roles for a project. What is the effect of assigning the 'Viewer' role?
-
A
Edit resources in the project
-
B
View resources but not edit
-
C
Delete resources in the project
-
D
Create new resources in the project
Explanation
The 'Viewer' role allows read-only access to resources, not editing rights.