选择练习模式,回答每道 AWS DevOps Engineer Professional 题,然后查看解析。错题会保存在本机供复习。
连续学习: 0 天仅保存在此设备
进度0 / 60
剩余时间: 00:00
还没有保存的错题。
没有符合条件的题目。
题目 1
Which AWS service automates the stages of a software release pipeline?
CodePipeline models release pipelines with source, build, test, and deploy stages. CodeCommit is source control, S3 is storage, and CloudTrail records API calls.
题目 2
Which AWS service builds and tests source code?
CodeBuild compiles and tests code in managed build environments. CodeDeploy deploys applications, Systems Manager manages instances, and CloudWatch monitors.
题目 3
Which AWS service deploys application revisions to EC2 instances or Lambda?
CodeDeploy automates application deployments to EC2, Lambda, and on-premises systems. CodePipeline orchestrates stages, CodeCommit stores code, and Config tracks configuration.
题目 4
What is a blue/green deployment?
Blue/green keeps an old environment active while a new one is validated, then shifts traffic. Rolling replaces instances gradually; deleting first is risky; building is not deployment.
题目 5
What is a canary deployment?
Canary releases serve a small slice of traffic to the new version before full rollout. Sending all traffic or disabling checks is not a canary.
题目 6
What is an approval action in CodePipeline?
Approval actions pause pipelines until a user approves or rejects the change. Build commands, alarms, and bucket policies are different.
题目 7
How can a pipeline deploy across multiple AWS Regions?
CodePipeline supports cross-region actions so artifacts can be deployed in other Regions. VPCs, versioning, and CloudTrail do not provide cross-region pipeline actions.
题目 8
Which AWS service hosts private Git repositories?
CodeCommit is a managed Git repository service. CodeBuild builds code, ECR stores container images, and WAF filters web traffic.
题目 9
What does a buildspec file define?
buildspec.yml defines install, pre-build, build, and post-build phases in CodeBuild. Route tables, IAM policies, and dashboards are unrelated.
题目 10
Match each AWS DevOps service to its purpose.
CodePipeline orchestrates release stages, CodeBuild builds and tests, CodeDeploy deploys, and CodeCommit hosts Git repositories.
题目 11
Which AWS service provisions resources from declarative templates?
CloudFormation provisions AWS resources from templates. CodeDeploy deploys apps, CodeCommit stores code, and CloudWatch monitors.
题目 12
What is a CloudFormation change set?
Change sets let you review how a stack update will change resources before applying it. Backups, scripts, and roles are different.
题目 13
What is drift detection in CloudFormation?
Drift detection identifies resources whose live configuration no longer matches the template. It does not delete or roll back resources.
题目 14
Which tool lets you define AWS infrastructure using programming languages?
The AWS Cloud Development Kit defines infrastructure in TypeScript, Python, Java, and other languages. CodeDeploy deploys apps, SNS sends messages, and Shield protects against DDoS.
题目 15
What is Terraform?
Terraform manages infrastructure across cloud providers with declarative configuration. It is not AWS-only, a database, or a CDN.
题目 16
What is AWS CloudFormation StackSets?
StackSets deploy stacks to multiple accounts and Regions from one template. Backups, builds, and DNS records are different.
题目 17
What is the execution role in CloudFormation?
CloudFormation assumes the execution role when creating, updating, or deleting stack resources. Lambda runtimes, security groups, and launch templates are not roles.
题目 18
How do you pass non-secret configuration values to a CloudFormation template?
Template parameters let users supply values such as instance types or environment names at stack creation. Embedding, S3, and VPCs are not parameter mechanisms.
题目 19
Which AWS service helps manage secrets used by CloudFormation stacks?
Secrets Manager stores and rotates secrets such as database credentials. CodeCommit, CloudWatch, and WAF do not manage secrets.
题目 20
Match each infrastructure as code concept to its purpose.
CloudFormation provisions templates, change sets preview updates, drift detection finds mismatches, and StackSets deploy across accounts.
题目 21
Which AWS service applies configuration baselines to managed instances?
Systems Manager manages instance configuration, patching, and state. CodePipeline orchestrates releases, Route 53 is DNS, and ECS runs containers.
题目 22
What is AWS OpsWorks?
OpsWorks manages servers with Chef and Puppet. ECR stores images, WAF filters traffic, and Route 53 resolves DNS.
题目 23
What is a Systems Manager State Manager association?
State Manager associations define configuration states that Systems Manager applies and monitors. Routes, snapshots, and load balancers are different.
题目 24
What is a Systems Manager Run Command?
Run Command executes commands on managed instances in parallel. Templates, build stages, and DNS records are different.
题目 25
What is Patch Manager used for?
Patch Manager automates patching across managed instances. Building images, routing traffic, and storing backups are separate functions.
题目 26
What is AWS Config?
Config records configuration changes and evaluates rules. Pipelines, repositories, and CDNs are different services.
题目 27
What is a Systems Manager document?
SSM documents define actions for Run Command, State Manager, and Automation. Buckets, dashboards, and peering are not documents.
题目 28
What does AWS Systems Manager Automation do?
Automation executes runbooks for common maintenance and remediation tasks. Building, DNS, and image storage are other services.
题目 29
How can you manage secrets in application configuration?
Secrets should live in Parameter Store or Secrets Manager with least-privilege access. Committing, publishing, or disabling encryption is unsafe.
题目 30
Match each configuration management service to its purpose.
Systems Manager manages instances, Config tracks configuration, OpsWorks manages with Chef/Puppet, and Patch Manager automates patching.
题目 31
Which AWS service provides interactive log querying?
Logs Insights lets you query log groups with a purpose-built query language. CodeBuild builds, Route 53 resolves DNS, and Direct Connect is networking.
题目 32
What is AWS X-Ray?
X-Ray traces requests across services to find bottlenecks and errors. Log archives, firewalls, and load balancers are different.
题目 33
What is a CloudWatch composite alarm?
Composite alarms aggregate multiple alarms to reduce noise. Single-metric alarms, DNS checks, and backups are different.
题目 34
What is CloudWatch Synthetics?
Synthetics runs configurable canaries that verify endpoints and flows. Repositories, databases, and CDNs are not canary services.
题目 35
Which AWS service collects metrics from applications and resources?
CloudWatch collects and stores metrics from AWS resources and applications. CodeCommit stores code, S3 stores objects, and WAF filters traffic.
题目 36
What is CloudWatch Container Insights?
Container Insights collects metrics and logs from ECS and EKS. ECR stores images, CodeBuild builds, and Route 53 manages DNS.
题目 37
What is a CloudWatch log subscription?
Log subscriptions stream matching log events to Lambda, Kinesis, or OpenSearch in real time. They are not backups, DNS records, or routes.
题目 38
What is AWS Distro for OpenTelemetry?
ADOT provides instrumented OpenTelemetry components that send traces and metrics to AWS services. It is not a database, runtime, or firewall.
题目 39
What is a CloudWatch Contributor Insights rule?
Contributor Insights analyzes log data to find top contributors such as IP addresses or error types. IAM, security groups, and storage classes are different.