AWS Solutions Architect Associate — Free Practice Exam
Chapter 26: AWS Solutions Architect Practice Exam, including 65 questions, precise diagrams, and clear images.
--
During these last months, we have been studying a lot of AWS services. In this chapter, we will take random questions from each chapter to practice for the official exam. Remember, we need around 75% to pass it! If we don’t reach this percentage, I recommend you reread the course chapters and try the test again. Good luck, and go for it!
This exam will be divided into three parts. Here you can find the links to the other parts:
- AWS Solutions Architect Associate Complete Exam (part 2)
- AWS Solutions Architect Associate Complete Exam (part 3)
Remember that you can find all the chapters from the course at the following link:
EXAM QUESTIONS WITH SOLUTIONS
1-: We need to design a managed multi-region database with replication. The requirements indicate that the master database should be in the EU (Ireland) region, and databases will be located in 4 other regions to service local read traffic. Which AWS service can deliver these requirements with a cost-effective and secure approach?
- RDS with Multi-AZ
- RDS with cross-region Read Replicas
- EC2 instances with EBS replication
- EC2 instances with CloudFront
Solution: 2. This is important to understand. RDS with Multi-AZ provides high availability within a single region but does not support replication across regions. In this case, we’d need Cross-region Read Replicas, which allow you to replicate your database to multiple other regions. This will distribute read traffic to the local replicas in each region, providing low-latency access to the data. You can see this approach in the following image: