Luyện 60 câu hỏi Cloud DevOps Engineer gốc về CI/CD, độ tin cậy, giám sát, bảo mật, triển khai và chi phí.
Cấp độ: Google Cloud DevOps EngineerĐộ khó: advanced60 câu hỏi60 phút
Chọn chế độ luyện tập, trả lời từng câu rồi xem lời giải. Câu sai được lưu cục bộ.
Chuỗi ngày: 0 ngàyChỉ lưu trên thiết bị này
Tiến độ0 / 60
Thời gian còn lại: 00:00
Chưa có câu sai được lưu.
Không có câu hỏi phù hợp với bộ lọc.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 19
What is a load test?
Load tests measure behavior under traffic or usage. Backups, key rotation, and image builds are not load tests.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 26
What is an uptime check?
Uptime checks test endpoints from multiple locations. Backups, firewall rules, and quotas are unrelated.
Câu hỏi 27
What is an alerting policy?
Alerting policies evaluate conditions and notify teams. DNS records, buckets, and images do not alert.
Câu hỏi 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.
Câu hỏi 29
What is a Cloud Monitoring dashboard?
Dashboards display metrics and charts for operational visibility. Logs, load balancers, and images are not dashboards.
Câu hỏi 30
Match each observability service to its purpose.
Monitoring collects metrics, Logging stores logs, Trace analyzes latency, and Error Reporting groups errors.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 33
What is a service account?
Service accounts let applications authenticate to Google Cloud APIs. Passwords, firewall rules, and DNS records are different.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 36
What is Binary Authorization?
Binary Authorization enforces that images are signed and approved before deployment. Backups, billing, and load tests are unrelated.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 43
What is a feature flag?
Feature flags control feature availability without redeployment. DNS records, storage classes, and machine images are different.
Câu hỏi 44
What is a rollback?
Rollback restores a previous version after a failed deployment. Backups, scaling, and key rotation are separate operations.
Câu hỏi 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.
Câu hỏi 46
What is a deployment pipeline?
Pipelines automate stages such as build, test, and deploy. Routes, DNS zones, and backups are not pipelines.
Câu hỏi 47
What is a promotion in a pipeline?
Promotion moves approved artifacts between environments. Deletion, project creation, and password changes are unrelated.
Câu hỏi 48
What is GitOps?
GitOps manages deployments from Git repositories. Documentation, spreadsheets, and email are not GitOps.
Câu hỏi 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.