
65問と130分の制限時間で実際の試験をシミュレーションしましょう。AI検証済み解答と詳細な解説で学習できます。
AI搭載
すべての解答は3つの主要AIモデルで交差検証され、最高の精度を保証します。選択肢ごとの詳細な解説と深い問題分析を提供します。
A healthcare organization is planning to migrate its PostgreSQL database from their data center to AWS. The organization recently experienced a critical database failure during peak patient registration hours, causing significant service disruption and potential patient safety concerns. To prevent future incidents, the organization needs a highly reliable database solution on AWS that ensures zero data loss tolerance and guarantees that every patient record transaction is stored on a minimum of two database nodes. Which solution meets these requirements?
外出先でもすべての問題を解きたいですか?
Cloud Passをダウンロード — 模擬試験、学習進捗の追跡などを提供します。
学習期間: 1 month
The app questions were harder than the actual exam, and a few of the same questions appeared.
学習期間: 1 week
I focused on identifying the exact requirements, which was the most important skill, and made sure I fully understood 200 questions through detailed review notes. The real exam had much shorter prompts and felt similar or slightly easier. I expected to fail, so I was thrilled to pass. Thank you for the huge help!
学習期間: 1 week
I learned by solving questions and asking GPT about unfamiliar concepts. I narrowly passed with 768.
学習期間: 3 months
I simply studied consistently, practiced questions, and passed. Good luck to everyone preparing for SAA!
学習期間: 1 month
I do not know how many questions I solved in four days with the app, but after spending a month learning basic AWS concepts and drawing out practice scenarios, I passed. The exam was more confusing than expected, but the extra 30 minutes let me review the questions I had flagged.
A healthcare technology company operates a patient management system that processes sensitive medical records. The application runs on Amazon EC2 instances and needs to connect to an Amazon Aurora PostgreSQL database cluster to store and retrieve patient data. The solutions architect must securely store the database master username and password used by the application to access the Aurora cluster. The company requires encryption at rest for all sensitive credentials and wants to use AWS Systems Manager Parameter Store with SecureString parameters for this purpose. What should the solutions architect implement to ensure the EC2 instances can securely retrieve the encrypted database credentials from Parameter Store?
A healthcare organization needs to store patient medical records and diagnostic reports in compliance with regulatory requirements. Each patient record must be retained for 7 years as mandated by healthcare regulations. During the 7-year retention period, the organization must guarantee that medical records cannot be modified or deleted to ensure regulatory compliance. The records must be encrypted at rest with automatic encryption key rotation every 18 months to meet security standards. Which combination of steps should a solutions architect take to meet these requirements with the LEAST operational overhead? (Choose two.)
A healthcare organization is planning to migrate its patient data management system from on-premises infrastructure to AWS. The organization operates across multiple hospitals in Japan and must comply with strict data protection regulations. Due to regulatory compliance requirements, all patient data must remain within the ap-northeast-1 Region only. Additionally, security policies mandate that no VPC resources can have direct internet connectivity to prevent potential data breaches. The solution must enforce these restrictions across all accounts and prevent any accidental violations. Which solutions will meet these compliance and security requirements? (Choose two.)
A financial services company operates a legacy loan approval system that runs on Amazon EC2 instances. The system processes loan applications in batches, but the final approval order is not critical for business operations. The current system uses a monolithic architecture, and the only scaling option available is vertical scaling by upgrading instance sizes. Due to increasing loan application volumes during peak seasons, the development team has decided to modernize the system using a microservices architecture deployed on Amazon Elastic Kubernetes Service (Amazon EKS). The system must handle up to 10,000 loan applications per hour during peak times, with each application requiring processing by multiple microservices including credit check, document verification, and risk assessment services. The solution should provide loose coupling between services and ensure reliable message delivery without requiring immediate synchronous responses. What should a solutions architect recommend for communication between the microservices?
A media production company is migrating its video editing workflows to AWS and needs to transfer 75 TB of 4K video assets from their on-premises storage within 10 days. The company currently has a dedicated internet connection with 500 Mbps bandwidth that is already 85% utilized by their daily operations. Transfer large volume of data efficiently without disrupting existing network operations and meet the tight deadline Which AWS service should a solutions architect recommend to meet these requirements?
A fintech company runs a real-time trading platform that processes thousands of financial transactions per minute. The platform uses Amazon Aurora MySQL as its primary database to store transaction records and user account information. During a recent capacity scaling operation, the database team performed a manual failover of the Aurora MySQL writer instance to test disaster recovery procedures. The failover process caused a 4-minute service interruption, during which trading operations were completely halted, resulting in significant revenue loss. The solutions architect needs to implement a solution that minimizes downtime during future scaling operations while requiring minimal ongoing maintenance and operational complexity. Which solution will reduce the downtime for future scaling exercises with the LEAST operational overhead?
An e-commerce startup is moving its legacy online store platform from an on-premises data center to AWS. The current architecture includes a single PostgreSQL database server and multiple Apache web servers running behind a hardware load balancer. The company needs to maintain application compatibility during migration while significantly improving fault tolerance and availability. The solution should handle traffic spikes during peak shopping seasons and provide database redundancy. Which combination of migration strategies will best meet these requirements? (Choose two.)
A financial services company processes trading data by uploading hundreds of .json log files to an Amazon S3 bucket every hour. Each file is approximately 2 GB in size and contains transaction records that need to be processed for compliance reporting. Each uploaded file must be converted from JSON to Avro format and stored in a separate S3 bucket for downstream analytics processing. Which solution will meet these requirements with the LEAST operational overhead?
A financial services company is deploying a high-frequency trading application across multiple EC2 instances in different Availability Zones. The trading algorithms require real-time access to shared market data files and configuration files that are frequently updated by the data processing team. The solution must provide concurrent access to shared files from 15 trading instances with sub-millisecond latency requirements. The application cannot be modified to use different file access methods. What should a solutions architect recommend to meet these requirements?