
65問と130分の制限時間で実際の試験をシミュレーションしましょう。AI検証済み解答と詳細な解説で学習できます。
AI搭載
すべての解答は3つの主要AIモデルで交差検証され、最高の精度を保証します。選択肢ごとの詳細な解説と深い問題分析を提供します。
A media streaming company stores its microservice code in AWS CodeCommit, and compliance requires that 100% of unit tests pass and detailed test reports be retained for 60 days and viewable by auditors; for approximately 15 commits per day to the main and develop branches, the team needs each commit to automatically build the service in a Linux build environment, run unit tests, and produce a navigable JUnit-style report without creating a custom UI, while supporting at least 8 concurrent builds and keeping the reports centrally accessible; which solution will meet 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 fintech startup runs an order-reconciliation AWS Lambda function that is triggered by an Amazon SQS standard queue via an event source mapping with a batch size of 10; each batch takes about 45 seconds to process (occasionally up to 55 seconds), the Lambda function timeout is set to 120 seconds, the SQS queue visibility timeout is set to 30 seconds, and during testing some messages reappear in the queue before processing finishes and get picked up again, causing duplicates—what should the developer change to fix this behavior?
A team is launching a single-page application served through Amazon CloudFront with an Amazon S3 origin for production. The SPA calls an Amazon API Gateway REST API that invokes an AWS Lambda function which connects to an Amazon Aurora MySQL DB cluster. Production traffic uses a Lambda alias named prod that points to a specific published function version. Company policy requires rotating the database credentials every 14 days, and all previously published Lambda versions that the alias might reference must always use the latest credentials without republishing code. Which solution meets these requirements?
A startup operates a two-node Amazon Redshift cluster across 2 Availability Zones for analytics and needs to create an AWS CloudFormation custom resource backed by an AWS Lambda function (256 MB memory, 45-second timeout) to apply additional database configuration during stack creation; the Lambda function must connect to the Redshift cluster using the cluster’s admin user credentials (username set to dw_admin) that are also provisioned at deployment—what is the MOST secure way to provide these credentials to the Lambda function while supplying them to the Redshift cluster?
A fitness startup runs a daily step-count challenge on AWS; participant submissions are written to an Amazon DynamoDB table, aggregate winners are announced at 09:00 UTC the next day, and thereafter the raw submissions are no longer needed; a developer has added an expires_on attribute (Unix epoch time in seconds set to submission_time + 86,400) to each item and wants the old submissions to be removed automatically with the least development effort; which solution meets these requirements?
A team is beginning development of version 2.0 of a payment processing service while version 1.3.7 is running in production, and for the next 10 weeks the team must deliver security patches and minor updates to the currently deployed version without blocking 2.0 work; the repository is hosted in AWS CodeCommit and the main branch currently matches the code running in production, so which branching approach in CodeCommit will allow independent development of v2.0 while enabling ongoing hotfix deployments for the production version?
A media company ingests video playback telemetry into an Amazon Kinesis Data Streams stream from its web player, and an AWS Lambda function that is triggered by the stream logs and processes each playback event as structured JSON. An operational review shows that some events have playbackDurationSeconds set to 0. A developer must build a dashboard that shows how many unique viewerIds are impacted each day (grouped in 1-day periods); what should the developer do to implement the dashboard?
A media startup mandates that all Amazon S3 buckets be provisioned exclusively through AWS CloudFormation stacks, and a developer has already created an Amazon Simple Notification Service (Amazon SNS) topic and subscribed security-ops@example.com to it, and the security team now requires an immediate notification (within 60 seconds) whenever a CreateBucket action occurs that was not initiated by CloudFormation, so which approach will satisfy this requirement?
An online art marketplace uses an AWS Lambda function to generate watermarked thumbnails when artists upload images, and a developer needs to roll out an update that changes the watermarking algorithm while testing safely by routing exactly 75% of traffic to the current version and 25% to the updated version for a 20-minute evaluation without changing any client endpoints. Which combination of steps will meet these requirements? (Choose two.)
A developer is investigating intermittent connection failures between a fleet of API worker instances running on Amazon EC2 in a private subnet (10.1.20.0/24) and an Amazon RDS for PostgreSQL instance in another private subnet (10.1.30.0/24) within the same VPC during a peak period of 2,000 requests per minute; security groups on both sides allow TCP port 5432, route tables are standard, and there is no network firewall appliance in the path. Which AWS services or tools should be used to quickly pinpoint where packets are being dropped between the application and database tiers to identify the faulty component? (Choose two.)