R4RIN
Articles
Java 8
MCQS
WebServices MCQ Quiz Hub
Webservices Mcq Set 5
Choose a topic to test your knowledge and improve your WebServices skills
1. ---- is a specification for a distributed registry of web services.
WSDL
UDDI
SOAP
None of these
2. ------is platform independent, open framework
WSDL
UDDI
SOAP
None of these
3. ----can communicate via SOAP, CORBA, and Java RMI Protocol.
WSDL
UDDI
SOAP
None of these
4. --------uses WSDL to describe interfaces to web services.
WSDL
UDDI
SOAP
None of these
5. -------is an open industry initiative enabling businesses to discover eachother anddefine how they interact over the Internet
WSDL
UDDI
SOAP
None of these
6. --------is platform independent.
WSDL
UDDI
SOAP
None of these
7. -----is language independent.
WSDL
UDDI
SOAP
None of these
8. ------- is simple and extensible.
WSDL
UDDI
SOAP
None of these
9. --------allows you to get around firewalls.
WSDL
UDDI
SOAP
None of these
10. --------will be developed as a W3C standard.
WSDL
UDDI
SOAP
None of these
11. -----is an XML-based protocol for exchanging information betweencomputers
WSDL
UDDI
SOAP
None of these
12. -----is a format for sending messages.
WSDL
UDDI
SOAP
None of these
13. ------is designed to communicate via Internet.
WSDL
UDDI
SOAP
None of these
14. -------is Language and Platform independent
WSDL
UDDI
SOAP
None of these
15. -------web services can be written inany programming language and executed in anyplatform
WSDL
UDDI
SOAP
None of these
16. ------uses WSDL othermechanism to discover the service.
WSDL
UDDI
SOAP
None of these
17. --------is among the simplest and most foolproof web service approaches thatmakes iteasy for computers to call procedures on other computers.
XML-RPC
UDDI
SOAP
WSDL
18. -------permits programs to make function or procedure calls across anetwork.
XML-RPC
UDDI
SOAP
WSDL
19. -----uses a small XML vocabulary to describe the nature of requestsand responses.
XML-RPC
UDDI
SOAP
WSDL
20. ------client specifies a procedure name and parameters in the XMLrequest, and the server returns either a fault or a response in the XMLresponse.
XML-RPC
UDDI
SOAP
WSDL
21. ------has no notion of objects and no mechanism for includinginformation that uses other XML vocabulary.
XML-RPC
UDDI
SOAP
WSDL
22. We'll show how to deploy the Java class to a SOAP server using the WASPdeployment tool
yes
no
can not say
None of these
23. What sever support AJAX ?
WWW
SMTP
HTTP
SNMP
24. A PHP script should start with ___ and end with ___:
< php >
< ? php ?>
< ? ? >
< ?php ? >
25. What does validate() method of ActionForm returns?
ActionErrors
ActionForward
ActionMapping
ActionError
26. How can we create instance of http module?
var http = require(“http”)
var http = new require(“http”)
var http = new http()
new mod()
27. 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?
Service Transport
XML Messaging
Service Description
Service Discovery
28. What scripting language is jQuery written in?
VBScript
C++
JavaScript
C#
29. What WSDL stands for?
Web Services Description Language
Web Services Direction Language
Wired Services Description Language
Web Services Dialect Language
30. Which JSP Action tags is used to include the content of another resource, like jsp, html or servlet?
jsp:plugin
jsp:include
jsp:forward
jsp:useBean
31. AJAX made popular by
Microsoft
IBM
Google
SunMicrosystem
32. _____ JavaScript statements embedded in an HTML page can respond to user events such as mouse-clicks, form input, and page navigation.
Client-side
Server-side
Local
Native
33. which of the following is not a JSP Action Tag
jsp:forward
jsp:include
jsp:useBean
Jsp:import
34. All variables in PHP start with which symbol?
$
&
!
*
35. PHP is an example of ___________ scripting language.
Server-side
Client-side
Browser-side
In-side
36. Which of the following code is used to get names of the attributes in servlet
response.getAttributeNames()
request.getAttributeNames()
Header.getAttributeNames()
None of the above.
37. What is the property textContent?
Sets the textual content of a node
Returns the textual content of a node
Both a and b
None of the mentioned
38. What is the work of the form control elements in the HTML DOM?
User Interface elements
User Interface elements
Debugging elements
Collecting elements
39. Which of the following type of variables have only two possible values either true or false?
Integers
Doubles
booleans
Strings
40. AngularJS applications are a mix of . . . . .
HTML and PHP
HTML and CrossScript
HTML and AngularScript
HTML and JavaScript
41. Correct way to declare object in JS
var x = {firstName:”John”, lastName:”Doe”};
x = obj(firstName:”John”, lastName:”Doe”)
Both of above
None of above
42. Which attribute of JSP page directive defines the MIME type of the HTTP response
Import
Extends
contentType
info
43. Which is a language for finding information in an XML document?
Xpath
XSLT
Xlink
Xpointer
44. What is the easy way add extra Functionality in CMS?
Using Plugins/Extensions
Downloading New Theme
By going to coding portion
Making your own theme
45. What is the correct way to create a function in PHP?
function myFunction()
create myFunction()
new_function myFunction()
del myfunction()
46. What makes Ajax unique?
It works as a stand-alone Web-development tool.
It works the same with all Web browsers.
It uses C++ as its programming language.
It makes data requests asynchronously.
47. The setTimeout() belongs to which object?
Element
Window
Location
None of the mentioned
48. Which of the following array represents an array with strings as index?
Numeric Array
Associative Array
Multidimentional Array
Normal Array
49. Which of the following method can be used to read parameters names in JSP?
request.getParameter()
response.getParameter()
request.getParameterNames()
response.getParameterNames()
50. Implict object config is instance of which class?
javax.servlet.ServletContext
javax.servlet.ServletConfig
javax.servlet.Context
javax.servlet.Application
51. How Node based web servers are different from traditional web servers?
Node based server process request much faster than traditional server.
Node based server uses a single threaded model and can services much larger number of requests than traditional server like Apache HTTP Server.
There is no much difference between the two.
data based server
52. WordPress is used to create………
Website
Application
System Program
Operating System Show Answer
53. Which relational database does WordPress use?
MySQL
Oracle
PostgresSQL
MS SQLServer Show Answer
54. Elements from the HTML namespace are displayed as they would in ………
DHTML
XML
HTML
DXML
55. Which statement is true?
All the statements are true
All XML elements must have a closing tag
All XML elements must be lower case
All XML documents must have a DTD
56. Which one of the following lines need to be uncommented or added in the php.ini file so as to enable mysqli extension?
extension=php_mysqli.dll
extension=mysql.dll
extension=php_mysqli.dl
extension=mysqli.dl
57. Which of the following is the Web application equivalent to querySelectorAll()?
#()
&()
$()
None of the mentioned
58. XML Schemas consist of:
properties and methods.
elements and attributes.
structure and data.
tables and relationships.
Submit