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

FSD-II Question Bank

The document is a question bank for FSD - II, organized by units and categorized into 1, 2, and 4 marks questions. It covers various topics including Angular, TypeScript, NodeJS, MongoDB, and testing strategies. Each unit contains questions that assess understanding of core concepts, practical applications, and technical definitions.

Uploaded by

dheerajnaik340
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)
7 views2 pages

FSD-II Question Bank

The document is a question bank for FSD - II, organized by units and categorized into 1, 2, and 4 marks questions. It covers various topics including Angular, TypeScript, NodeJS, MongoDB, and testing strategies. Each unit contains questions that assess understanding of core concepts, practical applications, and technical definitions.

Uploaded by

dheerajnaik340
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

FSD - II Question Bank

=====================================================================================
unit - I
------- 1 marks question ------------
1)What is a reactive web application?
2)Define lazy loading in Angular.
3)What is the role of dependency injection in Angular?
4)Define pipes in AngularJS.

----- 2 marks question -----------


1)Define the role of the Observable in RxJS.
2)List any four custom life-cycle hooks in Angular.
3)Explain the role of Subscription in RxJS.
4)Define the role of the Observer in RxJS
5)What is the purpose of @Input() and @Output()in angular js?

------ 4 marks question------------


1)Explain Life cycle Hooks of AngularJS?
2)Write a note on core concepts of RxJS
3)Explain the following NgRX concepts
@ngrx/store
@ngrx/effects
@ngrx/router-store
@ngrx/entity

=====================================================================================
unit - II
----- 1 marks question------------------------
1)What is the use of "type" keyword in TypeScript?
2)How does TypeScript enforce type safety in Angular applications?

-------- 2 marks question----------------------------


1)Explain with an example of a method decorator in TypeScript?
2)Explain Utility types in TypeScript.

------- 4 marks question-------------


1)What is utility types in TS.Explain Mapped Type(any four)?
2)What is utility types in TS.Explain Conditional Type(any four)?
3)Demonstrate generics in TypeScript with suitable exampel.
4)What are decorators in TypeScript? Provide an example of using a class decorator.

=====================================================================================
unit - III
----------- 1 marks question-----------------
1)Explain NPM in nodeJS.
2)Define promises in NodeJS.

---------- 2 marks question------------


2)Explain how to use async/await in NodeJS
4)Explain the concept of middleware in Express.js
5)What is body parsing in Express.js?
---------- 4 marks question-------------
1)Demonstrate modules in NodeJS with example.
2)How does non-blocking I/O work in Node.js?
3)How to send JSON responses in ExpressJS, demonstrate with example?
4) What is the event loop in Node.js? Discuss its role in managing asynchronous operations.
=====================================================================================
unit - IV
---------- 1 marks ---------------
1)What is Mongoose in MongoDB?
2)What is MongoDB Atlas.
3)Define populate() in Mongoose?

---------- 2 marks ---------------


1)Explain authentication and authorization in the context of mongodb?
2)Explain Data encryption at rest and in transit in the context of mongodb.
3)Explain MongoDB aggregate pipeline syntax.

--------- 4 marks ----------------


1)Explain the purpose of Mongoose's aggregation pipelines. Provide an example.
2) Explain how MongoDB replication works. Discuss its role in data redundancy and failover.
3)Demonstrate mongoose schema and mongoose model with example.
4)Write a NodeJs program that saves a document in Mongodb using mongose.
=====================================================================================
unit - v
----------- 1 marks -------------------
1)What is the OnPush change detection strategy in Angular?
2)List the tool for unit testing in web applications.
3)List the tool for end to end testing in web applications.

----------- 2 marks -------------------


1)What is Input validation and sanitization?
2)Explain Jest and Karma.
3)Define Cypress and Playwright
4)Explain HTTPS.

----------- 4 marks -------------------


1)What is Code splitting and lazy loading for faster initial load times?
2)Explain XSS and CSRF prevention.
3)What are the Testing Strategies used for AngularJS Application?

You might also like