This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Choose the best response for each question.
What is the purpose of the React framework in a full stack app?
React is used to build the back end of a full stack app.
React is used to build the front end of a full stack app, while .NET 6 is used to build the back end.
React provides the programming language to develop the front end application.
How would you as a front-end team tackle a project knowing that the back-end API isn't built yet?
Wait for the back-end team to finish.
Negotiate a contract with the back-end team, and then mock the response.
Mock the response now, and you can sync with the back-end team later.
What CORS policy should I have if I want only http://example.com to be allowed?
http://example.com
You should allow *.
You should allow http://example.com.
You should allow * and http://example.com.
What benefit do you get in your full-stack application from using a design system such as Material UI?
You can provide text translation so your app is available in many languages.
You can offer the backend application the same consistent look and feel.
A design system provides a cohesive design for your app including standards, components, and styles.
You must answer all questions before checking your work.
Was this page helpful?