Question Bank
Question Bank
11. Explain the concept of Form and Form validation in AngularJS. Write a suitable
code for the same.
12.Explain the following MongoDB Query Document operations with syntax and
example:
a. find()
b. Pretty()
c. findOne()
d. And keyword
e. Or keyword
OR
B.
1. Create Database "University"
2. Create Collection named "private"
3. Create Collection named "central_uni"
4. Insert at least 2 documents in the collection "private" and in collection
"central_uni"
5. Delete the private university having name "C.J. Shah"
6. Find central_uni university named "J.R.Roy"
7. Update the "contact no" of central uni university where c_id is "101"
8. Delete all private university from "private" collection who have category
under the "fake" list
C.
1. Create Database "movie"
2. Create Collection named "film"
3. Create Collection named "actor"
4. Insert at least 2 documents in the collection film and in collection actor
5. Delete the film "XYZ"
6. Delete an actor named "ABC"
7. Update the actor's address where actor id is "101"
8. Delete all actors from an "actor" collection who have age greater than
"50"
Q.4 Write a code for following:
1. Write an AngularJS, which accepts and validates Student Name, Email Address,
and Mobile No from the user.
2. Create a Form in React.js for Student Registration, with Name, DOB, and
password. Display the details also.
3. Create a Simple counter using React.js, which increments or decrements count
dynamically on-screen as the user clicks on buttons. Use following steps:
I. Prepare two HTML buttons, one for increment value and other for
decrement value.
II. If we click on increment button then value will be increased by 1 (e.g., 1,
2, 3, 4...).
III. If we click on decrement button then value will be decreased by 1 (e.g., 4,
3, 2, 1...).
1. Operators in MongoDB
2. React JS Events
3. SPA (Single Page Application) in Angular JS
4. Angular JS Expressions and controllers
5. MongoDB datatypes with its syntax and example.
6. Hooks in React JS
7. MVC Architecture
8. Filters in Angular js
9. CRUD Operations
10.React Events
11.MVC Architecture
12.Props with Example
***ALL TH BEST***