Google ACE Setting up a cloud solution environment • Complete Question Bank
Complete Google ACE Setting up a cloud solution environment question bank — all 0 questions with answers and detailed explanations.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag a concept onto its matching description — or click a concept then click the description.
Object storage for unstructured data
Serverless data warehouse for analytics
Asynchronous messaging service
Event-driven serverless compute
Managed relational database service
Drag a concept onto its matching description — or click a concept then click the description.
Infrastructure-as-code using YAML
Multi-cloud infrastructure provisioning
CI/CD pipeline for building and testing
Command-line tool for managing GCP resources
Web-based UI for managing GCP
Output of `gcloud compute instances list` in Cloud Shell: Listed 0 items. The user expects to see a VM they just created via the Console.
IAM policy JSON:
{
"bindings": [
{
"role": "roles/compute.viewer",
"members": [
"serviceAccount:sa@project.iam.gserviceaccount.com"
],
"condition": {
"title": "production_label",
"expression": "resource.labels.environment == 'production'"
}
}
]
}Error from gcloud: $ gcloud projects create my-project --name="My Project" ERROR: (gcloud.projects.create) Project ID 'my-project' already exists.
Refer to the exhibit. ERROR: (gcloud.projects.create) User [user@example.com] does not have permission to create projects (or the project already exists). To create a project, you must have the resourcemanager.projects.create permission on the resource.