0% found this document useful (0 votes)
6 views1 page

Paper - Analysis - AWP

The document outlines a comprehensive analysis of various programming concepts related to Angular JS, Node.js, CSS, and MongoDB, categorized by questions and their frequency of occurrence. Key topics include directives in Angular JS, features of Node.js, MVC architecture, and various operations in MongoDB. The analysis also covers advantages and disadvantages of these technologies, as well as practical coding examples and applications.

Uploaded by

sasolanki03
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)
6 views1 page

Paper - Analysis - AWP

The document outlines a comprehensive analysis of various programming concepts related to Angular JS, Node.js, CSS, and MongoDB, categorized by questions and their frequency of occurrence. Key topics include directives in Angular JS, features of Node.js, MVC architecture, and various operations in MongoDB. The analysis also covers advantages and disadvantages of these technologies, as well as practical coding examples and applications.

Uploaded by

sasolanki03
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/ 1

Paper_Analysis AWP

No. Questions Frequency

1 Define directive in Angular JS. Explain ng-bind and ng-blur, ng-model in detail with example,ng-hide,ng-click,ng-checked,ng-init,ng-app 8

What is CSS? Explain different types of CSS. List out advantages and disadvantages of
1 CSS and benifits 6
2 What is Node.js? Explain the features of Node.js.What is the use of Node JS? 6

1 Explain various services available in Angular JS with suitable example. valid,invalid,paristin,dirty 5

1 Discuss MVC architecture in Angular JS with a suitable example. 4


2 Define Node Package Manager (NPM)? Explain the process of installing, upgrading and uninstalling module using npm 4

1 Define stream in Node JS. Write node JS code to read from stream.types of steam 3
What is the use of JavaScript? List and discuss the advantages of
2 JavaScript. 3
3 Discuss the DOM tree and DOM methods in brief. What are the different ways to get an element from DOM? 3
4 Explain the steps to implement routing using Angular JS with suitable example. 3
5 Explain the concepts of callback in Node JS with suitable example. 3

1 Write a Node JS code to create a server that will write a log of visited pages in a log.txt file. 2
2 Write a note on Features of Angular JS.Write the applications of Angular JS. 2
3 Explain error-first callback in detail. 2
4 Explain in detail the Network module in Node JS. 2
5 Write code to perform update and delete operations on Employee database using Node JS and MongoDB 2
6 Explain piping and chaining of streams with suitable example. 2
7 Explain an event-loop in Node JS 2
8 Define REST Architecture in Node JS. 2
9 Explain the data binding process in Angular JS. 2
10 Explain Node JS buffers in detail. 2
Discuss NoSQL databases in brief and also differentiate between
11 NoSQL and relational databases. 2
12 Explain use of ng-controller directive in context of Angular JS with suitable example. 2
13 Explain REPL in context of Node. Show the difference of using var and not using var in REPL .What is REPL? What purpose it is used for? 2
14 Define filter in Angular JS. Briefly explain various inbuilt filters available in Angular JS. 2
15 Define module in Angular JS. Explain how to define and use module in Angular JS. 2
16 Write short note on timers in Node JS. 2
17 Discuss any three JavaScript inbuilt objects. 2
18 Enlist and explain features of MongoDB. 2
19 Write Node JS programs for database connectivity with MongoDB including insert operation in MySQL database. 2

1 What do you mean by responsive design? Explain with suitable example. 1


2 Explain asynchronous programming in detail. 1
3 Explain various form validation states available in Angular JS 1
4 Create a Single Page Application for searching and requesting books from library. 1
5 Write Node JS code to print values of query string variables Email and Mobile from the following URL. http://localhost:8080/[email protected]&Mobile=1234567890 1
6 Explain error handling in Node JS with suitable example. 1
7 Explain the following terms in Node JS. 1) Caching 2) Scalability 1
8 Explain Node JS REST API in detail. 1
9 Explain the followings in MongoDB. 1) Replication 2) Scaling 1
10 Write code to perform the following operations on students collection having key field rollno and name using Node.js and MongoDB. 1) insertOne() 2) insertMany() 3) deleteOne() 4) deleteMany() 1
11 Explain the following operations on data using Node JS. 1) Sort 2) Query 3) Find 4) Update 1
12 Consider a GTU database and Student Collection with fields: name, age, course and grades. Write code to perform following operation on Student collection using Node.js and MongoDB. 1) Find all students within the age range of 20 to 22 2) Find all the students having course AWP 1
13 Discuss the different advantages and disadvantages of Angular JS. 1
14 Write a JavaScript program for password verification. 1
15 Write an Angular JS program that takes a number as an input and displays whether it is positive, negative, or zero. 1
16 Explain one way data binding with a suitable Angular JS example. 1
17 Explain the singleton design pattern with an example 1
18 Discuss the usefulness of the Express framework in a Node JS environment. 1
19 Explain the concept of an event emitter with a suitable example. 1
20 Discuss connection operations between Node JS and MongoDB 1
21 Discuss the various data types used in MongoDB. 1
22 Classify the basic selectors with example in CSS. 1
23 Differentiate between Angular JS and Node JS. 1
24 Differentiate between Client-Side Scripting and Server-Side Scripting 1
25 Explain Node JS event-driven programming with suitable example 1
26 Justify “Node.js Single-threaded”. 1
27 Show how to insert, find and delete data or document in collection using NodeJSMongoDB. 1
28 What is Bootstrap? Give applications of it. 1
29 Explain two types of data model provided by MongoDB 1
30 What do you mean by Asynchronous API? 1
31 Write JavaScript Program to Check whether the given no is Prime or not. 1
32 What are AngularJS expressions? 1
33 Demonstrate the two way data binding method with suitable example 1
34 Explain How will you read a file using Node and How will you create a directory? 1
35 Create a webpage using Angular JS that displays details of students' objects (such as Enrollment No., Name, Semester, Branch, Mobile Number, Email Address, Address etc.) in a tabular format with appropriate CSS effects. 1
36 Create a HTML form using bootstrap controls that will accept Enrollment No., Name, Semester, Branch, Mobile Number, Email, Address etc. from the student, combine and display them on the page when button is clicked also validate an Email address using Javascript. 1
37 Write Angular JS code to create a custom filter that will capitalize vowel characters of a string and the remaining characters must be in lowercase. Also write code to that will read a file SampleText.txt and apply the filter effect on the content of the file 1
38 Write a Node JS code to print a list of files present in the current directory 1
39 Create a HTML form using bootstrap controls that will accept Employee_ID, Name, Department, Mobile Number, Email_Address from the employee, combine and display them on the page when button is clicked also validate an Email_Address using Javascript. 1
40 Explain the use of following Input field states. i) $untouched ii) $touched iii) $pristine iv) $dirty v) $valid vi) $invalid 1
41 Write a JavaScript program to validate an Email address. 1
42 What is SPA (Single page application) in AngularJS? Explain the advantages of AngularJS. 1
43 Write a syntax to send sample HTTP POST request in AngualrJS? 1
44 How can you integrate AngularJS with HTML? 1
45 Differentiate between expressions of AngularJS and JavaScript. 1
46 What is $rootscope and how do we use it? 07 1
47 How are validations implemented in AngularJS? 1
48 Write an AngularJS code which takes number as an input and display that number is odd or even. 1
49 Explain different data types in Node.js. 1
50 What are the core modules of Node.js? 1
51 How to create a simple server in Node.js that returns Hello World? 1
52 Explain usage of NODE_ENV? 1
53 Write code to perform Insert and find operations on Student database using Node.js and MongoDB. 1
54 Write a note on angular JS. 1
55 Write CSS code to display various border properties. 1
56 Discuss error handling in JavaScript using suitable example. 1
57 Write a note on various dialog boxes of JavaScript with example. 1
58 Write a note on CSS padding using suitable example 1
59 Explain Angular JS events using suitable example. 1
60 Write a Node JS code to create a server 1
61 Write the differences between Application and controller modules in Angular JS. 1
62 Write a note on MongoDB. 1
63 Discuss: sessions and cookies. 1

You might also like