Latih 60 soal AWS DevOps Engineer Professional asli tentang CI/CD, infrastructure as code, manajemen konfigurasi, monitoring, keamanan, dan arsitektur tangguh, dengan penjelasan.
Pilih mode latihan, jawab setiap soal, lalu tinjau penjelasan. Jawaban salah disimpan secara lokal.
Hari beruntun: 0 hariTersimpan hanya di perangkat ini
Kemajuan0 / 60
Waktu tersisa: 00:00
Belum ada jawaban salah tersimpan.
Tidak ada soal yang cocok dengan filter.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 10
Match each AWS DevOps service to its purpose.
CodePipeline orchestrates release stages, CodeBuild builds and tests, CodeDeploy deploys, and CodeCommit hosts Git repositories.
Soal 11
Which AWS service provisions resources from declarative templates?
CloudFormation provisions AWS resources from templates. CodeDeploy deploys apps, CodeCommit stores code, and CloudWatch monitors.
Soal 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.
Soal 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.
Soal 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.
Soal 15
What is Terraform?
Terraform manages infrastructure across cloud providers with declarative configuration. It is not AWS-only, a database, or a CDN.
Soal 16
What is AWS CloudFormation StackSets?
StackSets deploy stacks to multiple accounts and Regions from one template. Backups, builds, and DNS records are different.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 22
What is AWS OpsWorks?
OpsWorks manages servers with Chef and Puppet. ECR stores images, WAF filters traffic, and Route 53 resolves DNS.
Soal 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.
Soal 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.
Soal 25
What is Patch Manager used for?
Patch Manager automates patching across managed instances. Building images, routing traffic, and storing backups are separate functions.
Soal 26
What is AWS Config?
Config records configuration changes and evaluates rules. Pipelines, repositories, and CDNs are different services.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 33
What is a CloudWatch composite alarm?
Composite alarms aggregate multiple alarms to reduce noise. Single-metric alarms, DNS checks, and backups are different.
Soal 34
What is CloudWatch Synthetics?
Synthetics runs configurable canaries that verify endpoints and flows. Repositories, databases, and CDNs are not canary services.
Soal 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.
Soal 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.
Soal 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.
Soal 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.
Soal 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.