تدرب على 60 سؤالًا أصليًا في AWS DevOps Engineer Professional تغطي CI/CD والبنية كرمز وإدارة التكوين والمراقبة والأمان والبنية المرنة مع شروح.
المستوى: AWS Certified DevOps Engineer - Professional (DOP-C02)الصعوبة: advanced60 سؤال60 دقيقة
اختر وضع التدريب وأجب عن كل سؤال ثم راجع الشرح. تُحفظ الأخطاء محليًا.
أيام متتالية: 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.