
AWS
374+ preguntas de práctica gratuitas con respuestas verificadas por IA
Impulsado por IA
Cada respuesta de AWS Certified DevOps Engineer - Professional (DOP-C02) es verificada de forma cruzada por 3 modelos de IA líderes para garantizar la máxima precisión. Obtén explicaciones detalladas por opción y análisis profundo de cada pregunta.
A company operates 10 Amazon OpenSearch Service domains with Auto-Tune enabled across 2 AWS Regions and needs to visualize every Auto-Tune action (for example, memory or shard rebalancing adjustments) on an Amazon CloudWatch dashboard at 1-minute resolution for the last 24 hours; which solution will meet this requirement?
A fintech startup stores Terraform modules and unit tests in an AWS CodeCommit repository; an AWS CodePipeline pipeline triggers an AWS CodeBuild project whenever code is merged into the release branch, and the build must run the unit tests within a 12-minute timeout and, only if they pass, create an annotated Git tag named release-${CODEBUILD_BUILD_NUMBER} on the most recent commit and push that tag back to the repository; how should the company configure the CodeBuild project to meet these requirements?
A maritime analytics company is building a telemetry ingestion service for 2,000 cargo vessels; each vessel’s engine control unit emits nine metrics every 150 milliseconds, producing high-volume time-series data. The company must persist these events to Amazon Timestream and run a scheduled daily dashboard query that scans the most recent 24 hours with sub-second latency. Which combination of actions will provide the FASTEST query performance? (Choose three.)
A logistics enterprise operates a multi-OU AWS Organizations setup across two AWS Regions with 68 member accounts and has acquired a fintech startup that uses 11 standalone AWS accounts with separate billing; the platform team must centralize administration under a single management account while retaining break-glass full administrative control across all imported accounts and must centrally aggregate and group security findings across the entire environment with new accounts automatically included as they are onboarded; which combination of actions should the platform team take to meet these requirements with minimal operational overhead? (Choose two.)
A video analytics company manages 28 AWS accounts in a single AWS Organizations organization with all features enabled and uses AWS CloudFormation StackSets for baseline deployments while AWS Config already monitors general S3 settings, and the security team now requires a preventative control that ensures every S3 PutObject across all accounts and Regions uses AWS Key Management Service (AWS KMS) server-side encryption (SSE-KMS) and blocks any noncompliant upload attempts with minimal operational overhead; which solution will meet these requirements?
¿Quieres practicar todas las preguntas en cualquier lugar?
Descarga Cloud Pass gratis — incluye exámenes de práctica, seguimiento de progreso y más.
A DevOps engineer is building a data-forwarding service where an AWS Lambda function reads batched records from an Amazon Kinesis Data Streams shard and forwards them to an internal ERP SOAP endpoint over a VPC. Roughly 12% of incoming records fail validation and must be handled manually; the Lambda event source mapping is configured with an Amazon SQS dead-letter queue (DLQ) as an on-failure destination, and the function uses batch processing with retries enabled. During load testing, the engineer observes that the DLQ contains many records that have no data issues and were already accepted by the ERP service, indicating that successful items from partially failing batches are being retried and eventually sent to the DLQ along with the failures. Which event source configuration change should the engineer implement to reduce the number of error-free records sent to the DLQ while preserving current throughput and retry behavior?
A global payment platform needs a well-architected design for a webhook receiver that must serve merchants in us-east-1 and eu-west-1 with p95 latency under 150 ms and at least 99.99% availability; the stack must use Amazon API Gateway, AWS Lambda, and Amazon DynamoDB, and the solution must provide active-active operation with automatic failover across Regions while ensuring writes are available in both Regions.
A data platform team created an AWS CloudFormation template to let teams quickly launch and tear down a nightly ETL proof of concept; the template provisions an AWS Glue job and an Amazon S3 bucket with versioning enabled and a lifecycle rule that retains objects for 90 days, and when the stack is deleted within 24 hours of creation CloudFormation shows DELETE_FAILED for the S3 bucket because it still contains objects and delete markers, so the team needs the MOST efficient way to ensure all resources are removed automatically and the stack deletion completes without errors.
A financial analytics platform runs its stateless API on Amazon EC2 instances in Auto Scaling groups behind Application Load Balancers across two Availability Zones per Region and stores transactional data in Amazon Aurora PostgreSQL; the business mandates a maximum RPO of 2 hours and a maximum RTO of 10 minutes at all times for both the data and the application across Regions. Which combination of deployment strategies will meet these requirements? (Choose two.)
A global media company uses AWS Organizations with two OUs (root and analytics); the root OU has a single SCP that contains one Allow statement for all actions on all resources, while the analytics OU (which contains four accounts including the ext-ml account, ID 222222222222) has an SCP that allows only s3:* and glue:* and explicitly denies all other actions by using a Deny statement with NotAction [s3:, glue:] on all resources; in the ext-ml account, a DevOps engineer's IAM user has the AdministratorAccess policy attached, and when the engineer attempts in us-east-1 to create an Amazon RDS db.m6g.large instance via the console and AWS CLI (rds:CreateDBInstance), the request fails with AccessDeniedException indicating it was blocked by an organization service control policy. Which change will allow the engineer to successfully create the RDS instance in the ext-ml account?
An online gaming platform operates 12 Amazon EC2 instances across us-east-1 and us-west-2 in an Auto Scaling group; AWS Health publishes scheduled instance retirement and underlying host maintenance notifications that require reboots, and the company mandates that remediation occur only within an existing AWS Systems Manager maintenance window every Sunday from 01:00 to 03:00 UTC, so how should a DevOps engineer configure an Amazon EventBridge rule to automatically handle these notifications while ensuring reboots run only inside the maintenance window?
A research analytics platform runs data collectors on Amazon EC2 instances in an Auto Scaling group (minimum 4, maximum 20) that is created and maintained by AWS CloudFormation; each instance must start with a 12 KB TOML configuration file at /etc/collector/config.toml that is versioned in the same source repository as the infrastructure templates, and when the CloudFormation stack is updated with a change to this configuration, all running instances must pick up the change within 3 minutes without replacing instances while newly launched instances must always have the latest configuration—what solution will accomplish this with minimal delay?
A DevOps team is preparing a blue/green release for a customer-facing API that runs on Amazon EC2 behind a single Application Load Balancer (ALB) using HTTPS on port 443; instances run in two Auto Scaling groups (api-blue-asg and api-green-asg) with separate launch templates, and each group registers to its own ALB target group (tg-blue and tg-green) with health checks on /healthz and a healthy threshold of 3; both environments share an existing Amazon RDS MySQL database; a Route 53 alias record api.acme.dev with a 300-second TTL points to the ALB’s DNS name; the team must shift 100% of traffic at once from blue to green with less than 30 seconds of impact and must not rely on DNS propagation. Which solution will meet these requirements?
A global research consortium operating 14 AWS accounts across 6 Regions needs eight internal project teams to provision infrastructure only through pre-approved blueprints, and the security office requires automated multi-account, multi-Region detection and alerting when any resource deviates from the intended configuration while preventing direct use of raw CloudFormation templates; which strategy should be used to meet these requirements?
A media streaming startup operates a multi-account environment in AWS Organizations with all features enabled. The operations (source) account uses AWS Backup in us-west-2 to protect 120 Amazon EBS volumes and encrypts recovery points with a customer managed KMS key (alias/ops-backup). To meet DR requirements, the company configured cross-account copy in the management account, created a backup vault named dr-vault and a customer managed KMS key (alias/dr-backup) in a newly created DR account, and then updated the backup plan in the operations account to copy all recovery points to the DR account's dr-vault. When a backup job runs in the operations account, recovery points are created successfully in the operations account, but no copies appear in the DR account's dr-vault. Which combination of steps will allow AWS Backup to copy recovery points to the DR account's vault? (Choose two.)
During a security audit, an AWS CodeBuild project that builds a container image downloads a Helm chart (5 MB) from an Amazon S3 bucket by issuing an unauthenticated HTTP GET to a public object URL in us-east-1 during the pre_build phase. The security team mandates that all S3 access for this project must use IAM-based authentication, the S3 bucket must block public access, no long-term credentials may be stored in the build environment, and the build must continue to retrieve the chart via a command-line tool. What is the MOST secure way to remediate this issue?
A media streaming startup discovers that its disaster recovery (DR) Kubernetes cluster was mistakenly deployed to the same AWS Region as production. The production microservices run on Amazon EKS with managed node groups provisioned by Terraform, and all container images are already replicated to a new DR Region in Amazon ECR. The applications mount an Amazon FSx for NetApp ONTAP NFS volume for shared state, and no application data resides on the EKS nodes. The DevOps engineer updated the infrastructure code to accept a Region variable and stood up the DR control plane. The file storage in the DR Region must achieve an RPO of 10 minutes. Which solution will meet these requirements?
An organization builds container images in an engineering account (Account A: 111111111111) in ap-northeast-2 and pushes them to a single Amazon ECR repository named svc-web; a CodePipeline pipeline deploys to a staging Amazon EKS cluster in Account A (Kubernetes 1.29) and, after tests pass, promotes the same image to production; the company is moving the production EKS cluster to a separate operations account (Account B: 222222222222) in the same Region; the production VPC in Account B has no internet gateway or NAT gateway, and all image downloads must remain on the AWS private network; compliance requires that images continue to be pulled from the single ECR repository in Account A (no replication or duplicate repositories are allowed); which solution will meet these requirements?
An energy startup stores 120 GB of sensor diagnostics exported hourly in CSV format in an Amazon S3 bucket under a date/hour partition prefix (for example, s3://env-data/diagnostics/year=2025/month=08/day=16/hour=00-23). A team of SQL analysts needs to run ad hoc queries using standard SQL without managing any servers and must publish interactive dashboards with line and bar charts refreshed every 24 hours. The team also needs an efficient, automated, and persistent way to capture and maintain table metadata (columns, data types, partitions) for the CSV files as new hourly objects arrive. Which combination of steps will meet these requirements with the least amount of effort? (Choose three.)
A data governance team is concerned that a developer might unintentionally make an Amazon RDS DB snapshot in production publicly accessible; no developer should be able to modify snapshot attributes to share with all accounts, and the team must be notified within 5 minutes if any snapshot tagged Environment=prod in us-east-1 or us-west-2 is public, so how can this be automated at scale without manual review?
Periodo de estudio: 2 months
앱의 문제들 3번이나 반복해서 풀고 떨어지면 어떡하지 불안했었는데 시험에서 문제들이 굉장히 유사하게 많이 나와서 쉽게 풀 수 있었어요. 감사해요!
Periodo de estudio: 1 month
After going through a Udemy course, I wanted to do some practice exams before taking the real exam. Cloud pass is good resource for exam. I didn't complete every questions, i only completed 70% questions. But i passed! Thanks cloud pass
Periodo de estudio: 1 month
A lot of the questions in this app questions indeed appeared on the exam, very helpful.
Periodo de estudio: 1 month
Passed the exam DOP-C02 Oct 2025. These practice questions were essential for my preparation. The services covered in the test practices match the exam content very well.
Periodo de estudio: 1 month
passed the dop exam with the help of Cloud pass questions. The real exam is full of tricky questions and these sets helped me prepared for it.

Associate

Practitioner

Specialty

Practitioner

Associate

Associate

Associate

Specialty

Professional
Obtén la app gratis