0% found this document useful (0 votes)
991 views

WP MCQs 2

The document is a sample test for a Web Technology exam containing 32 multiple choice questions. It provides instructions for taking the exam such as the number of questions, time limit, and how to mark answers. The questions cover topics like the JSP lifecycle, CSS properties, XML, JavaScript, PHP, Node.js, AngularJS, HTTP, and more.

Uploaded by

LAXMAN KAGADE
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)
991 views

WP MCQs 2

The document is a sample test for a Web Technology exam containing 32 multiple choice questions. It provides instructions for taking the exam such as the number of questions, time limit, and how to mark answers. The questions cover topics like the JSP lifecycle, CSS properties, XML, JavaScript, PHP, Node.js, AngularJS, HTTP, and more.

Uploaded by

LAXMAN KAGADE
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/ 355

28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?

testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Seat No -
Total number of questions : 60
12898_Web Technology
Time : 1hr
Max Marks : 50
N.B

1) All questions are Multiple Choice Questions having single correct option.

2) Attempt any 50 questions out of 60.

3) Use of calculator is allowed.

4) Each question carries 1 Mark.

5) Specially abled students are allowed 20 minutes extra for examination.

6) Do not use pencils to darken answer.

7) Use only black/blue ball point pen to darken the appropriate circle.

8) No change will be allowed once the answer is marked on OMR Sheet.

9) Rough work shall not be done on OMR sheet or on question paper.

10) Darken ONLY ONE CIRCLE for each answer.

Q.no 1. Which of the following is true about Initialization phase in JSP life cycle?

A : Container invokes _jspService() method during Initialization phase

B : When a container loads a JSP it invokes the jspInit() method before servicing any requests.

C : jspInit() method is called every time during each service request to JSP.

D : spInit() method is not part of Initialization phase of JSP.

Q.no 2. Which of the following properties will we use to display border around a cell without
any content ?

A : empty-cell

B : blank-cell

C : noncontent-cell

D : void-cell

Q.no 3. XML is designed to store data and .

A : Design

B : Verify

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 1/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : Transport

D : Both A & B

Q.no 4. We can add new element at the end of existing element using

A : append

B : new

C : addLast

D : None of above

Q.no 5. JavaScript statements embedded in an HTML page can respond to user events
such as mouse-clicks, form input, and page navigation.

A : Client-side

B : Server-side

C : Local

D : Native

Q.no 6. In Nodejs what is use of underscore variable in REPL session

A : to store the result

B : to get the last command used

C : to get the last result

D : to set first result

Q.no 7. Which AngularJs directive used to disable an element

A : ng-disabled

B : ng-hide

C : ng-false

D : ng-true

Q.no 8. Which method is used to create new HTML element in JS

A : document.createElement()

B : document.createNewElement()

C : newElement()

D : document.HTMLElement()

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 2/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 9. How do you write "Hello World" in PHP

A : echo "Hello World";

B : "Hello World";

C : Document.Write("Hello World");

D : print "hello"

Q.no 10. The default port number of Tomcat Server is:

A : 8080

B : 7001

C : 8010

D : 9001

Q.no 11. When a user views a page containing a JavaScript program, which machine actually
executes the script?

A : The User's machine running a Web browser

B : The Web server

C : A central machine deep within Netscape's corporate offices

D : None of the above

Q.no 12. To install Node.js express module

A : $ npm install express

B : $ node install express

C : $ install express

D : #update express

Q.no 13. Which of the following is true about Servlets

A : Java Servlets are programs that run on a Web server or Application server.

B : Java Servlets are the program that run in the web browser space.

C : Java Servlets are client side programs that run on a client side

D : None of the above

Q.no 14. What does the hash (#) sign mean in PHP?

A : It indicates lines that are commented out

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 3/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : It indicates variable declaration.

C : It indicates function declaration.

D : No uses in PHP.

Q.no 15. Which role in EJB architecture is responsible for EJB Server?

A : EJB Deployer

B : Application Assembler

C : Network Engineer

D : Server Provider

Q.no 16. Which are the XML Syntax rules?

A : All XML Elements Must Have a Closing Tag

B : XML Tags are not Case Sensitive

C : XML Elements Must be Properly Nested

D : Both A & C

Q.no 17. Which event handler is triggered when the user’s mouse moves onto a link?

A : onMouseOver

B : onMouseOut

C : onMouse

D : onMouseOnto

Q.no 18. What are cookies?

A : Cookies are text files stored on the client computer and they are kept for various information
tracking purpose.

B : Cookies are binary files stored on the server computer and they are kept for various information
tracking purpose.

C : Cookies are binary files stored on the client computer and they are kept for data storage
purpose.

D : Cookies are implicit object in JSP

Q.no 19. Which module is used to serve static resources in Node.js?

A : node-static

B : http

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 4/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : node-resource

D : static

Q.no 20. Which of the following is not a directive

A : include

B : export

C : page

D : taglib

Q.no 21. Statement in Javascript ends with

A : comma

B : semicolon

C : Question mark

D : Dollar sign

Q.no 22. What WSDL stands for?

A : Web Services Description Language

B : Web Services Direction Language

C : Wired Services Description Language

D : Web Services Dialect Language

Q.no 23. SOAP platform ……………….

A : Independent

B : dependent

C : sometime dependent

D : sometine independent

Q.no 24. HTTP is a...................... Protocol

A : stateless

B : stateful

C : No State

D : All state

Q.no 25. Which of the following is not a valid JavaScript variable name?
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 5/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : 2names

B : _first_and_last_names

C : FirstAndLast

D : None of the above

Q.no 26. How to assign the image source in JavaScript?

A : image = “url”

B : source(“url”)

C : image.src = “url”

D : img.src=”url”

Q.no 27. Which of the following XML documents are well-formed?

A : <firstElement>some text goes here


<secondElement>another text goes here</secondElement>
</firstElement>

B : <firstElement>some text goes here</firstElement>


<secondElement> another text goes here</secondElement>

C : <firstElement>some text goes here


<secondElement> another text goes here</firstElement>
</secondElement>

D : </firstElement>some text goes here


</secondElement>another text goes here
<firstElement>

Q.no 28. PHP is an example of scripting language.

A : Server-side

B : Client-side

C : Browser-side

D : In-side

Q.no 29. Find the correct syntax of the declaration which defines the XML Version?

A : < ?xml version= "1.0" ? >

B : < xml version="1.0"/ >

C : < ?xml version="1.0" / >

D : None of the above

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 6/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 30. Which of the following XML fragments are well-formed?

A : <myElement myAttribute="someValue"/>

B : <myElement myAttribute=someValue/>

C : <myElement myAttribute=’someValue’>

D : <myElement myAttribute="someValue’/>

Q.no 31. The correct signature of _jspService() method of HttpJspPage class is :

A : void _jspService(HTTPRequest request, HTTPResponse response)

B : void _jspService(HTTPRequest request, HTTPResponse response) throws ServletException,


IOException

C : void _jspService()

D : void _jspService() throws ServletException, IOException

Q.no 32. What angular function is used to manually start up an angular application?

A : angular.bootstrap

B : angular.element

C : angular.copy

D : None of the above

Q.no 33. AngularJS applications are a mix of . . . . . .

A : HTML and PHP

B : HTML and CrossScript

C : HTML and AngularScript

D : HTML and JavaScript

Q.no 34. What is Callback?

A : Callback is an asynchronous equivalent for a function.

B : Callback is a technique in which a method call back the caller method.

C : it is routine

D : it is distributed

Q.no 35. $(this).hide() - hides the current element

A : Hides current element

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 7/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : Hides element with name this

C : Hides element with $

D : None of above

Q.no 36. Which of the following is used to access session variables in PHP?

A : session_start() function

B : $_SESSION[]

C : isset() function

D : session_destroy() function

Q.no 37. Which of the following method can be used to read a multiple values with same
name, for example check box selections in JSP?

A : request.getParameter()

B : response.getParameter()

C : request.getParameterValues()

D : response.getParameterValues()

Q.no 38. What is the output of following Javascript?

var a = 'cpp';
var b = 'buzz';
var c = a/b;
document.write(c);

A : cppbuzz

B : cpp/buzz

C : NaN

D : None of the above

Q.no 39. Which angular module is loaded by default?

A : ng

B : ng-app

C : ng-config

D : restore

Q.no 40. Which of the following is true about init() method of servlet?

A : The init() method loads new data for each service request of the servlet.
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 8/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : The init() method is called again and again for each user request.

C : The init() method is called only once.

D : The init() method is never called in servelt.

Q.no 41. In the model-view-controller (MVC) architecture, the model defines the

A : Data-access layer

B : Presentation layer

C : Business-logic layer

D : Interface layer

Q.no 42. Which language is Extensible Markup Language (XML) similar?

A : HTML

B : PHP

C : JavaScript

D : Wordpress

Q.no 43. Which of the following type of variables have only two possible values either true or
false?

A : Integers

B : Doubles

C : booleans

D : Strings

Q.no 44. What is the property textContent?

A : Sets the textual content of a node

B : Returns the textual content of a node

C : Both a and b

D : None of the mentioned

Q.no 45. Which of the following code is used to get session in servlet

A : response.getSession()

B : serveltSession.getSession()

C : new Session()

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 9/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : request.getSession()

Q.no 46. What is the correct way to open the file "time.txt" as readable?

A : fopen("time.txt","r");

B : open("time.txt","read");

C : fopen("time.txt","r+");

D : open("time.txt");

Q.no 47. Which components can be injected as a dependency in AngularJS

A : Application Module

B : constant

C : value

D : Factory

Q.no 48. Correct way of accessing javascript object var person = {firstName:"John",
lastName:"Doe"}

A : person.lastName;

B : person#lastName

C : lastName

D : None of above

Q.no 49. Which of the following class is used to create and consume custom events in Node.js?

A : EventEmitter

B : Events

C : NodeEvent

D : NodeEmitter

Q.no 50. Which of the following elements are block and inline elements, respectively, that
have no particular rendering?

A : div

B : span

C : box-model

D : both div and span

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 10/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 51. What will be output of following code


var triangle = {
p1 : { x : 0, y : 3 },
p2 : { x : 1, y : 4 },
p3 : { x : 2, y : 5 }
}

alert(triangle.p1.y);

A:0

B:1

C:3

D:4

Q.no 52. The .......... directive is used if you want to add or remove HTML elements from the
DOM based on data in the model.

A : ng-switch

B : ng-model

C : ng-Disabled

D : ng-Cloak

Q.no 53. The use of a DTD in XML development is:

A : required when validating XML documents

B : no longer necessary after the XML editor has been customized

C : used to direct conversion using an XSLT processor

D : a good guide to populating a templates to be filled in when generating an XML document


automatically

Q.no 54. Which one of the following method is used to retrieve the number of rows affected by
an INSERT, UPDATE, or DELETE query?

A : num_rows()

B : affected_rows()

C : changed_rows()

D : new_rows()

Q.no 55. If para1 is the DOM object for a paragraph, what is the correct syntax to change the
text within the paragraph?

A : "New Text"?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 11/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : para1.value="New Text";

C : para1.firstChild.nodeValue= "New Text";

D : para1.nodeValue="New Text";

Q.no 56. AngularJS can show or hide HTML depending on the state of data in the model. You
do so using a set of AngularJS directives such as ........... which are created specifically for that
purpose.

A : ng-shown, ng-hidden

B : ng-show, ng-hide

C : nt-show, nt-hide

D : ng-shows, ng-hides

Q.no 57. Which of the following code is used to update an attribute in a HTTP Session object
in servlets?

A : session.setAttribute(name,value)

B : session.alterAttribute(name,value)

C : session.updateAttribute(name,value)

D : session.update(name,value)

Q.no 58. In which configuration file is a link between the View and Model components in the
Web Client but you would not have to touch these settings for 99.99% of your projects?

A : The struts-config.xml file

B : The struts.xml file

C : The web.xml file

D : The struts.properties file

Q.no 59. Which of the following statements is not true about XML Schemas:

A : hey are used to define the content and structure of data.

B : They define a set of symbols and the relationships of those symbols.

C : They are themselves XML documents.

D : They have their own syntax.

Q.no 60. Which of the following is true for JNDI?

A : Database service

B : Naming and Directory Service


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 12/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : Network Service

D : Web Service

Answers

Answer for Question No 1. is b


Answer for Question No 2. is a
Answer for Question No 3. is c
Answer for Question No 4. is a
Answer for Question No 5. is a
Answer for Question No 6. is c
Answer for Question No 7. is a
Answer for Question No 8. is a
Answer for Question No 9. is a
Answer for Question No 10. is a
Answer for Question No 11. is a
Answer for Question No 12. is a
Answer for Question No 13. is a
Answer for Question No 14. is a
Answer for Question No 15. is d
Answer for Question No 16. is d
Answer for Question No 17. is a
Answer for Question No 18. is a
Answer for Question No 19. is a
Answer for Question No 20. is b
Answer for Question No 21. is b
Answer for Question No 22. is a
Answer for Question No 23. is a
Answer for Question No 24. is a
Answer for Question No 25. is a
Answer for Question No 26. is c
Answer for Question No 27. is b
Answer for Question No 28. is a
Answer for Question No 29. is a
Answer for Question No 30. is a
Answer for Question No 31. is b
Answer for Question No 32. is a
Answer for Question No 33. is d
Answer for Question No 34. is a
Answer for Question No 35. is a
Answer for Question No 36. is b
Answer for Question No 37. is b
Answer for Question No 38. is c
Answer for Question No 39. is a
Answer for Question No 40. is c
Answer for Question No 41. is c
Answer for Question No 42. is a
Answer for Question No 43. is c
Answer for Question No 44. is c
Answer for Question No 45. is d
Answer for Question No 46. is a
Answer for Question No 47. is a
Answer for Question No 48. is a
Answer for Question No 49. is a
Answer for Question No 50. is d
Answer for Question No 51. is c
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 13/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 52. is a
Answer for Question No 53. is a
Answer for Question No 54. is b
Answer for Question No 55. is b
Answer for Question No 56. is b
Answer for Question No 57. is a
Answer for Question No 58. is a
Answer for Question No 59. is d
Answer for

Question No 60. is b

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 14/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 15/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. If we want define style for an unique element, then which css selector will we use ?

A : Id

B : text

C : class

D : name

Q.no 2. jsp:useBean action tag in JSP is used to

A : to locate or instantiate a bean class

B : Include a file at the time the page is requested.

C : Set the property of a JavaBean.

D : Forward the requester to a new page.

Q.no 3. Declaration tag sytax in JSP is :

A : <%! declaration%>

B : <%= declaration%>

C : <%-- declaration%>

D : <%@ declaration%

Q.no 4. Which one of these technologies is NOT used in AJAX

A : CSS

B : DOM

C : DHTML

D : Flash

Q.no 5. Suppose we want to arrange five nos. of DIVs so that DIV4 is placed above DIV1.
Now, which css property will we use to control the order of stack?

A : d-index

B : s-index

C : x-index

D : z-index

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 16/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 6. Abbreviate the term JMS?

A : Java Message Service

B : Java Monitor Service

C : Java Message Session

D : Java Monitor Session

Q.no 7. which of the follwing is not valid angularJs filter

A : lowercase

B : orderby

C : email

D : currency

Q.no 8. AngularJS bootstraps itself during config phase.

A : yes

B : no

C : always

D : never

Q.no 9. Which of the following tags in struts-config.xml file defines the availability of
necessary Struts JSP custom tag libraries?

A : jsp-lib

B : struts-taglib

C : taglib

D : jsp-taglib

Q.no 10. JavaScript is also called client-side JavaScript.

A : Microsoft

B : Navigator

C : LiveWire

D : Native

Q.no 11. Which of the following statement is correct about HTTP Get method.

A : GET method is used to appends form data to the URL in the page request.

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 17/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : The GET method is a secure method to pass information from browser to web server.

C : GET requests do not have any data length restrictions for data tranfer.

D : None of the above.

Q.no 12. Which method is used to set or reset CSS property in Jquery

A : selector.CSS()

B : $(selector).css()

C : $(selector).style()

D : None of above

Q.no 13. What is MVC (Mode View Controller)

A : It is a services for Java built function

B : It is marker for DOM elements

C : It is a software design pattern for developing web applications

D : it is framework only

Q.no 14. What scripting language is jQuery written in?

A : VBScript

B : C++

C : JavaScript

D : C#

Q.no 15. What type of architecture is followed in CMS?

A : MV

B : MMVC

C : MVC

D : MC

Q.no 16. Which element is used in the <HEAD> section on an HTML / XHTMLpage, if we
want to use an external style sheet file to decorate the page ?

A : <src>

B : <link>

C : <style>

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 18/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : <css>

Q.no 17. Which of the following statements prints in PHP?

A : Out

B : Write

C : Echo

D : Display

Q.no 18. AJAX made popular by

A : Microsoft

B : IBM

C : Google

D : SunMicrosystem

Q.no 19. Which of the following is the correct order of servlet life cycle phase methods?

A : init(), service(), delete()

B : init(), service(), destroy()

C : init(), execute(), destroy()

D : initialize(), service(), destroy()

Q.no 20. Every JSP is Translated into a:

A : Java applet

B : Java servlet

C : Java EJB

D : Java Struts

Q.no 21. In WordPress, what is the user role with the highest privilege level?

A : Administrator

B : Author

C : Editor

D : Contributor

Q.no 22. What JSP stands for?

A : Java Service Programming


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 19/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : Java Server Programming

C : Java Service Pages

D : Java Server Pages

Q.no 23. What executes EJB components?

A : A web server

B : An application server

C : An EJB container

D : A database server

Q.no 24. The correct signature of jspInit() method of HttpJspPage class is :

A : void jspInit(HTTPRequest request, HTTPResponse response)

B : void jspInit(HTTPRequest request, HTTPResponse response) throws ServletException,


IOException

C : void jspInit() throws ServletException, IOException

D : void jspInit()

Q.no 25. Which statement executes the code of sample.js file

A : nodejs sample.js

B : node sample.js

C : sample.js

D:0

Q.no 26. Which of the following is a web server?

A : Eclipse

B : Apache tomcat

C : Netbeans

D : All of the above

Q.no 27. Which css property you will use if you want to add some margin between a DIV's
border and its inner text ?

A : spacing

B : margin

C : padding
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 20/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : inner-margin

Q.no 28. Which of the following method can be used to read a form parameter in JSP?

A : response.getParameter()

B : request.getParameter()

C : request.getValue()

D : response.getValue()

Q.no 29. Which of the following is a server side technology?

A : Html

B : JSP

C : JavaScript

D : CSS

Q.no 30. Correct method to sort elements from array a in javascript is

A : a.sort()

B : sort(a)

C : a = sort()

D : None of above

Q.no 31. Which of the following php statement/statements will store 111 in variable num?
i) int $num = 111;
ii) int mum = 111;
iii) $num = 111;
iv) 111 = $num;

A : Both (i) and (ii)

B : Only (iii)

C : Only (i)

D : Only (ii)

Q.no 32. . What are various possible prefixes such as 'ng-' using which Angular directives (for
example, ng-app) can be defined?

A : ng-', 'data-ng-', 'ng:'

B : ng-'

C : ng-', 'data-ng-', 'ng:', 'x-ng-'

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 21/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : ng-', 'data-ng-','x-ng-'

Q.no 33. How to include HTML content into another HTML

A : Server Side push

B : Use of CommetD

C : Use of Polling

D : Use of include

Q.no 34. How do you create a cookie in PHP?

A : setcookie()

B : createcookie()

C : makecookie()

D : cookieset()

Q.no 35. Which of the Following are the valid scopes in JSP.

A : response, page, session, application


Tion

B : request, page, session, global

C : request, page, context, application

D : request, page, session, application

Q.no 36. Which of the following selector selects the elements that are checked?

A:E~F

B : ::after

C : :checked

D : none of the mentioned

Q.no 37. Which of the following selectors selects any tag with an id attribute set?

A : E#id

B : .class

C : #id

D:*

Q.no 38. Which of the following event fires when the form element loses the focus: <button>,
<input>, <label>, <select>, <textarea>?
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 22/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : onfocus

B : onblur

C : onclick

D : ondblclick

Q.no 39. Which of the following magic constant of PHP returns current line number of the
file?

A : LINE

B : FILE

C : FUNCTION

D : CLASS

Q.no 40. Which is currect one to hide class element using jquery

A : $(".test").hide()

B : $("#test").hide()

C : Both of above

D : None of above

Q.no 41. The Text and Comment is part of

A : CharacterData

B : Document

C : Attr

D : Element

Q.no 42. Which one is standard way to show popup in Java Script?

A : window.alert("cppbuzz");

B : alert("cppbuzz");

C : window("cppbuzz");

D : alert("cppbuzz")

Q.no 43. Directives can be applied to which all element type?

A : Element

B : Attribute

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 23/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : Comment

D : All of above

Q.no 44. The property specifies the background color of an element.

A : background-color

B : border

C : color

D : display

Q.no 45. The property specifies if/how an element is displayed.

A : background-color

B : border

C : color

D : display

Q.no 46. Viewstart comes under which folder name?

A : Views

B : Account

C : Shared

D : Home

Q.no 47. Which EJB container must provide an implementation of Java Naming and
Directory Interface (JNDI) API to provide naming services for EJB clients and components?

A : Transaction support

B : Persistence support

C : Naming support

D : All mentioned above

Q.no 48. Which of the following module is required for path specific operations?

A : os module

B : fs module

C : path module

D : ng module

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 24/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 49. Which is used to make asynchronous request i.e. it doesn't block the user and it
sends only required field data to the server side not all, So it makes the performance fast?

A : AJAX Support

B : Integration Support

C : Various Tag Support

D : Theme and Template Support

Q.no 50. Which of the following can't be done with client-side JavaScript?

A : Validating a form

B : Sending a form's contents by email

C : Storing the form's contents to a database file on the server

D : None of the above

Q.no 51. Which of the following methods is used to execute the statement after the parameters
have been bound?

A : bind_param()

B : bind_result()

C : bound_param()

D : bound_result()

Q.no 52. The default model for complex type, in XML schemas for element is

A : textOnly

B : elementOnly

C : no default type

D : both 1 & 2

Q.no 53. Which is the correct way to write a JavaScript array?

A : var txt = new Array(1:"tim",2:"kim",3:"jim")

B : var txt = new Array:1=("tim")2=("kim")3=("jim")

C : var txt = new Array("tim","kim","jim")

D : var txt = new Array="tim","kim","jim"

Q.no 54. A schema describes


(i) grammer
(ii) vocabulary
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 25/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

(iii) structure
(iv) datatype of XML document

A : (i) & (ii) are correct

B : (i),(iii) ,(iv) are correct

C : (i),(ii),(iv) are correct

D : (i),(ii),(iii),(iv) are correct

Q.no 55. Why a Node.JS code is pretty fast although being written in JavaScript

A : Node.JS internally converts JavaScript code to Java based code and then execute the same

B : Node.JS internally converts JavaScript code to C based code and then execute the same

C : Being built on Google Chrome's V8 JavaScript Engine

D:0

Q.no 56. To add the attribute named Type to the <customer> tag the syntax will be

A : <customer attribute Type=”exelent”>

B : <customer Type attribute =”exelent”>

C : <customer Type attribute_type=”exelent”>

D : <customer Type=” exelent” >

Q.no 57. Which of the following stands true for dns.lookup(hostname[, options], callback)
method?

A : Resolves a hostname (e.g. 'google.com') into


the first found A (IPv4) or AAAA (IPv6) record.

B : If options is not provided, then IP v4 and v6


addresses are both valid. If options is an integer, then it must be 4 or 6.

C : Both of the above.

D:0

Q.no 58. Which one of the following statements instantiates the mysqli class?

A : $mysqli = new mysqli()

B : $mysqli = new mysqli()

C : $mysqli->new.mysqli()

D : mysqli->new.mysqli()

Q.no 59. WordPress is used to create……………


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 26/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : Website

B : Application

C : System Program

D : Operating System

Q.no 60. The use of a DTD in XML development is:

A : required when validating XML documents

B : no longer necessary after the XML editor has been customized

C : used to direct conversion using an XSLT processor

D : a good guide to populating a templates to be filled in when generating an XML document


automatically

Answers

Answer for Question No 1. is a


Answer for Question No 2. is b
Answer for Question No 3. is a
Answer for Question No 4. is d
Answer for Question No 5. is d
Answer for Question No 6. is a
Answer for Question No 7. is c
Answer for Question No 8. is a
Answer for Question No 9. is c
Answer for Question No 10. is b
Answer for Question No 11. is a
Answer for Question No 12. is b
Answer for Question No 13. is c
Answer for Question No 14. is c
Answer for Question No 15. is c
Answer for Question No 16. is b
Answer for Question No 17. is c
Answer for Question No 18. is c
Answer for Question No 19. is b
Answer for Question No 20. is b
Answer for Question No 21. is a
Answer for Question No 22. is d
Answer for Question No 23. is c
Answer for Question No 24. is d
Answer for Question No 25. is b
Answer for Question No 26. is b
Answer for Question No 27. is c
Answer for Question No 28. is b
Answer for Question No 29. is b
Answer for Question No 30. is a
Answer for Question No 31. is c
Answer for Question No 32. is c
Answer for Question No 33. is d
Answer for Question No 34. is a
Answer for Question No 35. is d
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 27/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 36. is c
Answer for Question No 37. is c
Answer for Question No 38. is d
Answer for Question No 39. is a
Answer for Question No 40. is a
Answer for Question No 41. is a
Answer for Question No 42. is a
Answer for Question No 43. is d
Answer for Question No 44. is a
Answer for Question No 45. is d
Answer for Question No 46. is a
Answer for Question No 47. is c
Answer for Question No 48. is c
Answer for Question No 49. is a
Answer for Question No 50. is c
Answer for Question No 51. is a
Answer for Question No 52. is b
Answer for Question No 53. is c
Answer for Question No 54. is d
Answer for Question No 55. is c
Answer for Question No 56. is d
Answer for Question No 57. is c
Answer for Question No 58. is b
Answer for Question No 59. is a
Answer for Question No 60. is a

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 28/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 29/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. In XML document comments are given as?

A : < ! ---- !>

B : < !-- ?

C : < / ---- >

D : < ?-- ?

Q.no 2. The following example shows which XML Syntax rule,


< note date=" 12/11/2007">
< to>Tove< /to>
< from>Jani< /from>
< /note>

A : XML Attribute Values Must be Quoted

B : All XML Elements Must Have a Closing Tag

C : XML Tags are Case Sensitive

D : XML Elements Must be Properly Nested

Q.no 3. The EJB specification architecture does NOT define….

A : transactional components

B : client side security and encryption

C : distributed object components

D : server-side components

Q.no 4. What does PHP stand for?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 30/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : Personal Home Page

B : Hypertext Preprocessor

C : Pretext Hypertext Processor

D : Preprocessor Home Page

Q.no 5. PHP is an example of scripting language.

A : Server-side

B : Client-side

C : Browser-side

D : In-side

Q.no 6. Which of the following represents the root of the Tomcat installation

A : $CATALINA

B : $CATALINA_HOME

C : $HOME

D : None of these

Q.no 7. Which one of the following is correct syntax for directive in JSP

A : <%@directive%>

B : <%!directive%>

C : <%directive%>

D : <%=directive%>

Q.no 8. Which CSS property is used to control the text size of an element ?

A : font-style

B : text-size

C : font-size

D : text-style

Q.no 9. Not a number is checked in JS by

A : NaN()

B : isNaN()

C : Both of above
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 31/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : None of above

Q.no 10. Find the correct syntax of the declaration which defines the XML Version?

A : < ?xml version= "1.0" ? >

B : < xml version="1.0"/ >

C : < ?xml version="1.0" / >

D : None of the above

Q.no 11. How PHP files can be accessed?

A : Through Web Browsers

B : Through HTML Files

C : Through Web Servers

D : Through Software

Q.no 12. What does JSTL stands for

A : JSP Tag Library

B : JSP Standard Tag Library

C : Java Standard Tag Library

D : Java Standard Template Library

Q.no 13. jQuery method to set one or more style properties for selected elements?

A : style()

B : css()

C : html()

D : None

Q.no 14. AJAX is based on

A : JavaScript and XML

B : JavaScript and Java

C : VBScript and XML

D : JavaScript and HTTP requests

Q.no 15. In PHP Language variables are case sensitive

A : true
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 32/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : Flase

C : Depends on website

D : Depends on server

Q.no 16. Struts supports which of these model components?

A : JavaBeans

B : EJB,COBRA

C : JDO

D : All above

Q.no 17. Which character in the XML Element will generate an error because the parser
interprets it as the start of a new element?

A:"<"

B : "&"

C : Both A & B

D : None of the above

Q.no 18. tag is an extension to HTML that can enclose any number of JavaScript
statements.

A : <SCRIPT>

B : <BODY>

C : <HEAD>

D : <TITLE>

Q.no 19. Which of the following is not a implicit object in JSP?

A : request

B : response

C : cookie

D : session

Q.no 20. JavaScript is also called server-side JavaScript

A : Microsoft

B : Navigator

C : LiveWire
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 33/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : Native

Q.no 21. AJAX Stands for

A : Asynchronous Javascript and XML

B : Abstract JSON and XML

C : Another Java Abstraction for X-Windows

D : Another Java and XML Library

Q.no 22. Easiest way to get content of an HTML element is by

A : element.getID

B : innerHTML

C : getContent()

D : getHTML()

Q.no 23. Who is known as father of angularJs

A : Brad Green

B : Misko Hevery

C : Adam Abrons

D : Adam Nass

Q.no 24. which of the following is not a JSP Action Tag

A : jsp:forward

B : jsp:include

C : jsp:useBean

D : Jsp:import

Q.no 25. Which is not a XML function?

A : Transport information

B : Style information

C : Store information

D : Structure information

Q.no 26. ActionServlet, RequestProcessor and Action classes are the components of

A : View
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 34/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : Model

C : Controller

D : Deployment

Q.no 27. Which Characters are illegal in XML elements?

A:"<"

B : "&"

C : Both A & B

D : None of the above

Q.no 28. Comment Tag syntax in JSP is:

A : <%! comment%>

B : <%@ comment%>

C : <%= comment%>

D : <%-- comment--%>

Q.no 29. What sever support AJAX ?

A : WWW

B : SMTP

C : HTTP

D : SNMP

Q.no 30. The correct signature of jspDestroy() method of HttpJspPage class is :

A : void jspDestroy(HTTPRequest request, HTTPResponse response)

B : void jspDestroy()

C : void jspDestroy() throws ServletException, IOException

D : void jspDestroy(HTTPRequest request, HTTPResponse response) throws ServletException,


IOException

Q.no 31. What will be the output of below mentioned code snippet?

p strong {background-color: yellow;}

A : Strong have yellow background

B : Strong element within a p element have a yellow background

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 35/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : Both p and strong have yellow background

D : None of the mentioned

Q.no 32. Which superglobal variable holds information about headers, paths, and script
locations?

A : $_SERVER

B : $_GET

C : $_SESSION

D : $_GLOBALS

Q.no 33. AngularJS module can be created using…….

A : angular.module();

B : var myModule = new module();

C : module.create();

D : angular.create();

Q.no 34. What is the correct syntax for referring to an external script called " abc.js"?

A : <script href=" abc.js">

B : <script name=" abc.js">

C : <script src=" abc.js">

D : None of the above

Q.no 35. Which are the main features of XML?

A : Text data description

B : Human- and computer-friendly format

C : Handles data in a tree structure having one-and only one-root element

D : All mentioned above

Q.no 36. Which is currect one to hide id element using jquery

A : $(".test").hide()

B : $("#test").hide()

C : Both of above

D : None of above

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 36/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 37. Which of the following is valid for AngualarJS module

A : var app = angular.module(["myApp","param");

B : var app = angular.module("myApp", []);

C : var app = angular.module();

D : var app = angular.module("myApp");

Q.no 38. Angular 1.x is written in ………

A : Java

B : Javascript

C : Typescript

D : VB script

Q.no 39. Which of the following method is used to hide the selected elements?

A : visible(false)

B : hidden()

C : display(none)

D : hide()

Q.no 40. Find output of below Javascript code

var a = 10;
document.write(a=20);

A : Error

B : Nothing is printed

C : 10

D : 20

Q.no 41. Which of the following method can be used to read a multiple values with same
name, for example check box selections in JSP?

A : request.getParameter()

B : response.getParameter()

C : request.getParameterValues()

D : response.getParameterValues()

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 37/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 42. When a user views a page containing a JavaScript program, which machine actually
executes the script?

A : The User's machine running a Web browser

B : The Print Server

C : A central machine deep within Netscape's corporate offices

D : The Web server

Q.no 43. Which of the following HTTP method should be used to get list the supported
operations in RESTful web service?

A : GET

B : HEAD

C : PUT

D : OPTIONS

Q.no 44. Which of the following is true about init() method of servlet?

A : The init() method loads new data for each service request of the servlet.

B : The init() method is called again and again for each user request.

C : The init() method is called only once.

D : The init() method is never called in servelt.

Q.no 45. How many types of results in MVC

A : 11

B : 12

C : 13

D : 10

Q.no 46. In servet, the line of code that retrieves session ID specified by the client is

A : request.getRequestedSessionId()

B : response.getRequestedSessionId()

C : Header.getRequestedSessionId()

D : request.getId()

Q.no 47. The method of an Array object adds and/or removes elements from an
array.

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 38/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : Reverse

B : Shift

C : Slice

D : Splice

Q.no 48. Which of the following selector selects the elements that are the default among a set
of similar elements?

A : :default

B : :%

C : :disabled

D : none of the mentioned

Q.no 49. Using function, we can hold or release the execution of jQuery’s ready
event.

A : jQuery.holdReady()

B : jQuery.ready()

C : jQuery.hold()

D : jQuery.holdready()

Q.no 50. Which of the following attribute is used to mark a page as error processing page

A : errorPage

B : isErrorPage

C : exception

D : exceptionPage

Q.no 51. Which value is going to be updated


<p id="demo"></p>
<p class="demo"></p>
<p name="demo"></p>
<script> document.getElementById("demo").innerHTML = "Hello World!";
</script>

A : p with id

B : p with class

C : p with name

D : All of the above

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 39/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 52. Which of the following method can be used to get the multiple values of a parameter
like checkbox data?

A : request.getParameter()

B : header.getParameterNames()

C : request.getParameterValues()

D : request.getParameterNames()

Q.no 53. Which of the methods are used to manage result sets using both associative and
indexed arrays?

A : get_array() and get_row()

B : get_array() and get_column()

C : fetch_array() and fetch_row()

D : fetch_array() and fetch_column()

Q.no 54. Which protocol used by REST for Data Communication?

A : TCP

B : HTTP

C : UDP

D : SMTP

Q.no 55. Which of the following function returns the number of characters in a string
variable?

A : count($variable)

B : len($variable)

C : strcount($variable)

D : strlen($variable)

Q.no 56. Which one of the following methods can be used to diagnose and display information
about a MySQL connection error?

A : connect_errno()

B : connect_error()

C : mysqli_connect_errno()

D : mysqli_connect_error()

Q.no 57. Which method rolls back the present transaction?


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 40/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : commit()

B : undo()

C : back()

D : rollback()

Q.no 58. If there is no error, then what will the error() method return?

A : true

B : false

C : Empty String

D:0

Q.no 59. DTD includes the specifications about the markup that can be used within the
document, the specifications consists of all EXCEPT

A : the browser name

B : the size of element name

C : entity declarations

D : element declarations

Q.no 60. What is included in phpinfo ( ) function with release of PHP5.2.1 version?

A : A header tag

B : A footer tag

C : A Meta tag

D : Title Tag

Answers

Answer for Question No 1. is b


Answer for Question No 2. is a
Answer for Question No 3. is b
Answer for Question No 4. is b
Answer for Question No 5. is a
Answer for Question No 6. is b
Answer for Question No 7. is a
Answer for Question No 8. is c
Answer for Question No 9. is b
Answer for Question No 10. is a
Answer for Question No 11. is c
Answer for Question No 12. is b
Answer for Question No 13. is b
Answer for Question No 14. is a
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 41/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 15. is a
Answer for Question No 16. is d
Answer for Question No 17. is a
Answer for Question No 18. is a
Answer for Question No 19. is c
Answer for Question No 20. is c
Answer for Question No 21. is a
Answer for Question No 22. is b
Answer for Question No 23. is c
Answer for Question No 24. is d
Answer for Question No 25. is b
Answer for Question No 26. is c
Answer for Question No 27. is c
Answer for Question No 28. is d
Answer for Question No 29. is c
Answer for Question No 30. is b
Answer for Question No 31. is b
Answer for Question No 32. is a
Answer for Question No 33. is a
Answer for Question No 34. is c
Answer for Question No 35. is d
Answer for Question No 36. is b
Answer for Question No 37. is d
Answer for Question No 38. is b
Answer for Question No 39. is b
Answer for Question No 40. is d
Answer for Question No 41. is b
Answer for Question No 42. is a
Answer for Question No 43. is d
Answer for Question No 44. is c
Answer for Question No 45. is b
Answer for Question No 46. is a
Answer for Question No 47. is d
Answer for Question No 48. is a
Answer for Question No 49. is a
Answer for Question No 50. is b
Answer for Question No 51. is a
Answer for Question No 52. is c
Answer for Question No 53. is c
Answer for Question No 54. is b
Answer for Question No 55. is d
Answer for Question No 56. is c
Answer for Question No 57. is d
Answer for Question No 58. is c
Answer for Question No 59. is a
Answer for Question No 60. is c

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 42/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 43/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. PHP is a typed language.

A : User

B : Loosely

C : Server

D : System

Q.no 2. In which application can XML be used for marking up documents for specialized
applications, such as e-commerce, scientific documents, Mathematical formula and e-books?

A : Data exchange between computer systems

B : Data storage

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 44/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : Specialized publishing

D : None of the above

Q.no 3. If we want to wrap a block of text around an image, which css property will we use ?

A : wrap

B : push

C : float

D : align

Q.no 4. Which of the following methods is overridden by Action class?

A : run()

B : destroy()

C : execute()

D : service()

Q.no 5. How can we make attributes have multiple values:

A : <myElement myAttribute="value1 value2"/>

B : <myElement myAttribute="value1" myAttribute="value2"/>

C : <myElement myAttribute="value1, value2"/>

D : attributes cannot have multiple values

Q.no 6. Which of the following is not a valid JavaScript variable name?

A : 2names

B : _first_and_last_names

C : FirstAndLast

D : None of the above

Q.no 7. Which of the following is an implicit object?

A : pageContext

B : servletContext

C : httpContext

D : sessionContext

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 45/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 8. Which attribute can be added to many HTML / XHTML elements to identify them as
a member of a specific group ?

A : Id

B : div

C : class

D : span

Q.no 9. If we want define style for an unique element, then which css selector will we use ?

A : Id

B : text

C : class

D : name

Q.no 10. What UDDI stands for?

A : Uniform Description, Discovery, and Integration

B : Universal Description, Discovery, and Integration

C : Uniform Discovery, Description, and Integration

D : Uniform Discovery, Delivery, and Integration

Q.no 11. Which of the following is not true

A : PHP can be used to develop web applications.

B : PHP makes a website dynamic

C : PHP applications can not be compile

D : PHP can not be embedded into html.

Q.no 12. What is javax.servlet.Servlet?

A : Abstract class

B : Interface

C : Concreate class

D : Public class

Q.no 13. Which of the following is true about isELIgnored Attribute in JSP

A : The isELIgnored option gives you the ability to disable the evaluation of scriplets

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 46/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : The isELIgnored option gives you the ability to disable the evaluation of java code in jsp.

C : The isELIgnored option gives you the ability to disable the evaluation of Expression Language
(EL) expressions in JSP .

D : The isELIgnored option gives you the ability to enable the evaluation of scriplets

Q.no 14. When we write <img src="img.png">, what "img.png" inside double quote implies?

A : element

B : attribute

C : value

D : operator

Q.no 15. SOAP is an acronym for……………………………

A : Simple Open Access Protocol

B : Simple Object Access Protocol

C : Simple Oprational Access Protocol

D : Simple Object Aapplication Protocol

Q.no 16. New element is added to JS array by using method

A : append

B : push

C : All of the above

D : None of above

Q.no 17. What does validate() method of ActionForm returns?

A : ActionErrors

B : ActionForward

C : ActionMapping

D : ActionError

Q.no 18. Inside which HTML element do we put the JavaScript?

A : <js>

B : <scripting>

C : <script>

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 47/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : <javascript>

Q.no 19. Which statement executes the code of sample.js file

A : nodejs sample.js

B : node sample.js

C : sample.js

D:0

Q.no 20. A way to create a cookie in servlet is :

A : Use response.getCookie() method

B : Use new operator

C : Use request.getCookie() method

D : Use request.createCookie() method

Q.no 21. Which of the following XML fragments are well-formed?

A : <myElement myAttribute="someValue"/>

B : <myElement myAttribute=someValue/>

C : <myElement myAttribute=’someValue’>

D : <myElement myAttribute="someValue’/>

Q.no 22. Which of the following statements prints in PHP?

A : Out

B : Write

C : Echo

D : Display

Q.no 23. What HTTP stands for?

A : Hyperlink Text Transfer Protocol

B : Hyper Text Transfer Protocol

C : Hyper Transfer Text Protocol

D : Hyper Time Transfer Protocol

Q.no 24. reset() method signature in ActionForm?

A : public void reset(ActionMapping mapping, HttpServletRequest request)


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 48/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : public ActionErrors reset(ActionMapping mapping, HttpServletRequest request)

C : public ActionError reset(ActionMapping mapping, HttpServletRequest request)

D : public void only

Q.no 25. Which of the following is true about Initialization phase in JSP life cycle?

A : Container invokes _jspService() method during Initialization phase

B : When a container loads a JSP it invokes the jspInit() method before servicing any requests.

C : jspInit() method is called every time during each service request to JSP.

D : spInit() method is not part of Initialization phase of JSP.

Q.no 26. Which of the following type of variable is visible everywhere in your JavaScript
code?

A : global variable

B : local variable

C : Both of the above

D : None of the above

Q.no 27. Which of the following is not the scope of Variable in PHP?

A : local

B : global

C : static

D : extern

Q.no 28. What WSDL stands for?

A : Web Services Description Language

B : Web Services Direction Language

C : Wired Services Description Language

D : Web Services Dialect Language

Q.no 29. Expression tag sytax in JSP is :

A : <%@ expression%>

B : <%! expression%>

C : <%= expression %>

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 49/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : <%-- expression%>

Q.no 30. Which module is used to serve static resources in Node.js?

A : node-static

B : http

C : node-resource

D : static

Q.no 31. Tomcat’s JSP Engine in know as

A : Catalina

B : Tomcat sink

C : Casper

D : Jasper

Q.no 32. Which of the following array represents an array with strings as index?

A : Numeric Array

B : Associative Array

C : Multidimentional Array

D : Normal Array

Q.no 33. Which of the following elements are block and inline elements, respectively, that
have no particular rendering?

A : div

B : span

C : box-model

D : both div and span

Q.no 34. Find output of below Javascript code

<script>
document.write(2+2 + " = 2 plus 2");
</script>

A : 2+2+ = 2 plus 2

B : 4 + = 2 plus 2

C : 4 = 2 plus 2

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 50/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : Syntax Error

Q.no 35. Find output of below code

var a = '10';
var b = a = 20;
document.write(a+b);

A : Error in Script

B : 10'20

C : 1020

D : 40

Q.no 36. Which of the following selector selects all elements of E that have the attribute attr
that end with the given value?

A : E[attr^=value]

B : E[attr$=value]

C : E[attr*=value]

D : none of the mentioned

Q.no 37. In Which technology Struts 2 provides various types of tags such as UI tags, Data
tags, control tags etc. to ease the development of struts 2 application?

A : Various Result support

B : Integration Support

C : Various Tag support

D : Theme and Template support

Q.no 38. A similar rule called the is specified using the plus sign (+) and is used
to select elements that would be siblings of each other.

A : class selectors

B : attribute selectors

C : adjacent-sibling selector

D : none of the mentioned

Q.no 39. What should appear at the very end of your JavaScript?
The <script LANGUAGE="JavaScript">tag

A : The </script>

B : The <script>
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 51/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : The END statement

D : None of the above

Q.no 40. Which of the following is the format for EJB deployment descriptor files?

A : XML

B : XSL

C : HTML

D : Java

Q.no 41. Which of the following is the structure of an if statement?

A : if (conditional expression is true) thenexecute this codeend if

B : if (conditional expression is true)execute this codeend if

C : if (conditional expression is true) {then execute this code>->}

D : if (conditional expression is true) then {execute this code}

Q.no 42. Which is used to make asynchronous request i.e. it doesn't block the user and it
sends only required field data to the server side not all, So it makes the performance fast?

A : AJAX Support

B : Integration Support

C : Various Tag Support

D : Theme and Template Support

Q.no 43. The Node.js modules can be exposed using

A : module.expose

B : module

C : module.exports

D : module.in

Q.no 44. what ae correct way to apply multiple filters in angular JS

A : {{ expression | filter1 | filter2 | ... }}

B : {{ expression | {filter1} | {filter2} | ... }}

C : {{ expression - {filter1} - {filter2} - ... }}

D : {{ {filter1} | {filter2} | ...-expression}}

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 52/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 45. Which of following object can be used to access other implicit objects in JSP.

A : request

B : page

C : response

D : pageContext

Q.no 46. Which attribute of JSP page directive defines the MIME type of the HTTP response

A : Import

B : Extends

C : contentType

D : info

Q.no 47. Which technology can be used at View Layer in Struts?

A : J2EE

B : DHTML

C : XML/XSLT

D : JavaScript

Q.no 48. Which of the following is used to get information sent via get method in PHP?

A : $_GET

B : $GET

C : $GETREQUEST

D : $GETR

Q.no 49. In AngulsrJS HTML document is loaded and evaluated first in the browser. Mean
while in AngularJS ?

A : JavaScript file is loaded

B : The angular global object is created

C : Your JavaScript which registers controller functions is executed

D : All of above

Q.no 50. What is a CMS in web design

A : Content Management System

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 53/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : Creative Management System

C : Content Mixing System

D : Creatives Managerial System

Q.no 51. If a jsp has to generate a pdf page, what attribute of page directive it should use?

A : contentXML

B : generateXML

C : contentType

D : typeXML

Q.no 52. XML Schemas consist of:

A : properties and methods.

B : elements and attributes.

C : structure and data.

D : tables and relationships.

Q.no 53. Which of the following is the Web application equivalent to querySelectorAll()?

A : #()

B : &()

C : $()

D : None of the mentioned

Q.no 54. Which of the following methods is used to execute the statement after the parameters
have been bound?

A : bind_param()

B : bind_result()

C : bound_param()

D : bound_result()

Q.no 55. Which method returns the error code generated from the execution of the last
MySQL function?

A : errno()

B : errnumber()

C : errorno()
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 54/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : errornumber()

Q.no 56. What SOAP stands for?

A : State Access Object Protocol

B : State Allied Object Protocol

C : Simple Access Object Protocol

D : Simple Allied Object Protocol

Q.no 57. Which one of the following statements can be used to select the database?

A : $mysqli=select_db(‘databasename’);

B : mysqli=select_db(‘databasename’);

C : mysqli->select_db(‘databasename’);

D : $mysqli->select_db(‘databasename’);

Q.no 58. What is not true about XSLT?

A : XSLT is a declarative transformation language.

B : XSLT uses a set of rules that govern how a document is to be materialized is created.

C : XSLT uses a set of procedures that specify how a document is to be programmed.

D : XSLT is used to transform the input document into another document.

Q.no 59. Who is known as the father of PHP?

A : Willam Makepiece

B : Drek Kolkevi

C : Rasmus Lerdorf

D : List Barely

Q.no 60. A function in PHP which starts with (double underscore) is known as

A : Inbuilt Function

B : Magic Function

C : Default Function

D : User Defined Function

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 55/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answers

Answer for Question No 1. is b


Answer for Question No 2. is c
Answer for Question No 3. is c
Answer for Question No 4. is c
Answer for Question No 5. is d
Answer for Question No 6. is a
Answer for Question No 7. is a
Answer for Question No 8. is c
Answer for Question No 9. is a
Answer for Question No 10. is b
Answer for Question No 11. is d
Answer for Question No 12. is b
Answer for Question No 13. is c
Answer for Question No 14. is c
Answer for Question No 15. is b
Answer for Question No 16. is b
Answer for Question No 17. is b
Answer for Question No 18. is c
Answer for Question No 19. is b
Answer for Question No 20. is b
Answer for Question No 21. is a
Answer for Question No 22. is c
Answer for Question No 23. is b
Answer for Question No 24. is b
Answer for Question No 25. is b
Answer for Question No 26. is a
Answer for Question No 27. is d
Answer for Question No 28. is a
Answer for Question No 29. is c
Answer for Question No 30. is a
Answer for Question No 31. is d
Answer for Question No 32. is b
Answer for Question No 33. is d
Answer for Question No 34. is c
Answer for Question No 35. is d
Answer for Question No 36. is b
Answer for Question No 37. is c
Answer for Question No 38. is c
Answer for Question No 39. is a
Answer for Question No 40. is a
Answer for Question No 41. is c
Answer for Question No 42. is a
Answer for Question No 43. is c
Answer for Question No 44. is a
Answer for Question No 45. is d
Answer for Question No 46. is c
Answer for Question No 47. is a
Answer for Question No 48. is a
Answer for Question No 49. is d
Answer for Question No 50. is a
Answer for Question No 51. is c
Answer for Question No 52. is c
Answer for Question No 53. is c
Answer for Question No 54. is a
Answer for Question No 55. is a
Answer for Question No 56. is c
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 56/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 57. is d
Answer for Question No 58. is c
Answer for Question No 59. is c
Answer for Question No 60. is b

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 57/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. Which of the following code retrieves the value of a request parameter in servlet?

A : Header.getParameter(name)

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 58/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : response.getParameter(name)

C : request.getAttributeNames()

D : request.getParameter(name)

Q.no 2. Using AJAX we can made our web page

A : more interactive and faster

B : easy to connect web page with server

C : more dynamic

D : static only

Q.no 3. Which event handler is triggered when the user’s mouse moves onto a link?

A : onMouseOver

B : onMouseOut

C : onMouse

D : onMouseOnto

Q.no 4. Declaration tag sytax in JSP is :

A : <%! declaration%>

B : <%= declaration%>

C : <%-- declaration%>

D : <%@ declaration%

Q.no 5. Which of the following component of HTTP request is used to indicate HTTP
version?

A : VERB

B : URI

C : HTTP Version

D : Request Header

Q.no 6. All variables in PHP start with which symbol?

A:$

B:&

C:!

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 59/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D:*

Q.no 7. Which of the following method can be used to read a form parameter in JSP?

A : response.getParameter()

B : request.getParameter()

C : request.getValue()

D : response.getValue()

Q.no 8. which of the following is not a JSP Action Tag

A : jsp:forward

B : jsp:include

C : jsp:useBean

D : Jsp:import

Q.no 9. Which directives initializes angularJs application

A : ng-init

B : ng-app

C : ngSrc

D : ng-start

Q.no 10. Which of the following directive allows to use froms in angular Js

A : ng-include

B : ng-form

C : ng-directive

D : ng-bind

Q.no 11. AngularJS bootstraps itself during config phase.

A : yes

B : no

C : always

D : never

Q.no 12. UDDI uses ...................to describe interfaces to web services.

A : HyperText Markup Language (HTML)


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 60/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : Java Server Pages (JSP)

C : Web Service Definition Language(WSDL)

D : Extensible Markup Language (XML)

Q.no 13. Which JSP Action tags is used to include the content of another resource, like jsp,
html or servlet?

A : jsp:plugin

B : jsp:include

C : jsp:forward

D : jsp:useBean

Q.no 14. What does JSTL stands for

A : JSP Tag Library

B : JSP Standard Tag Library

C : Java Standard Tag Library

D : Java Standard Template Library

Q.no 15. If we don't want to allow a floating div to the left side of an element, which css
property will we use ?

A : margin

B : clear

C : float

D : padding

Q.no 16. Which of the following best describes JavaScript?

A : a low-level programming language.

B : a scripting language precompiled in the browser.

C : a compiled scripting language.

D : an object-oriented scripting language.

Q.no 17. Which of the following statement is correct about HTTP Get method.

A : GET method is used to appends form data to the URL in the page request.

B : The GET method is a secure method to pass information from browser to web server.

C : GET requests do not have any data length restrictions for data tranfer.
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 61/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : None of the above.

Q.no 18. Which of the following component of HTTP response contains response message
content or Resource representation?

A : Status/Response Code

B : HTTP Version

C : Response Header

D : Response Body

Q.no 19. If we want to use a nice looking green dotted border around an image, which css
property will we use?

A : border-color

B : border-decoration

C : border-style

D : border-line

Q.no 20. Why so JavaScript and Java have similar name?

A : JavaScript is a stripped-down version of Java

B : JavaScript's syntax is loosely based on Java's

C : They both originated on the island of Java

D : None of the above

Q.no 21. The following example shows which XML Syntax rule,
< note date=" 12/11/2007">
< to>Tove< /to>
< from>Jani< /from>
< /note>

A : XML Attribute Values Must be Quoted

B : All XML Elements Must Have a Closing Tag

C : XML Tags are Case Sensitive

D : XML Elements Must be Properly Nested

Q.no 22. What should be the table width, so that the width of a table adjust to the current
width of the browser window?

A : 640 pixels

B:1

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 62/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : full-screen

D : 1024 px

Q.no 23. Which Method is used to find element using class name

A : findElementByClassName()

B : getElementByClassName()

C : className()

D : getClass()

Q.no 24. How is everything treated in HTML DOM?

A : Node

B : Attributes

C : Elements

D : Arrays

Q.no 25. Which is a software- and hardware-independent tool for carrying information?

A : HTML

B : XML

C : Both A & B

D : None of the above

Q.no 26. Which of the following is the correct order of servlet life cycle phase methods?

A : init(), service(), delete()

B : init(), service(), destroy()

C : init(), execute(), destroy()

D : initialize(), service(), destroy()

Q.no 27. Correct method to sort elements from array a in javascript is

A : a.sort()

B : sort(a)

C : a = sort()

D : None of above

Q.no 28. Which Web browser is the least optimized for Microsoft's version of AJAX?
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 63/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : Firefox

B : Opera

C : Safari

D : Internet Explorer

Q.no 29. What is XML used to simplify?

A : Data storage

B : Data sharing

C : Both A & B

D : None of the above

Q.no 30. How can we write comment along with CSS code ?

A : /* a comment */

B : // a comment //

C : / a comment /

D : <' a comment'>

Q.no 31. What is the easy way add extra Functionality in CMS?

A : Using Plugins/Extensions

B : Downloading New Theme

C : By going to coding portion

D : Making your own theme

Q.no 32. The attribute is used to define the name(s) of the class(es) to which a
particular tag belongs.

A : class

B : element

C : id

D : none of the mentioned

Q.no 33. Which of the following selector selects the elements that are checked?

A:E~F

B : ::after

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 64/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : :checked

D : none of the mentioned

Q.no 34. Which of the following class is used to create and consume custom events in Node.js?

A : EventEmitter

B : Events

C : NodeEvent

D : NodeEmitter

Q.no 35. Which one of these legendary Greek mythical figures or places is the code name for
Microsoft's version of AJAX ?

A : Oracle

B : Atlas

C : Hercules

D : Delphi

Q.no 36. Which of the following is used to access session variables in PHP?

A : session_start() function

B : $_SESSION[]

C : isset() function

D : session_destroy() function

Q.no 37. What does the XMLHttpRequest object accomplish in Ajax?

A : It's the programming language used to develop Ajax applications

B : It provides a means of exchanging structured data between the Web server and client

C : It provides the ability to asynchronously exchange data between Web browsers and a Web
server.

D : It provides the ability to mark up and style the display of Web-page text.

Q.no 38. Which EJB container must provide an implementation of Java Naming and
Directory Interface (JNDI) API to provide naming services for EJB clients and components?

A : Transaction support

B : Persistence support

C : Naming support

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 65/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : All mentioned above

Q.no 39. Which of the following code is used to get names of the attributes in servlet

A : response.getAttributeNames()

B : request.getAttributeNames()

C : Header.getAttributeNames()

D : None of the above.

Q.no 40. The code for seding a cookie in servlet is

A : response.createCookie(cookie)

B : response.sendCookie(cookie)

C : response.addCookie(cookie)

D : None of the above

Q.no 41. request is instance of which class in JSP?

A : Request

B : HttpServletRequest

C : HttpRequest

D : ServletRequest

Q.no 42. Which of the following method can be used to read parameters names in JSP?

A : request.getParameter()

B : response.getParameter()

C : request.getParameterNames()

D : response.getParameterNames()

Q.no 43. What is the correct JavaScript syntax to write "Hello World"?

A : System.out.println("Hello World")

B : println ("Hello World")

C : document.write("Hello World")

D : response.write("Hello World")

Q.no 44. What are the controllers in AngularJs is responsible for

A : Controlling the data.


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 66/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : Displaying the data.

C : display logic

D : display view

Q.no 45. Which of the following code is used to get cookies in servlet?

A : response.getCookies()

B : request.getCookies()

C : Cookies.getCookies()

D : servlet.Cookies()

Q.no 46. What is the correct way to open the file "time.txt" as readable?

A : fopen("time.txt","r");

B : open("time.txt","read");

C : fopen("time.txt","r+");

D : open("time.txt");

Q.no 47. Which is a language for finding information in an XML document?

A : Xpath

B : XSLT

C : Xlink

D : Xpointer

Q.no 48. Which of the following attributes are mandatory in <jsp:getProperty /> tag

A : name, property

B : type, id

C : name, type

D : id, property

Q.no 49. WSDL is an........................ for describing network services

A : PHP format

B : HTML format

C : PDF format

D : XML format
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 67/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 50. Which is currect one to hide class element using jquery

A : $(".test").hide()

B : $("#test").hide()

C : Both of above

D : None of above

Q.no 51. What will function return


function sum ()
{
var s = 0;
for (var i = 0; i < arguments.length; i++)
s += arguments[i];
return s;
}

sum(1, 2, 3,4,5);

A:2

B:5

C : 15

D : None of above

Q.no 52. Which of the following code retrieves the login of the user making this request?

A : request.getRemoteUser()

B : response.getRemoteUser()

C : Header.getRemoteUser()

D : servlet.getRemoteUser()

Q.no 53. What are the predefined attributes

A : xml:lang

B : xml:space

C : both

D : none

Q.no 54. The XSl formatting object which formats the data and caption of a table is

A : table

B : table-content

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 68/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : table-text

D : None of the above

Q.no 55. What are the advantages of DOM Parsing?

A : The DOM is a common interface for manipulating document structures

B : One of its design goals is that Java code written for one DOM-compliant parser should run on
any other DOM-compliant parser without changes

C : Both of the above

D : None of the above

Q.no 56. Which of the methods are used to manage result sets using both associative and
indexed arrays?

A : get_array() and get_row()

B : get_array() and get_column()

C : fetch_array() and fetch_row()

D : fetch_array() and fetch_column()

Q.no 57. jQuery code to set the background color of all span elements to blue?

A : $("span").style("background-color","blue");

B : $("span").manipulate("background-color","blue");

C : $("span").css("background-color","blue");

D : $("span").layout("background-color","blue");

Q.no 58. What is the purpose of $_SESSION[]?

A : Used to register a global variable

B : Used to initialize a session.

C : Used to store variables of the current session

D : Sesion tarcking

Q.no 59. XPATH used to

A : Address your documents by specifying a location path

B : Address the server

C : Store the IP address of the server

D : None of these
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 69/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 60. Which of the following code is used to remove a HTTP Session object in servlets?

A : session.invalidate()

B : response.deleteSession()

C : session.delete()

D : request.deleteSession()

Answers

Answer for Question No 1. is d


Answer for Question No 2. is a
Answer for Question No 3. is a
Answer for Question No 4. is a
Answer for Question No 5. is c
Answer for Question No 6. is a
Answer for Question No 7. is b
Answer for Question No 8. is d
Answer for Question No 9. is b
Answer for Question No 10. is b
Answer for Question No 11. is a
Answer for Question No 12. is c
Answer for Question No 13. is b
Answer for Question No 14. is b
Answer for Question No 15. is b
Answer for Question No 16. is d
Answer for Question No 17. is a
Answer for Question No 18. is d
Answer for Question No 19. is c
Answer for Question No 20. is b
Answer for Question No 21. is a
Answer for Question No 22. is b
Answer for Question No 23. is b
Answer for Question No 24. is a
Answer for Question No 25. is b
Answer for Question No 26. is b
Answer for Question No 27. is a
Answer for Question No 28. is c
Answer for Question No 29. is c
Answer for Question No 30. is a
Answer for Question No 31. is a
Answer for Question No 32. is a
Answer for Question No 33. is c
Answer for Question No 34. is a
Answer for Question No 35. is b
Answer for Question No 36. is b
Answer for Question No 37. is c
Answer for Question No 38. is c
Answer for Question No 39. is b
Answer for Question No 40. is c
Answer for Question No 41. is b
Answer for Question No 42. is c
Answer for Question No 43. is c
Answer for Question No 44. is a
Answer for Question No 45. is b
Answer for Question No 46. is a
Answer for Question No 47. is a
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 70/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 48. is a
Answer for Question No 49. is d
Answer for Question No 50. is a
Answer for Question No 51. is c
Answer for Question No 52. is a
Answer for Question No 53. is c
Answer for Question No 54. is d
Answer for Question No 55. is c
Answer for Question No 56. is c
Answer for Question No 57. is c
Answer for Question No 58. is c
Answer for Question No 59. is a
Answer for Question No 60. is a

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 71/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 72/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. Which of the following type of variable is visible everywhere in your JavaScript code?

A : global variable

B : local variable

C : Both of the above

D : None of the above

Q.no 2. Which Characters are illegal in XML elements?

A:"<"

B : "&"

C : Both A & B

D : None of the above

Q.no 3. To install Node.js express module

A : $ npm install express

B : $ node install express

C : $ install express

D : #update express

Q.no 4. Scriptlet tag sytax in JSP is :

A : <%@ java source code %>

B : <%! java source code %>

C : <%= java source code %>

D : <% java source code %>

Q.no 5. How to assign the image source in JavaScript?

A : image = “url”

B : source(“url”)

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 73/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : image.src = “url”

D : img.src=”url”

Q.no 6. What is AJAX ?

A : is a programe

B : is a country name

C : is a football club name

D : class name

Q.no 7. In XML document comments are given as?

A : < ! ---- !>

B : < !-- ?

C : < / ---- >

D : < ?-- ?

Q.no 8. How PHP files can be accessed?

A : Through Web Browsers

B : Through HTML Files

C : Through Web Servers

D : Through Software

Q.no 9. What WSDL stands for?

A : Web Services Description Language

B : Web Services Direction Language

C : Wired Services Description Language

D : Web Services Dialect Language

Q.no 10. The default port number of Tomcat Server is:

A : 8080

B : 7001

C : 8010

D : 9001

Q.no 11. Which method is used to create new HTML element in JS


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 74/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : document.createElement()

B : document.createNewElement()

C : newElement()

D : document.HTMLElement()

Q.no 12. Which of the following is correct?

A : jQuery is a JavaScript Library

B : jQuery is a JSON Library

C : Both of These

D : None

Q.no 13. Which of the following tag is used to render a I18n text message?

A : set tag

B : ext tag

C : url tag

D : push tag

Q.no 14. Every JSP is Translated into a:

A : Java applet

B : Java servlet

C : Java EJB

D : Java Struts

Q.no 15. Which method is used to set or reset CSS property in Jquery

A : selector.CSS()

B : $(selector).css()

C : $(selector).style()

D : None of above

Q.no 16. JavaScript is interpreted by

A : Client

B : Server

C : Object
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 75/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : None of the above

Q.no 17. A PHP script should start with and end with :

A : < php >

B : < ? php ?>

C:<??>

D : < ?php ? >

Q.no 18. Which character in the XML Element will generate an error because the parser
interprets it as the start of a new element?

A:"<"

B : "&"

C : Both A & B

D : None of the above

Q.no 19. What is divide by 0 in Javascript?

var a = 10;
var b = 0;
document.write(a/b);

A : Nothing is printed

B : 0 is printed

C : Infinity is printed

D : Some Garbage Value

Q.no 20. Which of the following XML fragments are well-formed?

A : <myElement myAttribute="someValue"/>

B : <myElement myAttribute=someValue/>

C : <myElement myAttribute=’someValue’>

D : <myElement myAttribute="someValue’/>

Q.no 21. Which one of these technologies is NOT used in AJAX

A : CSS

B : DOM

C : DHTML

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 76/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : Flash

Q.no 22. In PHP Language variables are case sensitive

A : true

B : Flase

C : Depends on website

D : Depends on server

Q.no 23. Which of the following is a web server?

A : Eclipse

B : Apache tomcat

C : Netbeans

D : All of the above

Q.no 24. What is MVC (Mode View Controller)

A : It is a services for Java built function

B : It is marker for DOM elements

C : It is a software design pattern for developing web applications

D : it is framework only

Q.no 25. JavaScript is also called server-side JavaScript

A : Microsoft

B : Navigator

C : LiveWire

D : Native

Q.no 26. What is javax.servlet.Servlet?

A : Abstract class

B : Interface

C : Concreate class

D : Public class

Q.no 27. Which role in EJB architecture is responsible for EJB Server?

A : EJB Deployer
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 77/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : Application Assembler

C : Network Engineer

D : Server Provider

Q.no 28. How do you write "Hello World" in PHP

A : echo "Hello World";

B : "Hello World";

C : Document.Write("Hello World");

D : print "hello"

Q.no 29. AJAX Stands for

A : Asynchronous Javascript and XML

B : Abstract JSON and XML

C : Another Java Abstraction for X-Windows

D : Another Java and XML Library

Q.no 30. Which of the following EJB type has no Remote interfaces?

A : Message-Driven Bean

B : BMP Entity Bean

C : CMP Entity Bean

D : Session Bean

Q.no 31. Which of the following code is used to get names of the parameters in servlet?

A : servlet.getParameterNames()

B : header.getParameterNames()

C : response.getParameterNames()

D : request.getParameterNames()

Q.no 32. What type of selector is used in this case?

p {line-height: 150%;}

A : class Selectors

B : element Selectors

C : id Selectors
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 78/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : none of the mentioned

Q.no 33. A new web browser window can be opened using which method of the Window
object ?

A : createtab()

B : Window.open()

C : open()

D : All of the mentioned

Q.no 34. Which object is the top of the hierarchy?

A : Window Object

B : Document Object

C : Form Object

D : Form Control Elements

Q.no 35. Which of the followings are valid languages for Node.js?

A : JavaScript

B : Java

C : c++

D : C#

Q.no 36. Which components can be injected as a dependency in AngularJS?

A : Application Module

B : constant

C : value

D : factory

Q.no 37. The Bootstrap grid system is based on how many columns?

A:6

B : 12

C:9

D:3

Q.no 38. Which type of validation we must implement the Validateable interface (or extend
ActionSupport class) and provide the implementation of validate method?
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 79/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : By Input Validation

B : By Ajax Validation

C : By Custom Validation

D:0

Q.no 39. What is the correct way to add 1 to the $count variable?

A : $count++;

B : ++count

C : $count =+1

D : count++;

Q.no 40. What is Callback?

A : Callback is an asynchronous equivalent for a function.

B : Callback is a technique in which a method call back the caller method.

C : it is routine

D : it is distributed

Q.no 41. Which attribute of JSP page directive defines the MIME type of the HTTP response

A : Import

B : Extends

C : contentType

D : info

Q.no 42. Which is a currect Jquery Syntax to hide all paragraph elements

A : ("p").hide()

B : $("p").hide()

C : $hide("p")

D : p.hide()

Q.no 43. By applying an a style can be applied to just a single tag.

A : class rule

B : element rule

C : id rule
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 80/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : none of the mentioned

Q.no 44. Correct way to declare object in JS

A : var x = {firstName:"John", lastName:"Doe"};

B : x = obj(firstName:"John", lastName:"Doe")

C : Both of above

D : None of above

Q.no 45. The Node.js modules can be exposed using

A : module.expose

B : module

C : module.exports

D : module.in

Q.no 46. What is the output of following Javascript?

var a = 'cpp';
var b = 'buzz';
var c = a/b;
document.write(c);

A : cppbuzz

B : cpp/buzz

C : NaN

D : None of the above

Q.no 47. Which of the following event fires when the form element loses the focus: <button>,
<input>, <label>, <select>, <textarea>?

A : onfocus

B : onblur

C : onclick

D : ondblclick

Q.no 48. Which of the following php statement/statements will store 111 in variable num?
i) int $num = 111;
ii) int mum = 111;
iii) $num = 111;
iv) 111 = $num;

A : Both (i) and (ii)

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 81/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : Only (iii)

C : Only (i)

D : Only (ii)

Q.no 49. Which of the following statement is true about the destroy() method of servlet?

A : The destroy() method is called multiple times during the life cycle of a servlet

B : The destroy() method is called only once at the end of the life cycle of a servlet.

C : The destroy() method is called after the servlet has executed service method.

D : The destroy() method is called is never called during the life cycle of a servlet.

Q.no 50. What is the correct way to create a function in PHP?

A : function myFunction()

B : create myFunction()

C : new_function myFunction()

D : del myfunction()

Q.no 51. AngularJS can show or hide HTML depending on the state of data in the model. You
do so using a set of AngularJS directives such as ........... which are created specifically for that
purpose.

A : ng-shown, ng-hidden

B : ng-show, ng-hide

C : nt-show, nt-hide

D : ng-shows, ng-hides

Q.no 52. Which relational database does WordPress use?

A : MySQL

B : Oracle

C : PostgresSQL

D : MS SQLServer

Q.no 53. Well formed XML document means

A : it contains a root element

B : it contain an element

C : it contains one or more elements


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 82/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : must contain one or more elements and root element must contain all other elements

Q.no 54. What will function return


function sum ()
{
var s = 0;
for (var i = 0; i < arguments.length; i++)
s += arguments[i];
return s;
}

sum(1, 2, 3);

A:2

B:6

C:1

D:7

Q.no 55. Which types of image maps can be used with JavaScript?

A : Server-side image maps

B : Client-side image maps

C : Server-side image maps and Client-side image maps

D : None of the above

Q.no 56. Which of the following is true about XML?

A : XML is technology independent. It can be used by any technology for data storage and
transmission purpose.

B : XML uses simple text format. It is human readable and understandable.

C : Using XSD, DTD and XML structure can be validated easily.

D : All of the above.

Q.no 57. Disadvantages of DTD are


(i)DTDs are not extensible
(ii) DTDs are not in to support for namespaces
(iii) there is no provision for inheritance from one DTDs to another

A : (i) is correct

B : (i),(ii) are correct

C : (ii),(iii) are correct

D : (i),(ii),(iii) are correct

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 83/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 58. Which of the following is true for JNDI?

A : Database service

B : Naming and Directory Service

C : Network Service

D : Web Service

Q.no 59. To add the attribute named Type to the <customer> tag the syntax will be

A : <customer attribute Type=”exelent”>

B : <customer Type attribute =”exelent”>

C : <customer Type attribute_type=”exelent”>

D : <customer Type=” exelent” >

Q.no 60. What is the difference between echo and print?

A : They both behave the same.

B : Print can take multiple parameters where as echo can not

C : Echo can take multiple parameters where as print can not

D : Print is a function where as echo is not.

Answers

Answer for Question No 1. is a


Answer for Question No 2. is c
Answer for Question No 3. is a
Answer for Question No 4. is d
Answer for Question No 5. is c
Answer for Question No 6. is a
Answer for Question No 7. is b
Answer for Question No 8. is c
Answer for Question No 9. is a
Answer for Question No 10. is a
Answer for Question No 11. is a
Answer for Question No 12. is a
Answer for Question No 13. is c
Answer for Question No 14. is b
Answer for Question No 15. is b
Answer for Question No 16. is a
Answer for Question No 17. is d
Answer for Question No 18. is a
Answer for Question No 19. is c
Answer for Question No 20. is a
Answer for Question No 21. is d
Answer for Question No 22. is a
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 84/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 23. is b
Answer for Question No 24. is c
Answer for Question No 25. is c
Answer for Question No 26. is b
Answer for Question No 27. is d
Answer for Question No 28. is a
Answer for Question No 29. is a
Answer for Question No 30. is a
Answer for Question No 31. is d
Answer for Question No 32. is b
Answer for Question No 33. is b
Answer for Question No 34. is a
Answer for Question No 35. is a
Answer for Question No 36. is a
Answer for Question No 37. is b
Answer for Question No 38. is c
Answer for Question No 39. is a
Answer for Question No 40. is a
Answer for Question No 41. is c
Answer for Question No 42. is b
Answer for Question No 43. is c
Answer for Question No 44. is a
Answer for Question No 45. is c
Answer for Question No 46. is c
Answer for Question No 47. is d
Answer for Question No 48. is c
Answer for Question No 49. is b
Answer for Question No 50. is a
Answer for Question No 51. is b
Answer for Question No 52. is a
Answer for Question No 53. is d
Answer for Question No 54. is b
Answer for Question No 55. is b
Answer for Question No 56. is d
Answer for Question No 57. is d
Answer for Question No 58. is b
Answer for Question No 59. is d
Answer for Question No 60. is c

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 85/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 86/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. Which is a software- and hardware-independent tool for carrying information?

A : HTML

B : XML

C : Both A & B

D : None of the above

Q.no 2. New element is added to JS array by using method

A : append

B : push

C : All of the above

D : None of above

Q.no 3. Which of the following is true about Servlets

A : Java Servlets are programs that run on a Web server or Application server.

B : Java Servlets are the program that run in the web browser space.

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 87/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : Java Servlets are client side programs that run on a client side

D : None of the above

Q.no 4. PHP is a typed language.

A : User

B : Loosely

C : Server

D : System

Q.no 5. Expression tag sytax in JSP is :

A : <%@ expression%>

B : <%! expression%>

C : <%= expression %>

D : <%-- expression%>

Q.no 6. In which application can XML be used for marking up documents for specialized
applications, such as e-commerce, scientific documents, Mathematical formula and e-books?

A : Data exchange between computer systems

B : Data storage

C : Specialized publishing

D : None of the above

Q.no 7. PHP is an example of scripting language.

A : Server-side

B : Client-side

C : Browser-side

D : In-side

Q.no 8. SOAP platform ……………….

A : Independent

B : dependent

C : sometime dependent

D : sometine independent

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 88/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 9. Which is not a XML function?

A : Transport information

B : Style information

C : Store information

D : Structure information

Q.no 10. AJAX is based on

A : JavaScript and XML

B : JavaScript and Java

C : VBScript and XML

D : JavaScript and HTTP requests

Q.no 11. We can use view state of MVC?

A : yes

B : no

C : partially no

D : partially yes

Q.no 12. How is everything treated in HTML DOM?

A : Node

B : Attributes

C : Elements

D : Arrays

Q.no 13. In WordPress, what is the user role with the highest privilege level?

A : Administrator

B : Author

C : Editor

D : Contributor

Q.no 14. The EJB specification architecture does NOT define….

A : transactional components

B : client side security and encryption


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 89/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : distributed object components

D : server-side components

Q.no 15. Suppose we want to arrange five nos. of DIVs so that DIV4 is placed above DIV1.
Now, which css property will we use to control the order of stack?

A : d-index

B : s-index

C : x-index

D : z-index

Q.no 16. Why so JavaScript and Java have similar name?

A : JavaScript is a stripped-down version of Java

B : JavaScript's syntax is loosely based on Java's

C : They both originated on the island of Java

D : None of the above

Q.no 17. Which of the following is not a implicit object in JSP?

A : request

B : response

C : cookie

D : session

Q.no 18. Statement in Javascript ends with

A : comma

B : semicolon

C : Question mark

D : Dollar sign

Q.no 19. What HTTP stands for?

A : Hyperlink Text Transfer Protocol

B : Hyper Text Transfer Protocol

C : Hyper Transfer Text Protocol

D : Hyper Time Transfer Protocol

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 90/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 20. Which of the following layer in Web Service Protocol Stack is responsible for
centralizing services into a common registry and providing easy publish/find functionality?

A : Service Transport

B : XML Messaging

C : Service Description

D : Service Discovery

Q.no 21. Which JSP Action tags is used to include the content of another resource, like jsp,
html or servlet?

A : jsp:plugin

B : jsp:include

C : jsp:forward

D : jsp:useBean

Q.no 22. AngularJS bootstraps itself during config phase.

A : yes

B : no

C : always

D : never

Q.no 23. Which of the following properties will we use to display border around a cell without
any content ?

A : empty-cell

B : blank-cell

C : noncontent-cell

D : void-cell

Q.no 24. Find the correct syntax of the declaration which defines the XML Version?

A : < ?xml version= "1.0" ? >

B : < xml version="1.0"/ >

C : < ?xml version="1.0" / >

D : None of the above

Q.no 25. What should be the table width, so that the width of a table adjust to the current
width of the browser window?
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 91/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : 640 pixels

B:1

C : full-screen

D : 1024 px

Q.no 26. Inside which HTML element do we put the JavaScript?

A : <js>

B : <scripting>

C : <script>

D : <javascript>

Q.no 27. Who is known as father of angularJs

A : Brad Green

B : Misko Hevery

C : Adam Abrons

D : Adam Nass

Q.no 28. Which of the following is an implicit object?

A : pageContext

B : servletContext

C : httpContext

D : sessionContext

Q.no 29. Which of the following is not true

A : PHP can be used to develop web applications.

B : PHP makes a website dynamic

C : PHP applications can not be compile

D : PHP can not be embedded into html.

Q.no 30. Not a number is checked in JS by

A : NaN()

B : isNaN()

C : Both of above
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 92/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : None of above

Q.no 31. Which of the following class is used to create and consume custom events in Node.js?

A : EventEmitter

B : Events

C : NodeEvent

D : NodeEmitter

Q.no 32. Tomcat’s JSP Engine in know as

A : Catalina

B : Tomcat sink

C : Casper

D : Jasper

Q.no 33. Which of the following attribute is used to mark a page as error processing page

A : errorPage

B : isErrorPage

C : exception

D : exceptionPage

Q.no 34. What makes Ajax unique?

A : It works as a stand-alone Web-development tool.

B : It works the same with all Web browsers.

C : It uses C++ as its programming language.

D : It makes data requests asynchronously.

Q.no 35. Which statement is valid in using a Node module fs in a Node based application?

A : var fs = import("fs")

B : import fs

C : package fs

D : var fs = require("fs")

Q.no 36. Which of the following module is required for path specific operations?

A : os module
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 93/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : fs module

C : path module

D : ng module

Q.no 37. Which of the followingb tag is used pass information from JSP to included JSP

A : <%jsp:param> tag.

B : <%jsp:page> tag.

C : <%jsp:import> tag

D : <%jsp:useBean> tag

Q.no 38. Which of the following code delete a cookie in servlet?

A : deleteCookie(cookie);

B : request.deleteCookie(cookie);

C : cookie.setMaxAge(0)

D : esponse.deleteCookie(cookie);

Q.no 39. What is javax.servlet.http.HttpServlet?

A : Abstract class

B : Interface

C : Concreate class

D : Package

Q.no 40. Which of the following is used to get information sent via get method in PHP?

A : $_GET

B : $GET

C : $GETREQUEST

D : $GETR

Q.no 41. Which of the following is true about init() method of servlet?

A : The init() method loads new data for each service request of the servlet.

B : The init() method is called again and again for each user request.

C : The init() method is called only once.

D : The init() method is never called in servelt.


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 94/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 42. Which EJB container must provide an implementation of Java Naming and
Directory Interface (JNDI) API to provide naming services for EJB clients and components?

A : Transaction support

B : Persistence support

C : Naming support

D : All mentioned above

Q.no 43. Which is a language for finding information in an XML document?

A : Xpath

B : XSLT

C : Xlink

D : Xpointer

Q.no 44. The setTimeout() belongs to which object?

A : Element

B : Window

C : Location

D : None of the mentioned

Q.no 45. Which one is standard way to show popup in Java Script?

A : window.alert("cppbuzz");

B : alert("cppbuzz");

C : window("cppbuzz");

D : alert("cppbuzz")

Q.no 46. Which of the following is valid for AngualarJS module

A : var app = angular.module(["myApp","param");

B : var app = angular.module("myApp", []);

C : var app = angular.module();

D : var app = angular.module("myApp");

Q.no 47. What is the work of the form control elements in the HTML DOM?

A : User Interface elements

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 95/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : All the possible elements

C : Debugging elements

D : Collecting elements

Q.no 48. Which jQuery method is used to switch between adding/removing one or more
classes (for CSS) from selected elements?

A : switchClass()

B : toggleClass()

C : altClass()

D : switch()

Q.no 49. What will be the output of below mentioned code snippet?

p strong {background-color: yellow;}

A : Strong have yellow background

B : Strong element within a p element have a yellow background

C : Both p and strong have yellow background

D : None of the mentioned

Q.no 50. When a user views a page containing a JavaScript program, which machine actually
executes the script?

A : The User's machine running a Web browser

B : The Print Server

C : A central machine deep within Netscape's corporate offices

D : The Web server

Q.no 51. Which of the following is the Web application equivalent to querySelectorAll()?

A : #()

B : &()

C : $()

D : None of the mentioned

Q.no 52. How Node based web servers are different from traditional web servers?

A : Node based server process request much faster than traditional server.

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 96/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : Node based server uses a single threaded model and can services much larger number of
requests than traditional server like Apache HTTP Server.

C : There is no much difference between the two.

D : data based server

Q.no 53. The updated MySQL extension released with PHP 5 is typically referred to as..

A : MySQL

B : mysql

C : mysqli

D : mysqly

Q.no 54. Which version of MySQL introduced the prepared statements?

A : MySQL 4.0

B : MySQL 4.1

C : MySQL 4.2

D : MySQL 4.3

Q.no 55. Which of the following function sorts an array in reverse order?

A : rsort()

B : sort()

C : shuffle()

D : reset()

Q.no 56. In XML

A : the internal DTD subset is read before the external DTD

B : the external DTD subset is read before the internal DTD

C : there is no external type of DTD

D : there is no internal type of DTD

Q.no 57. Choose the client-side JavaScript object?

A : Database

B : Cursor

C : Client

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 97/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : FileUpLoad

Q.no 58. DTD includes the specifications about the markup that can be used within the
document, the specifications consists of all EXCEPT

A : the browser name

B : the size of element name

C : entity declarations

D : element declarations

Q.no 59. Which of following statemants is true about filters in JSP?

A : JSP Filters are used to intercept requests from a client before they access a resource at back end

B : JSP Filters are used to manipulate responses from server before they are sent back to the client.

C : Filters are defined in the deployment descriptor file web.xml.

D : All of the above

Q.no 60. Why a Node.JS code is pretty fast although being written in JavaScript

A : Node.JS internally converts JavaScript code to Java based code and then execute the same

B : Node.JS internally converts JavaScript code to C based code and then execute the same

C : Being built on Google Chrome's V8 JavaScript Engine

D:0

Answers

Answer for Question No 1. is b


Answer for Question No 2. is b
Answer for Question No 3. is a
Answer for Question No 4. is b
Answer for Question No 5. is c
Answer for Question No 6. is c
Answer for Question No 7. is a
Answer for Question No 8. is a
Answer for Question No 9. is b
Answer for Question No 10. is a
Answer for Question No 11. is b
Answer for Question No 12. is a
Answer for Question No 13. is a
Answer for Question No 14. is b
Answer for Question No 15. is d
Answer for Question No 16. is b
Answer for Question No 17. is c
Answer for Question No 18. is b
Answer for Question No 19. is b
Answer for Question No 20. is d
Answer for Question No 21. is b
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 98/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 22. is a
Answer for Question No 23. is a
Answer for Question No 24. is a
Answer for Question No 25. is b
Answer for Question No 26. is c
Answer for Question No 27. is c
Answer for Question No 28. is a
Answer for Question No 29. is d
Answer for Question No 30. is b
Answer for Question No 31. is a
Answer for Question No 32. is d
Answer for Question No 33. is b
Answer for Question No 34. is d
Answer for Question No 35. is a
Answer for Question No 36. is c
Answer for Question No 37. is a
Answer for Question No 38. is c
Answer for Question No 39. is a
Answer for Question No 40. is a
Answer for Question No 41. is c
Answer for Question No 42. is c
Answer for Question No 43. is a
Answer for Question No 44. is b
Answer for Question No 45. is a
Answer for Question No 46. is d
Answer for Question No 47. is a
Answer for Question No 48. is b
Answer for Question No 49. is b
Answer for Question No 50. is a
Answer for Question No 51. is c
Answer for Question No 52. is b
Answer for Question No 53. is c
Answer for Question No 54. is b
Answer for Question No 55. is a
Answer for Question No 56. is a
Answer for Question No 57. is d
Answer for Question No 58. is a
Answer for Question No 59. is d
Answer for Question No 60. is c

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 99/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 100/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. What type of architecture is followed in CMS?

A : MV

B : MMVC

C : MVC

D : MC

Q.no 2. Which of the following component of HTTP request is used to indicate HTTP
version?

A : VERB

B : URI

C : HTTP Version

D : Request Header

Q.no 3. Struts supports which of these model components?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 101/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : JavaBeans

B : EJB,COBRA

C : JDO

D : All above

Q.no 4. How can we write comment along with CSS code ?

A : /* a comment */

B : // a comment //

C : / a comment /

D : <' a comment'>

Q.no 5. What are cookies?

A : Cookies are text files stored on the client computer and they are kept for various information
tracking purpose.

B : Cookies are binary files stored on the server computer and they are kept for various information
tracking purpose.

C : Cookies are binary files stored on the client computer and they are kept for data storage
purpose.

D : Cookies are implicit object in JSP

Q.no 6. tag is an extension to HTML that can enclose any number of JavaScript
statements.

A : <SCRIPT>

B : <BODY>

C : <HEAD>

D : <TITLE>

Q.no 7. In XML document comments are given as?

A : < ! ---- !>

B : < !-- ?

C : < / ---- >

D : < ?-- ?

Q.no 8. If we want to wrap a block of text around an image, which css property will we use ?

A : wrap
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 102/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : push

C : float

D : align

Q.no 9. HTTP is a. .................... Protocol

A : stateless

B : stateful

C : No State

D : All state

Q.no 10. Which of the following is a server side technology?

A : Html

B : JSP

C : JavaScript

D : CSS

Q.no 11. Which of the following type of variable is visible everywhere in your JavaScript
code?

A : global variable

B : local variable

C : Both of the above

D : None of the above

Q.no 12. Which event handler is triggered when the user’s mouse moves onto a link?

A : onMouseOver

B : onMouseOut

C : onMouse

D : onMouseOnto

Q.no 13. In Nodejs what is use of underscore variable in REPL session

A : to store the result

B : to get the last command used

C : to get the last result

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 103/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : to set first result

Q.no 14. What executes EJB components?

A : A web server

B : An application server

C : An EJB container

D : A database server

Q.no 15. A way to create a cookie in servlet is :

A : Use response.getCookie() method

B : Use new operator

C : Use request.getCookie() method

D : Use request.createCookie() method

Q.no 16. AJAX made popular by

A : Microsoft

B : IBM

C : Google

D : SunMicrosystem

Q.no 17. If we want to show an Arrow as cursor, then which value we will use ?

A : pointer

B : default

C : arrow

D : arr

Q.no 18. What does JSTL stands for

A : JSP Tag Library

B : JSP Standard Tag Library

C : Java Standard Tag Library

D : Java Standard Template Library

Q.no 19. Programming language is used in Tomcat server is

A : C++
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 104/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B:C

C : Java

D : Python

Q.no 20. A PHP script should start with and end with :

A : < php >

B : < ? php ?>

C:<??>

D : < ?php ? >

Q.no 21. Which of the following represents the root of the Tomcat installation

A : $CATALINA

B : $CATALINA_HOME

C : $HOME

D : None of these

Q.no 22. Which css property you will use if you want to add some margin between a DIV's
border and its inner text ?

A : spacing

B : margin

C : padding

D : inner-margin

Q.no 23. Which of the following best describes JavaScript?

A : a low-level programming language.

B : a scripting language precompiled in the browser.

C : a compiled scripting language.

D : an object-oriented scripting language.

Q.no 24. When a user views a page containing a JavaScript program, which machine actually
executes the script?

A : The User's machine running a Web browser

B : The Web server

C : A central machine deep within Netscape's corporate offices


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 105/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : None of the above

Q.no 25. Which of the following methods is overridden by Action class?

A : run()

B : destroy()

C : execute()

D : service()

Q.no 26. What sever support AJAX ?

A : WWW

B : SMTP

C : HTTP

D : SNMP

Q.no 27. The following example shows which XML Syntax rule,
< note date=" 12/11/2007">
< to>Tove< /to>
< from>Jani< /from>
< /note>

A : XML Attribute Values Must be Quoted

B : All XML Elements Must Have a Closing Tag

C : XML Tags are Case Sensitive

D : XML Elements Must be Properly Nested

Q.no 28. What UDDI stands for?

A : Uniform Description, Discovery, and Integration

B : Universal Description, Discovery, and Integration

C : Uniform Discovery, Description, and Integration

D : Uniform Discovery, Delivery, and Integration

Q.no 29. What does PHP stand for?

A : Personal Home Page

B : Hypertext Preprocessor

C : Pretext Hypertext Processor

D : Preprocessor Home Page


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 106/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 30. JavaScript statements embedded in an HTML page can respond to user
events such as mouse-clicks, form input, and page navigation.

A : Client-side

B : Server-side

C : Local

D : Native

Q.no 31. Which is currect one to hide class element using jquery

A : $(".test").hide()

B : $("#test").hide()

C : Both of above

D : None of above

Q.no 32. Which technology can be used at View Layer in Struts?

A : J2EE

B : DHTML

C : XML/XSLT

D : JavaScript

Q.no 33. In AngulsrJS HTML document is loaded and evaluated first in the browser. Mean
while in AngularJS ?

A : JavaScript file is loaded

B : The angular global object is created

C : Your JavaScript which registers controller functions is executed

D : All of above

Q.no 34. Which of the following defines the Cookie visibility?

A : Document Path

B : localStorage

C : sessionStorage

D : All of the mentioned

Q.no 35. What is the property textContent?

A : Sets the textual content of a node


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 107/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : Returns the textual content of a node

C : Both a and b

D : None of the mentioned

Q.no 36. Which are the main features of XML?

A : Text data description

B : Human- and computer-friendly format

C : Handles data in a tree structure having one-and only one-root element

D : All mentioned above

Q.no 37. Angular 1.x is written in ………

A : Java

B : Javascript

C : Typescript

D : VB script

Q.no 38. Find output of below code

var a = '10';
var b = a = 20;
document.write(a+b);

A : Error in Script

B : 10'20

C : 1020

D : 40

Q.no 39. response is instance of which class in JSP

A : Response

B : HttpResponse

C : HttpServletResponse

D : ServletResponse

Q.no 40. What is the easy way add extra Functionality in CMS?

A : Using Plugins/Extensions

B : Downloading New Theme


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 108/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : By going to coding portion

D : Making your own theme

Q.no 41. The attribute is used to define the name(s) of the class(es) to which a
particular tag belongs.

A : class

B : element

C : id

D : none of the mentioned

Q.no 42. Which of the following php statement/statements will store 111 in variable num?
i) int $num = 111;
ii) int mum = 111;
iii) $num = 111;
iv) 111 = $num;

A : Both (i) and (ii)

B : Only (iii)

C : Only (i)

D : Only (ii)

Q.no 43. Which angular module is loaded by default?

A : ng

B : ng-app

C : ng-config

D : restore

Q.no 44. Which is a currect Jquery Syntax to hide all paragraph elements

A : ("p").hide()

B : $("p").hide()

C : $hide("p")

D : p.hide()

Q.no 45. Which of the following tool automates various tasks of Node.js application

A : Express.js

B : GruntJS

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 109/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : . NPM

D : .MS

Q.no 46. Find output of below Javascript code

<script>
document.write(2+2 + " = 2 plus 2");
</script>

A : 2+2+ = 2 plus 2

B : 4 + = 2 plus 2

C : 4 = 2 plus 2

D : Syntax Error

Q.no 47. The Node.js modules can be exposed using

A : module.expose

B : module

C : module.exports

D : module.in

Q.no 48. Which components can be injected as a dependency in AngularJS

A : Application Module

B : constant

C : value

D : Factory

Q.no 49. Correct way of accessing javascript object var person = {firstName:"John",
lastName:"Doe"}

A : person.lastName;

B : person#lastName

C : lastName

D : None of above

Q.no 50. How many types of results in MVC

A : 11

B : 12

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 110/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : 13

D : 10

Q.no 51. The events that represents occurrences related to the browser window are

A : Window

B : Element

C : Display

D : Handlers

Q.no 52. XMLHttpRequest is a

A : Object

B : Class

C : Both Object & Class

D : Array

Q.no 53. Which of the methods are used to manage result sets using both associative and
indexed arrays?

A : get_array() and get_row()

B : get_array() and get_column()

C : fetch_array() and fetch_row()

D : fetch_array() and fetch_column()

Q.no 54. Which one of the following methods can be used to diagnose and display information
about a MySQL connection error?

A : connect_errno()

B : connect_error()

C : mysqli_connect_errno()

D : mysqli_connect_error()

Q.no 55. Which of the following is true for JNDI?

A : Database service

B : Naming and Directory Service

C : Network Service

D : Web Service
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 111/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 56. There is a way of describing XML data, how?

A : XML uses a DTD to describe the data

B : XML uses XSL to describe data

C : XML uses a description node to describe data

D : Both A and C

Q.no 57. Attribute standalone="no" should be included in XML declaration if a document:

A : is linked to an external XSL stylesheet

B : has external general references

C : has processing instructions

D : has an external DTD

Q.no 58. Which of the following stands true for dns.lookup(hostname[, options], callback)
method?

A : Resolves a hostname (e.g. 'google.com') into


the first found A (IPv4) or AAAA (IPv6) record.

B : If options is not provided, then IP v4 and v6


addresses are both valid. If options is an integer, then it must be 4 or 6.

C : Both of the above.

D:0

Q.no 59. Parameter entities can appear in

A : xml file

B : dtd file

C : xsl file

D : Both 1 and 2

Q.no 60. Which one of the following methods is responsible for sending the query to the
database?

A : query()

B : send_query()

C : sendquery()

D : query_send()

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 112/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answers

Answer for Question No 1. is c


Answer for Question No 2. is c
Answer for Question No 3. is d
Answer for Question No 4. is a
Answer for Question No 5. is a
Answer for Question No 6. is a
Answer for Question No 7. is b
Answer for Question No 8. is c
Answer for Question No 9. is a
Answer for Question No 10. is b
Answer for Question No 11. is a
Answer for Question No 12. is a
Answer for Question No 13. is c
Answer for Question No 14. is c
Answer for Question No 15. is b
Answer for Question No 16. is c
Answer for Question No 17. is b
Answer for Question No 18. is b
Answer for Question No 19. is c
Answer for Question No 20. is d
Answer for Question No 21. is b
Answer for Question No 22. is c
Answer for Question No 23. is d
Answer for Question No 24. is a
Answer for Question No 25. is c
Answer for Question No 26. is c
Answer for Question No 27. is a
Answer for Question No 28. is b
Answer for Question No 29. is b
Answer for Question No 30. is a
Answer for Question No 31. is a
Answer for Question No 32. is a
Answer for Question No 33. is d
Answer for Question No 34. is d
Answer for Question No 35. is c
Answer for Question No 36. is d
Answer for Question No 37. is b
Answer for Question No 38. is d
Answer for Question No 39. is c
Answer for Question No 40. is a
Answer for Question No 41. is a
Answer for Question No 42. is c
Answer for Question No 43. is a
Answer for Question No 44. is b
Answer for Question No 45. is b
Answer for Question No 46. is c
Answer for Question No 47. is c
Answer for Question No 48. is a
Answer for Question No 49. is a
Answer for Question No 50. is b
Answer for Question No 51. is a
Answer for Question No 52. is c
Answer for Question No 53. is c
Answer for Question No 54. is c
Answer for Question No 55. is b
Answer for Question No 56. is d
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 113/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 57. is d
Answer for Question No 58. is c
Answer for Question No 59. is b
Answer for

Question No 60.

is a

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 114/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. All variables in PHP start with which symbol?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 115/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A:$

B:&

C:!

D:*

Q.no 2. Which are the XML Syntax rules?

A : All XML Elements Must Have a Closing Tag

B : XML Tags are not Case Sensitive

C : XML Elements Must be Properly Nested

D : Both A & C

Q.no 3. Which of the following is not a implicit object in JSP?

A : request

B : response

C : cookie

D : session

Q.no 4. XML is designed to store data and .

A : Design

B : Verify

C : Transport

D : Both A & B

Q.no 5. Which AngularJs directive used to disable an element

A : ng-disabled

B : ng-hide

C : ng-false

D : ng-true

Q.no 6. Which element is used in the <HEAD> section on an HTML / XHTMLpage, if we


want to use an external style sheet file to decorate the page ?

A : <src>

B : <link>

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 116/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : <style>

D : <css>

Q.no 7. Comment Tag syntax in JSP is:

A : <%! comment%>

B : <%@ comment%>

C : <%= comment%>

D : <%-- comment--%>

Q.no 8. Which is not a XML function?

A : Transport information

B : Style information

C : Store information

D : Structure information

Q.no 9. Which method is used to set or reset CSS property in Jquery

A : selector.CSS()

B : $(selector).css()

C : $(selector).style()

D : None of above

Q.no 10. Which of the following tags in struts-config.xml file defines the availability of
necessary Struts JSP custom tag libraries?

A : jsp-lib

B : struts-taglib

C : taglib

D : jsp-taglib

Q.no 11. Which Method is used to find element using class name

A : findElementByClassName()

B : getElementByClassName()

C : className()

D : getClass()

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 117/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 12. Declaration tag sytax in JSP is :

A : <%! declaration%>

B : <%= declaration%>

C : <%-- declaration%>

D : <%@ declaration%

Q.no 13. Which of the following statement is correct about HTTP Get method.

A : GET method is used to appends form data to the URL in the page request.

B : The GET method is a secure method to pass information from browser to web server.

C : GET requests do not have any data length restrictions for data tranfer.

D : None of the above.

Q.no 14. UDDI uses ...................to describe interfaces to web services.

A : HyperText Markup Language (HTML)

B : Java Server Pages (JSP)

C : Web Service Definition Language(WSDL)

D : Extensible Markup Language (XML)

Q.no 15. Abbreviate the term JMS?

A : Java Message Service

B : Java Monitor Service

C : Java Message Session

D : Java Monitor Session

Q.no 16. Which of the following XML documents are well-formed?

A : <firstElement>some text goes here


<secondElement>another text goes here</secondElement>
</firstElement>

B : <firstElement>some text goes here</firstElement>


<secondElement> another text goes here</secondElement>

C : <firstElement>some text goes here


<secondElement> another text goes here</firstElement>
</secondElement>

D : </firstElement>some text goes here


</secondElement>another text goes here
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 118/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

<firstElement>

Q.no 17. Which of the following layer in Web Service Protocol Stack is responsible for
transporting messages between applications?

A : Service Transport

B : XML Messaging

C : Service Description

D : Service Discovery

Q.no 18. Which is a software- and hardware-independent tool for carrying information?

A : HTML

B : XML

C : Both A & B

D : None of the above

Q.no 19. How can we make attributes have multiple values:

A : <myElement myAttribute="value1 value2"/>

B : <myElement myAttribute="value1" myAttribute="value2"/>

C : <myElement myAttribute="value1, value2"/>

D : attributes cannot have multiple values

Q.no 20. Which of the following layer in Web Service Protocol Stack is responsible for
encoding messages in a common XML format so that messages can be understood at either
end?

A : Service Transport

B : XML Messaging

C : Service Description

D : Service Discovery

Q.no 21. Which of the following is an implicit object?

A : pageContext

B : servletContext

C : httpContext

D : sessionContext

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 119/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 22. SOAP is an acronym for……………………………

A : Simple Open Access Protocol

B : Simple Object Access Protocol

C : Simple Oprational Access Protocol

D : Simple Object Aapplication Protocol

Q.no 23. What is XML used to simplify?

A : Data storage

B : Data sharing

C : Both A & B

D : None of the above

Q.no 24. JavaScript is also called client-side JavaScript.

A : Microsoft

B : Navigator

C : LiveWire

D : Native

Q.no 25. How can we create instance of http module?

A : var http = require("http")

B : var http = new require("http")

C : var http = new http()

D : new mod()

Q.no 26. How do you write "Hello World" in PHP

A : echo "Hello World";

B : "Hello World";

C : Document.Write("Hello World");

D : print "hello"

Q.no 27. Which one of the following is correct syntax for directive in JSP

A : <%@directive%>

B : <%!directive%>
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 120/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : <%directive%>

D : <%=directive%>

Q.no 28. What is default value of any variable in Javascript?

var a;
document.write(a);

A:0

B : undefined

C : error

D : NaN

Q.no 29. What does the hash (#) sign mean in PHP?

A : It indicates lines that are commented out

B : It indicates variable declaration.

C : It indicates function declaration.

D : No uses in PHP.

Q.no 30. reset() method signature in ActionForm?

A : public void reset(ActionMapping mapping, HttpServletRequest request)

B : public ActionErrors reset(ActionMapping mapping, HttpServletRequest request)

C : public ActionError reset(ActionMapping mapping, HttpServletRequest request)

D : public void only

Q.no 31. In the model-view-controller (MVC) architecture, the model defines the

A : Data-access layer

B : Presentation layer

C : Business-logic layer

D : Interface layer

Q.no 32. Which of the following statement is true about the destroy() method of servlet?

A : The destroy() method is called multiple times during the life cycle of a servlet

B : The destroy() method is called only once at the end of the life cycle of a servlet.

C : The destroy() method is called after the servlet has executed service method.

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 121/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : The destroy() method is called is never called during the life cycle of a servlet.

Q.no 33. What is javax.servlet.http.HttpServlet?

A : Abstract class

B : Interface

C : Concreate class

D : Package

Q.no 34. Which of the following method can be used to read parameters names in JSP?

A : request.getParameter()

B : response.getParameter()

C : request.getParameterNames()

D : response.getParameterNames()

Q.no 35. Which of following object can be used to access other implicit objects in JSP.

A : request

B : page

C : response

D : pageContext

Q.no 36. Which of the following HTTP method should be used to get list the supported
operations in RESTful web service?

A : GET

B : HEAD

C : PUT

D : OPTIONS

Q.no 37. Using function, we can hold or release the execution of jQuery’s ready
event.

A : jQuery.holdReady()

B : jQuery.ready()

C : jQuery.hold()

D : jQuery.holdready()

Q.no 38. What angular function is used to manually start up an angular application?
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 122/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : angular.bootstrap

B : angular.element

C : angular.copy

D : None of the above

Q.no 39. Which of the followingb tag is used pass information from JSP to included JSP

A : <%jsp:param> tag.

B : <%jsp:page> tag.

C : <%jsp:import> tag

D : <%jsp:useBean> tag

Q.no 40. The property specifies the background color of an element.

A : background-color

B : border

C : color

D : display

Q.no 41. Which one of these legendary Greek mythical figures or places is the code name for
Microsoft's version of AJAX ?

A : Oracle

B : Atlas

C : Hercules

D : Delphi

Q.no 42. How to include HTML content into another HTML

A : Server Side push

B : Use of CommetD

C : Use of Polling

D : Use of include

Q.no 43. Which of the following is the format for EJB deployment descriptor files?

A : XML

B : XSL

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 123/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : HTML

D : Java

Q.no 44. What are the controllers in AngularJs is responsible for

A : Controlling the data.

B : Displaying the data.

C : display logic

D : display view

Q.no 45. Which of the following is used to access session variables in PHP?

A : session_start() function

B : $_SESSION[]

C : isset() function

D : session_destroy() function

Q.no 46. Which of the following code is used to get session in servlet

A : response.getSession()

B : serveltSession.getSession()

C : new Session()

D : request.getSession()

Q.no 47. Which of the following selector selects all elements of E that have the attribute attr
that end with the given value?

A : E[attr^=value]

B : E[attr$=value]

C : E[attr*=value]

D : none of the mentioned

Q.no 48. Which is used to make asynchronous request i.e. it doesn't block the user and it
sends only required field data to the server side not all, So it makes the performance fast?

A : AJAX Support

B : Integration Support

C : Various Tag Support

D : Theme and Template Support


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 124/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 49. WSDL is an........................ for describing network services

A : PHP format

B : HTML format

C : PDF format

D : XML format

Q.no 50. Of the following technologies, which one provides the ability to
dynamically interact with Web page layout?

A : JavaScript.

B : XML.

C : Document Object Model.

D : HTML.

Q.no 51. Which of the following code can be used to clear the content of the underlying buffer
in the response without clearing headers or status code

A : response.resetBuffer()

B : response.reset()

C : request.reset()

D : response.Buffer()

Q.no 52. jQuery code to set the background color of all span elements to blue?

A : $("span").style("background-color","blue");

B : $("span").manipulate("background-color","blue");

C : $("span").css("background-color","blue");

D : $("span").layout("background-color","blue");

Q.no 53. The .......... directive is used if you want to add or remove HTML elements from the
DOM based on data in the model.

A : ng-switch

B : ng-model

C : ng-Disabled

D : ng-Cloak

Q.no 54. What is the purpose of $_SESSION[]?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 125/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : Used to register a global variable

B : Used to initialize a session.

C : Used to store variables of the current session

D : Sesion tarcking

Q.no 55. Which of the following is true about php.ini file?

A : The PHP configuration file, php.ini, is the final and most immediate way to affect PHP's
functionality.

B : The php.ini file is read each time PHP is initialized.

C : Both of the above.

D : The php.ini file is not read each time PHP is initialized.

Q.no 56. How Node based web servers are different from traditional web servers?

A : Node based server process request much faster than traditional server.

B : Node based server uses a single threaded model and can services much larger number of
requests than traditional server like Apache HTTP Server.

C : There is no much difference between the two.

D : data based server

Q.no 57. Which value is going to be updated


<p id="demo"></p>
<p class="demo"></p>
<p name="demo"></p>
<script> document.getElementById("demo").innerHTML = "Hello World!";
</script>

A : p with id

B : p with class

C : p with name

D : All of the above

Q.no 58. WordPress is used to create……………

A : Website

B : Application

C : System Program

D : Operating System

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 126/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 59. Which one of the following databases has PHP supported almost since the
beginning?

A : Oracle Database

B : SQL

C : SQL+

D : MySQL

Q.no 60. Which of the following is true about javax.servlet.error.message

A : This attribute gives exact error message which can be stored and analysed after storing in a
java.lang.String data type.

B : This attribute gives information about exception type which can be stored and analysed after
storing in a java.lang.Class data type.

C : This attribute gives status code which can be stored and analysed after storing in a
java.lang.Integer data type.

D : This attribute gives information about URL calling the servlet and it can be stored and analysed
after storing in a java.lang.String data type.

Answers

Answer for Question No 1. is a


Answer for Question No 2. is d
Answer for Question No 3. is c
Answer for Question No 4. is c
Answer for Question No 5. is a
Answer for Question No 6. is b
Answer for Question No 7. is d
Answer for Question No 8. is b
Answer for Question No 9. is b
Answer for Question No 10. is c
Answer for Question No 11. is b
Answer for Question No 12. is a
Answer for Question No 13. is a
Answer for Question No 14. is c
Answer for Question No 15. is a
Answer for Question No 16. is b
Answer for Question No 17. is a
Answer for Question No 18. is b
Answer for Question No 19. is d
Answer for Question No 20. is b
Answer for Question No 21. is a
Answer for Question No 22. is b
Answer for Question No 23. is c
Answer for Question No 24. is b
Answer for Question No 25. is a
Answer for Question No 26. is a
Answer for Question No 27. is a
Answer for Question No 28. is b
Answer for Question No 29. is a
Answer for Question No 30. is b
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 127/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 31. is c
Answer for Question No 32. is b
Answer for Question No 33. is a
Answer for Question No 34. is c
Answer for Question No 35. is d
Answer for Question No 36. is d
Answer for Question No 37. is a
Answer for Question No 38. is a
Answer for Question No 39. is a
Answer for Question No 40. is a
Answer for Question No 41. is b
Answer for Question No 42. is d
Answer for Question No 43. is a
Answer for Question No 44. is a
Answer for Question No 45. is b
Answer for Question No 46. is d
Answer for Question No 47. is b
Answer for Question No 48. is a
Answer for Question No 49. is d
Answer for Question No 50. is c
Answer for Question No 51. is a
Answer for Question No 52. is c
Answer for Question No 53. is a
Answer for Question No 54. is c
Answer for Question No 55. is c
Answer for Question No 56. is b
Answer for Question No 57. is a
Answer for Question No 58. is a
Answer for Question No 59. is d
Answer for Question No 60. is a

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 128/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 129/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. Which CSS property is used to control the text size of an element ?

A : font-style

B : text-size

C : font-size

D : text-style

Q.no 2. Using statement is how you test for a specific condition.

A : Select

B : If

C : Switch

D : For

Q.no 3. Correct method to sort elements from array a in javascript is

A : a.sort()

B : sort(a)

C : a = sort()

D : None of above

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 130/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 4. JavaScript is interpreted by

A : Client

B : Server

C : Object

D : None of the above

Q.no 5. How can we write comment along with CSS code ?

A : /* a comment */

B : // a comment //

C : / a comment /

D : <' a comment'>

Q.no 6. Every JSP is Translated into a:

A : Java applet

B : Java servlet

C : Java EJB

D : Java Struts

Q.no 7. AJAX is based on

A : JavaScript and XML

B : JavaScript and Java

C : VBScript and XML

D : JavaScript and HTTP requests

Q.no 8. Which Web browser is the least optimized for Microsoft's version of AJAX?

A : Firefox

B : Opera

C : Safari

D : Internet Explorer

Q.no 9. If we want to show an Arrow as cursor, then which value we will use ?

A : pointer

B : default
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 131/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : arrow

D : arr

Q.no 10. Which statement executes the code of sample.js file

A : nodejs sample.js

B : node sample.js

C : sample.js

D:0

Q.no 11. Which of the following best describes JavaScript?

A : a low-level programming language.

B : a scripting language precompiled in the browser.

C : a compiled scripting language.

D : an object-oriented scripting language.

Q.no 12. Which of the following is not a valid JavaScript variable name?

A : 2names

B : _first_and_last_names

C : FirstAndLast

D : None of the above

Q.no 13. Which of the following represents the root of the Tomcat installation

A : $CATALINA

B : $CATALINA_HOME

C : $HOME

D : None of these

Q.no 14. which of the follwing is not valid angularJs filter

A : lowercase

B : orderby

C : email

D : currency

Q.no 15. We can add new element at the end of existing element using
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 132/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : append

B : new

C : addLast

D : None of above

Q.no 16. What does validate() method of ActionForm returns?

A : ActionErrors

B : ActionForward

C : ActionMapping

D : ActionError

Q.no 17. JavaScript is also called server-side JavaScript

A : Microsoft

B : Navigator

C : LiveWire

D : Native

Q.no 18. What is divide by 0 in Javascript?

var a = 10;
var b = 0;
document.write(a/b);

A : Nothing is printed

B : 0 is printed

C : Infinity is printed

D : Some Garbage Value

Q.no 19. Which of the following methods is overridden by Action class?

A : run()

B : destroy()

C : execute()

D : service()

Q.no 20. Which of the following is true about isELIgnored Attribute in JSP

A : The isELIgnored option gives you the ability to disable the evaluation of scriplets
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 133/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : The isELIgnored option gives you the ability to disable the evaluation of java code in jsp.

C : The isELIgnored option gives you the ability to disable the evaluation of Expression Language
(EL) expressions in JSP .

D : The isELIgnored option gives you the ability to enable the evaluation of scriplets

Q.no 21. Which of the following EJB type has no Remote interfaces?

A : Message-Driven Bean

B : BMP Entity Bean

C : CMP Entity Bean

D : Session Bean

Q.no 22. Which of the following type of variable is visible everywhere in your JavaScript
code?

A : global variable

B : local variable

C : Both of the above

D : None of the above

Q.no 23. If we want define style for an unique element, then which css selector will we use ?

A : Id

B : text

C : class

D : name

Q.no 24. Why so JavaScript and Java have similar name?

A : JavaScript is a stripped-down version of Java

B : JavaScript's syntax is loosely based on Java's

C : They both originated on the island of Java

D : None of the above

Q.no 25. In which application can XML be used for marking up documents for specialized
applications, such as e-commerce, scientific documents, Mathematical formula and e-books?

A : Data exchange between computer systems

B : Data storage

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 134/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : Specialized publishing

D : None of the above

Q.no 26. If we want to use a nice looking green dotted border around an image, which css
property will we use?

A : border-color

B : border-decoration

C : border-style

D : border-line

Q.no 27. If we don't want to allow a floating div to the left side of an element, which css
property will we use ?

A : margin

B : clear

C : float

D : padding

Q.no 28. JavaScript statements embedded in an HTML page can respond to user
events such as mouse-clicks, form input, and page navigation.

A : Client-side

B : Server-side

C : Local

D : Native

Q.no 29. Which character in the XML Element will generate an error because the parser
interprets it as the start of a new element?

A:"<"

B : "&"

C : Both A & B

D : None of the above

Q.no 30. The correct signature of jspDestroy() method of HttpJspPage class is :

A : void jspDestroy(HTTPRequest request, HTTPResponse response)

B : void jspDestroy()

C : void jspDestroy() throws ServletException, IOException


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 135/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : void jspDestroy(HTTPRequest request, HTTPResponse response) throws ServletException,


IOException

Q.no 31. Which of the following php statement/statements will store 111 in variable num?
i) int $num = 111;
ii) int mum = 111;
iii) $num = 111;
iv) 111 = $num;

A : Both (i) and (ii)

B : Only (iii)

C : Only (i)

D : Only (ii)

Q.no 32. Which superglobal variable holds information about headers, paths, and script
locations?

A : $_SERVER

B : $_GET

C : $_SESSION

D : $_GLOBALS

Q.no 33. What type of selector is used in this case?

p {line-height: 150%;}

A : class Selectors

B : element Selectors

C : id Selectors

D : none of the mentioned

Q.no 34. Which of the following selector selects the elements that are the default among a set
of similar elements?

A : :default

B : :%

C : :disabled

D : none of the mentioned

Q.no 35. Which jQuery method is used to switch between adding/removing one or more
classes (for CSS) from selected elements?

A : switchClass()

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 136/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : toggleClass()

C : altClass()

D : switch()

Q.no 36. Which of the following type of variables have only two possible values either true or
false?

A : Integers

B : Doubles

C : booleans

D : Strings

Q.no 37. Tomcat’s JSP Engine in know as

A : Catalina

B : Tomcat sink

C : Casper

D : Jasper

Q.no 38. Angular 1.x is written in ………

A : Java

B : Javascript

C : Typescript

D : VB script

Q.no 39. What is the correct way to add 1 to the $count variable?

A : $count++;

B : ++count

C : $count =+1

D : count++;

Q.no 40. Which of the following array represents an array with strings as index?

A : Numeric Array

B : Associative Array

C : Multidimentional Array

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 137/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : Normal Array

Q.no 41. AngularJS applications are a mix of . . . . . .

A : HTML and PHP

B : HTML and CrossScript

C : HTML and AngularScript

D : HTML and JavaScript

Q.no 42. Correct way of accessing javascript object var person = {firstName:"John",
lastName:"Doe"}

A : person.lastName;

B : person#lastName

C : lastName

D : None of above

Q.no 43. Which of the following selector selects the elements that are checked?

A:E~F

B : ::after

C : :checked

D : none of the mentioned

Q.no 44. Which of the following is used to get information sent via get method in PHP?

A : $_GET

B : $GET

C : $GETREQUEST

D : $GETR

Q.no 45. What makes Ajax unique?

A : It works as a stand-alone Web-development tool.

B : It works the same with all Web browsers.

C : It uses C++ as its programming language.

D : It makes data requests asynchronously.

Q.no 46. Which method of fs module is used to close a file?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 138/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : fs.close(fd, callback)

B : fs.closeFile(fd, callback)

C : fs.closePath(fd, callback)

D : fs.close()

Q.no 47. What is the correct syntax for referring to an external script called " abc.js"?

A : <script href=" abc.js">

B : <script name=" abc.js">

C : <script src=" abc.js">

D : None of the above

Q.no 48. Viewstart comes under which folder name?

A : Views

B : Account

C : Shared

D : Home

Q.no 49. What is the correct way to create a function in PHP?

A : function myFunction()

B : create myFunction()

C : new_function myFunction()

D : del myfunction()

Q.no 50. By applying an a style can be applied to just a single tag.

A : class rule

B : element rule

C : id rule

D : none of the mentioned

Q.no 51. If para1 is the DOM object for a paragraph, what is the correct syntax to change the
text within the paragraph?

A : "New Text"?

B : para1.value="New Text";

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 139/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : para1.firstChild.nodeValue= "New Text";

D : para1.nodeValue="New Text";

Q.no 52. AngularJS can show or hide HTML depending on the state of data in the model. You
do so using a set of AngularJS directives such as ........... which are created specifically for that
purpose.

A : ng-shown, ng-hidden

B : ng-show, ng-hide

C : nt-show, nt-hide

D : ng-shows, ng-hides

Q.no 53. What will function return


function sum ()
{
var s = 0;
for (var i = 0; i < arguments.length; i++)
s += arguments[i];
return s;
}

sum(1, 2, 3);

A:2

B:6

C:1

D:7

Q.no 54. Who is known as the father of PHP?

A : Willam Makepiece

B : Drek Kolkevi

C : Rasmus Lerdorf

D : List Barely

Q.no 55. Which of the following code retrieves the login of the user making this request?

A : request.getRemoteUser()

B : response.getRemoteUser()

C : Header.getRemoteUser()

D : servlet.getRemoteUser()

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 140/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 56. Which one of the following lines need to be uncommented or added in the php.ini file
so as to enable mysqli extension?

A : extension=php_mysqli.dll

B : extension=mysql.dll

C : extension=php_mysqli.dl

D : extension=mysqli.dl

Q.no 57. Which of the following statements is not true about XML Schemas:

A : hey are used to define the content and structure of data.

B : They define a set of symbols and the relationships of those symbols.

C : They are themselves XML documents.

D : They have their own syntax.

Q.no 58. Which of the following method can be used to read binary data stream coming from
the client in JSP ?

A : request.getInputStream()

B : response.getInputStream()

C : request.getInputStreamData()

D : response.getInputStreamData()

Q.no 59. How are the objects organized in the HTML DOM?

A : Class-wise

B : Queue

C : Hierarchy

D : Stack

Q.no 60. What will function return


function sum ()
{
var s = 0;
for (var i = 0; i < arguments.length; i++)
s += arguments[i];
return s;
}

sum(1, 2, 3,4,5);

A:2

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 141/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B:5

C : 15

D : None of above

Answers

Answer for Question No 1. is c


Answer for Question No 2. is b
Answer for Question No 3. is a
Answer for Question No 4. is a
Answer for Question No 5. is a
Answer for Question No 6. is b
Answer for Question No 7. is a
Answer for Question No 8. is c
Answer for Question No 9. is b
Answer for Question No 10. is b
Answer for Question No 11. is d
Answer for Question No 12. is a
Answer for Question No 13. is b
Answer for Question No 14. is c
Answer for Question No 15. is a
Answer for Question No 16. is b
Answer for Question No 17. is c
Answer for Question No 18. is c
Answer for Question No 19. is c
Answer for Question No 20. is c
Answer for Question No 21. is a
Answer for Question No 22. is a
Answer for Question No 23. is a
Answer for Question No 24. is b
Answer for Question No 25. is c
Answer for Question No 26. is c
Answer for Question No 27. is b
Answer for Question No 28. is a
Answer for Question No 29. is a
Answer for Question No 30. is b
Answer for Question No 31. is c
Answer for Question No 32. is a
Answer for Question No 33. is b
Answer for Question No 34. is a
Answer for Question No 35. is b
Answer for Question No 36. is c
Answer for Question No 37. is d
Answer for Question No 38. is b
Answer for Question No 39. is a
Answer for Question No 40. is b
Answer for Question No 41. is d
Answer for Question No 42. is a
Answer for Question No 43. is c
Answer for Question No 44. is a
Answer for Question No 45. is d
Answer for Question No 46. is a
Answer for Question No 47. is c
Answer for Question No 48. is a
Answer for Question No 49. is a
Answer for Question No 50. is c
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 142/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 51. is b
Answer for Question No 52. is b
Answer for Question No 53. is b
Answer for Question No 54. is c
Answer for Question No 55. is a
Answer for Question No 56. is a
Answer for Question No 57. is d
Answer for Question No 58. is a
Answer for Question No 59. is c
Answer for Question No 60. is c

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 143/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 144/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. Easiest way to get content of an HTML element is by

A : element.getID

B : innerHTML

C : getContent()

D : getHTML()

Q.no 2. AJAX made popular by

A : Microsoft

B : IBM

C : Google

D : SunMicrosystem

Q.no 3. How many types of selectors available in jquery.

A:1

B:2

C:3

D:4

Q.no 4. All variables in PHP start with which symbol?

A:$

B:&

C:!

D:*

Q.no 5. Which of the following layer in Web Service Protocol Stack is responsible for
centralizing services into a common registry and providing easy publish/find functionality?

A : Service Transport

B : XML Messaging

C : Service Description

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 145/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : Service Discovery

Q.no 6. The EJB specification architecture does NOT define….

A : transactional components

B : client side security and encryption

C : distributed object components

D : server-side components

Q.no 7. Which of the following method can be used to read a form parameter in JSP?

A : response.getParameter()

B : request.getParameter()

C : request.getValue()

D : response.getValue()

Q.no 8. Which one of these technologies is NOT used in AJAX

A : CSS

B : DOM

C : DHTML

D : Flash

Q.no 9. AJAX Stands for

A : Asynchronous Javascript and XML

B : Abstract JSON and XML

C : Another Java Abstraction for X-Windows

D : Another Java and XML Library

Q.no 10. Scriptlet tag sytax in JSP is :

A : <%@ java source code %>

B : <%! java source code %>

C : <%= java source code %>

D : <% java source code %>

Q.no 11. Which of the following component of HTTP response contains response message
content or Resource representation?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 146/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : Status/Response Code

B : HTTP Version

C : Response Header

D : Response Body

Q.no 12. In XML document comments are given as?

A : < ! ---- !>

B : < !-- ?

C : < / ---- >

D : < ?-- ?

Q.no 13. ActionServlet, RequestProcessor and Action classes are the components of

A : View

B : Model

C : Controller

D : Deployment

Q.no 14. Which of the following is a server side technology?

A : Html

B : JSP

C : JavaScript

D : CSS

Q.no 15. Which event handler is triggered when the user’s mouse moves onto a link?

A : onMouseOver

B : onMouseOut

C : onMouse

D : onMouseOnto

Q.no 16. Who is known as father of angularJs

A : Brad Green

B : Misko Hevery

C : Adam Abrons
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 147/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : Adam Nass

Q.no 17. Which one of the following is correct syntax for directive in JSP

A : <%@directive%>

B : <%!directive%>

C : <%directive%>

D : <%=directive%>

Q.no 18. How PHP files can be accessed?

A : Through Web Browsers

B : Through HTML Files

C : Through Web Servers

D : Through Software

Q.no 19. Which of the following is not the scope of Variable in PHP?

A : local

B : global

C : static

D : extern

Q.no 20. Struts supports which of these model components?

A : JavaBeans

B : EJB,COBRA

C : JDO

D : All above

Q.no 21. which of the following is not a JSP Action Tag

A : jsp:forward

B : jsp:include

C : jsp:useBean

D : Jsp:import

Q.no 22. Which of the following is true about Servlets

A : Java Servlets are programs that run on a Web server or Application server.
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 148/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : Java Servlets are the program that run in the web browser space.

C : Java Servlets are client side programs that run on a client side

D : None of the above

Q.no 23. Find the correct syntax of the declaration which defines the XML Version?

A : < ?xml version= "1.0" ? >

B : < xml version="1.0"/ >

C : < ?xml version="1.0" / >

D : None of the above

Q.no 24. Which AngularJs directive used to disable an element

A : ng-disabled

B : ng-hide

C : ng-false

D : ng-true

Q.no 25. In XML which internet languages are markup languages for handheld devices?

A : WAP

B : WML

C : RSS

D : Both A & B

Q.no 26. PHP is an example of scripting language.

A : Server-side

B : Client-side

C : Browser-side

D : In-side

Q.no 27. Which method is used to set or reset CSS property in Jquery

A : selector.CSS()

B : $(selector).css()

C : $(selector).style()

D : None of above
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 149/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 28. reset() method signature in ActionForm?

A : public void reset(ActionMapping mapping, HttpServletRequest request)

B : public ActionErrors reset(ActionMapping mapping, HttpServletRequest request)

C : public ActionError reset(ActionMapping mapping, HttpServletRequest request)

D : public void only

Q.no 29. Which of the following XML fragments are well-formed?

A : <myElement myAttribute="someValue"/>

B : <myElement myAttribute=someValue/>

C : <myElement myAttribute=’someValue’>

D : <myElement myAttribute="someValue’/>

Q.no 30. Which of the following is not a directive

A : include

B : export

C : page

D : taglib

Q.no 31. session is instance of which class

A : Session

B : HttpSession

C : HttpServletSession

D : ServletSession

Q.no 32. Which statement is valid in using a Node module fs in a Node based application?

A : var fs = import("fs")

B : import fs

C : package fs

D : var fs = require("fs")

Q.no 33. What is the property textContent?

A : Sets the textual content of a node

B : Returns the textual content of a node


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 150/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : Both a and b

D : None of the mentioned

Q.no 34. Which of the following HTTP method should be used to get list the supported
operations in RESTful web service?

A : GET

B : HEAD

C : PUT

D : OPTIONS

Q.no 35. Which object is the top of the hierarchy?

A : Window Object

B : Document Object

C : Form Object

D : Form Control Elements

Q.no 36. Which of the followingb tag is used pass information from JSP to included JSP

A : <%jsp:param> tag.

B : <%jsp:page> tag.

C : <%jsp:import> tag

D : <%jsp:useBean> tag

Q.no 37. Which of the following can't be done with client-side JavaScript?

A : Validating a form

B : Sending a form's contents by email

C : Storing the form's contents to a database file on the server

D : None of the above

Q.no 38. Find output of below Javascript code

var a = 10;
document.write(a=20);

A : Error

B : Nothing is printed

C : 10
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 151/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : 20

Q.no 39. Which of the following class is used to create and consume custom events in Node.js?

A : EventEmitter

B : Events

C : NodeEvent

D : NodeEmitter

Q.no 40. A new web browser window can be opened using which method of the Window
object ?

A : createtab()

B : Window.open()

C : open()

D : All of the mentioned

Q.no 41. When a user views a page containing a JavaScript program, which machine actually
executes the script?

A : The User's machine running a Web browser

B : The Print Server

C : A central machine deep within Netscape's corporate offices

D : The Web server

Q.no 42. What is the correct JavaScript syntax to write "Hello World"?

A : System.out.println("Hello World")

B : println ("Hello World")

C : document.write("Hello World")

D : response.write("Hello World")

Q.no 43. In AngulsrJS HTML document is loaded and evaluated first in the browser. Mean
while in AngularJS ?

A : JavaScript file is loaded

B : The angular global object is created

C : Your JavaScript which registers controller functions is executed

D : All of above

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 152/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 44. The code for seding a cookie in servlet is

A : response.createCookie(cookie)

B : response.sendCookie(cookie)

C : response.addCookie(cookie)

D : None of the above

Q.no 45. Which of the following is the structure of an if statement?

A : if (conditional expression is true) thenexecute this codeend if

B : if (conditional expression is true)execute this codeend if

C : if (conditional expression is true) {then execute this code>->}

D : if (conditional expression is true) then {execute this code}

Q.no 46. Which of the following tool automates various tasks of Node.js application

A : Express.js

B : GruntJS

C : . NPM

D : .MS

Q.no 47. Which of the following selector selects all elements of E that have the attribute attr
that end with the given value?

A : E[attr^=value]

B : E[attr$=value]

C : E[attr*=value]

D : none of the mentioned

Q.no 48. Which attribute of JSP page directive defines the MIME type of the HTTP response

A : Import

B : Extends

C : contentType

D : info

Q.no 49. The correct signature of _jspService() method of HttpJspPage class is :

A : void _jspService(HTTPRequest request, HTTPResponse response)

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 153/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : void _jspService(HTTPRequest request, HTTPResponse response) throws ServletException,


IOException

C : void _jspService()

D : void _jspService() throws ServletException, IOException

Q.no 50. Which of the following event fires when the form element loses the focus: <button>,
<input>, <label>, <select>, <textarea>?

A : onfocus

B : onblur

C : onclick

D : ondblclick

Q.no 51. Parameter entities can appear in

A : xml file

B : dtd file

C : xsl file

D : Both 1 and 2

Q.no 52. Which of the methods are used to manage result sets using both associative and
indexed arrays?

A : get_array() and get_row()

B : get_array() and get_column()

C : fetch_array() and fetch_row()

D : fetch_array() and fetch_column()

Q.no 53. DTD includes the specifications about the markup that can be used within the
document, the specifications consists of all EXCEPT

A : the browser name

B : the size of element name

C : entity declarations

D : element declarations

Q.no 54. Which one of the following statements can be used to select the database?

A : $mysqli=select_db(‘databasename’);

B : mysqli=select_db(‘databasename’);
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 154/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : mysqli->select_db(‘databasename’);

D : $mysqli->select_db(‘databasename’);

Q.no 55. Which of following statemants is true about filters in JSP?

A : JSP Filters are used to intercept requests from a client before they access a resource at back end

B : JSP Filters are used to manipulate responses from server before they are sent back to the client.

C : Filters are defined in the deployment descriptor file web.xml.

D : All of the above

Q.no 56. Which method retrieves each row from the prepared statement result and assigns the
fields to the bound results?

A : get_row()

B : fetch_row()

C : fetch()

D : row()

Q.no 57. Attribute standalone="no" should be included in XML declaration if a document:

A : is linked to an external XSL stylesheet

B : has external general references

C : has processing instructions

D : has an external DTD

Q.no 58. The events that represents occurrences related to the browser window are

A : Window

B : Element

C : Display

D : Handlers

Q.no 59. The XSl formatting object which formats the data and caption of a table is

A : table

B : table-content

C : table-text

D : None of the above

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 155/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 60. How Node based web servers are different from traditional web servers?

A : Node based server process request much faster than traditional server.

B : Node based server uses a single threaded model and can services much larger number of
requests than traditional server like Apache HTTP Server.

C : There is no much difference between the two.

D : data based server

Answers

Answer for Question No 1. is b


Answer for Question No 2. is c
Answer for Question No 3. is c
Answer for Question No 4. is a
Answer for Question No 5. is d
Answer for Question No 6. is b
Answer for Question No 7. is b
Answer for Question No 8. is d
Answer for Question No 9. is a
Answer for Question No 10. is d
Answer for Question No 11. is d
Answer for Question No 12. is b
Answer for Question No 13. is c
Answer for Question No 14. is b
Answer for Question No 15. is a
Answer for Question No 16. is c
Answer for Question No 17. is a
Answer for Question No 18. is c
Answer for Question No 19. is d
Answer for Question No 20. is d
Answer for Question No 21. is d
Answer for Question No 22. is a
Answer for Question No 23. is a
Answer for Question No 24. is a
Answer for Question No 25. is d
Answer for Question No 26. is a
Answer for Question No 27. is b
Answer for Question No 28. is b
Answer for Question No 29. is a
Answer for Question No 30. is b
Answer for Question No 31. is b
Answer for Question No 32. is a
Answer for Question No 33. is c
Answer for Question No 34. is d
Answer for Question No 35. is a
Answer for Question No 36. is a
Answer for Question No 37. is c
Answer for Question No 38. is d
Answer for Question No 39. is a
Answer for Question No 40. is b
Answer for Question No 41. is a
Answer for Question No 42. is c
Answer for Question No 43. is d
Answer for Question No 44. is c
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 156/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 45. is c
Answer for Question No 46. is b
Answer for Question No 47. is b
Answer for Question No 48. is c
Answer for Question No 49. is b
Answer for Question No 50. is d
Answer for Question No 51. is b
Answer for Question No 52. is c
Answer for Question No 53. is a
Answer for Question No 54. is d
Answer for Question No 55. is d
Answer for Question No 56. is c
Answer for Question No 57. is d
Answer for Question No 58. is a
Answer for Question No 59. is d
Answer for Question No 60. is b

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 157/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 158/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. JavaScript is also called client-side JavaScript.

A : Microsoft

B : Navigator

C : LiveWire

D : Native

Q.no 2. Expression tag sytax in JSP is :

A : <%@ expression%>

B : <%! expression%>

C : <%= expression %>

D : <%-- expression%>

Q.no 3. What are variables used for in JavaScript Programs?

A : Storing numbers, dates, or other values

B : Varying randomly

C : Causing high-school algebra flashbacks

D : None of the above

Q.no 4. A PHP script should start with and end with :

A : < php >

B : < ? php ?>

C:<??>

D : < ?php ? >

Q.no 5. Which of the following EJB type has no Remote interfaces?

A : Message-Driven Bean

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 159/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : BMP Entity Bean

C : CMP Entity Bean

D : Session Bean

Q.no 6. What should be the table width, so that the width of a table adjust to the current
width of the browser window?

A : 640 pixels

B:1

C : full-screen

D : 1024 px

Q.no 7. Which of the following methods is overridden by Action class?

A : run()

B : destroy()

C : execute()

D : service()

Q.no 8. What is javax.servlet.Servlet?

A : Abstract class

B : Interface

C : Concreate class

D : Public class

Q.no 9. PHP is a typed language.

A : User

B : Loosely

C : Server

D : System

Q.no 10. Which of the following tag is used to render a I18n text message?

A : set tag

B : ext tag

C : url tag

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 160/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : push tag

Q.no 11. What WSDL stands for?

A : Web Services Description Language

B : Web Services Direction Language

C : Wired Services Description Language

D : Web Services Dialect Language

Q.no 12. Which of the following layer in Web Service Protocol Stack is responsible for
transporting messages between applications?

A : Service Transport

B : XML Messaging

C : Service Description

D : Service Discovery

Q.no 13. Which is a software- and hardware-independent tool for carrying information?

A : HTML

B : XML

C : Both A & B

D : None of the above

Q.no 14. Which of the following code retrieves the value of a request parameter in servlet?

A : Header.getParameter(name)

B : response.getParameter(name)

C : request.getAttributeNames()

D : request.getParameter(name)

Q.no 15. JavaScript statements embedded in an HTML page can respond to user
events such as mouse-clicks, form input, and page navigation.

A : Client-side

B : Server-side

C : Local

D : Native

Q.no 16. What is AJAX ?


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 161/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : is a programe

B : is a country name

C : is a football club name

D : class name

Q.no 17. In WordPress, what is the user role with the highest privilege level?

A : Administrator

B : Author

C : Editor

D : Contributor

Q.no 18. Which of the following statements prints in PHP?

A : Out

B : Write

C : Echo

D : Display

Q.no 19. The correct signature of jspInit() method of HttpJspPage class is :

A : void jspInit(HTTPRequest request, HTTPResponse response)

B : void jspInit(HTTPRequest request, HTTPResponse response) throws ServletException,


IOException

C : void jspInit() throws ServletException, IOException

D : void jspInit()

Q.no 20. Which CSS property is used to control the text size of an element ?

A : font-style

B : text-size

C : font-size

D : text-style

Q.no 21. What UDDI stands for?

A : Uniform Description, Discovery, and Integration

B : Universal Description, Discovery, and Integration

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 162/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : Uniform Discovery, Description, and Integration

D : Uniform Discovery, Delivery, and Integration

Q.no 22. Which role in EJB architecture is responsible for EJB Server?

A : EJB Deployer

B : Application Assembler

C : Network Engineer

D : Server Provider

Q.no 23. Which of the following tags in struts-config.xml file defines the availability of
necessary Struts JSP custom tag libraries?

A : jsp-lib

B : struts-taglib

C : taglib

D : jsp-taglib

Q.no 24. Not a number is checked in JS by

A : NaN()

B : isNaN()

C : Both of above

D : None of above

Q.no 25. Which method is used to create new HTML element in JS

A : document.createElement()

B : document.createNewElement()

C : newElement()

D : document.HTMLElement()

Q.no 26. Which of the following XML documents are well-formed?

A : <firstElement>some text goes here


<secondElement>another text goes here</secondElement>
</firstElement>

B : <firstElement>some text goes here</firstElement>


<secondElement> another text goes here</secondElement>

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 163/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : <firstElement>some text goes here


<secondElement> another text goes here</firstElement>
</secondElement>

D : </firstElement>some text goes here


</secondElement>another text goes here
<firstElement>

Q.no 27. Which are the XML Syntax rules?

A : All XML Elements Must Have a Closing Tag

B : XML Tags are not Case Sensitive

C : XML Elements Must be Properly Nested

D : Both A & C

Q.no 28. A way to create a cookie in servlet is :

A : Use response.getCookie() method

B : Use new operator

C : Use request.getCookie() method

D : Use request.createCookie() method

Q.no 29. The default port number of Tomcat Server is:

A : 8080

B : 7001

C : 8010

D : 9001

Q.no 30. Suppose we want to arrange five nos. of DIVs so that DIV4 is placed above DIV1.
Now, which css property will we use to control the order of stack?

A : d-index

B : s-index

C : x-index

D : z-index

Q.no 31. Which components can be injected as a dependency in AngularJS?

A : Application Module

B : constant

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 164/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : value

D : factory

Q.no 32. The Bootstrap grid system is based on how many columns?

A:6

B : 12

C:9

D:3

Q.no 33. Which one is standard way to show popup in Java Script?

A : window.alert("cppbuzz");

B : alert("cppbuzz");

C : window("cppbuzz");

D : alert("cppbuzz")

Q.no 34. What is the correct way to open the file "time.txt" as readable?

A : fopen("time.txt","r");

B : open("time.txt","read");

C : fopen("time.txt","r+");

D : open("time.txt");

Q.no 35. What angular function is used to manually start up an angular application?

A : angular.bootstrap

B : angular.element

C : angular.copy

D : None of the above

Q.no 36. Which of the following code is used to get names of the attributes in servlet

A : response.getAttributeNames()

B : request.getAttributeNames()

C : Header.getAttributeNames()

D : None of the above.

Q.no 37. The property specifies if/how an element is displayed.


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 165/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : background-color

B : border

C : color

D : display

Q.no 38. Which one of these legendary Greek mythical figures or places is the code name for
Microsoft's version of AJAX ?

A : Oracle

B : Atlas

C : Hercules

D : Delphi

Q.no 39. A similar rule called the is specified using the plus sign (+) and is used
to select elements that would be siblings of each other.

A : class selectors

B : attribute selectors

C : adjacent-sibling selector

D : none of the mentioned

Q.no 40. Which is a language for finding information in an XML document?

A : Xpath

B : XSLT

C : Xlink

D : Xpointer

Q.no 41. What is the work of the form control elements in the HTML DOM?

A : User Interface elements

B : All the possible elements

C : Debugging elements

D : Collecting elements

Q.no 42. Which of the following selectors selects any tag with an id attribute set?

A : E#id

B : .class
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 166/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : #id

D:*

Q.no 43. Which of the following code is used to get names of the parameters in servlet?

A : servlet.getParameterNames()

B : header.getParameterNames()

C : response.getParameterNames()

D : request.getParameterNames()

Q.no 44. How to include HTML content into another HTML

A : Server Side push

B : Use of CommetD

C : Use of Polling

D : Use of include

Q.no 45. Which technology can be used at View Layer in Struts?

A : J2EE

B : DHTML

C : XML/XSLT

D : JavaScript

Q.no 46. Which is currect one to hide class element using jquery

A : $(".test").hide()

B : $("#test").hide()

C : Both of above

D : None of above

Q.no 47. response is instance of which class in JSP

A : Response

B : HttpResponse

C : HttpServletResponse

D : ServletResponse

Q.no 48. The setTimeout() belongs to which object?


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 167/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : Element

B : Window

C : Location

D : None of the mentioned

Q.no 49. In Which technology Struts 2 provides various types of tags such as UI tags, Data
tags, control tags etc. to ease the development of struts 2 application?

A : Various Result support

B : Integration Support

C : Various Tag support

D : Theme and Template support

Q.no 50. . What are various possible prefixes such as 'ng-' using which Angular directives (for
example, ng-app) can be defined?

A : ng-', 'data-ng-', 'ng:'

B : ng-'

C : ng-', 'data-ng-', 'ng:', 'x-ng-'

D : ng-', 'data-ng-','x-ng-'

Q.no 51. What is not true about XSLT?

A : XSLT is a declarative transformation language.

B : XSLT uses a set of rules that govern how a document is to be materialized is created.

C : XSLT uses a set of procedures that specify how a document is to be programmed.

D : XSLT is used to transform the input document into another document.

Q.no 52. In which configuration file is a link between the View and Model components in the
Web Client but you would not have to touch these settings for 99.99% of your projects?

A : The struts-config.xml file

B : The struts.xml file

C : The web.xml file

D : The struts.properties file

Q.no 53. Which of the following code can be used to clear the content of the underlying buffer
in the response without clearing headers or status code

A : response.resetBuffer()
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 168/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : response.reset()

C : request.reset()

D : response.Buffer()

Q.no 54. Which of the following method can be used to get the multiple values of a parameter
like checkbox data?

A : request.getParameter()

B : header.getParameterNames()

C : request.getParameterValues()

D : request.getParameterNames()

Q.no 55. What is the difference between echo and print?

A : They both behave the same.

B : Print can take multiple parameters where as echo can not

C : Echo can take multiple parameters where as print can not

D : Print is a function where as echo is not.

Q.no 56. What will be output of following code


var triangle = {
p1 : { x : 0, y : 3 },
p2 : { x : 1, y : 4 },
p3 : { x : 2, y : 5 }
}

alert(triangle.p1.y);

A:0

B:1

C:3

D:4

Q.no 57. Disadvantages of DTD are


(i)DTDs are not extensible
(ii) DTDs are not in to support for namespaces
(iii) there is no provision for inheritance from one DTDs to another

A : (i) is correct

B : (i),(ii) are correct

C : (ii),(iii) are correct

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 169/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : (i),(ii),(iii) are correct

Q.no 58. Which of the following function sorts an array in reverse order?

A : rsort()

B : sort()

C : shuffle()

D : reset()

Q.no 59. Choose the client-side JavaScript object?

A : Database

B : Cursor

C : Client

D : FileUpLoad

Q.no 60. Elements from the HTML namespace are displayed as they would in
…………………..

A : DHTML

B : XML

C : HTML

D : DXML

Answers

Answer for Question No 1. is b


Answer for Question No 2. is c
Answer for Question No 3. is a
Answer for Question No 4. is d
Answer for Question No 5. is a
Answer for Question No 6. is b
Answer for Question No 7. is c
Answer for Question No 8. is b
Answer for Question No 9. is b
Answer for Question No 10. is c
Answer for Question No 11. is a
Answer for Question No 12. is a
Answer for Question No 13. is b
Answer for Question No 14. is d
Answer for Question No 15. is a
Answer for Question No 16. is a
Answer for Question No 17. is a
Answer for Question No 18. is c
Answer for Question No 19. is d
Answer for Question No 20. is c
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 170/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 21. is b
Answer for Question No 22. is d
Answer for Question No 23. is c
Answer for Question No 24. is b
Answer for Question No 25. is a
Answer for Question No 26. is b
Answer for Question No 27. is d
Answer for Question No 28. is b
Answer for Question No 29. is a
Answer for Question No 30. is d
Answer for Question No 31. is a
Answer for Question No 32. is b
Answer for Question No 33. is a
Answer for Question No 34. is a
Answer for Question No 35. is a
Answer for Question No 36. is b
Answer for Question No 37. is d
Answer for Question No 38. is b
Answer for Question No 39. is c
Answer for Question No 40. is a
Answer for Question No 41. is a
Answer for Question No 42. is c
Answer for Question No 43. is d
Answer for Question No 44. is d
Answer for Question No 45. is a
Answer for Question No 46. is a
Answer for Question No 47. is c
Answer for Question No 48. is b
Answer for Question No 49. is c
Answer for Question No 50. is c
Answer for Question No 51. is c
Answer for Question No 52. is a
Answer for Question No 53. is a
Answer for Question No 54. is c
Answer for Question No 55. is c
Answer for Question No 56. is c
Answer for Question No 57. is d
Answer for Question No 58. is a
Answer for Question No 59. is d
Answer for Question No 60. is c

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 171/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 172/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. Which of the following is a web server?

A : Eclipse

B : Apache tomcat

C : Netbeans

D : All of the above

Q.no 2. JavaScript is also called server-side JavaScript

A : Microsoft

B : Navigator

C : LiveWire

D : Native

Q.no 3. How can we write comment along with CSS code ?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 173/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : /* a comment */

B : // a comment //

C : / a comment /

D : <' a comment'>

Q.no 4. Which of the following layer in Web Service Protocol Stack is responsible for
encoding messages in a common XML format so that messages can be understood at either
end?

A : Service Transport

B : XML Messaging

C : Service Description

D : Service Discovery

Q.no 5. Which of the following is not the scope of Variable in PHP?

A : local

B : global

C : static

D : extern

Q.no 6. What HTTP stands for?

A : Hyperlink Text Transfer Protocol

B : Hyper Text Transfer Protocol

C : Hyper Transfer Text Protocol

D : Hyper Time Transfer Protocol

Q.no 7. Which one of these technologies is NOT used in AJAX

A : CSS

B : DOM

C : DHTML

D : Flash

Q.no 8. What does the hash (#) sign mean in PHP?

A : It indicates lines that are commented out

B : It indicates variable declaration.


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 174/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : It indicates function declaration.

D : No uses in PHP.

Q.no 9. Which statement executes the code of sample.js file

A : nodejs sample.js

B : node sample.js

C : sample.js

D:0

Q.no 10. Which of the following is an implicit object?

A : pageContext

B : servletContext

C : httpContext

D : sessionContext

Q.no 11. Which Method is used to find element using class name

A : findElementByClassName()

B : getElementByClassName()

C : className()

D : getClass()

Q.no 12. If we want to use a nice looking green dotted border around an image, which css
property will we use?

A : border-color

B : border-decoration

C : border-style

D : border-line

Q.no 13. Which of the following type of variable is visible everywhere in your JavaScript
code?

A : global variable

B : local variable

C : Both of the above

D : None of the above


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 175/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 14. jQuery method to set one or more style properties for selected elements?

A : style()

B : css()

C : html()

D : None

Q.no 15. PHP is an example of scripting language.

A : Server-side

B : Client-side

C : Browser-side

D : In-side

Q.no 16. Which of the following is the correct order of servlet life cycle phase methods?

A : init(), service(), delete()

B : init(), service(), destroy()

C : init(), execute(), destroy()

D : initialize(), service(), destroy()

Q.no 17. How is everything treated in HTML DOM?

A : Node

B : Attributes

C : Elements

D : Arrays

Q.no 18. Which of the following is true about Initialization phase in JSP life cycle?

A : Container invokes _jspService() method during Initialization phase

B : When a container loads a JSP it invokes the jspInit() method before servicing any requests.

C : jspInit() method is called every time during each service request to JSP.

D : spInit() method is not part of Initialization phase of JSP.

Q.no 19. New element is added to JS array by using method

A : append

B : push
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 176/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : All of the above

D : None of above

Q.no 20. Which of the following directive allows to use froms in angular Js

A : ng-include

B : ng-form

C : ng-directive

D : ng-bind

Q.no 21. To install Node.js express module

A : $ npm install express

B : $ node install express

C : $ install express

D : #update express

Q.no 22. Which character in the XML Element will generate an error because the parser
interprets it as the start of a new element?

A:"<"

B : "&"

C : Both A & B

D : None of the above

Q.no 23. Correct method to sort elements from array a in javascript is

A : a.sort()

B : sort(a)

C : a = sort()

D : None of above

Q.no 24. What is default value of any variable in Javascript?

var a;
document.write(a);

A:0

B : undefined

C : error
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 177/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : NaN

Q.no 25. If we want define style for an unique element, then which css selector will we use ?

A : Id

B : text

C : class

D : name

Q.no 26. Which of the following statement is correct about HTTP Get method.

A : GET method is used to appends form data to the URL in the page request.

B : The GET method is a secure method to pass information from browser to web server.

C : GET requests do not have any data length restrictions for data tranfer.

D : None of the above.

Q.no 27. What executes EJB components?

A : A web server

B : An application server

C : An EJB container

D : A database server

Q.no 28. What is MVC (Mode View Controller)

A : It is a services for Java built function

B : It is marker for DOM elements

C : It is a software design pattern for developing web applications

D : it is framework only

Q.no 29. Using AJAX we can made our web page

A : more interactive and faster

B : easy to connect web page with server

C : more dynamic

D : static only

Q.no 30. When we write <img src="img.png">, what "img.png" inside double quote implies?

A : element
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 178/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : attribute

C : value

D : operator

Q.no 31. Which of the following is true about init() method of servlet?

A : The init() method loads new data for each service request of the servlet.

B : The init() method is called again and again for each user request.

C : The init() method is called only once.

D : The init() method is never called in servelt.

Q.no 32. What makes Ajax unique?

A : It works as a stand-alone Web-development tool.

B : It works the same with all Web browsers.

C : It uses C++ as its programming language.

D : It makes data requests asynchronously.

Q.no 33. Find output of below Javascript code

<script>
document.write(2+2 + " = 2 plus 2");
</script>

A : 2+2+ = 2 plus 2

B : 4 + = 2 plus 2

C : 4 = 2 plus 2

D : Syntax Error

Q.no 34. How do you create a cookie in PHP?

A : setcookie()

B : createcookie()

C : makecookie()

D : cookieset()

Q.no 35. Which of the following is not a core role in Web Service architecture?

A : Service Provider

B : Service Requestor
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 179/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : Service Registry

D : Service Locator

Q.no 36. Which of the following code is used to get cookies in servlet?

A : response.getCookies()

B : request.getCookies()

C : Cookies.getCookies()

D : servlet.Cookies()

Q.no 37. Which angular module is loaded by default?

A : ng

B : ng-app

C : ng-config

D : restore

Q.no 38. What is the easy way add extra Functionality in CMS?

A : Using Plugins/Extensions

B : Downloading New Theme

C : By going to coding portion

D : Making your own theme

Q.no 39. Which type of validation we must implement the Validateable interface (or extend
ActionSupport class) and provide the implementation of validate method?

A : By Input Validation

B : By Ajax Validation

C : By Custom Validation

D:0

Q.no 40. Which of the following method can be used to read parameters names in JSP?

A : request.getParameter()

B : response.getParameter()

C : request.getParameterNames()

D : response.getParameterNames()

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 180/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 41. Find output of below code

var a = '10';
var b = a = 20;
document.write(a+b);

A : Error in Script

B : 10'20

C : 1020

D : 40

Q.no 42. Which of the following is used to access session variables in PHP?

A : session_start() function

B : $_SESSION[]

C : isset() function

D : session_destroy() function

Q.no 43. Which of the following is valid for AngualarJS module

A : var app = angular.module(["myApp","param");

B : var app = angular.module("myApp", []);

C : var app = angular.module();

D : var app = angular.module("myApp");

Q.no 44. The code for seding a cookie in servlet is

A : response.createCookie(cookie)

B : response.sendCookie(cookie)

C : response.addCookie(cookie)

D : None of the above

Q.no 45. Directives can be applied to which all element type?

A : Element

B : Attribute

C : Comment

D : All of above

Q.no 46. AngularJS module can be created using…….


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 181/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : angular.module();

B : var myModule = new module();

C : module.create();

D : angular.create();

Q.no 47. Which are the main features of XML?

A : Text data description

B : Human- and computer-friendly format

C : Handles data in a tree structure having one-and only one-root element

D : All mentioned above

Q.no 48. Which of the following defines the Cookie visibility?

A : Document Path

B : localStorage

C : sessionStorage

D : All of the mentioned

Q.no 49. Which is used to make asynchronous request i.e. it doesn't block the user and it
sends only required field data to the server side not all, So it makes the performance fast?

A : AJAX Support

B : Integration Support

C : Various Tag Support

D : Theme and Template Support

Q.no 50. What is a CMS in web design

A : Content Management System

B : Creative Management System

C : Content Mixing System

D : Creatives Managerial System

Q.no 51. Which of the following method can be used to read binary data stream coming from
the client in JSP ?

A : request.getInputStream()

B : response.getInputStream()
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 182/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : request.getInputStreamData()

D : response.getInputStreamData()

Q.no 52. jQuery code to set the background color of all span elements to blue?

A : $("span").style("background-color","blue");

B : $("span").manipulate("background-color","blue");

C : $("span").css("background-color","blue");

D : $("span").layout("background-color","blue");

Q.no 53. In which version of PHP was MySQL Native Driver(also known as mysqlnd)
introduced?

A : PHP 5.0

B : PHP 5.1

C : PHP 5.2

D : PHP 5.3

Q.no 54. If a jsp has to generate a pdf page, what attribute of page directive it should use?

A : contentXML

B : generateXML

C : contentType

D : typeXML

Q.no 55. Which of the following is true about php.ini file?

A : The PHP configuration file, php.ini, is the final and most immediate way to affect PHP's
functionality.

B : The php.ini file is read each time PHP is initialized.

C : Both of the above.

D : The php.ini file is not read each time PHP is initialized.

Q.no 56. What are the predefined attributes

A : xml:lang

B : xml:space

C : both

D : none
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 183/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 57. What is the correct syntax of the declaration which defines the XML version?

A : <xml version="A.0" />

B : <?xml version="A.0"?>

C : <?xml version="A.0" />

D : None of the above

Q.no 58. Which method retrieves each row from the prepared statement result and assigns the
fields to the bound results?

A : get_row()

B : fetch_row()

C : fetch()

D : row()

Q.no 59. Which method rolls back the present transaction?

A : commit()

B : undo()

C : back()

D : rollback()

Q.no 60. Which of the following stands true for dns.lookup(hostname[, options], callback)
method?

A : Resolves a hostname (e.g. 'google.com') into


the first found A (IPv4) or AAAA (IPv6) record.

B : If options is not provided, then IP v4 and v6


addresses are both valid. If options is an integer, then it must be 4 or 6.

C : Both of the above.

D:0

Answers

Answer for Question No 1. is b


Answer for Question No 2. is c
Answer for Question No 3. is a
Answer for Question No 4. is b
Answer for Question No 5. is d
Answer for Question No 6. is b
Answer for Question No 7. is d
Answer for Question No 8. is a
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 184/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 9. is b
Answer for Question No 10. is a
Answer for Question No 11. is b
Answer for Question No 12. is c
Answer for Question No 13. is a
Answer for Question No 14. is b
Answer for Question No 15. is a
Answer for Question No 16. is b
Answer for Question No 17. is a
Answer for Question No 18. is b
Answer for Question No 19. is b
Answer for Question No 20. is b
Answer for Question No 21. is a
Answer for Question No 22. is a
Answer for Question No 23. is a
Answer for Question No 24. is b
Answer for Question No 25. is a
Answer for Question No 26. is a
Answer for Question No 27. is c
Answer for Question No 28. is c
Answer for Question No 29. is a
Answer for Question No 30. is c
Answer for Question No 31. is c
Answer for Question No 32. is d
Answer for Question No 33. is c
Answer for Question No 34. is a
Answer for Question No 35. is d
Answer for Question No 36. is b
Answer for Question No 37. is a
Answer for Question No 38. is a
Answer for Question No 39. is c
Answer for Question No 40. is c
Answer for Question No 41. is d
Answer for Question No 42. is b
Answer for Question No 43. is d
Answer for Question No 44. is c
Answer for Question No 45. is d
Answer for Question No 46. is a
Answer for Question No 47. is d
Answer for Question No 48. is d
Answer for Question No 49. is a
Answer for Question No 50. is a
Answer for Question No 51. is a
Answer for Question No 52. is c
Answer for Question No 53. is d
Answer for Question No 54. is c
Answer for Question No 55. is c
Answer for Question No 56. is c
Answer for Question No 57. is b
Answer for Question No 58. is c
Answer for Question No 59. is d
Answer for Question No 60. is c

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 185/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 186/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. In XML which internet languages are markup languages for handheld devices?

A : WAP

B : WML

C : RSS

D : Both A & B

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 187/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 2. Which element is used in the <HEAD> section on an HTML / XHTMLpage, if we


want to use an external style sheet file to decorate the page ?

A : <src>

B : <link>

C : <style>

D : <css>

Q.no 3. What scripting language is jQuery written in?

A : VBScript

B : C++

C : JavaScript

D : C#

Q.no 4. Find the correct syntax of the declaration which defines the XML Version?

A : < ?xml version= "1.0" ? >

B : < xml version="1.0"/ >

C : < ?xml version="1.0" / >

D : None of the above

Q.no 5. Declaration tag sytax in JSP is :

A : <%! declaration%>

B : <%= declaration%>

C : <%-- declaration%>

D : <%@ declaration%

Q.no 6. Which one of the following is correct syntax for directive in JSP

A : <%@directive%>

B : <%!directive%>

C : <%directive%>

D : <%=directive%>

Q.no 7. Which Characters are illegal in XML elements?

A:"<"

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 188/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : "&"

C : Both A & B

D : None of the above

Q.no 8. What does PHP stand for?

A : Personal Home Page

B : Hypertext Preprocessor

C : Pretext Hypertext Processor

D : Preprocessor Home Page

Q.no 9. The default port number of Tomcat Server is:

A : 8080

B : 7001

C : 8010

D : 9001

Q.no 10. Which attribute can be added to many HTML / XHTML elements to identify them
as a member of a specific group ?

A : Id

B : div

C : class

D : span

Q.no 11. What type of architecture is followed in CMS?

A : MV

B : MMVC

C : MVC

D : MC

Q.no 12. Which of the following XML documents are well-formed?

A : <firstElement>some text goes here


<secondElement>another text goes here</secondElement>
</firstElement>

B : <firstElement>some text goes here</firstElement>


<secondElement> another text goes here</secondElement>
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 189/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : <firstElement>some text goes here


<secondElement> another text goes here</firstElement>
</secondElement>

D : </firstElement>some text goes here


</secondElement>another text goes here
<firstElement>

Q.no 13. Which of the following code retrieves the value of a request parameter in servlet?

A : Header.getParameter(name)

B : response.getParameter(name)

C : request.getAttributeNames()

D : request.getParameter(name)

Q.no 14. JavaScript is also called client-side JavaScript.

A : Microsoft

B : Navigator

C : LiveWire

D : Native

Q.no 15. We can add new element at the end of existing element using

A : append

B : new

C : addLast

D : None of above

Q.no 16. JavaScript is interpreted by

A : Client

B : Server

C : Object

D : None of the above

Q.no 17. How to assign the image source in JavaScript?

A : image = “url”

B : source(“url”)

C : image.src = “url”
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 190/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : img.src=”url”

Q.no 18. Which method is used to set or reset CSS property in Jquery

A : selector.CSS()

B : $(selector).css()

C : $(selector).style()

D : None of above

Q.no 19. The correct signature of jspInit() method of HttpJspPage class is :

A : void jspInit(HTTPRequest request, HTTPResponse response)

B : void jspInit(HTTPRequest request, HTTPResponse response) throws ServletException,


IOException

C : void jspInit() throws ServletException, IOException

D : void jspInit()

Q.no 20. What does JSTL stands for

A : JSP Tag Library

B : JSP Standard Tag Library

C : Java Standard Tag Library

D : Java Standard Template Library

Q.no 21. How can we create instance of http module?

A : var http = require("http")

B : var http = new require("http")

C : var http = new http()

D : new mod()

Q.no 22. which of the following is not a JSP Action Tag

A : jsp:forward

B : jsp:include

C : jsp:useBean

D : Jsp:import

Q.no 23. What is AJAX ?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 191/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : is a programe

B : is a country name

C : is a football club name

D : class name

Q.no 24. In PHP Language variables are case sensitive

A : true

B : Flase

C : Depends on website

D : Depends on server

Q.no 25. UDDI uses ...................to describe interfaces to web services.

A : HyperText Markup Language (HTML)

B : Java Server Pages (JSP)

C : Web Service Definition Language(WSDL)

D : Extensible Markup Language (XML)

Q.no 26. Which of the following is correct?

A : jQuery is a JavaScript Library

B : jQuery is a JSON Library

C : Both of These

D : None

Q.no 27. The EJB specification architecture does NOT define….

A : transactional components

B : client side security and encryption

C : distributed object components

D : server-side components

Q.no 28. Which of the following EJB type has no Remote interfaces?

A : Message-Driven Bean

B : BMP Entity Bean

C : CMP Entity Bean


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 192/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : Session Bean

Q.no 29. Which of the following component of HTTP response contains response message
content or Resource representation?

A : Status/Response Code

B : HTTP Version

C : Response Header

D : Response Body

Q.no 30. Which of the following component of HTTP request is used to indicate HTTP
version?

A : VERB

B : URI

C : HTTP Version

D : Request Header

Q.no 31. What are the controllers in AngularJs is responsible for

A : Controlling the data.

B : Displaying the data.

C : display logic

D : display view

Q.no 32. What does the XMLHttpRequest object accomplish in Ajax?

A : It's the programming language used to develop Ajax applications

B : It provides a means of exchanging structured data between the Web server and client

C : It provides the ability to asynchronously exchange data between Web browsers and a Web
server.

D : It provides the ability to mark up and style the display of Web-page text.

Q.no 33. Which language is Extensible Markup Language (XML) similar?

A : HTML

B : PHP

C : JavaScript

D : Wordpress

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 193/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 34. Which of the following magic constant of PHP returns current line number of the
file?

A : LINE

B : FILE

C : FUNCTION

D : CLASS

Q.no 35. Which of the Following are the valid scopes in JSP.

A : response, page, session, application


Tion

B : request, page, session, global

C : request, page, context, application

D : request, page, session, application

Q.no 36. Which of the following array represents an array with strings as index?

A : Numeric Array

B : Associative Array

C : Multidimentional Array

D : Normal Array

Q.no 37. Which of the following code prints process version?

A : console.log('Current version: ' + process.version());

B : console.log('Current version: ' + unprocess.version());

C : console.log('Current version: ' + process.getVersion());

D : console.log('Current version: ' + process.setVersion());

Q.no 38. The correct signature of _jspService() method of HttpJspPage class is :

A : void _jspService(HTTPRequest request, HTTPResponse response)

B : void _jspService(HTTPRequest request, HTTPResponse response) throws ServletException,


IOException

C : void _jspService()

D : void _jspService() throws ServletException, IOException

Q.no 39. The Node.js modules can be exposed using

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 194/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : module.expose

B : module

C : module.exports

D : module.in

Q.no 40. How many types of results in MVC

A : 11

B : 12

C : 13

D : 10

Q.no 41. By applying an a style can be applied to just a single tag.

A : class rule

B : element rule

C : id rule

D : none of the mentioned

Q.no 42. Which of the following attribute is used to mark a page as error processing page

A : errorPage

B : isErrorPage

C : exception

D : exceptionPage

Q.no 43. response is instance of which class in JSP

A : Response

B : HttpResponse

C : HttpServletResponse

D : ServletResponse

Q.no 44. The Text and Comment is part of

A : CharacterData

B : Document

C : Attr
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 195/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : Element

Q.no 45. Which of the following module is required for path specific operations?

A : os module

B : fs module

C : path module

D : ng module

Q.no 46. Which object is the top of the hierarchy?

A : Window Object

B : Document Object

C : Form Object

D : Form Control Elements

Q.no 47. Which superglobal variable holds information about headers, paths, and script
locations?

A : $_SERVER

B : $_GET

C : $_SESSION

D : $_GLOBALS

Q.no 48. Which of the following selector selects the elements that are checked?

A:E~F

B : ::after

C : :checked

D : none of the mentioned

Q.no 49. What is javax.servlet.http.HttpServlet?

A : Abstract class

B : Interface

C : Concreate class

D : Package

Q.no 50. Implict object config is instance of which class?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 196/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : javax.servlet.ServletContext

B : javax.servlet.ServletConfig

C : javax.servlet.Context

D : javax.servlet.Application

Q.no 51. Which of the following function returns the number of characters in a string
variable?

A : count($variable)

B : len($variable)

C : strcount($variable)

D : strlen($variable)

Q.no 52. The use of a DTD in XML development is:

A : required when validating XML documents

B : no longer necessary after the XML editor has been customized

C : used to direct conversion using an XSLT processor

D : a good guide to populating a templates to be filled in when generating an XML document


automatically

Q.no 53. Choose the server-side JavaScript object?

A : FileUpLoad

B : Function

C : File

D : Date

Q.no 54. Which one of the following method is used to retrieve the number of rows affected by
an INSERT, UPDATE, or DELETE query?

A : num_rows()

B : affected_rows()

C : changed_rows()

D : new_rows()

Q.no 55. Which of the following layer in Web Service Protocol Stack is responsible for
describing the public interface to a specific web service?

A : Service Transport
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 197/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : XML Messaging

C : Service Description

D : Service Discovery

Q.no 56. XPATH used to

A : Address your documents by specifying a location path

B : Address the server

C : Store the IP address of the server

D : None of these

Q.no 57. Which one of the following methods can be used to diagnose and display information
about a MySQL connection error?

A : connect_errno()

B : connect_error()

C : mysqli_connect_errno()

D : mysqli_connect_error()

Q.no 58. Which one of the following methods is responsible for sending the query to the
database?

A : query()

B : send_query()

C : sendquery()

D : query_send()

Q.no 59. Which one of the following databases has PHP supported almost since the
beginning?

A : Oracle Database

B : SQL

C : SQL+

D : MySQL

Q.no 60. The default model for complex type, in XML schemas for element is

A : textOnly

B : elementOnly

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 198/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : no default type

D : both 1 & 2

Answers

Answer for Question No 1. is d


Answer for Question No 2. is b
Answer for Question No 3. is c
Answer for Question No 4. is a
Answer for Question No 5. is a
Answer for Question No 6. is a
Answer for Question No 7. is c
Answer for Question No 8. is b
Answer for Question No 9. is a
Answer for Question No 10. is c
Answer for Question No 11. is c
Answer for Question No 12. is b
Answer for Question No 13. is d
Answer for Question No 14. is b
Answer for Question No 15. is a
Answer for Question No 16. is a
Answer for Question No 17. is c
Answer for Question No 18. is b
Answer for Question No 19. is d
Answer for Question No 20. is b
Answer for Question No 21. is a
Answer for Question No 22. is d
Answer for Question No 23. is a
Answer for Question No 24. is a
Answer for Question No 25. is c
Answer for Question No 26. is a
Answer for Question No 27. is b
Answer for Question No 28. is a
Answer for Question No 29. is d
Answer for Question No 30. is c
Answer for Question No 31. is a
Answer for Question No 32. is c
Answer for Question No 33. is a
Answer for Question No 34. is a
Answer for Question No 35. is d
Answer for Question No 36. is b
Answer for Question No 37. is b
Answer for Question No 38. is b
Answer for Question No 39. is c
Answer for Question No 40. is b
Answer for Question No 41. is c
Answer for Question No 42. is b
Answer for Question No 43. is c
Answer for Question No 44. is a
Answer for Question No 45. is c
Answer for Question No 46. is a
Answer for Question No 47. is a
Answer for Question No 48. is c
Answer for Question No 49. is a
Answer for Question No 50. is b
Answer for Question No 51. is d
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 199/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 52. is a
Answer for Question No 53. is c
Answer for Question No 54. is b
Answer for Question No 55. is c
Answer for Question No 56. is a
Answer for Question No 57. is c
Answer for Question No 58. is a
Answer for Question No 59. is d
Answer for Question No 60. is b

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 200/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 201/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. In Nodejs what is use of underscore variable in REPL session

A : to store the result

B : to get the last command used

C : to get the last result

D : to set first result

Q.no 2. Which of the following tag is used to render a I18n text message?

A : set tag

B : ext tag

C : url tag

D : push tag

Q.no 3. Suppose we want to arrange five nos. of DIVs so that DIV4 is placed above DIV1.
Now, which css property will we use to control the order of stack?

A : d-index

B : s-index

C : x-index

D : z-index

Q.no 4. Which of the following layer in Web Service Protocol Stack is responsible for
transporting messages between applications?

A : Service Transport

B : XML Messaging

C : Service Description

D : Service Discovery

Q.no 5. Which of the following is an implicit object?

A : pageContext

B : servletContext

C : httpContext

D : sessionContext

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 202/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 6. Which is a software- and hardware-independent tool for carrying information?

A : HTML

B : XML

C : Both A & B

D : None of the above

Q.no 7. AJAX Stands for

A : Asynchronous Javascript and XML

B : Abstract JSON and XML

C : Another Java Abstraction for X-Windows

D : Another Java and XML Library

Q.no 8. When a user views a page containing a JavaScript program, which machine actually
executes the script?

A : The User's machine running a Web browser

B : The Web server

C : A central machine deep within Netscape's corporate offices

D : None of the above

Q.no 9. What does validate() method of ActionForm returns?

A : ActionErrors

B : ActionForward

C : ActionMapping

D : ActionError

Q.no 10. XML is designed to store data and .

A : Design

B : Verify

C : Transport

D : Both A & B

Q.no 11. What are variables used for in JavaScript Programs?

A : Storing numbers, dates, or other values

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 203/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : Varying randomly

C : Causing high-school algebra flashbacks

D : None of the above

Q.no 12. A way to create a cookie in servlet is :

A : Use response.getCookie() method

B : Use new operator

C : Use request.getCookie() method

D : Use request.createCookie() method

Q.no 13. Expression tag sytax in JSP is :

A : <%@ expression%>

B : <%! expression%>

C : <%= expression %>

D : <%-- expression%>

Q.no 14. What is MVC (Mode View Controller)

A : It is a services for Java built function

B : It is marker for DOM elements

C : It is a software design pattern for developing web applications

D : it is framework only

Q.no 15. What UDDI stands for?

A : Uniform Description, Discovery, and Integration

B : Universal Description, Discovery, and Integration

C : Uniform Discovery, Description, and Integration

D : Uniform Discovery, Delivery, and Integration

Q.no 16. What should be the table width, so that the width of a table adjust to the current
width of the browser window?

A : 640 pixels

B:1

C : full-screen

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 204/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : 1024 px

Q.no 17. Which Method is used to find element using class name

A : findElementByClassName()

B : getElementByClassName()

C : className()

D : getClass()

Q.no 18. Which of the following layer in Web Service Protocol Stack is responsible for
encoding messages in a common XML format so that messages can be understood at either
end?

A : Service Transport

B : XML Messaging

C : Service Description

D : Service Discovery

Q.no 19. AngularJS bootstraps itself during config phase.

A : yes

B : no

C : always

D : never

Q.no 20. Which of the following is a server side technology?

A : Html

B : JSP

C : JavaScript

D : CSS

Q.no 21. Comment Tag syntax in JSP is:

A : <%! comment%>

B : <%@ comment%>

C : <%= comment%>

D : <%-- comment--%>

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 205/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 22. Which of the following properties will we use to display border around a cell without
any content ?

A : empty-cell

B : blank-cell

C : noncontent-cell

D : void-cell

Q.no 23. SOAP platform ……………….

A : Independent

B : dependent

C : sometime dependent

D : sometine independent

Q.no 24. Which role in EJB architecture is responsible for EJB Server?

A : EJB Deployer

B : Application Assembler

C : Network Engineer

D : Server Provider

Q.no 25. Abbreviate the term JMS?

A : Java Message Service

B : Java Monitor Service

C : Java Message Session

D : Java Monitor Session

Q.no 26. Which of the following XML fragments are well-formed?

A : <myElement myAttribute="someValue"/>

B : <myElement myAttribute=someValue/>

C : <myElement myAttribute=’someValue’>

D : <myElement myAttribute="someValue’/>

Q.no 27. If we want define style for an unique element, then which css selector will we use ?

A : Id

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 206/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : text

C : class

D : name

Q.no 28. Which of the following is not a valid JavaScript variable name?

A : 2names

B : _first_and_last_names

C : FirstAndLast

D : None of the above

Q.no 29. Which directives initializes angularJs application

A : ng-init

B : ng-app

C : ngSrc

D : ng-start

Q.no 30. If we want to wrap a block of text around an image, which css property will we use ?

A : wrap

B : push

C : float

D : align

Q.no 31. What makes Ajax unique?

A : It works as a stand-alone Web-development tool.

B : It works the same with all Web browsers.

C : It uses C++ as its programming language.

D : It makes data requests asynchronously.

Q.no 32. what ae correct way to apply multiple filters in angular JS

A : {{ expression | filter1 | filter2 | ... }}

B : {{ expression | {filter1} | {filter2} | ... }}

C : {{ expression - {filter1} - {filter2} - ... }}

D : {{ {filter1} | {filter2} | ...-expression}}


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 207/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 33. What is the property textContent?

A : Sets the textual content of a node

B : Returns the textual content of a node

C : Both a and b

D : None of the mentioned

Q.no 34. Which components can be injected as a dependency in AngularJS

A : Application Module

B : constant

C : value

D : Factory

Q.no 35. What is the output of following Javascript?

var a = 'cpp';
var b = 'buzz';
var c = a/b;
document.write(c);

A : cppbuzz

B : cpp/buzz

C : NaN

D : None of the above

Q.no 36. What is the correct way to open the file "time.txt" as readable?

A : fopen("time.txt","r");

B : open("time.txt","read");

C : fopen("time.txt","r+");

D : open("time.txt");

Q.no 37. Angular 1.x is written in ………

A : Java

B : Javascript

C : Typescript

D : VB script

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 208/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 38. Find output of below code

var a = '10';
var b = a = 20;
document.write(a+b);

A : Error in Script

B : 10'20

C : 1020

D : 40

Q.no 39. Which of the following code delete a cookie in servlet?

A : deleteCookie(cookie);

B : request.deleteCookie(cookie);

C : cookie.setMaxAge(0)

D : esponse.deleteCookie(cookie);

Q.no 40. What will be the output of below mentioned code snippet?

p strong {background-color: yellow;}

A : Strong have yellow background

B : Strong element within a p element have a yellow background

C : Both p and strong have yellow background

D : None of the mentioned

Q.no 41. Which is currect one to hide id element using jquery

A : $(".test").hide()

B : $("#test").hide()

C : Both of above

D : None of above

Q.no 42. session is instance of which class

A : Session

B : HttpSession

C : HttpServletSession

D : ServletSession
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 209/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 43. Which of the following php statement/statements will store 111 in variable num?
i) int $num = 111;
ii) int mum = 111;
iii) $num = 111;
iv) 111 = $num;

A : Both (i) and (ii)

B : Only (iii)

C : Only (i)

D : Only (ii)

Q.no 44. Which of the following code is used to get names of the attributes in servlet

A : response.getAttributeNames()

B : request.getAttributeNames()

C : Header.getAttributeNames()

D : None of the above.

Q.no 45. The method of an Array object adds and/or removes elements from an
array.

A : Reverse

B : Shift

C : Slice

D : Splice

Q.no 46. Which type of validation we must implement the Validateable interface (or extend
ActionSupport class) and provide the implementation of validate method?

A : By Input Validation

B : By Ajax Validation

C : By Custom Validation

D:0

Q.no 47. request is instance of which class in JSP?

A : Request

B : HttpServletRequest

C : HttpRequest

D : ServletRequest
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 210/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 48. AngularJS module can be created using…….

A : angular.module();

B : var myModule = new module();

C : module.create();

D : angular.create();

Q.no 49. Which of the following method is used to hide the selected elements?

A : visible(false)

B : hidden()

C : display(none)

D : hide()

Q.no 50. Which of the following is not a core role in Web Service architecture?

A : Service Provider

B : Service Requestor

C : Service Registry

D : Service Locator

Q.no 51. Which of following statemants is true about filters in JSP?

A : JSP Filters are used to intercept requests from a client before they access a resource at back end

B : JSP Filters are used to manipulate responses from server before they are sent back to the client.

C : Filters are defined in the deployment descriptor file web.xml.

D : All of the above

Q.no 52. Which relational database does WordPress use?

A : MySQL

B : Oracle

C : PostgresSQL

D : MS SQLServer

Q.no 53. How does JavaScript store dates in a date object?

A : the number of milliseconds since January 1st, 1970

B : The number of days since January 1st, 1900


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 211/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : The number of seconds since Netscape's public stock offering.

D : None of the above

Q.no 54. Who is known as the father of PHP?

A : Willam Makepiece

B : Drek Kolkevi

C : Rasmus Lerdorf

D : List Barely

Q.no 55. Which of the following code is used to update an attribute in a HTTP Session object
in servlets?

A : session.setAttribute(name,value)

B : session.alterAttribute(name,value)

C : session.updateAttribute(name,value)

D : session.update(name,value)

Q.no 56. Parameter entities can appear in

A : xml file

B : dtd file

C : xsl file

D : Both 1 and 2

Q.no 57. Which of the following is true for JNDI?

A : Database service

B : Naming and Directory Service

C : Network Service

D : Web Service

Q.no 58. Which method retrieves each row from the prepared statement result and assigns the
fields to the bound results?

A : get_row()

B : fetch_row()

C : fetch()

D : row()
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 212/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 59. Which of the following is the Web application equivalent to querySelectorAll()?

A : #()

B : &()

C : $()

D : None of the mentioned

Q.no 60. What SOAP stands for?

A : State Access Object Protocol

B : State Allied Object Protocol

C : Simple Access Object Protocol

D : Simple Allied Object Protocol

Answers

Answer for Question No 1. is c


Answer for Question No 2. is c
Answer for Question No 3. is d
Answer for Question No 4. is a
Answer for Question No 5. is a
Answer for Question No 6. is b
Answer for Question No 7. is a
Answer for Question No 8. is a
Answer for Question No 9. is b
Answer for Question No 10. is c
Answer for Question No 11. is a
Answer for Question No 12. is b
Answer for Question No 13. is c
Answer for Question No 14. is c
Answer for Question No 15. is b
Answer for Question No 16. is b
Answer for Question No 17. is b
Answer for Question No 18. is b
Answer for Question No 19. is a
Answer for Question No 20. is b
Answer for Question No 21. is d
Answer for Question No 22. is a
Answer for Question No 23. is a
Answer for Question No 24. is d
Answer for Question No 25. is a
Answer for Question No 26. is a
Answer for Question No 27. is a
Answer for Question No 28. is a
Answer for Question No 29. is b
Answer for Question No 30. is c
Answer for Question No 31. is d
Answer for Question No 32. is a
Answer for Question No 33. is c
Answer for Question No 34. is a
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 213/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 35. is c
Answer for Question No 36. is a
Answer for Question No 37. is b
Answer for Question No 38. is d
Answer for Question No 39. is c
Answer for Question No 40. is b
Answer for Question No 41. is b
Answer for Question No 42. is b
Answer for Question No 43. is c
Answer for Question No 44. is b
Answer for Question No 45. is d
Answer for Question No 46. is c
Answer for Question No 47. is b
Answer for Question No 48. is a
Answer for Question No 49. is b
Answer for Question No 50. is d
Answer for Question No 51. is d
Answer for Question No 52. is a
Answer for Question No 53. is a
Answer for Question No 54. is c
Answer for Question No 55. is a
Answer for Question No 56. is b
Answer for Question No 57. is b
Answer for Question No 58. is c
Answer for Question No 59. is c
Answer for Question No 60. is c

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 214/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 215/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. Using statement is how you test for a specific condition.

A : Select

B : If

C : Switch

D : For

Q.no 2. Statement in Javascript ends with

A : comma

B : semicolon

C : Question mark

D : Dollar sign

Q.no 3. In WordPress, what is the user role with the highest privilege level?

A : Administrator

B : Author

C : Editor

D : Contributor

Q.no 4. Correct method to sort elements from array a in javascript is

A : a.sort()

B : sort(a)

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 216/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : a = sort()

D : None of above

Q.no 5. How PHP files can be accessed?

A : Through Web Browsers

B : Through HTML Files

C : Through Web Servers

D : Through Software

Q.no 6. JavaScript is also called server-side JavaScript

A : Microsoft

B : Navigator

C : LiveWire

D : Native

Q.no 7. Which statement executes the code of sample.js file

A : nodejs sample.js

B : node sample.js

C : sample.js

D:0

Q.no 8. AJAX is based on

A : JavaScript and XML

B : JavaScript and Java

C : VBScript and XML

D : JavaScript and HTTP requests

Q.no 9. Why so JavaScript and Java have similar name?

A : JavaScript is a stripped-down version of Java

B : JavaScript's syntax is loosely based on Java's

C : They both originated on the island of Java

D : None of the above

Q.no 10. reset() method signature in ActionForm?


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 217/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : public void reset(ActionMapping mapping, HttpServletRequest request)

B : public ActionErrors reset(ActionMapping mapping, HttpServletRequest request)

C : public ActionError reset(ActionMapping mapping, HttpServletRequest request)

D : public void only

Q.no 11. Programming language is used in Tomcat server is

A : C++

B:C

C : Java

D : Python

Q.no 12. What WSDL stands for?

A : Web Services Description Language

B : Web Services Direction Language

C : Wired Services Description Language

D : Web Services Dialect Language

Q.no 13. Using AJAX we can made our web page

A : more interactive and faster

B : easy to connect web page with server

C : more dynamic

D : static only

Q.no 14. Inside which HTML element do we put the JavaScript?

A : <js>

B : <scripting>

C : <script>

D : <javascript>

Q.no 15. How can we make attributes have multiple values:

A : <myElement myAttribute="value1 value2"/>

B : <myElement myAttribute="value1" myAttribute="value2"/>

C : <myElement myAttribute="value1, value2"/>


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 218/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : attributes cannot have multiple values

Q.no 16. Which of the following is not a directive

A : include

B : export

C : page

D : taglib

Q.no 17. Which method is used to create new HTML element in JS

A : document.createElement()

B : document.createNewElement()

C : newElement()

D : document.HTMLElement()

Q.no 18. The default port number of Tomcat Server is:

A : 8080

B : 7001

C : 8010

D : 9001

Q.no 19. We can add new element at the end of existing element using

A : append

B : new

C : addLast

D : None of above

Q.no 20. Which of the following is the correct order of servlet life cycle phase methods?

A : init(), service(), delete()

B : init(), service(), destroy()

C : init(), execute(), destroy()

D : initialize(), service(), destroy()

Q.no 21. Which of the following XML documents are well-formed?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 219/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : <firstElement>some text goes here


<secondElement>another text goes here</secondElement>
</firstElement>

B : <firstElement>some text goes here</firstElement>


<secondElement> another text goes here</secondElement>

C : <firstElement>some text goes here


<secondElement> another text goes here</firstElement>
</secondElement>

D : </firstElement>some text goes here


</secondElement>another text goes here
<firstElement>

Q.no 22. Which of the following is true about isELIgnored Attribute in JSP

A : The isELIgnored option gives you the ability to disable the evaluation of scriplets

B : The isELIgnored option gives you the ability to disable the evaluation of java code in jsp.

C : The isELIgnored option gives you the ability to disable the evaluation of Expression Language
(EL) expressions in JSP .

D : The isELIgnored option gives you the ability to enable the evaluation of scriplets

Q.no 23. Which css property you will use if you want to add some margin between a DIV's
border and its inner text ?

A : spacing

B : margin

C : padding

D : inner-margin

Q.no 24. PHP is an example of scripting language.

A : Server-side

B : Client-side

C : Browser-side

D : In-side

Q.no 25. What JSP stands for?

A : Java Service Programming

B : Java Server Programming

C : Java Service Pages

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 220/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : Java Server Pages

Q.no 26. Which JSP Action tags is used to include the content of another resource, like jsp,
html or servlet?

A : jsp:plugin

B : jsp:include

C : jsp:forward

D : jsp:useBean

Q.no 27. SOAP is an acronym for……………………………

A : Simple Open Access Protocol

B : Simple Object Access Protocol

C : Simple Oprational Access Protocol

D : Simple Object Aapplication Protocol

Q.no 28. Struts supports which of these model components?

A : JavaBeans

B : EJB,COBRA

C : JDO

D : All above

Q.no 29. What is default value of any variable in Javascript?

var a;
document.write(a);

A:0

B : undefined

C : error

D : NaN

Q.no 30. In XML document comments are given as?

A : < ! ---- !>

B : < !-- ?

C : < / ---- >

D : < ?-- ?
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 221/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 31. Which of the following type of variables have only two possible values either true or
false?

A : Integers

B : Doubles

C : booleans

D : Strings

Q.no 32. AngularJS applications are a mix of . . . . . .

A : HTML and PHP

B : HTML and CrossScript

C : HTML and AngularScript

D : HTML and JavaScript

Q.no 33. Correct way to declare object in JS

A : var x = {firstName:"John", lastName:"Doe"};

B : x = obj(firstName:"John", lastName:"Doe")

C : Both of above

D : None of above

Q.no 34. What angular function is used to manually start up an angular application?

A : angular.bootstrap

B : angular.element

C : angular.copy

D : None of the above

Q.no 35. Which of the following method can be used to read a multiple values with same
name, for example check box selections in JSP?

A : request.getParameter()

B : response.getParameter()

C : request.getParameterValues()

D : response.getParameterValues()

Q.no 36. When a user views a page containing a JavaScript program, which machine actually
executes the script?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 222/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : The User's machine running a Web browser

B : The Print Server

C : A central machine deep within Netscape's corporate offices

D : The Web server

Q.no 37. Which of following object can be used to access other implicit objects in JSP.

A : request

B : page

C : response

D : pageContext

Q.no 38. In the model-view-controller (MVC) architecture, the model defines the

A : Data-access layer

B : Presentation layer

C : Business-logic layer

D : Interface layer

Q.no 39. Which of the following code is used to get cookies in servlet?

A : response.getCookies()

B : request.getCookies()

C : Cookies.getCookies()

D : servlet.Cookies()

Q.no 40. Which is a language for finding information in an XML document?

A : Xpath

B : XSLT

C : Xlink

D : Xpointer

Q.no 41. Which method of fs module is used to close a file?

A : fs.close(fd, callback)

B : fs.closeFile(fd, callback)

C : fs.closePath(fd, callback)
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 223/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : fs.close()

Q.no 42. Which of the following elements are block and inline elements, respectively, that
have no particular rendering?

A : div

B : span

C : box-model

D : both div and span

Q.no 43. Which of the following defines the Cookie visibility?

A : Document Path

B : localStorage

C : sessionStorage

D : All of the mentioned

Q.no 44. The code for seding a cookie in servlet is

A : response.createCookie(cookie)

B : response.sendCookie(cookie)

C : response.addCookie(cookie)

D : None of the above

Q.no 45. Which of the following is used to get information sent via get method in PHP?

A : $_GET

B : $GET

C : $GETREQUEST

D : $GETR

Q.no 46. Directives can be applied to which all element type?

A : Element

B : Attribute

C : Comment

D : All of above

Q.no 47. How do you create a cookie in PHP?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 224/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : setcookie()

B : createcookie()

C : makecookie()

D : cookieset()

Q.no 48. Which attribute of JSP page directive defines the MIME type of the HTTP response

A : Import

B : Extends

C : contentType

D : info

Q.no 49. What should appear at the very end of your JavaScript?
The <script LANGUAGE="JavaScript">tag

A : The </script>

B : The <script>

C : The END statement

D : None of the above

Q.no 50. Which of the following is true about init() method of servlet?

A : The init() method loads new data for each service request of the servlet.

B : The init() method is called again and again for each user request.

C : The init() method is called only once.

D : The init() method is never called in servelt.

Q.no 51. Which of the following methods is used to execute the statement after the parameters
have been bound?

A : bind_param()

B : bind_result()

C : bound_param()

D : bound_result()

Q.no 52. A function in PHP which starts with (double underscore) is known as

A : Inbuilt Function

B : Magic Function
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 225/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : Default Function

D : User Defined Function

Q.no 53. Which EJB usually represents persistent data?

A : Entity Bean

B : Stateless Session Bean

C : Stateful Session Bean

D : Message-Driven Bean

Q.no 54. To eliminate definition duplication, XML Schemas define:

A : an intersection table.

B : global elements.

C : a normalized definition table.

D : None of the above is correct.

Q.no 55. What will function return


function sum ()
{
var s = 0;
for (var i = 0; i < arguments.length; i++)
s += arguments[i];
return s;
}

sum(1, 2, 3);

A:2

B:6

C:1

D:7

Q.no 56. The events that represents occurrences related to the browser window are

A : Window

B : Element

C : Display

D : Handlers

Q.no 57. The use of a DTD in XML development is:


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 226/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : required when validating XML documents

B : no longer necessary after the XML editor has been customized

C : used to direct conversion using an XSLT processor

D : a good guide to populating a templates to be filled in when generating an XML document


automatically

Q.no 58. Which of the following is true about XML?

A : XML is technology independent. It can be used by any technology for data storage and
transmission purpose.

B : XML uses simple text format. It is human readable and understandable.

C : Using XSD, DTD and XML structure can be validated easily.

D : All of the above.

Q.no 59. AngularJS can show or hide HTML depending on the state of data in the model. You
do so using a set of AngularJS directives such as ........... which are created specifically for that
purpose.

A : ng-shown, ng-hidden

B : ng-show, ng-hide

C : nt-show, nt-hide

D : ng-shows, ng-hides

Q.no 60. To add the attribute named Type to the <customer> tag the syntax will be

A : <customer attribute Type=”exelent”>

B : <customer Type attribute =”exelent”>

C : <customer Type attribute_type=”exelent”>

D : <customer Type=” exelent” >

Answers

Answer for Question No 1. is b


Answer for Question No 2. is b
Answer for Question No 3. is a
Answer for Question No 4. is a
Answer for Question No 5. is c
Answer for Question No 6. is c
Answer for Question No 7. is b
Answer for Question No 8. is a
Answer for Question No 9. is b
Answer for Question No 10. is b
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 227/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 11. is c
Answer for Question No 12. is a
Answer for Question No 13. is a
Answer for Question No 14. is c
Answer for Question No 15. is d
Answer for Question No 16. is b
Answer for Question No 17. is a
Answer for Question No 18. is a
Answer for Question No 19. is a
Answer for Question No 20. is b
Answer for Question No 21. is b
Answer for Question No 22. is c
Answer for Question No 23. is c
Answer for Question No 24. is a
Answer for Question No 25. is d
Answer for Question No 26. is b
Answer for Question No 27. is b
Answer for Question No 28. is d
Answer for Question No 29. is b
Answer for Question No 30. is b
Answer for Question No 31. is c
Answer for Question No 32. is d
Answer for Question No 33. is a
Answer for Question No 34. is a
Answer for Question No 35. is b
Answer for Question No 36. is a
Answer for Question No 37. is d
Answer for Question No 38. is c
Answer for Question No 39. is b
Answer for Question No 40. is a
Answer for Question No 41. is a
Answer for Question No 42. is d
Answer for Question No 43. is d
Answer for Question No 44. is c
Answer for Question No 45. is a
Answer for Question No 46. is d
Answer for Question No 47. is a
Answer for Question No 48. is c
Answer for Question No 49. is a
Answer for Question No 50. is c
Answer for Question No 51. is a
Answer for Question No 52. is b
Answer for Question No 53. is a
Answer for Question No 54. is b
Answer for Question No 55. is b
Answer for Question No 56. is a
Answer for Question No 57. is a
Answer for Question No 58. is d
Answer for Question No 59. is b
Answer for Question No 60. is d

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 228/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 229/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. Which of the following methods is overridden by Action class?

A : run()

B : destroy()

C : execute()

D : service()

Q.no 2. What does validate() method of ActionForm returns?

A : ActionErrors

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 230/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : ActionForward

C : ActionMapping

D : ActionError

Q.no 3. Every JSP is Translated into a:

A : Java applet

B : Java servlet

C : Java EJB

D : Java Struts

Q.no 4. which of the follwing is not valid angularJs filter

A : lowercase

B : orderby

C : email

D : currency

Q.no 5. Which of the following layer in Web Service Protocol Stack is responsible for
transporting messages between applications?

A : Service Transport

B : XML Messaging

C : Service Description

D : Service Discovery

Q.no 6. Which Characters are illegal in XML elements?

A:"<"

B : "&"

C : Both A & B

D : None of the above

Q.no 7. What does the hash (#) sign mean in PHP?

A : It indicates lines that are commented out

B : It indicates variable declaration.

C : It indicates function declaration.

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 231/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : No uses in PHP.

Q.no 8. JavaScript is interpreted by

A : Client

B : Server

C : Object

D : None of the above

Q.no 9. To install Node.js express module

A : $ npm install express

B : $ node install express

C : $ install express

D : #update express

Q.no 10. JavaScript is also called client-side JavaScript.

A : Microsoft

B : Navigator

C : LiveWire

D : Native

Q.no 11. When a user views a page containing a JavaScript program, which machine actually
executes the script?

A : The User's machine running a Web browser

B : The Web server

C : A central machine deep within Netscape's corporate offices

D : None of the above

Q.no 12. HTTP is a...................... Protocol

A : stateless

B : stateful

C : No State

D : All state

Q.no 13. Who is known as father of angularJs

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 232/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : Brad Green

B : Misko Hevery

C : Adam Abrons

D : Adam Nass

Q.no 14. Which event handler is triggered when the user’s mouse moves onto a link?

A : onMouseOver

B : onMouseOut

C : onMouse

D : onMouseOnto

Q.no 15. Which of the following tag is used to render a I18n text message?

A : set tag

B : ext tag

C : url tag

D : push tag

Q.no 16. Declaration tag sytax in JSP is :

A : <%! declaration%>

B : <%= declaration%>

C : <%-- declaration%>

D : <%@ declaration%

Q.no 17. What is XML used to simplify?

A : Data storage

B : Data sharing

C : Both A & B

D : None of the above

Q.no 18. tag is an extension to HTML that can enclose any number of JavaScript
statements.

A : <SCRIPT>

B : <BODY>

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 233/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : <HEAD>

D : <TITLE>

Q.no 19. How can we create instance of http module?

A : var http = require("http")

B : var http = new require("http")

C : var http = new http()

D : new mod()

Q.no 20. jsp:useBean action tag in JSP is used to

A : to locate or instantiate a bean class

B : Include a file at the time the page is requested.

C : Set the property of a JavaBean.

D : Forward the requester to a new page.

Q.no 21. Which element is used in the <HEAD> section on an HTML / XHTMLpage, if we
want to use an external style sheet file to decorate the page ?

A : <src>

B : <link>

C : <style>

D : <css>

Q.no 22. What HTTP stands for?

A : Hyperlink Text Transfer Protocol

B : Hyper Text Transfer Protocol

C : Hyper Transfer Text Protocol

D : Hyper Time Transfer Protocol

Q.no 23. What is divide by 0 in Javascript?

var a = 10;
var b = 0;
document.write(a/b);

A : Nothing is printed

B : 0 is printed

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 234/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : Infinity is printed

D : Some Garbage Value

Q.no 24. Which of the following statement is correct about HTTP Get method.

A : GET method is used to appends form data to the URL in the page request.

B : The GET method is a secure method to pass information from browser to web server.

C : GET requests do not have any data length restrictions for data tranfer.

D : None of the above.

Q.no 25. How do you write "Hello World" in PHP

A : echo "Hello World";

B : "Hello World";

C : Document.Write("Hello World");

D : print "hello"

Q.no 26. How to assign the image source in JavaScript?

A : image = “url”

B : source(“url”)

C : image.src = “url”

D : img.src=”url”

Q.no 27. UDDI uses ...................to describe interfaces to web services.

A : HyperText Markup Language (HTML)

B : Java Server Pages (JSP)

C : Web Service Definition Language(WSDL)

D : Extensible Markup Language (XML)

Q.no 28. A PHP script should start with and end with :

A : < php >

B : < ? php ?>

C:<??>

D : < ?php ? >

Q.no 29. How is everything treated in HTML DOM?


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 235/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : Node

B : Attributes

C : Elements

D : Arrays

Q.no 30. Which of the following is correct?

A : jQuery is a JavaScript Library

B : jQuery is a JSON Library

C : Both of These

D : None

Q.no 31. What is the correct JavaScript syntax to write "Hello World"?

A : System.out.println("Hello World")

B : println ("Hello World")

C : document.write("Hello World")

D : response.write("Hello World")

Q.no 32. What is the correct way to add 1 to the $count variable?

A : $count++;

B : ++count

C : $count =+1

D : count++;

Q.no 33. Of the following technologies, which one provides the ability to
dynamically interact with Web page layout?

A : JavaScript.

B : XML.

C : Document Object Model.

D : HTML.

Q.no 34. Tomcat’s JSP Engine in know as

A : Catalina

B : Tomcat sink

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 236/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : Casper

D : Jasper

Q.no 35. Which superglobal variable holds information about headers, paths, and script
locations?

A : $_SERVER

B : $_GET

C : $_SESSION

D : $_GLOBALS

Q.no 36. Which of the following method can be used to read parameters names in JSP?

A : request.getParameter()

B : response.getParameter()

C : request.getParameterNames()

D : response.getParameterNames()

Q.no 37. Which is currect one to hide class element using jquery

A : $(".test").hide()

B : $("#test").hide()

C : Both of above

D : None of above

Q.no 38. Which of the following is the format for EJB deployment descriptor files?

A : XML

B : XSL

C : HTML

D : Java

Q.no 39. In Which technology Struts 2 provides various types of tags such as UI tags, Data
tags, control tags etc. to ease the development of struts 2 application?

A : Various Result support

B : Integration Support

C : Various Tag support

D : Theme and Template support


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 237/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 40. Which of the following tool automates various tasks of Node.js application

A : Express.js

B : GruntJS

C : . NPM

D : .MS

Q.no 41. The Bootstrap grid system is based on how many columns?

A:6

B : 12

C:9

D:3

Q.no 42. Which is a currect Jquery Syntax to hide all paragraph elements

A : ("p").hide()

B : $("p").hide()

C : $hide("p")

D : p.hide()

Q.no 43. What is the work of the form control elements in the HTML DOM?

A : User Interface elements

B : All the possible elements

C : Debugging elements

D : Collecting elements

Q.no 44. What is javax.servlet.http.HttpServlet?

A : Abstract class

B : Interface

C : Concreate class

D : Package

Q.no 45. Find output of below code

var a = '10';
var b = a = 20;
document.write(a+b);
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 238/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : Error in Script

B : 10'20

C : 1020

D : 40

Q.no 46. The attribute is used to define the name(s) of the class(es) to which a
particular tag belongs.

A : class

B : element

C : id

D : none of the mentioned

Q.no 47. The property specifies the background color of an element.

A : background-color

B : border

C : color

D : display

Q.no 48. Which of the following is the structure of an if statement?

A : if (conditional expression is true) thenexecute this codeend if

B : if (conditional expression is true)execute this codeend if

C : if (conditional expression is true) {then execute this code>->}

D : if (conditional expression is true) then {execute this code}

Q.no 49. WSDL is an........................ for describing network services

A : PHP format

B : HTML format

C : PDF format

D : XML format

Q.no 50. Which of the following selector selects the elements that are checked?

A:E~F

B : ::after

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 239/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : :checked

D : none of the mentioned

Q.no 51. Which of the following stands true for dns.lookup(hostname[, options], callback)
method?

A : Resolves a hostname (e.g. 'google.com') into


the first found A (IPv4) or AAAA (IPv6) record.

B : If options is not provided, then IP v4 and v6


addresses are both valid. If options is an integer, then it must be 4 or 6.

C : Both of the above.

D:0

Q.no 52. A schema describes


(i) grammer
(ii) vocabulary
(iii) structure
(iv) datatype of XML document

A : (i) & (ii) are correct

B : (i),(iii) ,(iv) are correct

C : (i),(ii),(iv) are correct

D : (i),(ii),(iii),(iv) are correct

Q.no 53. Choose the client-side JavaScript object?

A : Database

B : Cursor

C : Client

D : FileUpLoad

Q.no 54. Which protocol used by REST for Data Communication?

A : TCP

B : HTTP

C : UDP

D : SMTP

Q.no 55. The use of a DTD in XML development is:

A : required when validating XML documents

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 240/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : no longer necessary after the XML editor has been customized

C : used to direct conversion using an XSLT processor

D : a good guide to populating a templates to be filled in when generating an XML document


automatically

Q.no 56. Which of the following statements is not true about XML Schemas:

A : hey are used to define the content and structure of data.

B : They define a set of symbols and the relationships of those symbols.

C : They are themselves XML documents.

D : They have their own syntax.

Q.no 57. Why a Node.JS code is pretty fast although being written in JavaScript

A : Node.JS internally converts JavaScript code to Java based code and then execute the same

B : Node.JS internally converts JavaScript code to C based code and then execute the same

C : Being built on Google Chrome's V8 JavaScript Engine

D:0

Q.no 58. XPATH used to

A : Address your documents by specifying a location path

B : Address the server

C : Store the IP address of the server

D : None of these

Q.no 59. Which version of MySQL introduced the prepared statements?

A : MySQL 4.0

B : MySQL 4.1

C : MySQL 4.2

D : MySQL 4.3

Q.no 60. The default model for complex type, in XML schemas for element is

A : textOnly

B : elementOnly

C : no default type

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 241/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : both 1 & 2

Answers

Answer for Question No 1. is c


Answer for Question No 2. is b
Answer for Question No 3. is b
Answer for Question No 4. is c
Answer for Question No 5. is a
Answer for Question No 6. is c
Answer for Question No 7. is a
Answer for Question No 8. is a
Answer for Question No 9. is a
Answer for Question No 10. is b
Answer for Question No 11. is a
Answer for Question No 12. is a
Answer for Question No 13. is c
Answer for Question No 14. is a
Answer for Question No 15. is c
Answer for Question No 16. is a
Answer for Question No 17. is c
Answer for Question No 18. is a
Answer for Question No 19. is a
Answer for Question No 20. is b
Answer for Question No 21. is b
Answer for Question No 22. is b
Answer for Question No 23. is c
Answer for Question No 24. is a
Answer for Question No 25. is a
Answer for Question No 26. is c
Answer for Question No 27. is c
Answer for Question No 28. is d
Answer for Question No 29. is a
Answer for Question No 30. is a
Answer for Question No 31. is c
Answer for Question No 32. is a
Answer for Question No 33. is c
Answer for Question No 34. is d
Answer for Question No 35. is a
Answer for Question No 36. is c
Answer for Question No 37. is a
Answer for Question No 38. is a
Answer for Question No 39. is c
Answer for Question No 40. is b
Answer for Question No 41. is b
Answer for Question No 42. is b
Answer for Question No 43. is a
Answer for Question No 44. is a
Answer for Question No 45. is d
Answer for Question No 46. is a
Answer for Question No 47. is a
Answer for Question No 48. is c
Answer for Question No 49. is d
Answer for Question No 50. is c
Answer for Question No 51. is c
Answer for Question No 52. is d
Answer for Question No 53. is d
Answer for Question No 54. is b
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 242/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 55. is a
Answer for Question No 56. is d
Answer for Question No 57. is c
Answer for Question No 58. is a
Answer for Question No 59. is b
Answer for Question No 60. is b

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 243/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 244/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. Which of the following method can be used to read a form parameter in JSP?

A : response.getParameter()

B : request.getParameter()

C : request.getValue()

D : response.getValue()

Q.no 2. Which module is used to serve static resources in Node.js?

A : node-static

B : http

C : node-resource

D : static

Q.no 3. The correct signature of jspInit() method of HttpJspPage class is :

A : void jspInit(HTTPRequest request, HTTPResponse response)

B : void jspInit(HTTPRequest request, HTTPResponse response) throws ServletException,


IOException

C : void jspInit() throws ServletException, IOException

D : void jspInit()

Q.no 4. The correct signature of jspDestroy() method of HttpJspPage class is :

A : void jspDestroy(HTTPRequest request, HTTPResponse response)

B : void jspDestroy()

C : void jspDestroy() throws ServletException, IOException

D : void jspDestroy(HTTPRequest request, HTTPResponse response) throws ServletException,


IOException

Q.no 5. Which of the following component of HTTP request is used to indicate HTTP
version?

A : VERB

B : URI

C : HTTP Version

D : Request Header

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 245/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 6. We can add new element at the end of existing element using

A : append

B : new

C : addLast

D : None of above

Q.no 7. Which one of these technologies is NOT used in AJAX

A : CSS

B : DOM

C : DHTML

D : Flash

Q.no 8. Which of the following is true about Initialization phase in JSP life cycle?

A : Container invokes _jspService() method during Initialization phase

B : When a container loads a JSP it invokes the jspInit() method before servicing any requests.

C : jspInit() method is called every time during each service request to JSP.

D : spInit() method is not part of Initialization phase of JSP.

Q.no 9. Easiest way to get content of an HTML element is by

A : element.getID

B : innerHTML

C : getContent()

D : getHTML()

Q.no 10. Which one of the following is correct syntax for directive in JSP

A : <%@directive%>

B : <%!directive%>

C : <%directive%>

D : <%=directive%>

Q.no 11. Which of the following is not a directive

A : include

B : export
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 246/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : page

D : taglib

Q.no 12. What should be the table width, so that the width of a table adjust to the current
width of the browser window?

A : 640 pixels

B:1

C : full-screen

D : 1024 px

Q.no 13. Which CSS property is used to control the text size of an element ?

A : font-style

B : text-size

C : font-size

D : text-style

Q.no 14. In PHP Language variables are case sensitive

A : true

B : Flase

C : Depends on website

D : Depends on server

Q.no 15. Why so JavaScript and Java have similar name?

A : JavaScript is a stripped-down version of Java

B : JavaScript's syntax is loosely based on Java's

C : They both originated on the island of Java

D : None of the above

Q.no 16. Which of the following layer in Web Service Protocol Stack is responsible for
centralizing services into a common registry and providing easy publish/find functionality?

A : Service Transport

B : XML Messaging

C : Service Description

D : Service Discovery
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 247/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 17. AJAX Stands for

A : Asynchronous Javascript and XML

B : Abstract JSON and XML

C : Another Java Abstraction for X-Windows

D : Another Java and XML Library

Q.no 18. Which of the following XML documents are well-formed?

A : <firstElement>some text goes here


<secondElement>another text goes here</secondElement>
</firstElement>

B : <firstElement>some text goes here</firstElement>


<secondElement> another text goes here</secondElement>

C : <firstElement>some text goes here


<secondElement> another text goes here</firstElement>
</secondElement>

D : </firstElement>some text goes here


</secondElement>another text goes here
<firstElement>

Q.no 19. Scriptlet tag sytax in JSP is :

A : <%@ java source code %>

B : <%! java source code %>

C : <%= java source code %>

D : <% java source code %>

Q.no 20. Which of the following code retrieves the value of a request parameter in servlet?

A : Header.getParameter(name)

B : response.getParameter(name)

C : request.getAttributeNames()

D : request.getParameter(name)

Q.no 21. Which of the following is not a valid JavaScript variable name?

A : 2names

B : _first_and_last_names

C : FirstAndLast

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 248/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : None of the above

Q.no 22. What does PHP stand for?

A : Personal Home Page

B : Hypertext Preprocessor

C : Pretext Hypertext Processor

D : Preprocessor Home Page

Q.no 23. In which application can XML be used for marking up documents for specialized
applications, such as e-commerce, scientific documents, Mathematical formula and e-books?

A : Data exchange between computer systems

B : Data storage

C : Specialized publishing

D : None of the above

Q.no 24. Using AJAX we can made our web page

A : more interactive and faster

B : easy to connect web page with server

C : more dynamic

D : static only

Q.no 25. Which Method is used to find element using class name

A : findElementByClassName()

B : getElementByClassName()

C : className()

D : getClass()

Q.no 26. Which role in EJB architecture is responsible for EJB Server?

A : EJB Deployer

B : Application Assembler

C : Network Engineer

D : Server Provider

Q.no 27. What scripting language is jQuery written in?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 249/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : VBScript

B : C++

C : JavaScript

D : C#

Q.no 28. What sever support AJAX ?

A : WWW

B : SMTP

C : HTTP

D : SNMP

Q.no 29. If we want to use a nice looking green dotted border around an image, which css
property will we use?

A : border-color

B : border-decoration

C : border-style

D : border-line

Q.no 30. Which is not a XML function?

A : Transport information

B : Style information

C : Store information

D : Structure information

Q.no 31. Which one is standard way to show popup in Java Script?

A : window.alert("cppbuzz");

B : alert("cppbuzz");

C : window("cppbuzz");

D : alert("cppbuzz")

Q.no 32. Which of the following attributes are mandatory in <jsp:getProperty /> tag

A : name, property

B : type, id

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 250/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : name, type

D : id, property

Q.no 33. Which object is the top of the hierarchy?

A : Window Object

B : Document Object

C : Form Object

D : Form Control Elements

Q.no 34. Using function, we can hold or release the execution of jQuery’s ready
event.

A : jQuery.holdReady()

B : jQuery.ready()

C : jQuery.hold()

D : jQuery.holdready()

Q.no 35. Which components can be injected as a dependency in AngularJS?

A : Application Module

B : constant

C : value

D : factory

Q.no 36. Which EJB container must provide an implementation of Java Naming and
Directory Interface (JNDI) API to provide naming services for EJB clients and components?

A : Transaction support

B : Persistence support

C : Naming support

D : All mentioned above

Q.no 37. What is the correct syntax for referring to an external script called " abc.js"?

A : <script href=" abc.js">

B : <script name=" abc.js">

C : <script src=" abc.js">

D : None of the above


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 251/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 38. Which of the followingb tag is used pass information from JSP to included JSP

A : <%jsp:param> tag.

B : <%jsp:page> tag.

C : <%jsp:import> tag

D : <%jsp:useBean> tag

Q.no 39. Correct way to declare object in JS

A : var x = {firstName:"John", lastName:"Doe"};

B : x = obj(firstName:"John", lastName:"Doe")

C : Both of above

D : None of above

Q.no 40. In servet, the line of code that retrieves session ID specified by the client is

A : request.getRequestedSessionId()

B : response.getRequestedSessionId()

C : Header.getRequestedSessionId()

D : request.getId()

Q.no 41. How do you create a cookie in PHP?

A : setcookie()

B : createcookie()

C : makecookie()

D : cookieset()

Q.no 42. Which of the following HTTP method should be used to get list the supported
operations in RESTful web service?

A : GET

B : HEAD

C : PUT

D : OPTIONS

Q.no 43. Which of the following array represents an array with strings as index?

A : Numeric Array

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 252/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : Associative Array

C : Multidimentional Array

D : Normal Array

Q.no 44. Which of the following can't be done with client-side JavaScript?

A : Validating a form

B : Sending a form's contents by email

C : Storing the form's contents to a database file on the server

D : None of the above

Q.no 45. Find output of below Javascript code

<script>
document.write(2+2 + " = 2 plus 2");
</script>

A : 2+2+ = 2 plus 2

B : 4 + = 2 plus 2

C : 4 = 2 plus 2

D : Syntax Error

Q.no 46. Which of the following php statement/statements will store 111 in variable num?
i) int $num = 111;
ii) int mum = 111;
iii) $num = 111;
iv) 111 = $num;

A : Both (i) and (ii)

B : Only (iii)

C : Only (i)

D : Only (ii)

Q.no 47. In the model-view-controller (MVC) architecture, the model defines the

A : Data-access layer

B : Presentation layer

C : Business-logic layer

D : Interface layer

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 253/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 48. What will be the output of below mentioned code snippet?

p strong {background-color: yellow;}

A : Strong have yellow background

B : Strong element within a p element have a yellow background

C : Both p and strong have yellow background

D : None of the mentioned

Q.no 49. What is the output of following Javascript?

var a = 'cpp';
var b = 'buzz';
var c = a/b;
document.write(c);

A : cppbuzz

B : cpp/buzz

C : NaN

D : None of the above

Q.no 50. Which of the following module is required for path specific operations?

A : os module

B : fs module

C : path module

D : ng module

Q.no 51. What is the difference between echo and print?

A : They both behave the same.

B : Print can take multiple parameters where as echo can not

C : Echo can take multiple parameters where as print can not

D : Print is a function where as echo is not.

Q.no 52. Which is the correct way to write a JavaScript array?

A : var txt = new Array(1:"tim",2:"kim",3:"jim")

B : var txt = new Array:1=("tim")2=("kim")3=("jim")

C : var txt = new Array("tim","kim","jim")

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 254/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : var txt = new Array="tim","kim","jim"

Q.no 53. If there is no error, then what will the error() method return?

A : true

B : false

C : Empty String

D:0

Q.no 54. Which of the methods are used to manage result sets using both associative and
indexed arrays?

A : get_array() and get_row()

B : get_array() and get_column()

C : fetch_array() and fetch_row()

D : fetch_array() and fetch_column()

Q.no 55. Which statement is true?

A : All the statements are true

B : All XML elements must have a closing tag

C : All XML elements must be lower case

D : All XML documents must have a DTD

Q.no 56. The updated MySQL extension released with PHP 5 is typically referred to as..

A : MySQL

B : mysql

C : mysqli

D : mysqly

Q.no 57. What is not true about XSLT?

A : XSLT is a declarative transformation language.

B : XSLT uses a set of rules that govern how a document is to be materialized is created.

C : XSLT uses a set of procedures that specify how a document is to be programmed.

D : XSLT is used to transform the input document into another document.

Q.no 58. What will be output of following code


var triangle = {
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 255/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

p1 : { x : 0, y : 3 },
p2 : { x : 1, y : 4 },
p3 : { x : 2, y : 5 }
}

alert(triangle.p1.y);

A:0

B:1

C:3

D:4

Q.no 59. What will function return


function sum ()
{
var s = 0;
for (var i = 0; i < arguments.length; i++)
s += arguments[i];
return s;
}

sum(1, 2, 3,4,5);

A:2

B:5

C : 15

D : None of above

Q.no 60. Which of the following code is used to update an attribute in a HTTP Session object
in servlets?

A : session.setAttribute(name,value)

B : session.alterAttribute(name,value)

C : session.updateAttribute(name,value)

D : session.update(name,value)

Answers

Answer for Question No 1. is b


Answer for Question No 2. is a
Answer for Question No 3. is d
Answer for Question No 4. is b
Answer for Question No 5. is c
Answer for Question No 6. is a
Answer for Question No 7. is d
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 256/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 8. is b
Answer for Question No 9. is b
Answer for Question No 10. is a
Answer for Question No 11. is b
Answer for Question No 12. is b
Answer for Question No 13. is c
Answer for Question No 14. is a
Answer for Question No 15. is b
Answer for Question No 16. is d
Answer for Question No 17. is a
Answer for Question No 18. is b
Answer for Question No 19. is d
Answer for Question No 20. is d
Answer for Question No 21. is a
Answer for Question No 22. is b
Answer for Question No 23. is c
Answer for Question No 24. is a
Answer for Question No 25. is b
Answer for Question No 26. is d
Answer for Question No 27. is c
Answer for Question No 28. is c
Answer for Question No 29. is c
Answer for Question No 30. is b
Answer for Question No 31. is a
Answer for Question No 32. is a
Answer for Question No 33. is a
Answer for Question No 34. is a
Answer for Question No 35. is a
Answer for Question No 36. is c
Answer for Question No 37. is c
Answer for Question No 38. is a
Answer for Question No 39. is a
Answer for Question No 40. is a
Answer for Question No 41. is a
Answer for Question No 42. is d
Answer for Question No 43. is b
Answer for Question No 44. is c
Answer for Question No 45. is c
Answer for Question No 46. is c
Answer for Question No 47. is c
Answer for Question No 48. is b
Answer for Question No 49. is c
Answer for Question No 50. is c
Answer for Question No 51. is c
Answer for Question No 52. is c
Answer for Question No 53. is c
Answer for Question No 54. is c
Answer for Question No 55. is b
Answer for Question No 56. is c
Answer for Question No 57. is c
Answer for Question No 58. is c
Answer for Question No 59. is c
Answer for Question No 60. is a

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 257/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Q.no 1. In XML document comments are given as?

A : < ! ---- !>

B : < !-- ?

C : < / ---- >

D : < ?-- ?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 258/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 2. If we want to wrap a block of text around an image, which css property will we use ?

A : wrap

B : push

C : float

D : align

Q.no 3. Which of the following is not true

A : PHP can be used to develop web applications.

B : PHP makes a website dynamic

C : PHP applications can not be compile

D : PHP can not be embedded into html.

Q.no 4. Which method is used to set or reset CSS property in Jquery

A : selector.CSS()

B : $(selector).css()

C : $(selector).style()

D : None of above

Q.no 5. Which of the following is a web server?

A : Eclipse

B : Apache tomcat

C : Netbeans

D : All of the above

Q.no 6. Which event handler is triggered when the user’s mouse moves onto a link?

A : onMouseOver

B : onMouseOut

C : onMouse

D : onMouseOnto

Q.no 7. What does JSTL stands for

A : JSP Tag Library

B : JSP Standard Tag Library


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 259/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : Java Standard Tag Library

D : Java Standard Template Library

Q.no 8. Which of the following directive allows to use froms in angular Js

A : ng-include

B : ng-form

C : ng-directive

D : ng-bind

Q.no 9. New element is added to JS array by using method

A : append

B : push

C : All of the above

D : None of above

Q.no 10. Inside which HTML element do we put the JavaScript?

A : <js>

B : <scripting>

C : <script>

D : <javascript>

Q.no 11. How can we write comment along with CSS code ?

A : /* a comment */

B : // a comment //

C : / a comment /

D : <' a comment'>

Q.no 12. What is MVC (Mode View Controller)

A : It is a services for Java built function

B : It is marker for DOM elements

C : It is a software design pattern for developing web applications

D : it is framework only

Q.no 13. All variables in PHP start with which symbol?


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 260/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A:$

B:&

C:!

D:*

Q.no 14. Which of the following is a server side technology?

A : Html

B : JSP

C : JavaScript

D : CSS

Q.no 15. What UDDI stands for?

A : Uniform Description, Discovery, and Integration

B : Universal Description, Discovery, and Integration

C : Uniform Discovery, Description, and Integration

D : Uniform Discovery, Delivery, and Integration

Q.no 16. If we want to show an Arrow as cursor, then which value we will use ?

A : pointer

B : default

C : arrow

D : arr

Q.no 17. Not a number is checked in JS by

A : NaN()

B : isNaN()

C : Both of above

D : None of above

Q.no 18. Every JSP is Translated into a:

A : Java applet

B : Java servlet

C : Java EJB
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 261/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : Java Struts

Q.no 19. Which AngularJs directive used to disable an element

A : ng-disabled

B : ng-hide

C : ng-false

D : ng-true

Q.no 20. Suppose we want to arrange five nos. of DIVs so that DIV4 is placed above DIV1.
Now, which css property will we use to control the order of stack?

A : d-index

B : s-index

C : x-index

D : z-index

Q.no 21. Find the correct syntax of the declaration which defines the XML Version?

A : < ?xml version= "1.0" ? >

B : < xml version="1.0"/ >

C : < ?xml version="1.0" / >

D : None of the above

Q.no 22. JavaScript is also called server-side JavaScript

A : Microsoft

B : Navigator

C : LiveWire

D : Native

Q.no 23. Which statement executes the code of sample.js file

A : nodejs sample.js

B : node sample.js

C : sample.js

D:0

Q.no 24. Which Characters are illegal in XML elements?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 262/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A:"<"

B : "&"

C : Both A & B

D : None of the above

Q.no 25. PHP is a typed language.

A : User

B : Loosely

C : Server

D : System

Q.no 26. When we write <img src="img.png">, what "img.png" inside double quote implies?

A : element

B : attribute

C : value

D : operator

Q.no 27. Struts supports which of these model components?

A : JavaBeans

B : EJB,COBRA

C : JDO

D : All above

Q.no 28. Which of the following layer in Web Service Protocol Stack is responsible for
transporting messages between applications?

A : Service Transport

B : XML Messaging

C : Service Description

D : Service Discovery

Q.no 29. JavaScript statements embedded in an HTML page can respond to user
events such as mouse-clicks, form input, and page navigation.

A : Client-side

B : Server-side
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 263/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : Local

D : Native

Q.no 30. A PHP script should start with and end with :

A : < php >

B : < ? php ?>

C:<??>

D : < ?php ? >

Q.no 31. Which of the following is not a core role in Web Service architecture?

A : Service Provider

B : Service Requestor

C : Service Registry

D : Service Locator

Q.no 32. What does the XMLHttpRequest object accomplish in Ajax?

A : It's the programming language used to develop Ajax applications

B : It provides a means of exchanging structured data between the Web server and client

C : It provides the ability to asynchronously exchange data between Web browsers and a Web
server.

D : It provides the ability to mark up and style the display of Web-page text.

Q.no 33. Which of the Following are the valid scopes in JSP.

A : response, page, session, application


Tion

B : request, page, session, global

C : request, page, context, application

D : request, page, session, application

Q.no 34. What is Callback?

A : Callback is an asynchronous equivalent for a function.

B : Callback is a technique in which a method call back the caller method.

C : it is routine

D : it is distributed
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 264/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 35. What is the property textContent?

A : Sets the textual content of a node

B : Returns the textual content of a node

C : Both a and b

D : None of the mentioned

Q.no 36. What is a CMS in web design

A : Content Management System

B : Creative Management System

C : Content Mixing System

D : Creatives Managerial System

Q.no 37. Which of the following method can be used to read a multiple values with same
name, for example check box selections in JSP?

A : request.getParameter()

B : response.getParameter()

C : request.getParameterValues()

D : response.getParameterValues()

Q.no 38. How to include HTML content into another HTML

A : Server Side push

B : Use of CommetD

C : Use of Polling

D : Use of include

Q.no 39. Which is a currect Jquery Syntax to hide all paragraph elements

A : ("p").hide()

B : $("p").hide()

C : $hide("p")

D : p.hide()

Q.no 40. Which one of these legendary Greek mythical figures or places is the code name for
Microsoft's version of AJAX ?

A : Oracle
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 265/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : Atlas

C : Hercules

D : Delphi

Q.no 41. Which of the following method can be used to read parameters names in JSP?

A : request.getParameter()

B : response.getParameter()

C : request.getParameterNames()

D : response.getParameterNames()

Q.no 42. Which of the following code is used to get session in servlet

A : response.getSession()

B : serveltSession.getSession()

C : new Session()

D : request.getSession()

Q.no 43. Directives can be applied to which all element type?

A : Element

B : Attribute

C : Comment

D : All of above

Q.no 44. Which of the followings are valid languages for Node.js?

A : JavaScript

B : Java

C : c++

D : C#

Q.no 45. Which is used to make asynchronous request i.e. it doesn't block the user and it
sends only required field data to the server side not all, So it makes the performance fast?

A : AJAX Support

B : Integration Support

C : Various Tag Support

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 266/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : Theme and Template Support

Q.no 46. Which of the following attribute can hold the JavaScript version?

A : LANGUAGE

B : SCRIPT

C : VERSION

D : None of the above

Q.no 47. The property specifies if/how an element is displayed.

A : background-color

B : border

C : color

D : display

Q.no 48. Which of the following attribute is used to mark a page as error processing page

A : errorPage

B : isErrorPage

C : exception

D : exceptionPage

Q.no 49. What type of selector is used in this case?

p {line-height: 150%;}

A : class Selectors

B : element Selectors

C : id Selectors

D : none of the mentioned

Q.no 50. Of the following technologies, which one provides the ability to
dynamically interact with Web page layout?

A : JavaScript.

B : XML.

C : Document Object Model.

D : HTML.

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 267/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 51. Which of the following code retrieves the login of the user making this request?

A : request.getRemoteUser()

B : response.getRemoteUser()

C : Header.getRemoteUser()

D : servlet.getRemoteUser()

Q.no 52. Which of the following methods is used to execute the statement after the parameters
have been bound?

A : bind_param()

B : bind_result()

C : bound_param()

D : bound_result()

Q.no 53. You can name the schema using the name attribute like

A : <schema attribute=”schema1”>

B : <schema nameattribute=”schema1”>

C : <schema nameattri=”schema1”>

D : <schema name=”schema1”>

Q.no 54. Which one of the following databases has PHP supported almost since the
beginning?

A : Oracle Database

B : SQL

C : SQL+

D : MySQL

Q.no 55. Which method retrieves each row from the prepared statement result and assigns the
fields to the bound results?

A : get_row()

B : fetch_row()

C : fetch()

D : row()

Q.no 56. Which of the following code can be used to clear the content of the underlying buffer
in the response without clearing headers or status code
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 268/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : response.resetBuffer()

B : response.reset()

C : request.reset()

D : response.Buffer()

Q.no 57. Which of following statemants is true about filters in JSP?

A : JSP Filters are used to intercept requests from a client before they access a resource at back end

B : JSP Filters are used to manipulate responses from server before they are sent back to the client.

C : Filters are defined in the deployment descriptor file web.xml.

D : All of the above

Q.no 58. XMLHttpRequest is a

A : Object

B : Class

C : Both Object & Class

D : Array

Q.no 59. Which one of the following methods can be used to diagnose and display information
about a MySQL connection error?

A : connect_errno()

B : connect_error()

C : mysqli_connect_errno()

D : mysqli_connect_error()

Q.no 60. What are the predefined attributes

A : xml:lang

B : xml:space

C : both

D : none

Answers

Answer for Question No 1. is b


Answer for Question No 2. is c
Answer for Question No 3. is d
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 269/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 4. is b
Answer for Question No 5. is b
Answer for Question No 6. is a
Answer for Question No 7. is b
Answer for Question No 8. is b
Answer for Question No 9. is b
Answer for Question No 10. is c
Answer for Question No 11. is a
Answer for Question No 12. is c
Answer for Question No 13. is a
Answer for Question No 14. is b
Answer for Question No 15. is b
Answer for Question No 16. is b
Answer for Question No 17. is b
Answer for Question No 18. is b
Answer for Question No 19. is a
Answer for Question No 20. is d
Answer for Question No 21. is a
Answer for Question No 22. is c
Answer for Question No 23. is b
Answer for Question No 24. is c
Answer for Question No 25. is b
Answer for Question No 26. is c
Answer for Question No 27. is d
Answer for Question No 28. is a
Answer for Question No 29. is a
Answer for Question No 30. is d
Answer for Question No 31. is d
Answer for Question No 32. is c
Answer for Question No 33. is d
Answer for Question No 34. is a
Answer for Question No 35. is c
Answer for Question No 36. is a
Answer for Question No 37. is b
Answer for Question No 38. is d
Answer for Question No 39. is b
Answer for Question No 40. is b
Answer for Question No 41. is c
Answer for Question No 42. is d
Answer for Question No 43. is d
Answer for Question No 44. is a
Answer for Question No 45. is a
Answer for Question No 46. is a
Answer for Question No 47. is d
Answer for Question No 48. is b
Answer for Question No 49. is b
Answer for Question No 50. is c
Answer for Question No 51. is a
Answer for Question No 52. is a
Answer for Question No 53. is d
Answer for Question No 54. is d
Answer for Question No 55. is c
Answer for Question No 56. is a
Answer for Question No 57. is d
Answer for Question No 58. is c
Answer for Question No 59. is c
Answer for Question No 60. is c

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 270/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 271/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. SOAP platform ……………….

A : Independent

B : dependent

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 272/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : sometime dependent

D : sometine independent

Q.no 2. Which of the following method can be used to read a form parameter in JSP?

A : response.getParameter()

B : request.getParameter()

C : request.getValue()

D : response.getValue()

Q.no 3. What scripting language is jQuery written in?

A : VBScript

B : C++

C : JavaScript

D : C#

Q.no 4. If we don't want to allow a floating div to the left side of an element, which css
property will we use ?

A : margin

B : clear

C : float

D : padding

Q.no 5. Which of the following layer in Web Service Protocol Stack is responsible for
centralizing services into a common registry and providing easy publish/find functionality?

A : Service Transport

B : XML Messaging

C : Service Description

D : Service Discovery

Q.no 6. Which Web browser is the least optimized for Microsoft's version of AJAX?

A : Firefox

B : Opera

C : Safari

D : Internet Explorer
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 273/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 7. Declaration tag sytax in JSP is :

A : <%! declaration%>

B : <%= declaration%>

C : <%-- declaration%>

D : <%@ declaration%

Q.no 8. When a user views a page containing a JavaScript program, which machine actually
executes the script?

A : The User's machine running a Web browser

B : The Web server

C : A central machine deep within Netscape's corporate offices

D : None of the above

Q.no 9. reset() method signature in ActionForm?

A : public void reset(ActionMapping mapping, HttpServletRequest request)

B : public ActionErrors reset(ActionMapping mapping, HttpServletRequest request)

C : public ActionError reset(ActionMapping mapping, HttpServletRequest request)

D : public void only

Q.no 10. What WSDL stands for?

A : Web Services Description Language

B : Web Services Direction Language

C : Wired Services Description Language

D : Web Services Dialect Language

Q.no 11. which of the follwing is not valid angularJs filter

A : lowercase

B : orderby

C : email

D : currency

Q.no 12. Which element is used in the <HEAD> section on an HTML / XHTMLpage, if we
want to use an external style sheet file to decorate the page ?

A : <src>
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 274/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : <link>

C : <style>

D : <css>

Q.no 13. What JSP stands for?

A : Java Service Programming

B : Java Server Programming

C : Java Service Pages

D : Java Server Pages

Q.no 14. PHP is an example of scripting language.

A : Server-side

B : Client-side

C : Browser-side

D : In-side

Q.no 15. Which of the following is not a implicit object in JSP?

A : request

B : response

C : cookie

D : session

Q.no 16. Which of the following is an implicit object?

A : pageContext

B : servletContext

C : httpContext

D : sessionContext

Q.no 17. In WordPress, what is the user role with the highest privilege level?

A : Administrator

B : Author

C : Editor

D : Contributor
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 275/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 18. How PHP files can be accessed?

A : Through Web Browsers

B : Through HTML Files

C : Through Web Servers

D : Through Software

Q.no 19. AJAX made popular by

A : Microsoft

B : IBM

C : Google

D : SunMicrosystem

Q.no 20. What is XML used to simplify?

A : Data storage

B : Data sharing

C : Both A & B

D : None of the above

Q.no 21. Which module is used to serve static resources in Node.js?

A : node-static

B : http

C : node-resource

D : static

Q.no 22. What is divide by 0 in Javascript?

var a = 10;
var b = 0;
document.write(a/b);

A : Nothing is printed

B : 0 is printed

C : Infinity is printed

D : Some Garbage Value

Q.no 23. A way to create a cookie in servlet is :


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 276/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : Use response.getCookie() method

B : Use new operator

C : Use request.getCookie() method

D : Use request.createCookie() method

Q.no 24. Which JSP Action tags is used to include the content of another resource, like jsp,
html or servlet?

A : jsp:plugin

B : jsp:include

C : jsp:forward

D : jsp:useBean

Q.no 25. Expression tag sytax in JSP is :

A : <%@ expression%>

B : <%! expression%>

C : <%= expression %>

D : <%-- expression%>

Q.no 26. Which attribute can be added to many HTML / XHTML elements to identify them
as a member of a specific group ?

A : Id

B : div

C : class

D : span

Q.no 27. What is javax.servlet.Servlet?

A : Abstract class

B : Interface

C : Concreate class

D : Public class

Q.no 28. Which of the following best describes JavaScript?

A : a low-level programming language.

B : a scripting language precompiled in the browser.


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 277/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : a compiled scripting language.

D : an object-oriented scripting language.

Q.no 29. In Nodejs what is use of underscore variable in REPL session

A : to store the result

B : to get the last command used

C : to get the last result

D : to set first result

Q.no 30. Which one of the following is correct syntax for directive in JSP

A : <%@directive%>

B : <%!directive%>

C : <%directive%>

D : <%=directive%>

Q.no 31. Which of the following selector selects the elements that are the default among a set
of similar elements?

A : :default

B : :%

C : :disabled

D : none of the mentioned

Q.no 32. AngularJS module can be created using…….

A : angular.module();

B : var myModule = new module();

C : module.create();

D : angular.create();

Q.no 33. Which type of validation we must implement the Validateable interface (or extend
ActionSupport class) and provide the implementation of validate method?

A : By Input Validation

B : By Ajax Validation

C : By Custom Validation

D:0
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 278/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 34. Which statement is valid in using a Node module fs in a Node based application?

A : var fs = import("fs")

B : import fs

C : package fs

D : var fs = require("fs")

Q.no 35. Which of the following elements are block and inline elements, respectively, that
have no particular rendering?

A : div

B : span

C : box-model

D : both div and span

Q.no 36. What makes Ajax unique?

A : It works as a stand-alone Web-development tool.

B : It works the same with all Web browsers.

C : It uses C++ as its programming language.

D : It makes data requests asynchronously.

Q.no 37. Which is a language for finding information in an XML document?

A : Xpath

B : XSLT

C : Xlink

D : Xpointer

Q.no 38. Which of the following magic constant of PHP returns current line number of the
file?

A : LINE

B : FILE

C : FUNCTION

D : CLASS

Q.no 39. Which of the following tool automates various tasks of Node.js application

A : Express.js
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 279/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : GruntJS

C : . NPM

D : .MS

Q.no 40. Which of the following class is used to create and consume custom events in Node.js?

A : EventEmitter

B : Events

C : NodeEvent

D : NodeEmitter

Q.no 41. When a user views a page containing a JavaScript program, which machine actually
executes the script?

A : The User's machine running a Web browser

B : The Print Server

C : A central machine deep within Netscape's corporate offices

D : The Web server

Q.no 42. response is instance of which class in JSP

A : Response

B : HttpResponse

C : HttpServletResponse

D : ServletResponse

Q.no 43. In AngulsrJS HTML document is loaded and evaluated first in the browser. Mean
while in AngularJS ?

A : JavaScript file is loaded

B : The angular global object is created

C : Your JavaScript which registers controller functions is executed

D : All of above

Q.no 44. A similar rule called the is specified using the plus sign (+) and is used
to select elements that would be siblings of each other.

A : class selectors

B : attribute selectors

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 280/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : adjacent-sibling selector

D : none of the mentioned

Q.no 45. Which of the following is used to access session variables in PHP?

A : session_start() function

B : $_SESSION[]

C : isset() function

D : session_destroy() function

Q.no 46. Which of the following code is used to get names of the parameters in servlet?

A : servlet.getParameterNames()

B : header.getParameterNames()

C : response.getParameterNames()

D : request.getParameterNames()

Q.no 47. What are the controllers in AngularJs is responsible for

A : Controlling the data.

B : Displaying the data.

C : display logic

D : display view

Q.no 48. Which of following object can be used to access other implicit objects in JSP.

A : request

B : page

C : response

D : pageContext

Q.no 49. Find output of below code

var a = '10';
var b = a = 20;
document.write(a+b);

A : Error in Script

B : 10'20

C : 1020
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 281/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : 40

Q.no 50. The setTimeout() belongs to which object?

A : Element

B : Window

C : Location

D : None of the mentioned

Q.no 51. AJAX comes in .

A : 2003

B : 2004

C : 2005

D : 2006

Q.no 52. What will function return


function sum ()
{
var s = 0;
for (var i = 0; i < arguments.length; i++)
s += arguments[i];
return s;
}

sum(1, 2, 3,4,5);

A:2

B:5

C : 15

D : None of above

Q.no 53. What is the purpose of $_SESSION[]?

A : Used to register a global variable

B : Used to initialize a session.

C : Used to store variables of the current session

D : Sesion tarcking

Q.no 54. Which method rolls back the present transaction?

A : commit()

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 282/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : undo()

C : back()

D : rollback()

Q.no 55. To use MySQL on your computer, you’ll need

A : Perl, PHP or Java

B : Some sort of client program to access the databases

C : A Browser

D : FTP and Telnet

Q.no 56. In XML

A : the internal DTD subset is read before the external DTD

B : the external DTD subset is read before the internal DTD

C : there is no external type of DTD

D : there is no internal type of DTD

Q.no 57. Which relational database does WordPress use?

A : MySQL

B : Oracle

C : PostgresSQL

D : MS SQLServer

Q.no 58. In which version of PHP was MySQL Native Driver(also known as mysqlnd)
introduced?

A : PHP 5.0

B : PHP 5.1

C : PHP 5.2

D : PHP 5.3

Q.no 59. What is included in phpinfo ( ) function with release of PHP5.2.1 version?

A : A header tag

B : A footer tag

C : A Meta tag

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 283/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : Title Tag

Q.no 60. How Node based web servers are different from traditional web servers?

A : Node based server process request much faster than traditional server.

B : Node based server uses a single threaded model and can services much larger number of
requests than traditional server like Apache HTTP Server.

C : There is no much difference between the two.

D : data based server

Answers

Answer for Question No 1. is a


Answer for Question No 2. is b
Answer for Question No 3. is c
Answer for Question No 4. is b
Answer for Question No 5. is d
Answer for Question No 6. is c
Answer for Question No 7. is a
Answer for Question No 8. is a
Answer for Question No 9. is b
Answer for Question No 10. is a
Answer for Question No 11. is c
Answer for Question No 12. is b
Answer for Question No 13. is d
Answer for Question No 14. is a
Answer for Question No 15. is c
Answer for Question No 16. is a
Answer for Question No 17. is a
Answer for Question No 18. is c
Answer for Question No 19. is c
Answer for Question No 20. is c
Answer for Question No 21. is a
Answer for Question No 22. is c
Answer for Question No 23. is b
Answer for Question No 24. is b
Answer for Question No 25. is c
Answer for Question No 26. is c
Answer for Question No 27. is b
Answer for Question No 28. is d
Answer for Question No 29. is c
Answer for Question No 30. is a
Answer for Question No 31. is a
Answer for Question No 32. is a
Answer for Question No 33. is c
Answer for Question No 34. is a
Answer for Question No 35. is d
Answer for Question No 36. is d
Answer for Question No 37. is a
Answer for Question No 38. is a
Answer for Question No 39. is b
Answer for Question No 40. is a
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 284/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 41. is a
Answer for Question No 42. is c
Answer for Question No 43. is d
Answer for Question No 44. is c
Answer for Question No 45. is b
Answer for Question No 46. is d
Answer for Question No 47. is a
Answer for Question No 48. is d
Answer for Question No 49. is d
Answer for Question No 50. is b
Answer for Question No 51. is c
Answer for Question No 52. is c
Answer for Question No 53. is c
Answer for Question No 54. is d
Answer for Question No 55. is b
Answer for Question No 56. is a
Answer for Question No 57. is a
Answer for Question No 58. is d
Answer for Question No 59. is c
Answer for Question No 60. is b

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 285/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 286/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. Which method is used to set or reset CSS property in Jquery

A : selector.CSS()

B : $(selector).css()

C : $(selector).style()

D : None of above

Q.no 2. Easiest way to get content of an HTML element is by

A : element.getID

B : innerHTML

C : getContent()

D : getHTML()

Q.no 3. Which of the following statement is correct about HTTP Get method.

A : GET method is used to appends form data to the URL in the page request.

B : The GET method is a secure method to pass information from browser to web server.

C : GET requests do not have any data length restrictions for data tranfer.

D : None of the above.

Q.no 4. XML is designed to store data and .

A : Design

B : Verify

C : Transport

D : Both A & B

Q.no 5. jQuery method to set one or more style properties for selected elements?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 287/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : style()

B : css()

C : html()

D : None

Q.no 6. Which are the XML Syntax rules?

A : All XML Elements Must Have a Closing Tag

B : XML Tags are not Case Sensitive

C : XML Elements Must be Properly Nested

D : Both A & C

Q.no 7. What are variables used for in JavaScript Programs?

A : Storing numbers, dates, or other values

B : Varying randomly

C : Causing high-school algebra flashbacks

D : None of the above

Q.no 8. Which of the following code retrieves the value of a request parameter in servlet?

A : Header.getParameter(name)

B : response.getParameter(name)

C : request.getAttributeNames()

D : request.getParameter(name)

Q.no 9. What does the hash (#) sign mean in PHP?

A : It indicates lines that are commented out

B : It indicates variable declaration.

C : It indicates function declaration.

D : No uses in PHP.

Q.no 10. Which of the following tag is used to render a I18n text message?

A : set tag

B : ext tag

C : url tag
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 288/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : push tag

Q.no 11. which of the following is not a JSP Action Tag

A : jsp:forward

B : jsp:include

C : jsp:useBean

D : Jsp:import

Q.no 12. Which of the following XML documents are well-formed?

A : <firstElement>some text goes here


<secondElement>another text goes here</secondElement>
</firstElement>

B : <firstElement>some text goes here</firstElement>


<secondElement> another text goes here</secondElement>

C : <firstElement>some text goes here


<secondElement> another text goes here</firstElement>
</secondElement>

D : </firstElement>some text goes here


</secondElement>another text goes here
<firstElement>

Q.no 13. Programming language is used in Tomcat server is

A : C++

B:C

C : Java

D : Python

Q.no 14. Which of the following is not a directive

A : include

B : export

C : page

D : taglib

Q.no 15. Which of the following properties will we use to display border around a cell without
any content ?

A : empty-cell

B : blank-cell
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 289/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : noncontent-cell

D : void-cell

Q.no 16. Which of the following statements prints in PHP?

A : Out

B : Write

C : Echo

D : Display

Q.no 17. Which of the following EJB type has no Remote interfaces?

A : Message-Driven Bean

B : BMP Entity Bean

C : CMP Entity Bean

D : Session Bean

Q.no 18. In XML document comments are given as?

A : < ! ---- !>

B : < !-- ?

C : < / ---- >

D : < ?-- ?

Q.no 19. How many types of selectors available in jquery.

A:1

B:2

C:3

D:4

Q.no 20. Using statement is how you test for a specific condition.

A : Select

B : If

C : Switch

D : For

Q.no 21. Scriptlet tag sytax in JSP is :


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 290/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : <%@ java source code %>

B : <%! java source code %>

C : <%= java source code %>

D : <% java source code %>

Q.no 22. When we write <img src="img.png">, what "img.png" inside double quote implies?

A : element

B : attribute

C : value

D : operator

Q.no 23. What sever support AJAX ?

A : WWW

B : SMTP

C : HTTP

D : SNMP

Q.no 24. Abbreviate the term JMS?

A : Java Message Service

B : Java Monitor Service

C : Java Message Session

D : Java Monitor Session

Q.no 25. SOAP is an acronym for……………………………

A : Simple Open Access Protocol

B : Simple Object Access Protocol

C : Simple Oprational Access Protocol

D : Simple Object Aapplication Protocol

Q.no 26. Which role in EJB architecture is responsible for EJB Server?

A : EJB Deployer

B : Application Assembler

C : Network Engineer
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 291/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : Server Provider

Q.no 27. To install Node.js express module

A : $ npm install express

B : $ node install express

C : $ install express

D : #update express

Q.no 28. What type of architecture is followed in CMS?

A : MV

B : MMVC

C : MVC

D : MC

Q.no 29. Comment Tag syntax in JSP is:

A : <%! comment%>

B : <%@ comment%>

C : <%= comment%>

D : <%-- comment--%>

Q.no 30. ActionServlet, RequestProcessor and Action classes are the components of

A : View

B : Model

C : Controller

D : Deployment

Q.no 31. Which technology can be used at View Layer in Struts?

A : J2EE

B : DHTML

C : XML/XSLT

D : JavaScript

Q.no 32. Which components can be injected as a dependency in AngularJS?

A : Application Module
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 292/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : constant

C : value

D : factory

Q.no 33. Viewstart comes under which folder name?

A : Views

B : Account

C : Shared

D : Home

Q.no 34. The Text and Comment is part of

A : CharacterData

B : Document

C : Attr

D : Element

Q.no 35. Which of the following selector selects all elements of E that have the attribute attr
that end with the given value?

A : E[attr^=value]

B : E[attr$=value]

C : E[attr*=value]

D : none of the mentioned

Q.no 36. How many types of results in MVC

A : 11

B : 12

C : 13

D : 10

Q.no 37. Which of the following type of variables have only two possible values either true or
false?

A : Integers

B : Doubles

C : booleans
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 293/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : Strings

Q.no 38. The correct signature of _jspService() method of HttpJspPage class is :

A : void _jspService(HTTPRequest request, HTTPResponse response)

B : void _jspService(HTTPRequest request, HTTPResponse response) throws ServletException,


IOException

C : void _jspService()

D : void _jspService() throws ServletException, IOException

Q.no 39. How to include HTML content into another HTML

A : Server Side push

B : Use of CommetD

C : Use of Polling

D : Use of include

Q.no 40. Which language is Extensible Markup Language (XML) similar?

A : HTML

B : PHP

C : JavaScript

D : Wordpress

Q.no 41. Which of the following selector selects the elements that are checked?

A:E~F

B : ::after

C : :checked

D : none of the mentioned

Q.no 42. What is a CMS in web design

A : Content Management System

B : Creative Management System

C : Content Mixing System

D : Creatives Managerial System

Q.no 43. AngularJS applications are a mix of . . . . . .

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 294/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : HTML and PHP

B : HTML and CrossScript

C : HTML and AngularScript

D : HTML and JavaScript

Q.no 44. Correct way of accessing javascript object var person = {firstName:"John",
lastName:"Doe"}

A : person.lastName;

B : person#lastName

C : lastName

D : None of above

Q.no 45. By applying an a style can be applied to just a single tag.

A : class rule

B : element rule

C : id rule

D : none of the mentioned

Q.no 46. Tomcat’s JSP Engine in know as

A : Catalina

B : Tomcat sink

C : Casper

D : Jasper

Q.no 47. Which are the main features of XML?

A : Text data description

B : Human- and computer-friendly format

C : Handles data in a tree structure having one-and only one-root element

D : All mentioned above

Q.no 48. Correct way to declare object in JS

A : var x = {firstName:"John", lastName:"Doe"};

B : x = obj(firstName:"John", lastName:"Doe")

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 295/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : Both of above

D : None of above

Q.no 49. Which of the following attributes are mandatory in <jsp:getProperty /> tag

A : name, property

B : type, id

C : name, type

D : id, property

Q.no 50. What is the correct JavaScript syntax to write "Hello World"?

A : System.out.println("Hello World")

B : println ("Hello World")

C : document.write("Hello World")

D : response.write("Hello World")

Q.no 51. A function in PHP which starts with (double underscore) is known as

A : Inbuilt Function

B : Magic Function

C : Default Function

D : User Defined Function

Q.no 52. What SOAP stands for?

A : State Access Object Protocol

B : State Allied Object Protocol

C : Simple Access Object Protocol

D : Simple Allied Object Protocol

Q.no 53. Which types of image maps can be used with JavaScript?

A : Server-side image maps

B : Client-side image maps

C : Server-side image maps and Client-side image maps

D : None of the above

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 296/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 54. Which of the following code is used to update an attribute in a HTTP Session object
in servlets?

A : session.setAttribute(name,value)

B : session.alterAttribute(name,value)

C : session.updateAttribute(name,value)

D : session.update(name,value)

Q.no 55. Well formed XML document means

A : it contains a root element

B : it contain an element

C : it contains one or more elements

D : must contain one or more elements and root element must contain all other elements

Q.no 56. Which of the following function sorts an array in reverse order?

A : rsort()

B : sort()

C : shuffle()

D : reset()

Q.no 57. Which value is going to be updated


<p id="demo"></p>
<p class="demo"></p>
<p name="demo"></p>
<script> document.getElementById("demo").innerHTML = "Hello World!";
</script>

A : p with id

B : p with class

C : p with name

D : All of the above

Q.no 58. WordPress is used to create……………

A : Website

B : Application

C : System Program

D : Operating System
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 297/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 59. Which of the following is true about php.ini file?

A : The PHP configuration file, php.ini, is the final and most immediate way to affect PHP's
functionality.

B : The php.ini file is read each time PHP is initialized.

C : Both of the above.

D : The php.ini file is not read each time PHP is initialized.

Q.no 60. Who is known as the father of PHP?

A : Willam Makepiece

B : Drek Kolkevi

C : Rasmus Lerdorf

D : List Barely

Answers

Answer for Question No 1. is b


Answer for Question No 2. is b
Answer for Question No 3. is a
Answer for Question No 4. is c
Answer for Question No 5. is b
Answer for Question No 6. is d
Answer for Question No 7. is a
Answer for Question No 8. is d
Answer for Question No 9. is a
Answer for Question No 10. is c
Answer for Question No 11. is d
Answer for Question No 12. is b
Answer for Question No 13. is c
Answer for Question No 14. is b
Answer for Question No 15. is a
Answer for Question No 16. is c
Answer for Question No 17. is a
Answer for Question No 18. is b
Answer for Question No 19. is c
Answer for Question No 20. is b
Answer for Question No 21. is d
Answer for Question No 22. is c
Answer for Question No 23. is c
Answer for Question No 24. is a
Answer for Question No 25. is b
Answer for Question No 26. is d
Answer for Question No 27. is a
Answer for Question No 28. is c
Answer for Question No 29. is d
Answer for Question No 30. is c
Answer for Question No 31. is a
Answer for Question No 32. is a
Answer for Question No 33. is a
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 298/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 34. is a
Answer for Question No 35. is b
Answer for Question No 36. is b
Answer for Question No 37. is c
Answer for Question No 38. is b
Answer for Question No 39. is d
Answer for Question No 40. is a
Answer for Question No 41. is c
Answer for Question No 42. is a
Answer for Question No 43. is d
Answer for Question No 44. is a
Answer for Question No 45. is c
Answer for Question No 46. is d
Answer for Question No 47. is d
Answer for Question No 48. is a
Answer for Question No 49. is a
Answer for Question No 50. is c
Answer for Question No 51. is b
Answer for Question No 52. is c
Answer for Question No 53. is b
Answer for Question No 54. is a
Answer for Question No 55. is d
Answer for Question No 56. is a
Answer for Question No 57. is a
Answer for Question No 58. is a
Answer for Question No 59. is c
Answer for

Question No 60. is

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 299/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 300/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. AJAX made popular by

A : Microsoft

B : IBM

C : Google

D : SunMicrosystem

Q.no 2. In which application can XML be used for marking up documents for specialized
applications, such as e-commerce, scientific documents, Mathematical formula and e-books?

A : Data exchange between computer systems

B : Data storage

C : Specialized publishing

D : None of the above

Q.no 3. tag is an extension to HTML that can enclose any number of JavaScript
statements.

A : <SCRIPT>

B : <BODY>

C : <HEAD>

D : <TITLE>

Q.no 4. Which of the following tags in struts-config.xml file defines the availability of
necessary Struts JSP custom tag libraries?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 301/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : jsp-lib

B : struts-taglib

C : taglib

D : jsp-taglib

Q.no 5. Declaration tag sytax in JSP is :

A : <%! declaration%>

B : <%= declaration%>

C : <%-- declaration%>

D : <%@ declaration%

Q.no 6. What UDDI stands for?

A : Uniform Description, Discovery, and Integration

B : Universal Description, Discovery, and Integration

C : Uniform Discovery, Description, and Integration

D : Uniform Discovery, Delivery, and Integration

Q.no 7. If we don't want to allow a floating div to the left side of an element, which css
property will we use ?

A : margin

B : clear

C : float

D : padding

Q.no 8. A PHP script should start with and end with :

A : < php >

B : < ? php ?>

C:<??>

D : < ?php ? >

Q.no 9. The default port number of Tomcat Server is:

A : 8080

B : 7001

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 302/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : 8010

D : 9001

Q.no 10. What HTTP stands for?

A : Hyperlink Text Transfer Protocol

B : Hyper Text Transfer Protocol

C : Hyper Transfer Text Protocol

D : Hyper Time Transfer Protocol

Q.no 11. jsp:useBean action tag in JSP is used to

A : to locate or instantiate a bean class

B : Include a file at the time the page is requested.

C : Set the property of a JavaBean.

D : Forward the requester to a new page.

Q.no 12. Which of the following is not the scope of Variable in PHP?

A : local

B : global

C : static

D : extern

Q.no 13. Which CSS property is used to control the text size of an element ?

A : font-style

B : text-size

C : font-size

D : text-style

Q.no 14. Which of the following is not a implicit object in JSP?

A : request

B : response

C : cookie

D : session

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 303/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 15. What should be the table width, so that the width of a table adjust to the current
width of the browser window?

A : 640 pixels

B:1

C : full-screen

D : 1024 px

Q.no 16. Correct method to sort elements from array a in javascript is

A : a.sort()

B : sort(a)

C : a = sort()

D : None of above

Q.no 17. Which of the following is the correct order of servlet life cycle phase methods?

A : init(), service(), delete()

B : init(), service(), destroy()

C : init(), execute(), destroy()

D : initialize(), service(), destroy()

Q.no 18. Why so JavaScript and Java have similar name?

A : JavaScript is a stripped-down version of Java

B : JavaScript's syntax is loosely based on Java's

C : They both originated on the island of Java

D : None of the above

Q.no 19. How PHP files can be accessed?

A : Through Web Browsers

B : Through HTML Files

C : Through Web Servers

D : Through Software

Q.no 20. How can we write comment along with CSS code ?

A : /* a comment */

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 304/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : // a comment //

C : / a comment /

D : <' a comment'>

Q.no 21. Which of the following method can be used to read a form parameter in JSP?

A : response.getParameter()

B : request.getParameter()

C : request.getValue()

D : response.getValue()

Q.no 22. JavaScript is also called server-side JavaScript

A : Microsoft

B : Navigator

C : LiveWire

D : Native

Q.no 23. Which of the following component of HTTP response contains response message
content or Resource representation?

A : Status/Response Code

B : HTTP Version

C : Response Header

D : Response Body

Q.no 24. HTTP is a...................... Protocol

A : stateless

B : stateful

C : No State

D : All state

Q.no 25. What is default value of any variable in Javascript?

var a;
document.write(a);

A:0

B : undefined
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 305/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : error

D : NaN

Q.no 26. Which css property you will use if you want to add some margin between a DIV's
border and its inner text ?

A : spacing

B : margin

C : padding

D : inner-margin

Q.no 27. Which Method is used to find element using class name

A : findElementByClassName()

B : getElementByClassName()

C : className()

D : getClass()

Q.no 28. JavaScript is also called client-side JavaScript.

A : Microsoft

B : Navigator

C : LiveWire

D : Native

Q.no 29. Which of the following layer in Web Service Protocol Stack is responsible for
encoding messages in a common XML format so that messages can be understood at either
end?

A : Service Transport

B : XML Messaging

C : Service Description

D : Service Discovery

Q.no 30. How can we make attributes have multiple values:

A : <myElement myAttribute="value1 value2"/>

B : <myElement myAttribute="value1" myAttribute="value2"/>

C : <myElement myAttribute="value1, value2"/>

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 306/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : attributes cannot have multiple values

Q.no 31. The method of an Array object adds and/or removes elements from an
array.

A : Reverse

B : Shift

C : Slice

D : Splice

Q.no 32. Which of the following can't be done with client-side JavaScript?

A : Validating a form

B : Sending a form's contents by email

C : Storing the form's contents to a database file on the server

D : None of the above

Q.no 33. In the model-view-controller (MVC) architecture, the model defines the

A : Data-access layer

B : Presentation layer

C : Business-logic layer

D : Interface layer

Q.no 34. What is the output of following Javascript?

var a = 'cpp';
var b = 'buzz';
var c = a/b;
document.write(c);

A : cppbuzz

B : cpp/buzz

C : NaN

D : None of the above

Q.no 35. Which of the following php statement/statements will store 111 in variable num?
i) int $num = 111;
ii) int mum = 111;
iii) $num = 111;
iv) 111 = $num;

A : Both (i) and (ii)

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 307/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : Only (iii)

C : Only (i)

D : Only (ii)

Q.no 36. Which is a currect Jquery Syntax to hide all paragraph elements

A : ("p").hide()

B : $("p").hide()

C : $hide("p")

D : p.hide()

Q.no 37. How do you create a cookie in PHP?

A : setcookie()

B : createcookie()

C : makecookie()

D : cookieset()

Q.no 38. . What are various possible prefixes such as 'ng-' using which Angular directives (for
example, ng-app) can be defined?

A : ng-', 'data-ng-', 'ng:'

B : ng-'

C : ng-', 'data-ng-', 'ng:', 'x-ng-'

D : ng-', 'data-ng-','x-ng-'

Q.no 39. Which attribute of JSP page directive defines the MIME type of the HTTP response

A : Import

B : Extends

C : contentType

D : info

Q.no 40. Which is used to make asynchronous request i.e. it doesn't block the user and it
sends only required field data to the server side not all, So it makes the performance fast?

A : AJAX Support

B : Integration Support

C : Various Tag Support


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 308/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : Theme and Template Support

Q.no 41. Find output of below Javascript code

var a = 10;
document.write(a=20);

A : Error

B : Nothing is printed

C : 10

D : 20

Q.no 42. Which EJB container must provide an implementation of Java Naming and
Directory Interface (JNDI) API to provide naming services for EJB clients and components?

A : Transaction support

B : Persistence support

C : Naming support

D : All mentioned above

Q.no 43. what ae correct way to apply multiple filters in angular JS

A : {{ expression | filter1 | filter2 | ... }}

B : {{ expression | {filter1} | {filter2} | ... }}

C : {{ expression - {filter1} - {filter2} - ... }}

D : {{ {filter1} | {filter2} | ...-expression}}

Q.no 44. What does the XMLHttpRequest object accomplish in Ajax?

A : It's the programming language used to develop Ajax applications

B : It provides a means of exchanging structured data between the Web server and client

C : It provides the ability to asynchronously exchange data between Web browsers and a Web
server.

D : It provides the ability to mark up and style the display of Web-page text.

Q.no 45. Which jQuery method is used to switch between adding/removing one or more
classes (for CSS) from selected elements?

A : switchClass()

B : toggleClass()

C : altClass()
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 309/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : switch()

Q.no 46. Which is currect one to hide id element using jquery

A : $(".test").hide()

B : $("#test").hide()

C : Both of above

D : None of above

Q.no 47. What is the correct way to add 1 to the $count variable?

A : $count++;

B : ++count

C : $count =+1

D : count++;

Q.no 48. Which of the following is the format for EJB deployment descriptor files?

A : XML

B : XSL

C : HTML

D : Java

Q.no 49. A new web browser window can be opened using which method of the Window
object ?

A : createtab()

B : Window.open()

C : open()

D : All of the mentioned

Q.no 50. Of the following technologies, which one provides the ability to
dynamically interact with Web page layout?

A : JavaScript.

B : XML.

C : Document Object Model.

D : HTML.

Q.no 51. You can name the schema using the name attribute like
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 310/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : <schema attribute=”schema1”>

B : <schema nameattribute=”schema1”>

C : <schema nameattri=”schema1”>

D : <schema name=”schema1”>

Q.no 52. Disadvantages of DTD are


(i)DTDs are not extensible
(ii) DTDs are not in to support for namespaces
(iii) there is no provision for inheritance from one DTDs to another

A : (i) is correct

B : (i),(ii) are correct

C : (ii),(iii) are correct

D : (i),(ii),(iii) are correct

Q.no 53. How does JavaScript store dates in a date object?

A : the number of milliseconds since January 1st, 1970

B : The number of days since January 1st, 1900

C : The number of seconds since Netscape's public stock offering.

D : None of the above

Q.no 54. Elements from the HTML namespace are displayed as they would in
…………………..

A : DHTML

B : XML

C : HTML

D : DXML

Q.no 55. If para1 is the DOM object for a paragraph, what is the correct syntax to change the
text within the paragraph?

A : "New Text"?

B : para1.value="New Text";

C : para1.firstChild.nodeValue= "New Text";

D : para1.nodeValue="New Text";

Q.no 56. Which of the following code is used to remove a HTTP Session object in servlets?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 311/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : session.invalidate()

B : response.deleteSession()

C : session.delete()

D : request.deleteSession()

Q.no 57. Which EJB usually represents persistent data?

A : Entity Bean

B : Stateless Session Bean

C : Stateful Session Bean

D : Message-Driven Bean

Q.no 58. Choose the client-side JavaScript object?

A : Database

B : Cursor

C : Client

D : FileUpLoad

Q.no 59. Which one of the following method is used to retrieve the number of rows affected by
an INSERT, UPDATE, or DELETE query?

A : num_rows()

B : affected_rows()

C : changed_rows()

D : new_rows()

Q.no 60. There is a way of describing XML data, how?

A : XML uses a DTD to describe the data

B : XML uses XSL to describe data

C : XML uses a description node to describe data

D : Both A and C

Answers

Answer for Question No 1. is c


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 312/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 2. is c
Answer for Question No 3. is a
Answer for Question No 4. is c
Answer for Question No 5. is a
Answer for Question No 6. is b
Answer for Question No 7. is b
Answer for Question No 8. is d
Answer for Question No 9. is a
Answer for Question No 10. is b
Answer for Question No 11. is b
Answer for Question No 12. is d
Answer for Question No 13. is c
Answer for Question No 14. is c
Answer for Question No 15. is b
Answer for Question No 16. is a
Answer for Question No 17. is b
Answer for Question No 18. is b
Answer for Question No 19. is c
Answer for Question No 20. is a
Answer for Question No 21. is b
Answer for Question No 22. is c
Answer for Question No 23. is d
Answer for Question No 24. is a
Answer for Question No 25. is b
Answer for Question No 26. is c
Answer for Question No 27. is b
Answer for Question No 28. is b
Answer for Question No 29. is b
Answer for Question No 30. is d
Answer for Question No 31. is d
Answer for Question No 32. is c
Answer for Question No 33. is c
Answer for Question No 34. is c
Answer for Question No 35. is c
Answer for Question No 36. is b
Answer for Question No 37. is a
Answer for Question No 38. is c
Answer for Question No 39. is c
Answer for Question No 40. is a
Answer for Question No 41. is d
Answer for Question No 42. is c
Answer for Question No 43. is a
Answer for Question No 44. is c
Answer for Question No 45. is b
Answer for Question No 46. is b
Answer for Question No 47. is a
Answer for Question No 48. is a
Answer for Question No 49. is b
Answer for Question No 50. is c
Answer for Question No 51. is d
Answer for Question No 52. is d
Answer for Question No 53. is a
Answer for Question No 54. is c
Answer for Question No 55. is b
Answer for Question No 56. is a
Answer for Question No 57. is a
Answer for Question No 58. is d
Answer for Question No 59. is b
Answer for Question No 60. is d

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 313/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. How is everything treated in HTML DOM?

A : Node

B : Attributes

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 314/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : Elements

D : Arrays

Q.no 2. Which of the following directive allows to use froms in angular Js

A : ng-include

B : ng-form

C : ng-directive

D : ng-bind

Q.no 3. What does PHP stand for?

A : Personal Home Page

B : Hypertext Preprocessor

C : Pretext Hypertext Processor

D : Preprocessor Home Page

Q.no 4. Which role in EJB architecture is responsible for EJB Server?

A : EJB Deployer

B : Application Assembler

C : Network Engineer

D : Server Provider

Q.no 5. Who is known as father of angularJs

A : Brad Green

B : Misko Hevery

C : Adam Abrons

D : Adam Nass

Q.no 6. When we write <img src="img.png">, what "img.png" inside double quote implies?

A : element

B : attribute

C : value

D : operator

Q.no 7. PHP is a typed language.


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 315/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : User

B : Loosely

C : Server

D : System

Q.no 8. Which attribute can be added to many HTML / XHTML elements to identify them as
a member of a specific group ?

A : Id

B : div

C : class

D : span

Q.no 9. Which of the following is true about Servlets

A : Java Servlets are programs that run on a Web server or Application server.

B : Java Servlets are the program that run in the web browser space.

C : Java Servlets are client side programs that run on a client side

D : None of the above

Q.no 10. What executes EJB components?

A : A web server

B : An application server

C : An EJB container

D : A database server

Q.no 11. What scripting language is jQuery written in?

A : VBScript

B : C++

C : JavaScript

D : C#

Q.no 12. If we want to wrap a block of text around an image, which css property will we use ?

A : wrap

B : push

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 316/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : float

D : align

Q.no 13. Which of the following statements prints in PHP?

A : Out

B : Write

C : Echo

D : Display

Q.no 14. In Nodejs what is use of underscore variable in REPL session

A : to store the result

B : to get the last command used

C : to get the last result

D : to set first result

Q.no 15. What is javax.servlet.Servlet?

A : Abstract class

B : Interface

C : Concreate class

D : Public class

Q.no 16. reset() method signature in ActionForm?

A : public void reset(ActionMapping mapping, HttpServletRequest request)

B : public ActionErrors reset(ActionMapping mapping, HttpServletRequest request)

C : public ActionError reset(ActionMapping mapping, HttpServletRequest request)

D : public void only

Q.no 17. What WSDL stands for?

A : Web Services Description Language

B : Web Services Direction Language

C : Wired Services Description Language

D : Web Services Dialect Language

Q.no 18. A way to create a cookie in servlet is :


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 317/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : Use response.getCookie() method

B : Use new operator

C : Use request.getCookie() method

D : Use request.createCookie() method

Q.no 19. Which is not a XML function?

A : Transport information

B : Style information

C : Store information

D : Structure information

Q.no 20. Which of the following methods is overridden by Action class?

A : run()

B : destroy()

C : execute()

D : service()

Q.no 21. which of the following is not a JSP Action Tag

A : jsp:forward

B : jsp:include

C : jsp:useBean

D : Jsp:import

Q.no 22. In WordPress, what is the user role with the highest privilege level?

A : Administrator

B : Author

C : Editor

D : Contributor

Q.no 23. Not a number is checked in JS by

A : NaN()

B : isNaN()

C : Both of above
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 318/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : None of above

Q.no 24. UDDI uses ...................to describe interfaces to web services.

A : HyperText Markup Language (HTML)

B : Java Server Pages (JSP)

C : Web Service Definition Language(WSDL)

D : Extensible Markup Language (XML)

Q.no 25. Which of the following layer in Web Service Protocol Stack is responsible for
transporting messages between applications?

A : Service Transport

B : XML Messaging

C : Service Description

D : Service Discovery

Q.no 26. Which of the following is not true

A : PHP can be used to develop web applications.

B : PHP makes a website dynamic

C : PHP applications can not be compile

D : PHP can not be embedded into html.

Q.no 27. What sever support AJAX ?

A : WWW

B : SMTP

C : HTTP

D : SNMP

Q.no 28. How do you write "Hello World" in PHP

A : echo "Hello World";

B : "Hello World";

C : Document.Write("Hello World");

D : print "hello"

Q.no 29. The following example shows which XML Syntax rule,
< note date=" 12/11/2007">
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 319/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

< to>Tove< /to>


< from>Jani< /from>
< /note>

A : XML Attribute Values Must be Quoted

B : All XML Elements Must Have a Closing Tag

C : XML Tags are Case Sensitive

D : XML Elements Must be Properly Nested

Q.no 30. How to assign the image source in JavaScript?

A : image = “url”

B : source(“url”)

C : image.src = “url”

D : img.src=”url”

Q.no 31. How to include HTML content into another HTML

A : Server Side push

B : Use of CommetD

C : Use of Polling

D : Use of include

Q.no 32. Implict object config is instance of which class?

A : javax.servlet.ServletContext

B : javax.servlet.ServletConfig

C : javax.servlet.Context

D : javax.servlet.Application

Q.no 33. In servet, the line of code that retrieves session ID specified by the client is

A : request.getRequestedSessionId()

B : response.getRequestedSessionId()

C : Header.getRequestedSessionId()

D : request.getId()

Q.no 34. Which of the followings are valid languages for Node.js?

A : JavaScript
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 320/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : Java

C : c++

D : C#

Q.no 35. Which of the following method can be used to read a multiple values with same
name, for example check box selections in JSP?

A : request.getParameter()

B : response.getParameter()

C : request.getParameterValues()

D : response.getParameterValues()

Q.no 36. Using function, we can hold or release the execution of jQuery’s ready
event.

A : jQuery.holdReady()

B : jQuery.ready()

C : jQuery.hold()

D : jQuery.holdready()

Q.no 37. Which of the Following are the valid scopes in JSP.

A : response, page, session, application


Tion

B : request, page, session, global

C : request, page, context, application

D : request, page, session, application

Q.no 38. Which of the following is used to get information sent via get method in PHP?

A : $_GET

B : $GET

C : $GETREQUEST

D : $GETR

Q.no 39. Which of the following code delete a cookie in servlet?

A : deleteCookie(cookie);

B : request.deleteCookie(cookie);

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 321/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : cookie.setMaxAge(0)

D : esponse.deleteCookie(cookie);

Q.no 40. $(this).hide() - hides the current element

A : Hides current element

B : Hides element with name this

C : Hides element with $

D : None of above

Q.no 41. What angular function is used to manually start up an angular application?

A : angular.bootstrap

B : angular.element

C : angular.copy

D : None of the above

Q.no 42. Find output of below code

var a = '10';
var b = a = 20;
document.write(a+b);

A : Error in Script

B : 10'20

C : 1020

D : 40

Q.no 43. What is the correct way to open the file "time.txt" as readable?

A : fopen("time.txt","r");

B : open("time.txt","read");

C : fopen("time.txt","r+");

D : open("time.txt");

Q.no 44. What are the controllers in AngularJs is responsible for

A : Controlling the data.

B : Displaying the data.

C : display logic
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 322/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : display view

Q.no 45. Which of the following code is used to get names of the attributes in servlet

A : response.getAttributeNames()

B : request.getAttributeNames()

C : Header.getAttributeNames()

D : None of the above.

Q.no 46. Directives can be applied to which all element type?

A : Element

B : Attribute

C : Comment

D : All of above

Q.no 47. WSDL is an........................ for describing network services

A : PHP format

B : HTML format

C : PDF format

D : XML format

Q.no 48. What is the correct JavaScript syntax to write "Hello World"?

A : System.out.println("Hello World")

B : println ("Hello World")

C : document.write("Hello World")

D : response.write("Hello World")

Q.no 49. Which superglobal variable holds information about headers, paths, and script
locations?

A : $_SERVER

B : $_GET

C : $_SESSION

D : $_GLOBALS

Q.no 50. Which of the following method is used to hide the selected elements?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 323/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : visible(false)

B : hidden()

C : display(none)

D : hide()

Q.no 51. Attribute standalone="no" should be included in XML declaration if a document:

A : is linked to an external XSL stylesheet

B : has external general references

C : has processing instructions

D : has an external DTD

Q.no 52. Who is known as the father of PHP?

A : Willam Makepiece

B : Drek Kolkevi

C : Rasmus Lerdorf

D : List Barely

Q.no 53. How Node based web servers are different from traditional web servers?

A : Node based server process request much faster than traditional server.

B : Node based server uses a single threaded model and can services much larger number of
requests than traditional server like Apache HTTP Server.

C : There is no much difference between the two.

D : data based server

Q.no 54. Which of the following function returns the number of characters in a string
variable?

A : count($variable)

B : len($variable)

C : strcount($variable)

D : strlen($variable)

Q.no 55. Which value is going to be updated


<p id="demo"></p>
<p class="demo"></p>
<p name="demo"></p>

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 324/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

<script> document.getElementById("demo").innerHTML = "Hello World!";


</script>

A : p with id

B : p with class

C : p with name

D : All of the above

Q.no 56. Which one of the following statements instantiates the mysqli class?

A : $mysqli = new mysqli()

B : $mysqli = new mysqli()

C : $mysqli->new.mysqli()

D : mysqli->new.mysqli()

Q.no 57. Which one of the following databases has PHP supported almost since the
beginning?

A : Oracle Database

B : SQL

C : SQL+

D : MySQL

Q.no 58. Which of the methods are used to manage result sets using both associative and
indexed arrays?

A : get_array() and get_row()

B : get_array() and get_column()

C : fetch_array() and fetch_row()

D : fetch_array() and fetch_column()

Q.no 59. Choose the server-side JavaScript object?

A : FileUpLoad

B : Function

C : File

D : Date

Q.no 60. The use of a DTD in XML development is:

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 325/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : required when validating XML documents

B : no longer necessary after the XML editor has been customized

C : used to direct conversion using an XSLT processor

D : a good guide to populating a templates to be filled in when generating an XML document


automatically

Answers

Answer for Question No 1. is a


Answer for Question No 2. is b
Answer for Question No 3. is b
Answer for Question No 4. is d
Answer for Question No 5. is c
Answer for Question No 6. is c
Answer for Question No 7. is b
Answer for Question No 8. is c
Answer for Question No 9. is a
Answer for Question No 10. is c
Answer for Question No 11. is c
Answer for Question No 12. is c
Answer for Question No 13. is c
Answer for Question No 14. is c
Answer for Question No 15. is b
Answer for Question No 16. is b
Answer for Question No 17. is a
Answer for Question No 18. is b
Answer for Question No 19. is b
Answer for Question No 20. is c
Answer for Question No 21. is d
Answer for Question No 22. is a
Answer for Question No 23. is b
Answer for Question No 24. is c
Answer for Question No 25. is a
Answer for Question No 26. is d
Answer for Question No 27. is c
Answer for Question No 28. is a
Answer for Question No 29. is a
Answer for Question No 30. is c
Answer for Question No 31. is d
Answer for Question No 32. is b
Answer for Question No 33. is a
Answer for Question No 34. is a
Answer for Question No 35. is b
Answer for Question No 36. is a
Answer for Question No 37. is d
Answer for Question No 38. is a
Answer for Question No 39. is c
Answer for Question No 40. is a
Answer for Question No 41. is a
Answer for Question No 42. is d
Answer for Question No 43. is a
Answer for Question No 44. is a
Answer for Question No 45. is b
Answer for Question No 46. is d
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 326/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 47. is d
Answer for Question No 48. is c
Answer for Question No 49. is a
Answer for Question No 50. is b
Answer for Question No 51. is d
Answer for Question No 52. is c
Answer for Question No 53. is b
Answer for Question No 54. is d
Answer for Question No 55. is a
Answer for Question No 56. is b
Answer for Question No 57. is d
Answer for Question No 58. is c
Answer for Question No 59. is c
Answer for Question No 60. is a

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 327/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 328/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 1. How many types of selectors available in jquery.

A:1

B:2

C:3

D:4

Q.no 2. Which of the following properties will we use to display border around a cell without
any content ?

A : empty-cell

B : blank-cell

C : noncontent-cell

D : void-cell

Q.no 3. Which of the following layer in Web Service Protocol Stack is responsible for
centralizing services into a common registry and providing easy publish/find functionality?

A : Service Transport

B : XML Messaging

C : Service Description

D : Service Discovery

Q.no 4. Which of the following represents the root of the Tomcat installation

A : $CATALINA

B : $CATALINA_HOME

C : $HOME

D : None of these

Q.no 5. JavaScript is also called server-side JavaScript

A : Microsoft

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 329/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : Navigator

C : LiveWire

D : Native

Q.no 6. Which of the following is correct?

A : jQuery is a JavaScript Library

B : jQuery is a JSON Library

C : Both of These

D : None

Q.no 7. Which of the following is a server side technology?

A : Html

B : JSP

C : JavaScript

D : CSS

Q.no 8. Which AngularJs directive used to disable an element

A : ng-disabled

B : ng-hide

C : ng-false

D : ng-true

Q.no 9. In XML document comments are given as?

A : < ! ---- !>

B : < !-- ?

C : < / ---- >

D : < ?-- ?

Q.no 10. Struts supports which of these model components?

A : JavaBeans

B : EJB,COBRA

C : JDO

D : All above
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 330/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 11. Which method is used to create new HTML element in JS

A : document.createElement()

B : document.createNewElement()

C : newElement()

D : document.HTMLElement()

Q.no 12. What is divide by 0 in Javascript?

var a = 10;
var b = 0;
document.write(a/b);

A : Nothing is printed

B : 0 is printed

C : Infinity is printed

D : Some Garbage Value

Q.no 13. Which character in the XML Element will generate an error because the parser
interprets it as the start of a new element?

A:"<"

B : "&"

C : Both A & B

D : None of the above

Q.no 14. What type of architecture is followed in CMS?

A : MV

B : MMVC

C : MVC

D : MC

Q.no 15. How can we make attributes have multiple values:

A : <myElement myAttribute="value1 value2"/>

B : <myElement myAttribute="value1" myAttribute="value2"/>

C : <myElement myAttribute="value1, value2"/>

D : attributes cannot have multiple values

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 331/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 16. What is AJAX ?

A : is a programe

B : is a country name

C : is a football club name

D : class name

Q.no 17. Which directives initializes angularJs application

A : ng-init

B : ng-app

C : ngSrc

D : ng-start

Q.no 18. The EJB specification architecture does NOT define….

A : transactional components

B : client side security and encryption

C : distributed object components

D : server-side components

Q.no 19. Which event handler is triggered when the user’s mouse moves onto a link?

A : onMouseOver

B : onMouseOut

C : onMouse

D : onMouseOnto

Q.no 20. XML is designed to store data and .

A : Design

B : Verify

C : Transport

D : Both A & B

Q.no 21. What does the hash (#) sign mean in PHP?

A : It indicates lines that are commented out

B : It indicates variable declaration.


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 332/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : It indicates function declaration.

D : No uses in PHP.

Q.no 22. What does JSTL stands for

A : JSP Tag Library

B : JSP Standard Tag Library

C : Java Standard Tag Library

D : Java Standard Template Library

Q.no 23. Which of the following XML fragments are well-formed?

A : <myElement myAttribute="someValue"/>

B : <myElement myAttribute=someValue/>

C : <myElement myAttribute=’someValue’>

D : <myElement myAttribute="someValue’/>

Q.no 24. What is MVC (Mode View Controller)

A : It is a services for Java built function

B : It is marker for DOM elements

C : It is a software design pattern for developing web applications

D : it is framework only

Q.no 25. The correct signature of jspInit() method of HttpJspPage class is :

A : void jspInit(HTTPRequest request, HTTPResponse response)

B : void jspInit(HTTPRequest request, HTTPResponse response) throws ServletException,


IOException

C : void jspInit() throws ServletException, IOException

D : void jspInit()

Q.no 26. Using AJAX we can made our web page

A : more interactive and faster

B : easy to connect web page with server

C : more dynamic

D : static only

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 333/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 27. Which one of these technologies is NOT used in AJAX

A : CSS

B : DOM

C : DHTML

D : Flash

Q.no 28. SOAP platform ……………….

A : Independent

B : dependent

C : sometime dependent

D : sometine independent

Q.no 29. Comment Tag syntax in JSP is:

A : <%! comment%>

B : <%@ comment%>

C : <%= comment%>

D : <%-- comment--%>

Q.no 30. Every JSP is Translated into a:

A : Java applet

B : Java servlet

C : Java EJB

D : Java Struts

Q.no 31. The code for seding a cookie in servlet is

A : response.createCookie(cookie)

B : response.sendCookie(cookie)

C : response.addCookie(cookie)

D : None of the above

Q.no 32. When a user views a page containing a JavaScript program, which machine actually
executes the script?

A : The User's machine running a Web browser

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 334/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : The Print Server

C : A central machine deep within Netscape's corporate offices

D : The Web server

Q.no 33. Tomcat’s JSP Engine in know as

A : Catalina

B : Tomcat sink

C : Casper

D : Jasper

Q.no 34. Which is a currect Jquery Syntax to hide all paragraph elements

A : ("p").hide()

B : $("p").hide()

C : $hide("p")

D : p.hide()

Q.no 35. Which of the following attributes are mandatory in <jsp:getProperty /> tag

A : name, property

B : type, id

C : name, type

D : id, property

Q.no 36. The correct signature of _jspService() method of HttpJspPage class is :

A : void _jspService(HTTPRequest request, HTTPResponse response)

B : void _jspService(HTTPRequest request, HTTPResponse response) throws ServletException,


IOException

C : void _jspService()

D : void _jspService() throws ServletException, IOException

Q.no 37. By applying an a style can be applied to just a single tag.

A : class rule

B : element rule

C : id rule

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 335/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : none of the mentioned

Q.no 38. Which angular module is loaded by default?

A : ng

B : ng-app

C : ng-config

D : restore

Q.no 39. Which components can be injected as a dependency in AngularJS

A : Application Module

B : constant

C : value

D : Factory

Q.no 40. The property specifies the background color of an element.

A : background-color

B : border

C : color

D : display

Q.no 41. Correct way of accessing javascript object var person = {firstName:"John",
lastName:"Doe"}

A : person.lastName;

B : person#lastName

C : lastName

D : None of above

Q.no 42. Which of the following module is required for path specific operations?

A : os module

B : fs module

C : path module

D : ng module

Q.no 43. Which of the following statement is true about the destroy() method of servlet?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 336/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : The destroy() method is called multiple times during the life cycle of a servlet

B : The destroy() method is called only once at the end of the life cycle of a servlet.

C : The destroy() method is called after the servlet has executed service method.

D : The destroy() method is called is never called during the life cycle of a servlet.

Q.no 44. Which of the following tool automates various tasks of Node.js application

A : Express.js

B : GruntJS

C : . NPM

D : .MS

Q.no 45. A similar rule called the is specified using the plus sign (+) and is used
to select elements that would be siblings of each other.

A : class selectors

B : attribute selectors

C : adjacent-sibling selector

D : none of the mentioned

Q.no 46. Angular 1.x is written in ………

A : Java

B : Javascript

C : Typescript

D : VB script

Q.no 47. What is Callback?

A : Callback is an asynchronous equivalent for a function.

B : Callback is a technique in which a method call back the caller method.

C : it is routine

D : it is distributed

Q.no 48. Correct way to declare object in JS

A : var x = {firstName:"John", lastName:"Doe"};

B : x = obj(firstName:"John", lastName:"Doe")

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 337/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : Both of above

D : None of above

Q.no 49. Which of the following type of variables have only two possible values either true or
false?

A : Integers

B : Doubles

C : booleans

D : Strings

Q.no 50. What is the correct syntax for referring to an external script called " abc.js"?

A : <script href=" abc.js">

B : <script name=" abc.js">

C : <script src=" abc.js">

D : None of the above

Q.no 51. Which EJB usually represents persistent data?

A : Entity Bean

B : Stateless Session Bean

C : Stateful Session Bean

D : Message-Driven Bean

Q.no 52. Which one of the following methods is responsible for sending the query to the
database?

A : query()

B : send_query()

C : sendquery()

D : query_send()

Q.no 53. AJAX comes in .

A : 2003

B : 2004

C : 2005

D : 2006
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 338/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 54. Which one of the following statements can be used to select the database?

A : $mysqli=select_db(‘databasename’);

B : mysqli=select_db(‘databasename’);

C : mysqli->select_db(‘databasename’);

D : $mysqli->select_db(‘databasename’);

Q.no 55. Which protocol used by REST for Data Communication?

A : TCP

B : HTTP

C : UDP

D : SMTP

Q.no 56. What will function return


function sum ()
{
var s = 0;
for (var i = 0; i < arguments.length; i++)
s += arguments[i];
return s;
}

sum(1, 2, 3,4,5);

A:2

B:5

C : 15

D : None of above

Q.no 57. DTD includes the specifications about the markup that can be used within the
document, the specifications consists of all EXCEPT

A : the browser name

B : the size of element name

C : entity declarations

D : element declarations

Q.no 58. In which version of PHP was MySQL Native Driver(also known as mysqlnd)
introduced?

A : PHP 5.0

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 339/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : PHP 5.1

C : PHP 5.2

D : PHP 5.3

Q.no 59. Which of the following is true about XML?

A : XML is technology independent. It can be used by any technology for data storage and
transmission purpose.

B : XML uses simple text format. It is human readable and understandable.

C : Using XSD, DTD and XML structure can be validated easily.

D : All of the above.

Q.no 60. Which of the following method can be used to get the multiple values of a parameter
like checkbox data?

A : request.getParameter()

B : header.getParameterNames()

C : request.getParameterValues()

D : request.getParameterNames()

Answers

Answer for Question No 1. is c


Answer for Question No 2. is a
Answer for Question No 3. is d
Answer for Question No 4. is b
Answer for Question No 5. is c
Answer for Question No 6. is a
Answer for Question No 7. is b
Answer for Question No 8. is a
Answer for Question No 9. is b
Answer for Question No 10. is d
Answer for Question No 11. is a
Answer for Question No 12. is c
Answer for Question No 13. is a
Answer for Question No 14. is c
Answer for Question No 15. is d
Answer for Question No 16. is a
Answer for Question No 17. is b
Answer for Question No 18. is b
Answer for Question No 19. is a
Answer for Question No 20. is c
Answer for Question No 21. is a
Answer for Question No 22. is b
Answer for Question No 23. is a
Answer for Question No 24. is c
Answer for Question No 25. is d
Answer for Question No 26. is a
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 340/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 27. is d
Answer for Question No 28. is a
Answer for Question No 29. is d
Answer for Question No 30. is b
Answer for Question No 31. is c
Answer for Question No 32. is a
Answer for Question No 33. is d
Answer for Question No 34. is b
Answer for Question No 35. is a
Answer for Question No 36. is b
Answer for Question No 37. is c
Answer for Question No 38. is a
Answer for Question No 39. is a
Answer for Question No 40. is a
Answer for Question No 41. is a
Answer for Question No 42. is c
Answer for Question No 43. is b
Answer for Question No 44. is b
Answer for Question No 45. is c
Answer for Question No 46. is b
Answer for Question No 47. is a
Answer for Question No 48. is a
Answer for Question No 49. is c
Answer for Question No 50. is c
Answer for Question No 51. is a
Answer for Question No 52. is a
Answer for Question No 53. is c
Answer for Question No 54. is d
Answer for Question No 55. is b
Answer for Question No 56. is c
Answer for Question No 57. is a
Answer for Question No 58. is d
Answer for Question No 59. is d
Answer for Question No 60. is c

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 341/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Q.no 1. Which of the following XML documents are well-formed?

A : <firstElement>some text goes here


<secondElement>another text goes here</secondElement>
</firstElement>

B : <firstElement>some text goes here</firstElement>


<secondElement> another text goes here</secondElement>

C : <firstElement>some text goes here


<secondElement> another text goes here</firstElement>
</secondElement>

D : </firstElement>some text goes here


</secondElement>another text goes here
<firstElement>

Q.no 2. Which one of the following is correct syntax for directive in JSP

A : <%@directive%>

B : <%!directive%>

C : <%directive%>

D : <%=directive%>

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 342/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 3. SOAP is an acronym for……………………………

A : Simple Open Access Protocol

B : Simple Object Access Protocol

C : Simple Oprational Access Protocol

D : Simple Object Aapplication Protocol

Q.no 4. We can use view state of MVC?

A : yes

B : no

C : partially no

D : partially yes

Q.no 5. If we don't want to allow a floating div to the left side of an element, which css
property will we use ?

A : margin

B : clear

C : float

D : padding

Q.no 6. Which of the following statement is correct about HTTP Get method.

A : GET method is used to appends form data to the URL in the page request.

B : The GET method is a secure method to pass information from browser to web server.

C : GET requests do not have any data length restrictions for data tranfer.

D : None of the above.

Q.no 7. In XML which internet languages are markup languages for handheld devices?

A : WAP

B : WML

C : RSS

D : Both A & B

Q.no 8. Which of the following is not a implicit object in JSP?

A : request

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 343/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : response

C : cookie

D : session

Q.no 9. Statement in Javascript ends with

A : comma

B : semicolon

C : Question mark

D : Dollar sign

Q.no 10. The correct signature of jspDestroy() method of HttpJspPage class is :

A : void jspDestroy(HTTPRequest request, HTTPResponse response)

B : void jspDestroy()

C : void jspDestroy() throws ServletException, IOException

D : void jspDestroy(HTTPRequest request, HTTPResponse response) throws ServletException,


IOException

Q.no 11. Which is a software- and hardware-independent tool for carrying information?

A : HTML

B : XML

C : Both A & B

D : None of the above

Q.no 12. Which of the following code retrieves the value of a request parameter in servlet?

A : Header.getParameter(name)

B : response.getParameter(name)

C : request.getAttributeNames()

D : request.getParameter(name)

Q.no 13. Which of the following layer in Web Service Protocol Stack is responsible for
encoding messages in a common XML format so that messages can be understood at either
end?

A : Service Transport

B : XML Messaging

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 344/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : Service Description

D : Service Discovery

Q.no 14. Which Characters are illegal in XML elements?

A:"<"

B : "&"

C : Both A & B

D : None of the above

Q.no 15. In PHP Language variables are case sensitive

A : true

B : Flase

C : Depends on website

D : Depends on server

Q.no 16. Which are the XML Syntax rules?

A : All XML Elements Must Have a Closing Tag

B : XML Tags are not Case Sensitive

C : XML Elements Must be Properly Nested

D : Both A & C

Q.no 17. How can we create instance of http module?

A : var http = require("http")

B : var http = new require("http")

C : var http = new http()

D : new mod()

Q.no 18. New element is added to JS array by using method

A : append

B : push

C : All of the above

D : None of above

Q.no 19. AngularJS bootstraps itself during config phase.


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 345/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : yes

B : no

C : always

D : never

Q.no 20. The default port number of Tomcat Server is:

A : 8080

B : 7001

C : 8010

D : 9001

Q.no 21. Which Web browser is the least optimized for Microsoft's version of AJAX?

A : Firefox

B : Opera

C : Safari

D : Internet Explorer

Q.no 22. AJAX is based on

A : JavaScript and XML

B : JavaScript and Java

C : VBScript and XML

D : JavaScript and HTTP requests

Q.no 23. What WSDL stands for?

A : Web Services Description Language

B : Web Services Direction Language

C : Wired Services Description Language

D : Web Services Dialect Language

Q.no 24. What HTTP stands for?

A : Hyperlink Text Transfer Protocol

B : Hyper Text Transfer Protocol

C : Hyper Transfer Text Protocol


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 346/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : Hyper Time Transfer Protocol

Q.no 25. If we want define style for an unique element, then which css selector will we use ?

A : Id

B : text

C : class

D : name

Q.no 26. To install Node.js express module

A : $ npm install express

B : $ node install express

C : $ install express

D : #update express

Q.no 27. What does validate() method of ActionForm returns?

A : ActionErrors

B : ActionForward

C : ActionMapping

D : ActionError

Q.no 28. Which of the following best describes JavaScript?

A : a low-level programming language.

B : a scripting language precompiled in the browser.

C : a compiled scripting language.

D : an object-oriented scripting language.

Q.no 29. AJAX Stands for

A : Asynchronous Javascript and XML

B : Abstract JSON and XML

C : Another Java Abstraction for X-Windows

D : Another Java and XML Library

Q.no 30. Which of the following component of HTTP request is used to indicate HTTP
version?

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 347/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

A : VERB

B : URI

C : HTTP Version

D : Request Header

Q.no 31. Which of the following selector selects all elements of E that have the attribute attr
that end with the given value?

A : E[attr^=value]

B : E[attr$=value]

C : E[attr*=value]

D : none of the mentioned

Q.no 32. Which is a language for finding information in an XML document?

A : Xpath

B : XSLT

C : Xlink

D : Xpointer

Q.no 33. Which object is the top of the hierarchy?

A : Window Object

B : Document Object

C : Form Object

D : Form Control Elements

Q.no 34. Which attribute of JSP page directive defines the MIME type of the HTTP response

A : Import

B : Extends

C : contentType

D : info

Q.no 35. Which of the following is the structure of an if statement?

A : if (conditional expression is true) thenexecute this codeend if

B : if (conditional expression is true)execute this codeend if

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 348/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

C : if (conditional expression is true) {then execute this code>->}

D : if (conditional expression is true) then {execute this code}

Q.no 36. What type of selector is used in this case?

p {line-height: 150%;}

A : class Selectors

B : element Selectors

C : id Selectors

D : none of the mentioned

Q.no 37. Which of the following code is used to get names of the attributes in servlet

A : response.getAttributeNames()

B : request.getAttributeNames()

C : Header.getAttributeNames()

D : None of the above.

Q.no 38. Which of the following code prints process version?

A : console.log('Current version: ' + process.version());

B : console.log('Current version: ' + unprocess.version());

C : console.log('Current version: ' + process.getVersion());

D : console.log('Current version: ' + process.setVersion());

Q.no 39. The property specifies if/how an element is displayed.

A : background-color

B : border

C : color

D : display

Q.no 40. What should appear at the very end of your JavaScript?
The <script LANGUAGE="JavaScript">tag

A : The </script>

B : The <script>

C : The END statement

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 349/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

D : None of the above

Q.no 41. Which one of these legendary Greek mythical figures or places is the code name for
Microsoft's version of AJAX ?

A : Oracle

B : Atlas

C : Hercules

D : Delphi

Q.no 42. WSDL is an........................ for describing network services

A : PHP format

B : HTML format

C : PDF format

D : XML format

Q.no 43. What is the correct way to add 1 to the $count variable?

A : $count++;

B : ++count

C : $count =+1

D : count++;

Q.no 44. Which of the following code delete a cookie in servlet?

A : deleteCookie(cookie);

B : request.deleteCookie(cookie);

C : cookie.setMaxAge(0)

D : esponse.deleteCookie(cookie);

Q.no 45. . What are various possible prefixes such as 'ng-' using which Angular directives (for
example, ng-app) can be defined?

A : ng-', 'data-ng-', 'ng:'

B : ng-'

C : ng-', 'data-ng-', 'ng:', 'x-ng-'

D : ng-', 'data-ng-','x-ng-'

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 350/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

Q.no 46. Which type of validation we must implement the Validateable interface (or extend
ActionSupport class) and provide the implementation of validate method?

A : By Input Validation

B : By Ajax Validation

C : By Custom Validation

D:0

Q.no 47. Which of the following selector selects the elements that are the default among a set
of similar elements?

A : :default

B : :%

C : :disabled

D : none of the mentioned

Q.no 48. What is the work of the form control elements in the HTML DOM?

A : User Interface elements

B : All the possible elements

C : Debugging elements

D : Collecting elements

Q.no 49. Which of the following is true about init() method of servlet?

A : The init() method loads new data for each service request of the servlet.

B : The init() method is called again and again for each user request.

C : The init() method is called only once.

D : The init() method is never called in servelt.

Q.no 50. Which is currect one to hide id element using jquery

A : $(".test").hide()

B : $("#test").hide()

C : Both of above

D : None of above

Q.no 51. XML Schemas consist of:

A : properties and methods.


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 351/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : elements and attributes.

C : structure and data.

D : tables and relationships.

Q.no 52. Which value is going to be updated


<p id="demo"></p>
<p class="demo"></p>
<p name="demo"></p>
<script> document.getElementById("demo").innerHTML = "Hello World!";
</script>

A : p with id

B : p with class

C : p with name

D : All of the above

Q.no 53. Which one of the following method is used to retrieve the number of rows affected by
an INSERT, UPDATE, or DELETE query?

A : num_rows()

B : affected_rows()

C : changed_rows()

D : new_rows()

Q.no 54. XMLHttpRequest is a

A : Object

B : Class

C : Both Object & Class

D : Array

Q.no 55. Which version of MySQL introduced the prepared statements?

A : MySQL 4.0

B : MySQL 4.1

C : MySQL 4.2

D : MySQL 4.3

Q.no 56. How does JavaScript store dates in a date object?

A : the number of milliseconds since January 1st, 1970


https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 352/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25

B : The number of days since January 1st, 1900

C : The number of seconds since Netscape's public stock offering.

D : None of the above

Q.no 57. Which one of the following lines need to be uncommented or added in the php.ini file
so as to enable mysqli extension?

A : extension=php_mysqli.dll

B : extension=mysql.dll

C : extension=php_mysqli.dl

D : extension=mysqli.dl

Q.no 58. Which of the following layer in Web Service Protocol Stack is responsible for
describing the public interface to a specific web service?

A : Service Transport

B : XML Messaging

C : Service Description

D : Service Discovery

Q.no 59. Which of the following is true for JNDI?

A : Database service

B : Naming and Directory Service

C : Network Service

D : Web Service

Q.no 60. The default model for complex type, in XML schemas for element is

A : textOnly

B : elementOnly

C : no default type

D : both 1 & 2

Answers

Answer for Question No 1. is b


Answer for Question No 2. is a
Answer for Question No 3. is b
Answer for Question No 4. is b
https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 353/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
Answer for Question No 5. is b
Answer for Question No 6. is a
Answer for Question No 7. is d
Answer for Question No 8. is c
Answer for Question No 9. is b
Answer for Question No 10. is b
Answer for Question No 11. is b
Answer for Question No 12. is d
Answer for Question No 13. is b
Answer for Question No 14. is c
Answer for Question No 15. is a
Answer for Question No 16. is d
Answer for Question No 17. is a
Answer for Question No 18. is b
Answer for Question No 19. is a
Answer for Question No 20. is a
Answer for Question No 21. is c
Answer for Question No 22. is a
Answer for Question No 23. is a
Answer for Question No 24. is b
Answer for Question No 25. is a
Answer for Question No 26. is a
Answer for Question No 27. is b
Answer for Question No 28. is d
Answer for Question No 29. is a
Answer for Question No 30. is c
Answer for Question No 31. is b
Answer for Question No 32. is a
Answer for Question No 33. is a
Answer for Question No 34. is c
Answer for Question No 35. is c
Answer for Question No 36. is b
Answer for Question No 37. is b
Answer for Question No 38. is b
Answer for Question No 39. is d
Answer for Question No 40. is a
Answer for Question No 41. is b
Answer for Question No 42. is d
Answer for Question No 43. is a
Answer for Question No 44. is c
Answer for Question No 45. is c
Answer for Question No 46. is c
Answer for Question No 47. is a
Answer for Question No 48. is a
Answer for Question No 49. is c
Answer for Question No 50. is b
Answer for Question No 51. is c
Answer for Question No 52. is a
Answer for Question No 53. is b
Answer for Question No 54. is c
Answer for Question No 55. is b
Answer for Question No 56. is a
Answer for Question No 57. is a
Answer for Question No 58. is c
Answer for Question No 59. is b
Answer for

Question No 60. is

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 354/284
28/12/2020 https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25
b

https://sppu.wheebox.com/WAC-3/allqusdownloadhtml.ils?testNo=2748&code=1052000&showTest=319&actForm=edit&set=25 355/284

You might also like