Medium1 markMultiple Choice
AWS SAP-C02 · Question 66 · Domain 4.2: New Architecture Design
An architect is designing a new serverless architecture for a web application. The frontend is a Single Page Application (SPA) written in React. The backend requires a GraphQL API. Which THREE AWS services should be used? (Select THREE)
An architect is designing a new serverless architecture for a web application. The frontend is a Single Page Application (SPA) written in React. The backend requires a GraphQL API. Which THREE AWS services should be used? (Select THREE)
Answer options:
A.
Amazon S3 for hosting the SPA static assets.
B.
Amazon CloudFront for content delivery.
C.
AWS AppSync for the GraphQL API.
D.
Amazon API Gateway for the GraphQL API.
E.
Amazon EC2 for hosting the React application.
F.
AWS Elastic Beanstalk.
How to approach this question
Identify the serverless components for SPA and GraphQL.
Full Answer
A modern serverless SPA uses S3 and CloudFront for the frontend, and AWS AppSync to provide a managed GraphQL API backend.
Common mistakes
Choosing API Gateway for GraphQL instead of AppSync.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 3
75 questions · hints · full answers · grading
More questions from this exam
Q01An enterprise has 100 VPCs across 5 AWS Regions. They need to establish a highly available, trans...HardQ02A company uses AWS Organizations. The CISO requires that no EC2 instances can be launched outside...MediumQ03An application uses Amazon Aurora PostgreSQL. To meet disaster recovery requirements, the databas...HardQ04A company is setting up a new multi-account AWS environment. They want to automate the creation o...MediumQ05An organization wants to allocate AWS costs to specific departments. They use multiple AWS accoun...Medium
Expert