Practica 60 preguntas originales de Cloud DevOps Engineer sobre CI/CD, confiabilidad, monitoreo, seguridad, despliegue y costo.
Nivel: Google Cloud DevOps EngineerDificultad: advanced60 preguntas60 min
Elige un modo, responde cada pregunta y revisa la explicación. Los errores se guardan localmente.
Racha de días: 0 díasGuardado solo en este dispositivo
Progreso0 / 60
Tiempo restante: 00:00
Aún no hay errores guardados.
Ninguna pregunta coincide con tus filtros.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 19
What is a load test?
Load tests measure behavior under traffic or usage. Backups, key rotation, and image builds are not load tests.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 26
What is an uptime check?
Uptime checks test endpoints from multiple locations. Backups, firewall rules, and quotas are unrelated.
Pregunta 27
What is an alerting policy?
Alerting policies evaluate conditions and notify teams. DNS records, buckets, and images do not alert.
Pregunta 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.
Pregunta 29
What is a Cloud Monitoring dashboard?
Dashboards display metrics and charts for operational visibility. Logs, load balancers, and images are not dashboards.
Pregunta 30
Match each observability service to its purpose.
Monitoring collects metrics, Logging stores logs, Trace analyzes latency, and Error Reporting groups errors.
Pregunta 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.
Pregunta 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.
Pregunta 33
What is a service account?
Service accounts let applications authenticate to Google Cloud APIs. Passwords, firewall rules, and DNS records are different.
Pregunta 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.
Pregunta 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.
Pregunta 36
What is Binary Authorization?
Binary Authorization enforces that images are signed and approved before deployment. Backups, billing, and load tests are unrelated.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 43
What is a feature flag?
Feature flags control feature availability without redeployment. DNS records, storage classes, and machine images are different.
Pregunta 44
What is a rollback?
Rollback restores a previous version after a failed deployment. Backups, scaling, and key rotation are separate operations.
Pregunta 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.
Pregunta 46
What is a deployment pipeline?
Pipelines automate stages such as build, test, and deploy. Routes, DNS zones, and backups are not pipelines.
Pregunta 47
What is a promotion in a pipeline?
Promotion moves approved artifacts between environments. Deletion, project creation, and password changes are unrelated.
Pregunta 48
What is GitOps?
GitOps manages deployments from Git repositories. Documentation, spreadsheets, and email are not GitOps.
Pregunta 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.