0% found this document useful (0 votes)
50 views6 pages

FSD Question Bank

question bank

Uploaded by

mocetow663
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)
50 views6 pages

FSD Question Bank

question bank

Uploaded by

mocetow663
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/ 6

FSD Question Bank

1. What is React? What are the advantages of using React? What are the limitations of React?
2. What are the major features of React?
3. What is React Hooks?
4. What is useState() in React?
5. What is the use of useEffect React Hooks?
6. Why do React Hooks make use of refs?
7. What are the rules that must be followed while using React Hooks?
8. Explain Strict Mode in React.
9. How to pass data between react components?
10. What are Higher Order Components?
11. What are the different phases of the component lifecycle?
12. What are the lifecycle methods of React?
13. Differentiate React Hooks vs Classes.
14. What is Redux?
15. How do you style React components?
16. What is React Router? Why do we need to React Router? How is React routing different
from conventional routing? How do you implement React routing?
17. What is JSX?
18. What are the differences between functional and class components?
19. What are props in React? Explain React state and props.
20. What is the virtual DOM? How does react use the virtual DOM to render the UI?
21. What is render() function
22. What is Babel
23. How do you create a React app?
24. What is the map() function?

1. What are some of the advantages of Angular over other frameworks?


2. List out differences between AngularJS and Angular?
3. What are directives in Angular?
4. Explain Components, Modules and Services in Angular
5. What exactly is the router state?
6. What are router links?
FSD Question Bank
7. What are lifecycle hooks in Angular? Explain a few lifecycle hooks.
8. What does Angular Material mean?
9. What is transpiling in Angular?
10. What is AOT compilation? What are the advantages of AOT?
11. Explain MVVM architecture
12. How does one share data between components in Angular?

1. What are the different data types present in javascript?


2. Explain Hoisting in javascript.
3. Difference between “ == “ and “ === “ operators.
4. Difference between var and let keyword in javascript.
5. Explain Implicit Type Coercion in javascript.
6. Is javascript a statically typed or a dynamically typed language?
7. What is NaN property in JavaScript?
8. Explain passed by value and passed by reference.
9. What is an Immediately Invoked Function in JavaScript?
10. What do you mean by strict mode in javascript and characteristics of javascript strict-mode?
11. Explain Higher Order Functions in javascript.
12. Explain “this” keyword.
13. What do you mean by Self Invoking Functions?
14. Explain call(), apply() and, bind() methods.
15. What is the difference between exec () and test () methods in javascript?
16. What is currying in JavaScript?
17. Explain Scope and Scope Chain in javascript.
18. Explain Closures in JavaScript.
19. What are object prototypes?
20. What are callbacks?
21. What is the use of a constructor function in javascript?
22. What is DOM? What do you mean by BOM?
23. What is the distinction between client-side and server-side JavaScript?
24. Differences between declaring variables using var, let and const.
25. What is the rest parameter and spread operator?
FSD Question Bank
26. In JavaScript, how many different methods can you make an object?
27. What is the use of promises in javascript?
28. What are classes in javascript?
29. What is Object Destructuring?
FSD Question Bank
1. What is Node.js? Where can you use it?
2. Why use Node.js?
3. Explain callback in Node.js.
4. Explain the difference between frontend and backend development?
5. What is NPM?
6. What are the modules in Node.js?
7. What is the purpose of the module .Exports?
8. Why is Node.js preferred over other backend technologies like Java and PHP?
9. What is the difference between Angular and Node.js?
10. Which database is more popularly used with Node.js?
11. What are some of the most commonly used libraries in Node.js?
12. What is the comWhat is NPM?
13. What are the modules in Node.js?
14. What is the purpose of the module .Exports?
15. Why is Node.js preferred over other backend technologies like Java and PHP?
16. What is the difference between Angular and Node.js?
17. Which database is more popularly used with Node.js?
18. What are some of the most commonly used libraries in Node.js?
19. What is the command used to import external libraries?
20. What are the two types of API functions in Node.js?
21. What is the package.json file?
22. How would you use a URL module in Node.js?
23. What is the Express.js package?
24. How do you create a simple Express.js application?
25. What are streams in Node.js?
26. How do you install, update, and delete a dependency?
27. How do you create a simple server in Node.js that returns Hello World?
28. mand used to import external libraries?
29. Explain asynchronous and non-blocking APIs in Node.js.
30. How do we implement async in Node.js?
31. What is a callback function in Node.js?
32. What is REPL in Node.js?
FSD Question Bank
33. What is the control flow function?
34. How do you open a file in Node.js?
35. What are the different types of HTTP requests?
36. How would you connect a MongoDB database to Node.js?
37. What is a first-class function in Javascript?
38. How do you manage packages in your Node.Js project?

1. What is MongoDB ?
2. What are some of the advantages of MongoDB?
3. What is a Document in MongoDB?
4. What is a Collection in MongoDB?
5. What are Databases in MongoDB?
6. What is the Mongo Shell?
7. How does Scale-Out occur in MongoDB?
8. How to add data in MongoDB?
9. How do you Update a Document?
10. How do you Delete a Document?
11. How to perform queries in MongoDB?
12. What are the data types in MongoDB?
13. When to use MongoDB?
14. How is Querying done in MongoDB?
15. Explain the term “Indexing” in MongoDB.
16. What is a Document in MongoDB?
17. What is a Collection in MongoDB?
18. What are Databases in MongoDB?
19. What is the Mongo Shell?
20. How does Scale-Out occur in MongoDB?
21. What are some features of MongoDB?
22. How to add data in MongoDB?
23. How do you Update a Document?
FSD Question Bank
24. How do you Delete a Document?
25. How to perform queries in MongoDB?
26. What are the data types in MongoDB?
27. When to use MongoDB?
28. How is Querying done in MongoDB?
29. Explain the term “Indexing” in MongoDB.
30. What are some differences between BSON documents used in MongoDB and
JSON documents in general?
31. What is the difference between the $all operator and the $in operator?
32. What are NoSQL databases? What are the different types of NoSQL databases?
33. How can you achieve Primary Key - Foreign Key relationships in MongoDB?
34. How do one perform the SQL JOIN equivalent in MongoDB?
35. How is data stored in MongoDB?
36. How to query MongoDB with %like%?

1. What is the purpose of following tags in HTML?

a. Head b. body c. meta d. style e. script f. link

2. What is the difference between inline, internal, and external CSS?


3. What is a selector in CSS?
4. What is the difference between padding and margin in CSS?
5. What is the difference between absolute and relative positioning in CSS?
6. What is the difference between the CSS:nth-child() and:nth-of-type() pseudo-classes?
7. What is the CSS z-index property used for?
8. What is the difference between the CSS:hover and : active pseudo-classes?

You might also like