
65問と130分の制限時間で実際の試験をシミュレーションしましょう。AI検証済み解答と詳細な解説で学習できます。
AI搭載
すべての解答は3つの主要AIモデルで交差検証され、最高の精度を保証します。選択肢ごとの詳細な解説と深い問題分析を提供します。
A fintech startup serves its single-page web app (index.html, app.js, styles.css) from an Amazon S3 bucket named fintech-ui-prod behind an Amazon CloudFront distribution whose default TTL is 86,400 seconds (min TTL 0), and objects are cached due to Cache-Control: max-age=86400. After a CI/CD job deploys build 2025.08.15 by overwriting the same object keys in S3, the team confirms the new artifacts in S3, but end users still see the old UI for hours through CloudFront. How should the developer ensure the updated assets are delivered immediately via CloudFront?
外出先でもすべての問題を解きたいですか?
Cloud Passをダウンロード — 模擬試験、学習進捗の追跡などを提供します。
学習期間: 1 month
I passed with 793 and solved at least 30 questions every day. It was convenient to practice whenever I had a spare moment away from home.
学習期間: 2 months
The app questions were very similar to the exam, and the explanations helped me understand why the wrong choices were incorrect.
学習期間: 1 month
Thank you very much, these questions are wonderful !!!
学習期間: 2 months
I passed a month ago and am only now writing a review. The question structure was similar to the exam.
学習期間: 2 months
I just passed the exam, and I can confidently say that this app was instrumental in helping me thoroughly review the exam material.
A company runs a payment-authorization microservice on Amazon ECS with AWS Fargate, and each authorization must finish in under 2 seconds; if any single authorization takes 2 seconds or longer, the development team must be notified—how can a developer implement the timing and notification with the least operational overhead?
A small team is prototyping an event-driven photo-tagging service on AWS using 10 AWS Lambda functions, Amazon API Gateway, and a single Amazon DynamoDB table, and they need an accelerated inner-loop workflow that can push code-only changes for one Lambda function to a dev stack within 20 seconds for QA testing without performing a full stack redeploy on every commit. The team wants to keep AWS CloudFormation as the deployment backbone and use one CLI command from their workstation to incrementally sync updated code and minor template changes (such as environment variables) to the cloud. What should the team do to meet these requirements?
A sports analytics startup exposes a prediction API through Amazon API Gateway that invokes an AWS Lambda function; the team maintains two Lambda function versions: version 18 for PROD and version 17 for DEV, with aliases prod -> v18 and dev -> v17; currently there is a single API Gateway stage named prod that routes to the prod alias; the company needs both PROD and DEV Lambda versions to be simultaneously and distinctly reachable to clients under the same API using separate stages, with 100% of traffic in each stage going to its matching alias and without duplicating the API; what should the company do?
An IoT analytics team operates 200 edge gateways that send application logs to a single Amazon CloudWatch Logs log group named /prod/gateway via an AWS IoT Core rule. The on-call engineers must receive an email within 60 seconds whenever any log line contains the exact word "FATAL"; the developer has already created an Amazon Simple Notification Service (Amazon SNS) topic and subscribed the on-call email list to it—what should the developer do next to meet the requirement?
A serverless job uses an AWS Lambda function triggered by an Amazon EventBridge schedule to call a third-party currency rates API every 15 minutes, and the function must include an x-api-key while ensuring the key is encrypted at rest; which solution should the developer implement?
A fintech startup runs a payment-processing AWS Lambda function triggered by Amazon EventBridge; during a 30-minute flash sale in us-west-2, Amazon CloudWatch shows the Throttles metric spiking to 900 per minute while the account-level concurrent executions quota is 1,000 and another critical Lambda has 800 reserved concurrency, so the team wants the MOST operationally efficient actions to reduce throttling for the payment function without re-architecting the workload (Choose two).
A fintech startup runs a Node.js microservice on AWS Lambda that calls a third-party payment gateway's REST API using a client_id and client_secret. The credentials are currently stored as plaintext environment variables in the Lambda function, and the security team mandates automatic rotation every 90 days with no code redeployments. The developer must secure the API credentials and enforce quarterly rotation while allowing the function to fetch credentials at runtime using IAM. Which solution provides the most secure approach?
A ride-sharing company operates a real-time pricing service on Amazon EC2 instances in an Auto Scaling group across three Availability Zones behind an Application Load Balancer, and each instance must retrieve multiple application secrets (for example, a third-party billing API key and a database password) during boot and export them as environment variables, with the secrets required to be encrypted at rest and rotated every 30 days; which solution will meet these requirements with the least development effort?
A developer is authoring an AWS CloudFormation template for an internal API service in us-east-1 that must attach to an existing interface VPC endpoint (service name com.amazonaws.us-east-1.ssm) created by a separate CloudFormation stack named network-core, but on the first launch the application stack fails because it attempts to reference the endpoint ID from the other stack; which template coding mistakes could have caused this failure? (Choose two.)