ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 32 - SAA-C03 discussion

Report
Export

A development team needs to host a website that will be accessed by other teams. The website contents consist of HTML, CSS, client-side JavaScript, and images Which method is the MOST costeffective for hosting the website?

A.
Containerize the website and host it in AWS Fargate.
Answers
A.
Containerize the website and host it in AWS Fargate.
B.
Create an Amazon S3 bucket and host the website there
Answers
B.
Create an Amazon S3 bucket and host the website there
C.
Deploy a web server on an Amazon EC2 instance to host the website.
Answers
C.
Deploy a web server on an Amazon EC2 instance to host the website.
D.
Configure an Application Loa d Balancer with an AWS Lambda target that uses the Express js framework.
Answers
D.
Configure an Application Loa d Balancer with an AWS Lambda target that uses the Express js framework.
Suggested answer: B

Explanation:

In Static Websites, Web pages are returned by the server which are prebuilt.

They use simple languages such as HTML, CSS, or JavaScript.

There is no processing of content on the server (according to the user) in Static Websites. Web pages are returned by the server with no change therefore, static Websites are fast. There is no interaction with databases.

Also, they are less costly as the host does not need to support server-side processing with different languages. ============

In Dynamic Websites, Web pages are returned by the server which are processed during runtime means they are not prebuilt web pages but they are built during runtime according to the user’s demand. These use server-side scripting languages such as PHP, Node.js, ASP.NET and many more supported by the server. So, they are slower than static websites but updates and interaction with databases are possible.

asked 16/09/2024
Bruno Soriano
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first