
65問と130分の制限時間で実際の試験をシミュレーションしましょう。AI検証済み解答と詳細な解説で学習できます。
AI搭載
すべての解答は3つの主要AIモデルで交差検証され、最高の精度を保証します。選択肢ごとの詳細な解説と深い問題分析を提供します。
A fintech startup has eight AWS Lambda functions (Python 3.11) that must share a 1.8-MB utilities library for request validation and logging. The developer has packaged the shared library into a single zip file and needs to deploy it once and update all eight functions across dev, staging, and prod with minimal operational overhead. Which solution will meet this requirement in the MOST operationally efficient way?
外出先でもすべての問題を解きたいですか?
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 development team built a serverless photo‑inspection portal where the web UI triggers processing of 600–1,800 MB satellite image bundles using an AWS Step Functions workflow with AWS Lambda, and the UI is backed by a REST API on Amazon API Gateway that invokes Lambda; start-processing requests frequently hit timeouts due to API Gateway’s 29‑second limit because jobs take 4–10 minutes, but the UI must receive an immediate response so it can show a “processing started” message, and the backend invoked by the API must send an email when processing completes—how should the developer configure the API to meet these requirements?
A fintech startup is moving a legacy payment ledger to an Amazon Aurora PostgreSQL-Compatible cluster with 1 writer and 2 readers and requires the database credentials to be stored securely and rotated automatically every 30 days without adding any application code or custom rotation logic; which solution best meets these requirements?
A logistics startup is provisioning an Amazon ECS cluster that runs on EC2 instances across three Availability Zones by using AWS CloudFormation; the stack creates a launch template and an Auto Scaling group that scales from 6 to 18 instances, and the user data bootstrap installs a telemetry agent and must supply a third-party API key and client secret that must never appear in plaintext in the template, EC2 console, or instance logs; the company needs a solution that is natively integrated with CloudFormation so the bootstrap scripts can securely resolve the sensitive values at instance launch without embedding them in the template. Which solution will meet these requirements in the MOST secure way?
A media startup is building a microservice that pulls raw audio segments from a third-party transcription API and compiles them into a single MP3 file and a separate JSON transcript archive. Each resulting file can be between 2 MB and 25 MB in size. The service must encrypt these files at rest on disk by using AWS Key Management Service (AWS KMS) with a symmetric customer managed key and must decrypt a file when a user requests to download it. The retrieval and formatting code is complete. The developer now needs to use the GenerateDataKey API to encrypt the files so that they can be decrypted later. Which solution will meet these requirements?
A nonprofit organization is launching a temporary volunteer sign-up microsite for the next 4 months and expects up to 10,000 submissions. The site must accept HTTPS POST /signup requests and store submitted mobile phone numbers in an Amazon DynamoDB table named VolunteerContacts. A developer has implemented an AWS Lambda function that writes the data to DynamoDB and will deploy it with the AWS Serverless Application Model (AWS SAM). The developer must expose this Lambda function over HTTP with the least additional configuration. Which solutions will meet these requirements? (Choose two.)
A media analytics company is launching a real-time thumbnail classification API backed by an AWS Lambda function behind Amazon API Gateway. The product requires the lowest possible latency, and the Lambda function must have predictable start times. Before any request is processed, all execution environment setup—such as loading a 120 MB model file and initializing network clients—must complete ahead of invocation. Traffic averages 120 requests per second with bursts to 250 RPS at the top of each hour. Which solution will meet these requirements?
A media company has 25 application configuration values (all String type) stored as parameters under the path /prod/img/ in AWS Systems Manager Parameter Store in the us-east-1 Region of a centralized account named Shared-Config. A new image-scaling microservice will run in Amazon ECS in a separate account named Dev-Render and must read these parameters at container startup as environment variables without copying them into Dev-Render. The Dev-Render team wants a read-only, least-privilege solution with the least operational overhead for cross-account access. Which solution meets these requirements?
A medical imaging analytics startup processes zipped DICOM study archives and discards them after parsing. The archives are stored in an Amazon S3 bucket and average 1.3 GB each; none exceeds 1.9 GB. An AWS Lambda function is invoked once per archive, and the parsing is highly I/O bound, requiring 3–5 full reads of the same file. Which solution provides the most performance-optimized approach?
A team is building a POST /status-check REST endpoint in Amazon API Gateway configured as a Mock integration that must return different HTTP status codes without invoking any backend—return 202 if the query string parameter mode=warmup, return 429 if the request header X-Rate-Test equals exceed, return 400 if the JSON body contains {"simulate":"bad"}, and return 200 otherwise—and the developer wants to update the integration request mapping template so the endpoint responds with these specific codes based on the request; which statement best describes how to implement this?