Tüm alıştırma soruları
1591 soru
An enterprise DevOps team is designing the GKE deployment architecture for two upcoming microservices:
1. A stateless HTTP API service that experiences sudden, unpredictable load spikes and requires hands-off node infrastructure management with zero operational overhead for cluster upgrades.
2. A specialized network security monitoring daemon that requires elevated Linux privileges (`CAP_SYS_ADMIN`) and direct access to the host node network namespace (`hostNetwork: true`).
Which GKE deployment and cluster configuration strategy correctly fulfills both application requirements while adhering to Google Cloud recommended best practices?
A developer has created a Google Kubernetes Engine (GKE) cluster to host an application. Before running `kubectl` commands to manage workloads on the cluster, the developer must retrieve cluster access credentials and configure the local command-line environment. Which `gcloud` command should the developer run to update the local `kubeconfig` file with these credentials?
An enterprise IoT solutions provider is designing a Google Kubernetes Engine (GKE) cluster architecture to host two distinct workloads. The first workload is a specialized edge telemetry receiver that requires custom Linux kernel parameters (sysctl settings) configured directly on the underlying node OS. The second workload is a stateless, fault-tolerant data transformation pipeline that processes incoming message queues and must run at the lowest possible infrastructure cost. The operations team aims to minimize management complexity while meeting all technical requirements. Which cluster architecture recommendation best fulfills these requirements?
Your company is deploying a non-HTTP application service running on custom TCP ports across multiple Compute Engine virtual machine instances in a single Google Cloud region. The service must only be accessible to client applications located inside your Virtual Private Cloud (VPC) network. Which Google Cloud load balancing solution should you select?
A cloud administrator is configuring a local command-line environment to deploy workloads onto a newly provisioned Google Kubernetes Engine (GKE) Standard cluster. The cluster hosts both critical application endpoints and fault-tolerant stateless background workers. Which TWO actions should the administrator perform to establish cluster management access and properly deploy these stateless workloads?
Geçerli olan tümünü seçin
A cloud engineer needs to enable Object Versioning on an existing Google Cloud Storage bucket named `app-logs-prod` using the Google Cloud CLI (`gcloud`). Which command should the engineer run?
A cloud engineer needs to configure automated cost-control actions triggered by Cloud Billing budget alerts using a serverless event architecture. Arrange the following deployment steps in the correct chronological order required to set up this workflow.
Öğeleri doğru sıraya koymak için sürükleyin
A site reliability engineer is setting up a freshly imaged workstation to manage an active Google Kubernetes Engine (GKE) Standard cluster named `prod-app-cluster` located in region `us-central1`. When attempting to run `kubectl get pods`, the command fails with an error indicating that the connection to `localhost:8080` was refused because the local environment context is unconfigured. Which `gcloud` command must the engineer execute to retrieve cluster credentials and update the local `kubeconfig` file?
An organization operates a custom-mode Virtual Private Cloud (VPC) in Google Cloud. A network engineer is tasked with expanding the primary IP range of `subnet-east` to accommodate additional compute instances.
The current VPC subnet allocation and connected routes are configured as follows:
- `subnet-east` primary IP range: ()
- `subnet-west` primary IP range: ()
- `subnet-central` primary IP range: ()
- On-premises network (via Cloud VPN): ()
The engineer plans to expand `subnet-east` to a prefix length to double its IP capacity. Which statement accurately describes the outcome and requirements for this expansion?
A cloud engineer needs to update an existing application running on a Google Kubernetes Engine (GKE) cluster with a new container image version. What is the correct sequence of actions to build, publish, and verify the deployment of this updated workload?
Öğeleri doğru sıraya koymak için sürükleyin
A financial analytics firm is planning the deployment of two backend components for a new serverless application on Google Cloud:
1. Component 1: A report generator service that executes a custom-compiled Linux C++ executable requiring specific OS system libraries packaged in a container.
2. Component 2: A lightweight event processing snippet that parses JSON data whenever a new message is published to a Cloud Pub/Sub topic.
Which TWO architectural decisions should the cloud engineer select to meet these requirements with minimal operational management? (Select TWO.)
Geçerli olan tümünü seçin
An administrator needs to relocate an existing Google Cloud project from a parent folder named `Staging` to another folder named `Production` within the organization resource hierarchy. The administrator already has the `Project Editor` role directly on the project being relocated, but the migration attempt fails with a permission denied error. Which administrative role or permission requirement explains why this move was denied?
A Cloud Engineer needs to request an increase for the regional Compute Engine N2 CPUs quota in a Google Cloud project using the Google Cloud Console. What is the correct sequence of steps to submit this quota increase request?
Öğeleri doğru sıraya koymak için sürükleyin
A Cloud Engineer is tasked with setting up a new development environment in Google Cloud from scratch. The setup requires creating a dedicated Folder under the Organization, creating a Project inside that Folder, associating the Project with an active Billing Account, enabling the Compute Engine API, and granting least-privilege IAM access to the development team. What is the correct sequence of steps to complete this configuration using gcloud CLI commands?
Öğeleri doğru sıraya koymak için sürükleyin
Your enterprise organization needs to author, test, and release a custom IAM role at the organization level using a declarative definition. Place the operational steps in the correct sequential order to create, evaluate, and promote the custom IAM role using the gcloud CLI following Google Cloud best practices.
Öğeleri doğru sıraya koymak için sürükleyin
A cloud engineer is designing a custom-mode Virtual Private Cloud (VPC) network. The current setup includes a primary subnet in `us-central1` configured with a CIDR block of and another primary subnet in the same VPC configured with . Due to anticipated growth, the engineer needs to double the IP address capacity of the subnet without re-creating the subnet or disrupting existing workloads. Which CIDR range configuration update is valid and prevents IP range overlap?
A cloud engineer is using the Google Cloud Pricing Calculator to model monthly operational costs for a mission-critical production workload running continuously 24/7 year-round. The architecture requires 20 Compute Engine instances for base application traffic and a 10 TB data layer that will be queried and updated multiple times per day. Which configuration strategy in the Google Cloud Pricing Calculator provides the most accurate and cost-effective estimate for this workload?
A cloud security administrator at a biotechnology firm needs to grant a lead bio-informatician the required privileges to link a newly provisioned Google Cloud project, `genomics-pipeline-prod`, to the enterprise Cloud Billing Account. The administrator must strictly adhere to the principle of least privilege, ensuring the bio-informatician cannot manage payment details or alter billing account permissions. Which IAM role combination should be granted to the bio-informatician?
An enterprise SaaS organization is architecting a Google Kubernetes Engine (GKE) environment to host two distinct workloads with strict operational requirements:
1. A high-throughput custom API gateway service that requires modifying specific OS kernel sysctl parameters (`net.core.somaxconn`) on the underlying cluster nodes.
2. A fault-tolerant, stateless asynchronous batch analytics engine designed to process non-critical queued jobs at minimal cost.
You need to plan a cluster architecture that meets these workload demands while minimizing operational expenditure. Which TWO architectural decisions should you execute?
Geçerli olan tümünü seçin
An industrial manufacturing company uploads high-resolution optical inspection images to Google Cloud Storage. Analysis of the data lifecycle reveals the following operational requirements:
- Newly created images are accessed continuously by automated quality assurance systems during the first 30 days.
- Between 31 and 90 days, images are queried infrequently (approximately once per month) for batch defect trend reporting.
- After 90 days, images are rarely accessed but must be kept for 3 years to comply with industrial safety audits.
You need to design a Cloud Storage lifecycle policy that optimizes total operational cost while avoiding premature transition fees and excessive retrieval charges. Which storage class transition strategy should you implement?