ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 905 - SAP-C01 discussion

Report
Export

A company is running a three-tier web application in an on-premises data center. The frontend is served by an Apache web server, the middle tier is a monolithic Java application, and the storage tier is a PostgreSOL database. During a recent marketing promotion, customers could not place orders through the application because the application crashed An analysis showed that all three tiers were overloaded. The application became unresponsive, and the database reached its capacity limit because of read operations. The company already has several similar promotions scheduled in the near future. A solutions architect must develop a plan for migration to AWS to resolve these issues. The solution must maximize scalability and must minimize operational effort. Which combination of steps will meet these requirements? (Select THREE.)

A.
Refactor the frontend so that static assets can be hosted on Amazon S3. Use Amazon CloudFront to serve the frontend to customers. Connect the frontend to the Java application.
Answers
A.
Refactor the frontend so that static assets can be hosted on Amazon S3. Use Amazon CloudFront to serve the frontend to customers. Connect the frontend to the Java application.
B.
Rehost the Apache web server of the frontend on Amazon EC2 instances that are in an Auto Scaling group. Use a load balancer in front of the Auto Scaling group. Use Amazon Elastic File System (Amazon EFS) to host the static assets that the Apache web server needs.
Answers
B.
Rehost the Apache web server of the frontend on Amazon EC2 instances that are in an Auto Scaling group. Use a load balancer in front of the Auto Scaling group. Use Amazon Elastic File System (Amazon EFS) to host the static assets that the Apache web server needs.
C.
Rehost the Java application in an AWS Elastic Beanstalk environment that includes auto scaling.
Answers
C.
Rehost the Java application in an AWS Elastic Beanstalk environment that includes auto scaling.
D.
Refactor the Java application. Develop a Docker container to run the Java application. Use AWS Fargate to host the container.
Answers
D.
Refactor the Java application. Develop a Docker container to run the Java application. Use AWS Fargate to host the container.
E.
Use AWS Database Migration Service (AWS DMS) to replatform the PostgreSQL database to an Amazon Aurora PostgreSQL database. Use Aurora Auto Scaling for read replicas.
Answers
E.
Use AWS Database Migration Service (AWS DMS) to replatform the PostgreSQL database to an Amazon Aurora PostgreSQL database. Use Aurora Auto Scaling for read replicas.
F.
Rehost the PostgreSQL database on an Amazon EC2 instance that has twice as much memory as the on-premises server.
Answers
F.
Rehost the PostgreSQL database on an Amazon EC2 instance that has twice as much memory as the on-premises server.
Suggested answer: B, C, F
asked 16/09/2024
Christopher Schmidt
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first