Tüm alıştırma soruları
1591 soru
A company generates daily analytical export files in a Google Cloud Storage bucket. Internal teams frequently read and analyze these files during the first 30 days following creation. After 30 days, the files are rarely accessed, but regulatory requirements state they must be retained for three years. A cloud engineer needs to configure an Object Lifecycle Management rule to optimize storage costs without incurring unexpected retrieval fees during active use. Which configuration should the engineer implement?
An enterprise logistics company is migrating its fleet monitoring application to Compute Engine on Google Cloud. The system architecture has two key storage requirements:
1. A fully managed NoSQL database capable of ingesting high-throughput, low-latency time-series GPS location telemetry from tens of thousands of delivery vehicles.
2. Extremely high IOPS local block storage attached to processing virtual machines to serve as high-speed, temporary scratch space for processing incoming data streams, where data loss upon instance termination is acceptable.
Which TWO Google Cloud database and block storage options should the engineering team select? (Select TWO.)
Geçerli olan tümünü seçin
A company is architecture-planning a global application on Google Cloud Compute Engine. The application serves HTTPS web traffic to internet users worldwide and requires edge caching to minimize latency for static assets. In addition, the application processes real-time, non-HTTP TCP traffic on port 7000 within a single region, where backend instances must receive packets with the original client source IP address intact. Which combination of Google Cloud networking services meets these requirements according to Google recommended practices?
A financial technology platform deploys stateful transactional logging Compute Engine virtual machines attached to Persistent Disks. Due to an upcoming compliance audit, the operations team must safely expand the persistent disk capacity from 500 GB to 1 TB and update the underlying file system without recreating the instances or causing unnecessary service downtime. Additionally, they must ensure automated daily backups of these disks are configured according to organizational policy using native Google Cloud capabilities. Which two actions should the team perform to fulfill these operational requirements?
Geçerli olan tümünü seçin
An automated deployment process requires access to upload build artifacts as new files into a specific Cloud Storage bucket named `prod-build-artifacts` located inside the project `app-deployments-prod`. According to organization security compliance, the process must adhere strictly to the Principle of Least Privilege by ensuring it cannot read existing objects, overwrite/delete files, or access any other buckets in the project or parent folder. Which IAM role assignment strategy should be configured?
A cloud engineer needs to manually scale out an application deployment named `frontend-service` running in a Google Kubernetes Engine (GKE) cluster from 5 pod replicas to 20 pod replicas to handle an upcoming promotional event. The cluster already has sufficient node capacity to accommodate the additional workload. Which command should the engineer run to scale the application workload?
An operations team is setting up a new Google Kubernetes Engine (GKE) environment for a fleet of stateless microservices. The architecture requirements specify that Google Cloud must fully manage the node infrastructure, including automatic node provisioning and autoscaling, to minimize administrative management overhead. Additionally, site reliability engineers need to execute deployment manifests against the new cluster using `kubectl` from their local command-line interface.
Which TWO configuration steps must be performed to meet these requirements?
Geçerli olan tümünü seçin
A database administrator needs to update an existing Cloud SQL for MySQL instance named `prod-mysql-db` to enable automated daily backups with a start time of 03:00 UTC and to enable point-in-time recovery (PITR). Which TWO `gcloud sql instances patch` command flags must be specified to meet these operational requirements?
Geçerli olan tümünü seçin
You are tasked with managing Virtual Private Cloud (VPC) networking resources for your organization's Google Cloud environment. You need to view existing security policies and adjust subnet capacity. Which TWO actions represent valid administrative procedures for managing these networking resources? (Select TWO)
Geçerli olan tümünü seçin
A Cloud Engineer has a local Terraform configuration managing Google Cloud infrastructure. The engineer wants to migrate the existing local state file (`terraform.tfstate`) to a remote Google Cloud Storage (GCS) backend for team collaboration and state locking. What is the correct sequence of steps to complete this state migration?
Öğeleri doğru sıraya koymak için sürükleyin
An organization hosts a backend application on Google Cloud Run. Following a new deployment of revision `orders-v2`, operations personnel observe a sudden spike in HTTP 500 error responses. A cloud engineer must immediately direct 100% of incoming production traffic back to the previous stable revision, `orders-v1`, while preserving `orders-v2` intact for internal diagnostic testing. Which `gcloud` command should the engineer execute to achieve this objective?
Your organization operates a mission-critical Cloud SQL for MySQL database instance supporting an enterprise order-processing application. During an operational readiness review, the team identifies two operational requirements: the database must support Point-in-Time Recovery (PITR) without risking disk space exhaustion from unmanaged logs, and system maintenance reboots must be restricted to weekend off-peak hours rather than occurring at default provider times. Which TWO configuration actions should you perform on the Cloud SQL instance to satisfy these requirements?
Geçerli olan tümünü seçin
A cloud engineer is establishing a custom Virtual Private Cloud (VPC) network environment for an enterprise analytics workload. The architecture requires creating a custom-mode VPC network named `corp-analytics-vpc` and provisioning an ingress firewall rule named `allow-internal-db` that permits TCP traffic on port 5432 strictly from application instances tagged `analytics-app` to database instances tagged `analytics-db`. Which TWO commands must the engineer execute to correctly deploy this network and firewall configuration?
Geçerli olan tümünü seçin
A digital publishing firm plans to migrate its containerized backend microservices to Google Kubernetes Engine (GKE). The microservices are stateless, follow standard Kubernetes configurations, and do not require custom host OS kernel modifications or privileged containers. The engineering team wants to minimize cluster administration overhead by transferring node provisioning, maintenance, and security patching responsibilities to Google Cloud, while paying only for the CPU, memory, and storage requested by running pods. Which GKE cluster architecture should the team deploy to meet these requirements?
A DevOps engineer is configuring a specialized service account for an automated CI/CD deployment pipeline. The pipeline must deploy new Cloud Functions (2nd gen) instances and configure Cloud Scheduler triggers strictly within a single target Google Cloud project named `proj-services-prod`. The service account must not be granted permissions beyond what is necessary to perform these tasks, nor should it acquire access to any neighboring projects. Which IAM role configuration meets these requirements while adhering to Google Cloud recommended best practices?
Your organization operates a production Cloud SQL for MySQL instance that supports a mission-critical transactional application. During peak hours, complex analytical reporting queries involving multi-table SQL joins cause severe CPU throttling on the primary instance, impacting transaction processing. You must resolve the performance bottleneck for reporting workloads while maintaining real-time transactional data access, ensuring no schema changes are required, and minimizing operational overhead. What should you do?
An infrastructure administrator needs to deploy a Compute Engine virtual machine instance named `db-proxy-01` in the `us-central1-a` zone to handle sensitive internal database proxying. The virtual machine must reside in an existing custom subnetwork named `prod-db-subnet`, must not be exposed to the public internet, must attach an existing secondary persistent disk named `data-disk-01` in read-only mode, and must run using a dedicated service account `[email protected]` instead of the default Compute Engine service account. Which `gcloud` command accurately provisions this virtual machine according to all technical requirements?
A background data processing pipeline requires access to send telemetry events to Cloud Pub/Sub topics located within a dedicated analytics project. The service account assigned to the pipeline should only have permissions to publish messages, without the ability to create topics, read messages from subscriptions, or alter topic configurations. To adhere to the principle of least privilege, which IAM role configuration should be applied to the service account?
An organization is designing the Google Cloud networking architecture for a two-tier application deployed on Compute Engine instances. The architecture has two primary traffic requirements:
1. A public-facing web frontend accepting external HTTPS requests from internet clients with a requirement to cache static media assets at edge locations.
2. An internal backend microservice communicating via raw TCP with other internal workloads in the same Virtual Private Cloud (VPC), requiring strict preservation of client source IP addresses.
Which TWO load balancing solutions should the organization select to meet these requirements?
Geçerli olan tümünü seçin
An enterprise organization hosts a mission-critical web application on Compute Engine instances located in the europe-west1 region. During a planned capacity expansion, a Cloud Engineer attempts to launch 20 additional n2-standard-16 virtual machines within europe-west1-b. The creation request fails immediately with a QUOTA_EXCEEDED error indicating that the N2_CPUS regional quota limit has been reached. Due to strict data residency and VPC peering requirements, the workload must remain within the europe-west1 region. Which action should the engineer take to successfully provision the required compute capacity while following Google-recommended best practices?