Serverless JavaScript Projects 5.1: Creating the UI by Building a Good Front End

Serverless JavaScript Projects 5.1: Creating the UI by Building a Good Front End

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

This video tutorial guides viewers through building an online video streaming app using AWS Lambda and S3. It starts with an introduction to the project, followed by steps to build the user interface using a template and video.js for HLS encoding. The tutorial then covers encoding and playing videos using video.js, provides a preview of the application, and concludes with an introduction to configuring Amazon CloudFront for the next steps.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the main AWS components used in building the video streaming app?

AWS EC2 and RDS

AWS Lambda and S3

AWS CloudFront and DynamoDB

AWS S3 and Redshift

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which framework is used for encoding and playing videos in the app?

React.js

video.js

Angular.js

Vue.js

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the file type used for the videos in the app?

MP4

MKV

AVI

3U8

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What technology is used to create the video content box in the app?

HTML video tag

CSS Grid

SVG

Flexbox

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the next step after setting up the front end of the video streaming app?

Configuring AWS EC2

Setting up a database

Configuring Amazon CloudFront

Implementing user authentication