Cloud Digital Leader Fundamental cloud concepts • Complete Question Bank
Complete Cloud Digital Leader Fundamental cloud concepts 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.
Virtual Private Cloud – isolated network
Content delivery network for low-latency delivery
Distributes traffic across instances
Outbound internet for private instances
Dedicated connection between on-prem and GCP
Drag a concept onto its matching description — or click a concept then click the description.
Automatic discounts for running instances most of the month
Discounts for committing to 1 or 3 years of usage
Short-lived, low-cost instances for batch jobs
Limited free usage of selected GCP services
Committed Use Discounts (abbreviation)
Refer to the exhibit. ``` $ gcloud compute instances list NAME ZONE MACHINE_TYPE PREEMPTIBLE INTERNAL_IP EXTERNAL_IP worker-1 us-central1-a e2-standard-4 10.128.0.1 35.184.0.1 worker-2 us-central1-a e2-standard-4 YES 10.128.0.2 35.184.0.2 worker-3 us-central1-b e2-standard-4 10.128.0.3 35.184.0.3 worker-4 us-central1-b e2-standard-4 YES 10.128.0.4 35.184.0.4 ```
Refer to the exhibit.
```json
{
"bindings": [
{
"role": "roles/storage.objectViewer",
"members": [
"user:alice@example.com",
"serviceAccount:sa-bucket-reader@project.iam.gserviceaccount.com"
]
}
]
}
```Refer to the exhibit. ``` Error: 403 POST https://storage.googleapis.com/storage/v1/b/bucket/o:copyTo?sourceObject=source.txt <Code>AccessDenied</Code> <Message>Access denied.</Message> ```