Sun, Feb 23, 2020
Read in 5 minutes
Recently I cleared the AWS solutions architect exam. In this blog, I will share my preparation tips and some of the problems that I got in my exam.
AWS services for solutions architect Associate Exam
Most of the questions which I got are from the above services. So, try to get practical knowledge of the above services. I got around 10-15 questions from networking (VPN),5 questions from choosing the correct load balancer type, few questions on selecting correct storage type, few on selecting the database for a scenario and 2 -3 questions on predicting the total number of instances on creating highly available architecture and one question on creating disaster recovery setup.
I could not remember the exact questions but Here I discuss the scenarios and problems.
Scenario#1 : A company has a mobile application that has EC2 instances to process the billing and processed data will be created as an image. Now the images need to be stored in s3. If you store the images from the web tier, the traffic will be high. What is the best way to store the image in S3?
Multiple-choice options:
My Answer: Directly upload to s3 with a pre-signed URL. (Note: this is my understanding and please refer AWS documentation to get a better answer)
Scenario#2 : An Application has web tier in the public subnet, database in the private subnet. The database in the private subnet needs access to the internet to download security patches. select the correct way.
Multiple-choice options:
My Answer: Create NAT in the public subnet and update the Route table in the private subnet.
Scenario#3 : A company need to store 10 TB of raw data, unlikely to be accessed and need to store for auditing purpose.
Multiple-choice options:
Scenario#4 : A company has a sales application that is getting performance issues. The reason for that performance issue is, the new dashboard feature that they created has realtime data prediction. select an option from the below list to increase performance.
Multiple-choice options:
Scenario# 5 : Choose the correct load balancer for an application that needs WebSocket.
Multiple-choice options :
Scenario# 6: If the application gets any error, you need to configure a global exception page in s3.which one the below option is the best fit for that.
Multiple-choice options :
Scenario# 7: A company has 3 tier architecture application, you have web tier, application tier, and SQL database tier. Currently, DR activity is done manually, that DR activity needs to be automated. So the company wants to move this to the cloud. For high availability what is the best solution?
Multiple-choice options :
Scenario# 8: In s3, though you deleted object it is visible in one region it is available in another region. What is the reason for this?
Scenario# 9: Which is suitable for a messaging broker?
Scenario# 10: As per the company architect’s decision, the company has to manage the key. Choose the correct option for managing keys.
Scenario# 11: An organization data needs to be encrypted at rest and the Key has to be generated in office premises and it can be uploaded in AWS
Scenario# 12: A company has 2 tier application .webtier application created by docker image and my SQL is used for the database. This application needs to be migrated to the cloud. Select the best option.
Scenario# 13: The application uses kinesis for streaming operations. Which had a performance problem because of this streaming. Select the proper way to overcome the problem.
Scenario# 14: Application has high critical business data, a batch needs to be run on every weekend night for 8 hours without any interception .which instance will be suitable?
Scenario# 15: The company launched a website where users can upload images in S3. Due to the high volume of traffic, they want to include authentication. select the correct option for this scenario.
Scenario# 16: The Redis cluster needs authentication. What are the possible ways?
Scenario# 17: Files need to be shared between teams and only the authorized team member should have access to their team folder. What is the best way to achieve this in the cloud?
Scenario# 18: How to do encryption for EBS volume?
I forgot the options.