Tüm alıştırma soruları
1591 soru
A cloud engineer is deploying a enterprise database tier on Compute Engine instances tagged with `db-node` inside a custom Virtual Private Cloud (VPC) network. To enforce strict security compliance, a firewall rule named `deny-db-all` has been configured with priority 1000 to DENY all ingress TCP traffic on port 5432 targeting the `db-node` tag from `0.0.0.0/0`. The engineer now needs to allow ingress traffic on port 5432 to these database instances specifically from application servers located in the subnet CIDR range `10.2.0.0/24`. Which firewall rule configuration must the engineer implement to ensure application traffic is allowed while maintaining the default restriction for all other sources?
A Cloud Engineer needs to reserve a static regional external IP address named `frontend-static-ip` in the `us-east1` region for a Google Cloud workload using the command-line interface. Which `gcloud` command should the engineer run?
An operations engineer is managing a Cloud Bigtable cluster that processes high-throughput time-series data from IoT sensors. During daily peak ingestion windows, application latency increases significantly, and Cloud Monitoring indicates that CPU utilization on the Bigtable cluster repeatedly exceeds 80%. The engineer must restore acceptable read/write performance while maintaining cost efficiency and operational monitoring. Which TWO actions should the engineer take to address this issue?
Geçerli olan tümünü seçin
An operations specialist needs to manage Compute Engine virtual machine instances within a project and link that project to an enterprise Billing Account. Following Google Cloud best practices and the principle of least privilege, which of the following IAM role assignments are required? (Select TWO.)
Geçerli olan tümünü seçin
An organization operates a fleet of Compute Engine virtual machines running an in-memory database application. To establish proactive capacity planning, the operations team needs to collect detailed internal system memory utilization and disk space metrics within Google Cloud Observability. After deploying the legacy Stackdriver Monitoring agent to Debian 12 instances, the team observes that internal memory metrics are missing from Cloud Monitoring. Following Google-recommended best practices for Compute Engine operational management, which action should the team take to collect these metrics?
A developer has packaged a web microservice into a custom container image. The internal web server inside the container is configured to listen strictly on port 8000. When deploying this container image to Google Cloud Run using the gcloud CLI, which command flag must be included to ensure Cloud Run correctly routes incoming HTTP requests to the application?
A financial analytics enterprise is architecting a new microservice on Google Cloud to ingest and analyze real-time credit card transaction telemetry for fraud detection. The workload requires ingesting millions of event writes per second with single-digit millisecond latency, supporting time-series data access patterns, and scaling horizontally without schema migration overhead. High-level relational features such as multi-table ACID transactions and complex SQL joins are not required. Which database service should be selected to fulfill these requirements with minimal operational management?
A DevOps team manages a Google Kubernetes Engine (GKE) Standard cluster named `prod-cluster` in zone `us-central1-a`. The team wants to ensure that unhealthy nodes in the existing node pool named `worker-pool` are automatically detected and recreated, and that the nodes automatically update to match the control plane version when upgrades occur. Which TWO commands should the cloud engineer execute to configure these operational settings?
Geçerli olan tümünü seçin
An organization is migrating an enterprise resource planning (ERP) relational database to a Compute Engine virtual machine on Google Cloud. The workload requires reliable, cost-effective SSD-backed performance with consistent IOPS for standard transactional operations. Additionally, the disk volume must automatically replicate data across two zones in the same region to ensure high availability during a zonal outage. Which block storage disk type should you select to meet these requirements?
An infrastructure team is deploying a Compute Engine instance named `fin-db-01` in zone `us-central1-a` to host a compliance-sensitive relational database engine. Company policy mandates strict hardware security and capacity specifications:
1. The instance must be provisioned with Shielded VM security features enabled, specifically Secure Boot and Virtual Trusted Platform Module (vTPM).
2. To optimize resource utilization, the VM must use a custom machine configuration with exactly 6 vCPUs and 24 GB (24,576 MB) of RAM.
Which `gcloud` command correctly provisions the Compute Engine instance according to these requirements?
A cloud engineer is deploying a new Cloud SQL for MySQL database instance named app-db to support a production application. The deployment requirements specify that the instance must provide regional high availability with automatic failover and must be accessible only via Private IP within the existing Virtual Private Cloud (VPC) network named corp-vpc, without any public IP address assigned. Which gcloud command should the engineer use to provision this instance correctly?
A Lead Site Reliability Engineer is designing a cross-project telemetry pipeline in Google Cloud. The architecture requires routing all IAM audit logs from a workload project (`proj-app-prod`) to a centralized security project (`proj-sec-analytics`) into a BigQuery dataset. Additionally, any unauthorized IAM policy modification attempt logged in `proj-app-prod` must trigger an immediate email notification via Cloud Monitoring. Which TWO of the following operational steps are required to implement this centralized logging and alerting architecture following Google Cloud best practices?
Geçerli olan tümünü seçin
An organization is configuring access for an automated CI/CD service account that must deploy workloads to Google Kubernetes Engine (GKE) clusters and read database passwords stored in Secret Manager within a single project named `prod-application`. In accordance with the principle of least privilege, which TWO IAM roles should be granted to the service account? (Select TWO.)
Geçerli olan tümünü seçin
A company is planning to deploy a gaming telemetry ingest service on Google Cloud Compute Engine. The service receives raw, non-HTTP TCP traffic on port 7000 directly from external game client applications around the world. The architecture team requires a load balancing solution that preserves the original client IP addresses in backend server logs without terminating the TCP connections at an intermediary proxy. Which Google Cloud load balancer should the team select?
An administrator needs to list all existing Virtual Private Cloud (VPC) subnets across all regions in a Google Cloud project using the command-line interface. Which of the following commands or actions will accomplish this requirement? (Select TWO)
Geçerli olan tümünü seçin
A media streaming platform is designing a Google Kubernetes Engine (GKE) cluster deployment to support two distinct workloads: an internal management portal that requires custom Linux kernel sysctl modifications on cluster worker nodes, and a batch telemetry processing job that runs nightly and can tolerate unexpected pod terminations. Which TWO cluster configuration choices should the cloud engineer implement to meet these requirements?
Geçerli olan tümünü seçin
An enterprise architecture team is setting up access control for a newly deployed microservice in Google Cloud Project `prod-analytics-v2`. A third-party security auditing team needs to review IAM policy bindings and configuration settings for Cloud Pub/Sub topics and Cloud Storage buckets without viewing payload data or modifying resources. Additionally, an external deployment service account needs to deploy new revisions to Cloud Run services within the project without receiving permissions to modify project IAM policies or create new Cloud Storage buckets. Which of the following IAM role assignments adhere to the principle of least privilege to satisfy these security requirements? (Select TWO.)
Geçerli olan tümünü seçin
A cloud engineer is configuring operational access and network controls for an existing Cloud Run service named `inventory-service`. The service must fulfill two operational requirements: first, inbound network traffic must be restricted so that it accepts requests only from internal VPC networks and Google Cloud HTTP(S) Load Balancing; second, members of the developer group `[email protected]` must be granted administrative permission to deploy new container revisions and modify traffic splits without receiving broad administrative access across the entire project.
Which TWO actions should the cloud engineer execute? (Select TWO.)
Geçerli olan tümünü seçin
A software engineer needs to upload container images to Google Artifact Registry repositories within a development project. Following the principle of least privilege, which IAM role should you grant to the engineer?
An enterprise operations team manages a production Cloud SQL for MySQL instance that experiences unpredictable data volume growth. To prevent database downtime caused by running out of disk space, the cloud engineer needs to configure the instance so that its storage capacity expands automatically when free space drops below a critical threshold, without requiring manual instance restarts. Which action should the engineer take?