Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

1) Which of the following statement is correct?

a. c
b. js is the Client Side Language.
c. js is both Server Side and Client Side Language.
d. None of the above.

Which of the following is true about Node.JS?


A - Node.js is a JavaScript based framework/platform built on Google Chrome's
JavaScript V8 Engine.
B - Node.JS is used to delevop I/O intensive web applications like video streaming
sites, single page applications and other web application.
C - Node.js is open source and is completely free to use.

2) Which of the following command is used to install the Node.js express module?

a. $ npm install express


b. $ node install express
c. $ install express
d. None of the above

2. Node.js uses _____________ programming.


A. asynchronous
B. synchronous
C. Both A and B
D. None of the above

3) Which of the following extension is used to save the Node.js files?

a. .js
b. .node
c. .java
d. .txt

4.Which of the following template engines can be used with Node.js?

Jade

Vash

Handlebars

All of the above

5 Node.js files must be initiated in the?


A. Command Prompt
B. nodejs Editor
C. Both A and B
D. None of the above

6 Which of the following types of applications can be built using Node.js?

Web Application

Chat Application

RESTful Service

All of the above

7.Who developed the bootstrap?

James Gosling

Mark Jukervich

Dennis Ritchie

Mark Otto and Jacob Thornton


8 AngularJS is perfect for?

SPAs

MPAs

DPAs

CPAs

9 .Which of the following statement is correct for AngularJS?

AngularJS is an HTML framework

AngularJS is a Java framework

AngularJS is a JavaScript framework

AngularJS is a SQL framework

10 .Which of the following is an advantage of AngularJS?

AngularJS code is unit testable.

AngularJS provides reusable components.

AngularJS uses dependency injection and makes use of separation of concerns.

All of the above

11 .MVC is composed of three components these are

Model View Controller


.Model Variable Centered
Member Vertical Controller
.Member Vertical Controller
12, What is the use of controller in MVC?

It is responsible for controlling the flow of the application execution

B.It is responsible for controlling the application logic

C.It receives an input from the users via the View, then processes the user's
data

D.All of the above

13 Heroku is an example for

A. xaas

B. iaas

C. saas

D. paas

14,
_____________is a process that enables users to
manipulate web page elements through a web browser.
A) DOM
B) Data Binding
C)Testing
D)None
15, Which of the following is not a valid HTTP methods
used in RESTful web services?
A. GET
B. POST
C.TIME
D. PUT

16. Which of the following HTTP method is Read only method in REST?

A. GET

B - POST

C - DELETE.

D – PUT

17. MongoDB was Initial released in .............

A. August 2009

B.August 2008

C.August 2010

D.None of the above

18, A collection in Mongodb is a group of ............

A. Rows

B.Schema

C.Databases

D.Related documents
18.What kind of database MongoDB is?

A. NoSQL Database

B.SQL Database

C.Operational database

D.None of the above

19. Which of the following method is used to query documents in collections in


mongoDB?

A. find

B. move

C. shell

D. replace

20 MongoDB ___________ command is used to drop a existing database.


A. db.drop()
B. db.dropDatabase()
C. db.deleteDatabase()
D. db.delete()

21. Command to show installed version of Node?

A. $ npm --version

B.$ npm get Version

C.$ node --version

D.$ node getVersion

21.Which of the following is the Scaffolding in Express.js?

Yeoman
Express application generator

Handler functions

Both A & B

22.What is the meaning of templating in Express.js?

Pug

EJS

Mustache

All of the above.

23. ___________is the most commonly used UI framework with Angular projects.

• A. Angular Material

• B. Angular

• C. ngx-bootstrap

• D. Brian Ford

24, Angular provides the use of ________ by splitting Web pages into separate reusable
page .

A. Project

B. Components

C. CSS

D. HTML

25. Which directive in Angular initializes application data and puts it values to
a variable.

A. Ng-app

B. Ng-Model

C.Ng-Bind
D.Ng-init

a. 26 Angular controllers are used for controlling the data.


b. Angular controllers are used for displaying the data.
c. Both of the above are correct.
d. None of the above is correct.

27 Which of the following community Angular JS belong to?

a. Twitter
b. Facebook
c. Google
d. Microsoft

You might also like