
65問と130分の制限時間で実際の試験をシミュレーションしましょう。AI検証済み解答と詳細な解説で学習できます。
AI搭載
すべての解答は3つの主要AIモデルで交差検証され、最高の精度を保証します。選択肢ごとの詳細な解説と深い問題分析を提供します。
A fintech startup runs a rules engine on Amazon ECS with AWS Fargate in two AWS accounts (prod and audit) processing up to 3,000 events per minute, and when an event fails validation the container must call a third-party incident REST API that requires retrieving a bearer access token at runtime, and the token must be encrypted at rest and in transit and be accessible to workloads in both accounts with the least management overhead, which solution meets these requirements?
外出先でもすべての問題を解きたいですか?
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 developer is building a serverless application for drivers to reserve electric vehicle (EV) charging connectors at a city network of 12 stations (8 connectors per station). Drivers send reservation requests to an Amazon API Gateway API backed by an AWS Lambda function that acknowledges the request within 300 ms and generates a reservation ID. The application includes two additional Lambda functions: one for allocation management and one for payment processing; these two functions run in parallel and write reservation records to an Amazon DynamoDB table. Concurrent requests for the same connector and 30-minute timeslot can arrive within 10 ms of each other. The application must assign connectors according to the following: if a connector timeslot is accidentally double-reserved, the first reservation request received by the application must get the slot and only that reservation's payment must be processed; however, if the first reservation is rejected during payment (payment response can take up to 30 seconds), the second reservation must get the slot and its payment must be processed. Which solution will meet these requirements?
A municipal smart-building platform stores HVAC telemetry in an Amazon DynamoDB table and has enabled Amazon DynamoDB Streams on the table. Each telemetry item includes a Status attribute whose value must be one of ok, pending, or failed. The platform must send notifications for failed readings where the TemperatureC attribute is greater than 80. A developer must implement the notifications with the least development effort. Which solution will meet these requirements?
A health analytics platform exposes an Amazon API Gateway HTTP API to ingest workout session events from partner wearable devices. The API invokes an AWS Lambda function that stores the events in an Amazon DynamoDB table; the company plans to onboard 15 additional device partners within 90 days, and some partners will require their own dedicated Lambda functions to receive events. The company has created an Amazon S3 bucket named athlete-events-archive in us-east-1 with object versioning enabled and needs to persist all session records and any updates to this bucket for future analysis with the least development effort. What should a developer do to ensure that all events and updates are stored in Amazon S3 with minimal development work?
A backend team plans to migrate a legacy order service to AWS in 6 weeks, but the mobile app team needs immediate access to stable API endpoints to build and test UI flows for browsing and placing orders. The developer creates a GET method on the /orders resource of an Amazon API Gateway REST API with no backend available yet. The endpoints must return predefined HTTP status codes (200, 404, 429) and static JSON payloads that the mobile team can consume, without deploying any compute service. Which solution will meet these requirements?
A developer oversees three AWS accounts, each hosting one Amazon MSK cluster deployed across two private subnets with no public endpoints, and must ensure that exactly five Kafka topics and the corresponding ACLs are created now and consistently updated later across all clusters in all three accounts with minimal ongoing operations; which approach provides the most operationally efficient way to enforce this consistency?
A fintech startup runs a serverless API layer in Amazon API Gateway with AWS Lambda proxy integrations for 12 internal microservice APIs, and the team wants to expose a lightweight HTML API Directory page (about 6 KB) that lists links to these APIs and is served directly by API Gateway without invoking any Lambda; a developer has created a new /directory resource and a GET method using a mock integration, the response must return HTTP 200 with Content-Type text/html, what should the developer do next to meet these requirements?
A small media startup is releasing a React Native mobile app that runs entirely on client devices with no backend servers, must call a third-party catalog service exposed as an HTTP API by passing the company’s API key in an HTTP header (x-api-key) without exposing the key to users, and expects about 3,000,000 requests per month with payloads under 10 KB; which AWS solution allows the mobile app to call the third-party API securely in the MOST cost-effective way?
A containerized microservice running on an Amazon ECS task with AWS Fargate generates a 4.8 MB XML report every 24 hours and must ensure that the file, which contains sensitive PII, is encrypted before it is transmitted to an Amazon S3 bucket that has default bucket encryption disabled; which modification should the developer implement to guarantee the data is encrypted prior to upload?
A startup serves a Vue.js single-page app’s static files from an Amazon S3 bucket configured for static website hosting and fronts it with an Amazon CloudFront distribution that uses a custom domain (portal.company.dev) via an ACM certificate and a Route 53 alias; a CodePipeline pipeline triggered by commits to the main branch of a GitHub repository runs one CodeBuild project whose buildspec.yml executes npm ci && npm run build and then aws s3 sync dist/ s3://portal-prod-site/ --delete; the pipeline completes successfully, the latest files appear in the S3 bucket and load at the S3 website endpoint, but accessing the site via the CloudFront domain or custom hostname still serves the previous index.html and app.[hash].js because the distribution’s default TTL is 86,400 seconds and no invalidations are created. What should the developer configure the buildspec.yml file to do to resolve this issue?