R4RIN
Articles
Java 8
MCQS
WebServices MCQ Quiz Hub
Webservices Mcq Set 4
Choose a topic to test your knowledge and improve your WebServices skills
1. Storyboards are intended to:
Indicate the structure of a site during site design and as a user feature
Prototype of the screen layout showing navigation and main design elements
Integrate consistently available components on the webpage (e.g. navigation, search boxes)
Prototype typical customer journeys or click streams through a website
2. Which of the following occupies boot record of hard and floppy disks and activated during computer startup?
Worm
Boot sector virus
Macro virus
Virus
3. A graphical or text depiction of the relationship between different groups of content on a website is a:
Page template
Wireframe
Site map
Cascading style sheet (CSS)
4. Which of the following is a description of information organization schemes?
Minimising the number of clicks needed to access relevant content
Providing an overall design to a site consistent with the positioning of the products and services
The menu options chosen to group and categorize information
Providing specific content and services appropriate to different audience members
5. Which of the following is a valid uniform resource locator ?
http://www.acm.org/sigmod
www.google.com
www.ann.in
http:/www.acm.org/sigmod/
6. http://www.google.com/search?q=silberschatz In the above URL which one is the argument which is used for processing of the URL?
google
google.com
search
q=silberschatz
7. HTTP defines two ways in which values entered by a user at the browser can be sent to the Web server. The _____ method encodes the values as part of the URL.
Post
Get
Read
Argument
8. A __________ is a program running on the server machine,which accepts requests from a Web browser and sends back results in the form of HTML documents.
HTML
HTTP
Web Server
Web browser
9. The application program typically communicates with a database server, through ___________ or other protocols, in order to get or store data.
JDBC
ODBC
All of the mentioned
None of the mentioned
10. This extra information is usually maintained in the form of a _________ at the client.
Cookie
History
Remainder
None of the mentioned
11. Which of the following is not true about HTML ?
<meta>…</meta>
<meta…./>
<metadata>…</metadata>
<metadata name=”” />
12. Html code contains:
Tags
Attributes
Elements
All of the mentioned
13. Html document must always be saved with:
.html
.htm
.doc
Both .html & .htm
14. How many levels of headings are in html:
2
7
6
4
15. Memory address refers to the successive memory words and the machine is called as _______
word addressable
byte addressable
bit addressable
Terra byte addressable
16. Which layer deals which deals with user interaction is called _______ layer.
Business logic
Presentation
User interaction
Data access
17. The _____ layer, which provides a high-level view of data and actions on data.
Business logic
Presentation
User interaction
Data access
18. The ______ layer, which provides the interface between the business-logic layer and the underlying database.
Business logic
Presentation
User interaction
Data access
19. The ______ system is widely used for mapping from Java objects to relations.
Hibernate
Object oriented
Objective
None of the mentioned
20. A-----is any piece of software that makes itself available over theinternet and usesa standardized XML messaging system
web service
xml
html document
Empty XML
21. ---are self-contained, modular, distributed, dynamic applications that can be described, published, located, or invoked over thenetwork to create products, processes, and supply chains
web service
xml
html document
Empty XML
22. -----are built on top of open standards such as TCP/IP, HTTP,Java, HTML,and XML
web service
xml
html document
Empty XML
23. following are the advantages of web services
Interoperability
Ordered Protocol
Ease of Use
all the above
24. following are the advantages of web services
Agility
Cost
Send Capacity
All the above
25. following are the dis- advantages of web service.
pitfalls of web service
perfomance issues
lack of stadards
All the above
26. following are the components of web services
SOAP
UDDI
WSDL
All the above
27. The long form of SOAP is -------
Simple Object Access Protocol
Universal Description, Discovery and Integration
Web Services Description Language
None of these
28. The long form of UDDI is------
Simple Object Access Protocol
Universal Description, Discovery and Integration
Web Services Description Language
None of these
29. The long form of WSDL is--------
Simple Object Access Protocol
Universal Description, Discovery and Integration
Web Services Description Language
None of these
30. following are the characteristics of web services
XML-based
Coarse-grained
Loosely coupled
all of above
31. In the coarse-grained operation, a few objects hold a lot of related data
yes
no
can not say
None of these
32. It wrapsone or more fine-grained services together into a coarse-grained service
yes
no
can not say
None of these
33. Synchronous Web services are invoked over existing Web protocols by a clientwho waitsfor a response.
yes
no
can not say
None of these
34. A web service supports RPC through offering services of its personal, equivalentto those ofa traditional aspect
yes
no
can not say
None of these
35. We can access a web service using platform-independent and language-neutral webprotocols, such as HTTP.HTTP ensures easy integration of heterogeneous environment
yes
no
can not say
None of these
36. A web service provides an interface (a web API) that can be called fromanother program.
yes
no
can not say
None of these
37. The Web Services architecture describes how to instantiate the elementsand implement theoperations in an interoperable manner.
yes
no
can not say
None of these
38. The architecture of web service interacts among three roles: service provider, servicerequester, and service registry
yes
no
can not say
None of these
39. These service requestor uses a findoperation to retrieve the service description locally orfrom the service registry
yes
no
can not say
None of these
40. --- is an XML-based language for describing web services and how to accessthem
WSDL
UDDI
SOAP
None of these
41. --- stands for Web Services Description Language
WSDL
UDDI
SOAP
None of these
42. ----was developed jointly by Microsoft and IBM
WSDL
UDDI
SOAP
None of these
43. ----is an XML based protocol for information exchange in decentralizedand distributedenvironments.
WSDL
UDDI
SOAP
None of these
44. ---is the standard format for describing a web service.
WSDL
UDDI
SOAP
None of these
45. ----definition describes how to access a web service and whatoperations it willperform
WSDL
UDDI
SOAP
None of these
46. -----is a language for describing how to interface with XML-basedservices.
WSDL
UDDI
SOAP
None of these
47. ------is an integral part of UDDI, an XML-based worldwide businessregistry.
WSDL
UDDI
SOAP
None of these
48. ---- is pronounced as 'wiz-dull' and spelled out as 'W-S-D-L'
WSDL
UDDI
SOAP
None of these
49. ------is an XML-based standard for describing, publishing, and findingweb services.
WSDL
UDDI
SOAP
None of these
50. ------stands for Universal Description, Discovery, and Integration
WSDL
UDDI
SOAP
None of these
Submit