Tüm alıştırma soruları
1591 soru
A cloud administrator is managing project lifecycles and governance across an enterprise Google Cloud resource hierarchy. The administrator must protect a critical security project named `shared-sec-ops` from accidental deletion, even by users holding the primitive Owner role. Additionally, an automated pipeline service account must be configured with the necessary permissions to move projects from the `Staging` folder to the `Production` folder. Which TWO configurations or actions fulfill these requirements?
Geçerli olan tümünü seçin
An organization is designing a custom mode Virtual Private Cloud (VPC) network in Google Cloud that connects to an on-premises data center via Cloud VPN. The on-premises network utilizes the IP address block . Within the GCP VPC network, an engineer creates a primary subnet named `prod-subnet-us` in the `us-central1` region with an initial CIDR range of . To accommodate incoming application workloads, the team needs to expand the primary IP range of `prod-subnet-us`. Which of the following expansion plans complies with Google Cloud VPC subnet expansion rules without causing IP range overlaps or routing conflicts with the on-premises network?
A cloud engineer is designing Google Cloud compute infrastructure for a healthcare organization with two distinct application requirements:
1. Workload 1: An asynchronous, fault-tolerant batch image processing pipeline that can resume cleanly if an instance is terminated unexpectedly.
2. Workload 2: A 24/7 mission-critical relational database with high RAM requirements that demands uninterrupted execution and high availability.
Which TWO deployment and machine type strategies should the engineer select to meet performance requirements while minimizing costs? (Select TWO.)
Geçerli olan tümünü seçin
A centralized platform security team is auditing permission boundaries for an infrastructure automation service account (`[email protected]`). The service account is designated solely to attach newly onboarded, existing Google Cloud projects to the enterprise Cloud Billing Account without possessing permissions to modify billing account financial settings or manage compute workloads inside the projects.
Which TWO predefined IAM roles represent the minimum necessary privileges required for this service account to successfully link the projects to the Cloud Billing Account? (Select TWO.)
Geçerli olan tümünü seçin
A cloud engineer is using the Google Cloud Pricing Calculator to estimate the base monthly cost of a Compute Engine virtual machine instance. The pricing calculator specifies an hourly rate of for the selected machine configuration. Assuming the instance runs continuously for hours in a 30-day month, what is the total estimated baseline cost in USD before applying any sustained use or committed use discounts?
A cloud engineer is planning the Google Compute Engine architecture for a specialized genomics research platform that consists of two distinct workloads:
1. Workload 1: A mission-critical, stateful primary database service running continuous 24/7 operations with steady, predictable memory and CPU utilization.
2. Workload 2: A batch alignment pipeline that processes queue-based genomic data blocks. The pipeline is stateless, fully fault-tolerant, saves progress checkpoints to Cloud Storage every 5 minutes, and can handle abrupt node terminations.
Which TWO deployment and resource planning choices should the engineer recommend to satisfy operational requirements while optimizing total cost of ownership? (Select TWO.)
Geçerli olan tümünü seçin
A healthcare analytics firm ingests large volumes of patient diagnostic images into a Google Cloud Storage bucket. The access pattern is defined as follows:
- During the first 30 days after ingestion, images are accessed frequently by machine learning pipelines for daily analysis.
- Between 31 days and 365 days, images are accessed infrequently (less than once per quarter) for occasional patient follow-ups, but sub-second retrieval performance is still required.
- After 365 days, images must be retained for 7 years to meet regulatory compliance, with an expected access frequency of less than once per year.
Which TWO Object Lifecycle Management rules should you configure on the bucket to minimize total cost of ownership while adhering to minimum storage duration requirements?
Geçerli olan tümünü seçin
A global logistics provider is designing a Google Cloud Storage solution for digital freight documentation and bills of lading. The data access profile is as follows:
- High-frequency reads and updates occur during the first 30 days after shipment creation.
- Access drops to infrequent administrative queries (less than once per month) between day 31 and day 90.
- After 90 days, files are rarely accessed but must be retained for 5 years to comply with international trade regulations.
- Regulatory mandates require strict immutability, ensuring files cannot be modified or deleted by any user or administrator during the 5-year retention window.
Which TWO architectural actions should you combine to optimize storage costs while satisfying all compliance requirements? (Select TWO)
Geçerli olan tümünü seçin
A financial risk analysis firm is planning the Google Compute Engine architecture for a new quantitative modeling platform. The platform consists of two distinct components:
1. A high-performance simulation engine executing millions of stateless, fault-tolerant Monte Carlo calculations that can be restarted if terminated unexpectedly.
2. A continuous, uninterrupted auditing microservice requiring a non-standard memory ratio of 1 vCPU to 8 GB of RAM to run reliably 24/7.
Which TWO compute resource strategies should you recommend to optimize cost and fulfill workload requirements? (Select TWO.)
Geçerli olan tümünü seçin
A bioinformatics research organization is planning its compute architecture on Google Cloud for two upcoming workloads:
1. Genomic Pipeline: Interruptible, stateless batch jobs that process large genomic dataset files overnight and can resume from checkpoints if interrupted.
2. Patient Portal API: A continuous 24/7 web application backend with predictable, steady-state resource utilization throughout the year.
Which TWO strategies should the cloud engineer implement to optimize cost and performance for these Compute Engine resources?
Geçerli olan tümünü seçin
A cloud engineer is using the Google Cloud Pricing Calculator to estimate the monthly compute expenses for a company migrating a multi-tier application. The workload requirements specify two distinct operational profiles:
1. A set of web frontend virtual machines running continuously 24 hours a day, 7 days a week, with a predictable baseline resource demand planned for a 3-year operational lifecycle.
2. A cluster of batch processing worker instances that execute non-critical, fault-tolerant data transformation jobs intermittently whenever spare capacity is available.
Which combination of VM pricing configurations should the engineer select in the Pricing Calculator to achieve the most accurate and cost-effective estimate for these components?
A cloud administrator is configuring a newly created Google Cloud Storage bucket named `analytics-export-data` to align with organizational security and operational compliance standards. The organization mandates that access must be managed strictly using IAM roles at the bucket level rather than per-object Access Control Lists (ACLs). Additionally, log files uploaded to this bucket must automatically transition to Nearline storage after 90 days to minimize ongoing storage fees. Which of the following commands should the administrator execute using the `gcloud` CLI to satisfy these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise organization is migrating an online transaction processing (OLTP) core application to Google Cloud. The system requires a relational database engine with strict multi-row ACID compliance, sub-10 millisecond write latencies, and persistent data retention across virtual machine restart events. The database requires 30,000 sustained random read/write IOPS for a 1 TB dataset. The architecture team mandates achieving these requirements with minimal operational management overhead. Which database and block storage architecture should you recommend?
A system administrator needs to provision a production-grade PostgreSQL database on Cloud SQL using the Google Cloud CLI. The compliance policy mandates that the instance must be attached strictly to a custom Virtual Private Cloud (VPC) network without a public IP address, must be configured for High Availability (regional failover), and must support Point-in-Time Recovery (PITR) alongside daily automated backups. Which `gcloud sql instances create` command configuration satisfies all specified enterprise requirements?
A cloud engineer is using Terraform to automate the deployment of a Google Kubernetes Engine (GKE) cluster into a target service project named `proj-workloads-prod`. During the pipeline execution, `terraform apply` fails with an API error stating `Google API Error 403: Kubernetes Engine API has not been used in project proj-workloads-prod or it is disabled`. The engineer had previously enabled `container.googleapis.com` in the central CI/CD administrative project `proj-pipeline-host` where the deployment pipeline service account resides, assuming that API enablement in the calling project would suffice. Which action must the engineer take to resolve this failure?
A cloud engineer is deploying a Compute Engine Virtual Machine instance named `analytics-worker` in the `us-east1-b` zone using the Google Cloud CLI (`gcloud`). The deployment must fulfill all of the following operational constraints:
- Attach an existing secondary persistent disk named `analytics-data` in read-only mode.
- Execute an initialization script stored in a Google Cloud Storage bucket (`gs://corp-analytics-binaries/init.sh`) upon startup.
- Identity and service access must be bound to the custom service account `[email protected]`.
- Prevent the allocation of an external (public) IP address to the VM.
Which `gcloud` command correctly provisions the instance according to these requirements?
An organization is configuring Virtual Private Cloud (VPC) firewall rules for a microservice environment hosted on Compute Engine instances. A security engineer needs to block incoming traffic on TCP port from external IP addresses while ensuring that an internal administrative subnet () can maintain SSH access to instances tagged with `admin-bastion`.
Currently, the VPC network has two custom firewall rules:
- `rule-block-ssh`: Action `DENY`, Direction `INGRESS`, Priority `1000`, Source `0.0.0.0/0`, Protocol/Port `tcp:22`, Target `All instances in the network`.
- `rule-allow-admin-ssh`: Action `ALLOW`, Direction `INGRESS`, Priority `5000`, Source `10.2.0.0/24`, Protocol/Port `tcp:22`, Target network tag `admin-bastion`.
Administrators report that internal SSH connections from to `admin-bastion` instances are currently being blocked. Which modification should the cloud engineer make to resolve this issue while maintaining all security requirements?
An enterprise application running on Google Cloud uses a Cloud SQL instance for transactional workloads requiring complex relational SQL queries and joins. Additionally, the application stores daily audit log files in a Cloud Storage Standard bucket. These audit logs are frequently accessed and analyzed during the first 30 days after creation, but access drops significantly after 30 days while retention is required for compliance. The operations team reports high CPU utilization on the Cloud SQL primary instance due to reporting queries, as well as rising storage costs for the audit log bucket.
Which TWO architectural and operational management actions should the Cloud Engineer implement to resolve these issues? (Select TWO.)
Geçerli olan tümünü seçin
A cloud administrator is managing firewall configurations for a Google Cloud custom VPC network. The network currently has two ingress firewall rules applied to virtual machines with the target network tag `db-server`:
- Rule `rule-allow-internal`: Direction INGRESS, Action ALLOW, IP protocol/port `tcp:5432`, Source IP ranges `10.150.0.0/16`, Priority 800.
- Rule `rule-deny-external`: Direction INGRESS, Action DENY, IP protocol/port `tcp:5432`, Source IP ranges `0.0.0.0/0`, Priority 300.
Database clients operating within the `10.150.0.0/16` subnet report that their connections to port 5432 on the `db-server` instances are failing. How should the administrator modify the firewall rules to allow access from `10.150.0.0/16` while continuing to block all other traffic on port 5432?
An enterprise SaaS company is planning the architecture for a new containerized web application on Google Kubernetes Engine (GKE). The application consists of stateless microservices that scale dynamically based on HTTP traffic. The infrastructure team wants to eliminate manual node provisioning, OS patching, and capacity planning while ensuring Google manages the cluster infrastructure health and node lifecycle entirely. Additionally, organizational policy forbids running pods with privileged host access. Which GKE mode should the cloud engineer choose to meet these requirements?