MSD Question Bank
MSD Question Bank
Unit I:
1) Explain different types of Elements in HTML
2) What is Web Technology and explain different types of web Technologies available
3) Explain Basic Structure of HTML with example
4) Describe different HTML Elements and Attributes.
5) Develop a HTML page by using HTML 5 Global attributes
6) Create a HTML page by using Table elements
7) Explain form elements and attributes with example.
8) Create a Form using different form sub elements.
9) Explain different HTML security issues and explain it in detail
10) Explain HTML5 Attributes & Events Vulnerabilities
Unit II:
11) Why we need Java Script
12) Explain Primitive and Non Primitive Data types in Java Script
13) List different Operators in Java Script and explain with example
14) Types of Control statements in Java Script with example
15) Explain different types of functions in Java Script with example
16) Explain different types Inheritances possible in Java Script using Classes with example.
17) Explain In-built Events and Handlers in Java Script with example
18) Explain different types of creating Object in Java Script with example.
19) What is array in Java Script? Explain process of accessing arrays in java Script with example
20) Explain Asynchronous Programming process in Java Script with example
21) Implement executing Network Requests using Fetch API
Unit III:
22) Explain features of Node JS
23) Develop a Web Server in Node.js with example
24) Explain Modular programming in Node.js
25) Execute all File Operations with example
26) Define Route? And explain process of Handling Route
27) Explain different types of Middleware’s in Express.js with example
28) Create Connection with MongoDB using Mongoose with example? Perform CRUD
Operations on MongoDB from express.js using Mongoose
29) Explain session management by using Cookies and Sessions
30) Explain different security issues in Express.js
Unit IV:
31) What is Type Script and Explain process of installing Type script
32) Explain different data types available in Type Script with example
33) Explain operators & control statements in TypeScript
34) Explain Types of Parameters in Type Script with example
35) Explain different types Inheritances possible in Type Script using Classes with example.
36) Explain different types Inheritances possible in Type Script using Interfaces with example.
37) Explain process of creating Name Space and accessing it with example
38) Explain process of Creating Modules and accessing it with example
39) Differences between Name Space and Modules
40) What is Generics? And explain Generic parameters and functions
41) Explain JSON Process
42) Explain MongoDB Structure and Architecture
43) Explain all CRUD Operations on documents with example
44) Explain MongoDB Queries
Unit V:
45) Discus features of Angular
46) What is Components and explain process of Create Our own Component in Angular with
example
47) Explain different types of directives in Angular with example
48) What is Data Binding and implement different types of Data Binding
49) What is Pipe and explain different built in pipes and discus process of creating user defined
Pipe
50) Implement Passing data from Container Component to Child Component
51) Develop Passing data from Child Component to Container Component
52) Explain component life cycle with example
53) Create Registration form using Model Driven Forms
54) Create Registration form using Reactive Forms
55) Create Custom Validators in Reactive Forms
56) Discus RxJS Observables working process
57) Develop Server Communication using HttpClient
58) Discus Communicating with different backend services using Angular Http Client with
example
59) Explain Routing process in Angular