100% found this document useful (1 vote)
703 views1 page

FSWD Important Questions

This document outlines the topics and assignments for a full stack web development course. The course covers advanced Node.js and databases including MongoDB and MySQL. It also covers advanced client-side programming with React including components, props, and lifecycles. Finally, the course discusses app implementation in the cloud including Docker, Kubernetes, cloud providers, and infrastructure as a service. Students will complete both short answer and longer coding assignments on these topics.

Uploaded by

Rajesh kiruba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
703 views1 page

FSWD Important Questions

This document outlines the topics and assignments for a full stack web development course. The course covers advanced Node.js and databases including MongoDB and MySQL. It also covers advanced client-side programming with React including components, props, and lifecycles. Finally, the course discusses app implementation in the cloud including Docker, Kubernetes, cloud providers, and infrastructure as a service. Students will complete both short answer and longer coding assignments on these topics.

Uploaded by

Rajesh kiruba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

MC4201 FULL STACK WEB DEVELOPMENT

UNIT III ADVANCED NODE JS AND DATABASE

2 Marks

1. Define NoSql Database


2. Write down the pros and cons of MongoDb
3. What is cookies

13 Marks

1. Create a CRUD application using MongoDb with Node Js and write down the procedure
2. Create a CRUD application using Mysql with Node Js and write down the procedure
3. Write a simple login (authentication) program using node js with Mongo Db or My sql
4. Write down the database connectivity coding for Mongo Db and Mysql with Node js
5. Explain in detail about Nosql database
6. Explain in detail about the body parsing in Express

UNIT IV ADVANCED CLIENT SIDE PROGRAMMING

2 Marks

1. What is React
2. Define VDOM
3. Define React Props

13 Marks

1. Explain inheritance in React JS with example


2. Explain in detail about React JSX with proper example
3. Explain in detail about React Components with example
4. Discuss briefly about Life cycle of React js
5. Write a program to create a counter using React Js

UNIT V APP IMPLEMENTATION IN CLOUD

2 Marks

1. What Is cloud computing


2. Define docker
3. Define docker container
4. Define virtual machine
5. Define Kubernetes

13 Marks

1. Discuss in detail about scaling


2. Explain in detail about cloud providers
3. Define docker image
4. Explain in detail about VPC
5. Explain in detail about Kubernetes architecture with proper diagram

You might also like