0% found this document useful (0 votes)
18 views2 pages

Mid-2 QB

This document is a question bank for a Mean Stack Development course, covering key topics in Units III, IV, and V. It includes questions on routing, middleware, Mongoose, TypeScript, MongoDB, and Angular, focusing on definitions, functionalities, and practical implementations. The document serves as a study guide for students to prepare for mid-term examinations in these areas of web development.

Uploaded by

Rsvv Prasad Rao
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
0% found this document useful (0 votes)
18 views2 pages

Mid-2 QB

This document is a question bank for a Mean Stack Development course, covering key topics in Units III, IV, and V. It includes questions on routing, middleware, Mongoose, TypeScript, MongoDB, and Angular, focusing on definitions, functionalities, and practical implementations. The document serves as a study guide for students to prepare for mid-term examinations in these areas of web development.

Uploaded by

Rsvv Prasad Rao
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/ 2

MEAN STACK DEVELOPMENT

MID-II QUESTION BANK

UNIT-III

1. a) Define routing. List various routing methods


b) Explain about handling routes.
2. Explain about (i) Routing parameters (ii) Query parameters
3. Define middleware. Why do we use it? Explain how middleware works.
4. Write about introduction to mongoose and explain the need of mongoose.
5. Explain the process of creating mongoose model with all its steps.
6. Write a program to implement CRUD operations on mongoose database.
7. What are sessions. Explain about session management techniques cookies and
session store
UNIT-IV

1. a) What is type script and why do we use type script.


b) Differentiate between Type Script & JavaScript
2. How to declare variable in Type Script. List all data types available in Type Script with
an example for each.
3. a) What are functions in Type Script. Differentiate between functions in Type Script &
JavaScript
b) Write a program to implement default parameters & optional parameters in Type
Script
4. What are interfaces in Type Script. Explain about Duck Typing with an example.
5. Explain about function types & class Types each with an example.
6. What are modules in Type Script. Write a Type Script program to create and
implement modules.
7. What are generics. Write a program to implement generics.
8. What is mongo DB. Describe its features and explain its purpose.
9. Write about Document Database Overview. Explain how Mongo DB uses json like
documents for representing data in its database.
10. What is MongoDB atlas and its advantages?
11. Explain the steps to create free atlas account and deploying a cluster.
12. Write the significance of mongo db shell and list all data types supported by mongo
db
13. Write the process of creating and deleting databases/collections using mongodb shell

UNIT-V
1. What is Angular and why should we use it. Explain
2. List all the features of Angular.
3. Write and explain all steps involved in creation of an angular application
4. What are components & modules in Angular. How to create them. Explain.
5. Define directives . What are various types of directives in Angular. Explain about
structural directives in Angular.
6. a) What is data binding. What are various data binding techniques available.
b) Explain about property binding and attribute binding

You might also like