Google PCA Analyze and optimize technical and business processes • Complete Question Bank
Complete Google PCA Analyze and optimize technical and business processes question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit. ``` project = my-project zone = us-central1-a name = instance-1 machineType = n1-standard-4 networkInterfaces[0].accessConfigs[0].natIP = 35.193.10.20 labels: env: prod app: web metadata: startup-script: echo 'Hello' ```
Refer to the exhibit. ``` ERROR: (gcloud.beta.run.deploy) The user-provided container failed to start and listen on the port defined provided by the PORT=8080 environment variable. Logs: 2023-05-01 12:00:00.000 INFO server started on port 3000 ```
Refer to the exhibit.
```
resource "type" "name" {
project = "my-project"
name = "example-instance"
machine_type = "e2-medium"
zone = "us-central1-a"
boot_disk {
initialize_params {
image = "debian-cloud/debian-11"
size = 10
type = "pd-standard"
}
}
network_interface {
network = "default"
access_config {
// Ephemeral public IP
}
}
}
```Refer to the exhibit.
```
resource "google_compute_router_nat" "nat" {
name = "my-nat"
router = google_compute_router.router.name
region = "us-central1"
nat_ip_allocate_option = "AUTO_ONLY"
source_subnetwork_ip_ranges_to_nat = "LIST_OF_SUBNETWORKS"
subnetworks {
name = google_compute_subnetwork.private.self_link
source_ip_ranges_to_nat = ["PRIMARY_IP_RANGE"]
}
log_config {
enable = true
filter = "ERRORS_ONLY"
}
}
```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.
Managed relational database (MySQL, PostgreSQL, SQL Server)
NoSQL document database
NoSQL wide-column database
Horizontally scalable relational database
Managed Redis or Memcached
Drag a concept onto its matching description — or click a concept then click the description.
Move workloads without modification
Tool to migrate VMs to GCP
Physical device for large data transfer
Online data transfer from other clouds or on-prem
Migrate databases to Cloud SQL with minimal downtime
Refer to the exhibit.
Cloud Functions log entry:
```json
{
"severity": "ERROR",
"jsonPayload": {
"message": "Function execution failed with timeout after 540s",
"execution_id": "1234"
},
"resource": {
"type": "cloud_function",
"labels": {
"function_name": "process-file",
"region": "us-central1"
}
},
"timestamp": "2024-01-15T10:00:00Z"
}
```Refer to the exhibit.
Cloud IAM policy:
```json
{
"bindings": [
{
"role": "roles/bigquery.dataViewer",
"members": [
"user:alice@example.com",
"domain:example.com"
]
},
{
"role": "roles/bigquery.dataEditor",
"members": [
"serviceAccount:sa@project.iam.gserviceaccount.com"
]
}
]
}
```{
"kind": "compute#instance",
"name": "instance-1",
"machineType": "https://www.googleapis.com/compute/v1/projects/my-project/zones/us-central1-a/machineTypes/n1-standard-2",
"cpuPlatform": "Intel Skylake",
"creationTimestamp": "2024-01-01T00:00:00.000-08:00",
"status": "RUNNING"
}{
"bindings": [
{
"role": "roles/bigquery.dataViewer",
"members": [
"user:alice@example.com"
]
},
{
"role": "roles/bigquery.jobUser",
"members": [
"group:analysts@example.com"
]
}
]
}{
"resource": {
"type": "gce_subnetwork",
"labels": {
"subnetwork_name": "default",
"region": "us-central1"
}
},
"severity": "ERROR",
"textPayload": "Packet from 10.0.0.1:12345 to 10.0.0.2:80 dropped by firewall policy 'default-deny-ingress'."
}