0% found this document useful (0 votes)
27 views4 pages

Question Bank

Uploaded by

beyou5360
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)
27 views4 pages

Question Bank

Uploaded by

beyou5360
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/ 4

SDJ INTERNATIONAL COLLEGE,PALSANA

IMPORTANT QUESTION BANK

ADVANCED WEB DESIGNING

Q.1 Short Questions:


1. What is AngularJS expressions?
2. What is a list?
3. What do you mean by Unstructured data?
4. What is ng-init?
5. What is the use of event.target.name?
6. What is aggregation in MongoDB?
7. What is the use of $routeProvider in AngularJS?
8. What is MVC?
9. What is a spread operator?
10.What is the difference between find() and findOne()?
11.What is a document in MongoDB? Explain with example.
12.What are the data types in MongoDB? List out any three.
13.Which method is used to add data in MongoDB? State the difference between
insertOne and insertMany.
14.What is the full form of JSX? Why JSX is used with React?
15.What is MVC?
16.What is create-react-app? Why is it used?
17.What is props in ReactJS?
18.What is data binding in AngularJS?
19.What is currency filter in AngularJS?
20.What is the use of $routeProvider service of ngRoute?
21.In which format does MongoDB represent document structure? Explain with an
example.
22.Is MongoDB better than other SQL databases? If yes, then how?
23.Explain React List.
24.What are components in React JS? List them out.
25.List out advantages of React.
26.How to build a custom hook?
27.What is Angular JS? List out any two features of it.
28.What are directives? Give names of two commonly used directives in Angular
JS.
29.What is the order by filter in Angular JS?
30.What is a module in Angular JS? Write syntax to create a module.

Q.2 Long Questions:

1. Explain operators of MongoDB in detail.


2. Explain MongoDB Data types in detail.
3. Explain React Components in detail. 
OR
What is a component in React? How can you embed two or more components
into one? Explain with a suitable code
4. Explain React hooks in detail.
5. Explain the Text Area and Drop-down List elements of React in detail.
6. Explain filters and Controller of AngularJS in detail.
7. What is DOM? Explain Directives in detail.
8. Explain features of AngularJS in detail.
9. Explain ng-app, ng-model, and ng-bind directive with example.
10.What is MongoDB? What are the advantages of MongoDB? Differentiate
NoSQL and SQL.
OR
What is MongoDB? What are the advantages of MongoDB? Explain Document
and Collection with an example.

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

Explain various insert operations of MongoDB.


13.Explain useRef, useReducer hooks with example.
14. What are services in AngularJS? Explain with an example. 
15.What is an event in React? How do you create it? Explain an event with an
example.
16.What are services in Angular JS? Explain with an example.
17.Explain useState and useContext hooks with examples.
18.What do you mean by expressions in Angular JS?

Q. 3 Write command/query for following MongoDB operations :


A.

1. Write a query to create "student" collection in the current database.


2. Write a query to insert five students' details into "student" collection.
3. Write a query to display students' names from "student" collection.
4. Write a query to display top 3 students' Roll no from "student" collection.
5. Write a query to display students' details with highest and lowest marks
from "student" collection.

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...).

4. Write an angular JS code to display FirstName and LastName entered by the


user into the respective textboxes and display output in following form:
First name: Robert
Last name: Desoza
Hello Robert Desoza
5. Write a code using React.js, which displays "Hello World".
6. Write an Angular JS code, which accepts and validates "Name" and "Mobile
No" from the user.
7. Create a form in React.js with a Language Selection label, a Drop Down List
containing different Languages, and a Submit button component.

Q.5 Short Notes:

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***

You might also like