练习 60 道原创 Google Cloud DevOps Engineer 题,覆盖 CI/CD、可靠性、监控、安全、部署与成本,每题附详细解析。
等级: Google Cloud DevOps Engineer难度: advanced60 道题60 分钟
选择练习模式,回答每道 GCP DevOps 题,然后查看解析。错题会保存在本机供复习。
连续学习: 0 天仅保存在此设备
进度0 / 60
剩余时间: 00:00
还没有保存的错题。
没有符合条件的题目。
题目 1
Which Google Cloud service builds container images from source code?
Cloud Build compiles source and builds container images. Cloud Run runs containers, Cloud Storage stores objects, and Cloud DNS resolves names.
题目 2
Which Google Cloud service manages delivery pipelines and rollouts?
Cloud Deploy automates delivery pipelines and progressive rollouts. Cloud Functions is serverless compute, Cloud SQL is a database, and Cloud CDN caches content.
题目 3
Which Google Cloud service hosts private Git repositories?
SRE applies software engineering to run reliable systems. Marketing, design, and payroll are not operational engineering practices.
题目 12
What is an error budget?
An error budget is the allowed failure budget derived from an SLO. It is not a financial budget, backup, or quota.
题目 13
What is a service level objective?
An SLO defines reliability targets such as 99.9 percent availability. Project names, firewall rules, and storage classes are different.
题目 14
What is a service level agreement?
An SLA is an agreement with expected service levels and penalties. Images, DNS zones, and indexes are not agreements.
题目 15
What is a service level indicator?
An SLI is a measured metric such as availability or latency. Regions, machine types, and billing accounts are not reliability metrics.
题目 16
What is a canary release?
Canary releases test a new version with a small traffic share. Deleting versions, creating projects, or disabling monitoring are not canary practices.
题目 17
What is a rolling deployment?
Rolling deployments update instances in stages to reduce downtime. Replacing everything, creating accounts, or stopping traffic are not rolling updates.
题目 18
What is a blue/green deployment?
Blue/green runs old and new environments and shifts traffic when the new version is ready. One environment or deleting environments is not blue/green.
题目 19
What is a load test?
Load tests measure behavior under traffic or usage. Backups, key rotation, and image builds are not load tests.
题目 20
Match each reliability concept to its meaning.
SLO defines a target, error budget is allowed failure, canary uses small traffic, and blue/green switches environments.
题目 21
Which Google Cloud service collects metrics and supports dashboards?
Cloud Monitoring collects metrics, dashboards, and alerts. Logging stores logs, SQL is a database, and Storage stores objects.
题目 22
Which Google Cloud service stores and queries logs?
Cloud Logging ingests and queries logs. Cloud Run and Functions are compute, and CDN caches content.
题目 23
Which Google Cloud service analyzes request traces?
Cloud Trace analyzes latency and request traces. Profiler analyzes CPU and memory, DNS resolves names, and Armor protects web apps.
题目 24
Which Google Cloud service profiles CPU and memory usage?
Cloud Profiler captures continuous CPU and memory profiles. Trace analyzes latency, Build builds images, and Deploy manages rollouts.
题目 25
Which Google Cloud service groups application errors for analysis?
Cloud Error Reporting aggregates and surfaces application errors. Monitoring tracks metrics, DNS resolves names, and SQL is a database.
题目 26
What is an uptime check?
Uptime checks test endpoints from multiple locations. Backups, firewall rules, and quotas are unrelated.
题目 27
What is an alerting policy?
Alerting policies evaluate conditions and notify teams. DNS records, buckets, and images do not alert.
题目 28
What is a log-based metric?
Log-based metrics count or measure patterns in log entries. CPU counters, billing reports, and DNS queries are different.
题目 29
What is a Cloud Monitoring dashboard?
Dashboards display metrics and charts for operational visibility. Logs, load balancers, and images are not dashboards.
题目 30
Match each observability service to its purpose.
Monitoring collects metrics, Logging stores logs, Trace analyzes latency, and Error Reporting groups errors.
题目 31
Which Google Cloud service securely stores secrets?
Secret Manager stores and controls access to secrets. Storage stores objects, SQL is a database, and CDN caches content.
题目 32
Which Google Cloud service controls permissions with roles?
Cloud IAM grants roles and permissions. DNS resolves names, Trace analyzes latency, and Profiler analyzes CPU.
题目 33
What is a service account?
Service accounts let applications authenticate to Google Cloud APIs. Passwords, firewall rules, and DNS records are different.
题目 34
Which Google Cloud service provides container vulnerability scanning?
Artifact Analysis scans container images for vulnerabilities. DNS resolves names, Logging stores logs, and Functions runs code.
题目 35
Which Google Cloud service protects web applications with WAF rules?
Cloud Armor provides WAF and DDoS protection. CDN caches content, DNS resolves names, and Trace analyzes latency.
题目 36
What is Binary Authorization?
Binary Authorization enforces that images are signed and approved before deployment. Backups, billing, and load tests are unrelated.
题目 37
What is a VPC firewall rule?
Firewall rules allow or deny traffic based on source, destination, ports, and protocols. Buckets, machine types, and tables are not firewall rules.
题目 38
Which Google Cloud feature records who did what for auditing?
Cloud Audit Logs records admin, data access, and policy events. Cloud Logging stores general logs, Trace analyzes latency, and Profiler analyzes CPU.
题目 39
Which Google Cloud service manages encryption keys?
Cloud KMS creates and controls encryption keys. IAM manages permissions, DNS resolves names, and Armor protects web apps.
题目 40
Match each Google Cloud security service to its purpose.
Secret Manager stores secrets, IAM controls permissions, Binary Authorization enforces signed images, and KMS manages keys.
题目 41
What is a deployment strategy?
Deployment strategies define how changes reach users, such as rolling or canary. Schemas, DNS records, and firewalls are unrelated.
题目 42
What is progressive delivery?
Progressive delivery uses canaries, feature flags, and gradual rollout to reduce risk. Deleting changes, creating users, or disabling logging are not progressive delivery.
题目 43
What is a feature flag?
Feature flags control feature availability without redeployment. DNS records, storage classes, and machine images are different.
题目 44
What is a rollback?
Rollback restores a previous version after a failed deployment. Backups, scaling, and key rotation are separate operations.
题目 45
What is a release candidate?
A release candidate is a build that may become the production release. Tables, firewall rules, and buckets are not release candidates.
题目 46
What is a deployment pipeline?
Pipelines automate stages such as build, test, and deploy. Routes, DNS zones, and backups are not pipelines.
题目 47
What is a promotion in a pipeline?
Promotion moves approved artifacts between environments. Deletion, project creation, and password changes are unrelated.
题目 48
What is GitOps?
GitOps manages deployments from Git repositories. Documentation, spreadsheets, and email are not GitOps.
题目 49
What is canary analysis?
Canary analysis checks whether a new version meets criteria before expanding traffic. Deleting, creating projects, or disabling alerts are not analysis.