MCQs | WebServices/Webservices Mcq Set 4 Sample Test,Sample questions

Question:
Html code contains:

1. Tags

2.Attributes

3.Elements

4. All of the mentioned


Question:
Which of the following is not true about HTML ?

1.<meta>…</meta>

2. <meta…./>

3.<metadata>…</metadata>

4. <metadata name=”” />


Question:
following are the advantages of web services

1.Agility

2.Cost

3.Send Capacity

4.All the above


Question:
In the coarse-grained operation, a few objects hold a lot of related data

1.yes

2. no

3.can not say

4.None of these


Question:
The long form of UDDI is------

1.Simple Object Access Protocol

2.Universal Description, Discovery and Integration

3.Web Services Description Language

4.None of these


Question:
The long form of WSDL is--------

1.Simple Object Access Protocol

2.Universal Description, Discovery and Integration

3.Web Services Description Language

4.None of these


Question:
--- is an XML-based language for describing web services and how to accessthem

1.WSDL

2. UDDI

3.SOAP

4.None of these


Question:
--- stands for Web Services Description Language

1.WSDL

2.UDDI

3.SOAP

4.None of these


Question:
---- is pronounced as 'wiz-dull' and spelled out as 'W-S-D-L'

1. WSDL

2.UDDI

3.SOAP

4.None of these


Question:
------is an integral part of UDDI, an XML-based worldwide businessregistry.

1.WSDL

2.UDDI

3.SOAP

4.None of these


Question:
------is an XML-based standard for describing, publishing, and findingweb services.

1.WSDL

2. UDDI

3.SOAP

4.None of these


Question:
------stands for Universal Description, Discovery, and Integration

1.WSDL

2.UDDI

3.SOAP

4.None of these


Question:
-----are built on top of open standards such as TCP/IP, HTTP,Java, HTML,and XML

1.web service

2. xml

3. html document

4.Empty XML


Question:
-----is a language for describing how to interface with XML-basedservices.

1.WSDL

2. UDDI

3.SOAP

4.None of these


Question:
----definition describes how to access a web service and whatoperations it willperform

1.WSDL

2.UDDI

3.SOAP

4.None of these


Question:
----is an XML based protocol for information exchange in decentralizedand distributedenvironments.

1.WSDL

2.UDDI

3.SOAP

4.None of these


Question:
----was developed jointly by Microsoft and IBM

1.WSDL

2.UDDI

3.SOAP

4.None of these


Question:
---are self-contained, modular, distributed, dynamic applications that can be
described, published, located, or invoked over thenetwork to create products,
processes, and supply chains

1. web service

2.xml

3.html document

4.Empty XML


Question:
---is the standard format for describing a web service.

1.WSDL

2.UDDI

3. SOAP

4.None of these


Question:
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.

1.HTML

2.HTTP

3.Web Server

4.Web browser


Question:
A graphical or text depiction of the relationship between different groups of content on a website is a:

1. Page template

2.Wireframe

3.Site map

4.Cascading style sheet (CSS)


Question:
A web service provides an interface (a web API) that can be called fromanother program.

1. yes

2.no

3.can not say

4.None of these


Question:
A web service supports RPC through offering services of its personal, equivalentto those ofa traditional aspect

1.yes

2.no

3.can not say

4.None of these


Question:
A-----is any piece of software that makes itself available over theinternet and usesa standardized XML messaging system

1.web service

2.xml

3.html document

4.Empty XML


Question:
following are the advantages of web services

1.Interoperability

2. Ordered Protocol

3. Ease of Use

4. all the above


Question:
following are the characteristics of web services

1.XML-based

2.Coarse-grained

3. Loosely coupled

4.all of above


Question:
following are the components of web services

1.SOAP

2.UDDI

3.WSDL

4.All the above


Question:
following are the dis- advantages of web service.

1.pitfalls of web service

2.perfomance issues

3. lack of stadards

4.All the above


Question:
How many levels of headings are in html:

1.2

2.7

3.6

4. 4


Question:
Html document must always be saved with:

1..html

2. .htm

3..doc

4.Both .html & .htm


Question:
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.

1.Post

2.Get

3.Read

4.Argument


Question:
http://www.google.com/search?q=silberschatz
In the above URL which one is the argument which is used for processing of the URL?

1.google

2. google.com

3. search

4.q=silberschatz


Question:
It wrapsone or more fine-grained services together into a coarse-grained service

1. yes

2.no

3.can not say

4. None of these


Question:
Memory address refers to the successive memory words and the machine is called as _______

1. word addressable

2.byte addressable

3.bit addressable

4.Terra byte addressable


Question:
Storyboards are intended to:

1.Indicate the structure of a site during site design and as a user feature

2.Prototype of the screen layout showing navigation and main design elements

3. Integrate consistently available components on the webpage (e.g. navigation, search boxes)

4.Prototype typical customer journeys or click streams through a website


Question:
Synchronous Web services are invoked over existing Web protocols by a clientwho waitsfor a response.

1. yes

2. no

3.can not say

4.None of these


Question:
The _____ layer, which provides a high-level view of data and actions on data.

1. Business logic

2.Presentation

3.User interaction

4.Data access


Question:
The ______ layer, which provides the interface between the business-logic layer and the underlying database.

1. Business logic

2.Presentation

3.User interaction

4. Data access


Question:
The ______ system is widely used for mapping from Java objects to relations.

1.Hibernate

2. Object oriented

3.Objective

4.None of the mentioned


Question:
The application program typically communicates with a database server, through ___________ or other protocols, in order to get or store data.

1. JDBC

2.ODBC

3.All of the mentioned

4. None of the mentioned


Question:
The architecture of web service interacts among three roles: service provider, servicerequester, and service registry

1.yes

2.no

3. can not say

4.None of these


Question:
The long form of SOAP is -------

1. Simple Object Access Protocol

2.Universal Description, Discovery and Integration

3.Web Services Description Language

4.None of these


Question:
The Web Services architecture describes how to instantiate the elementsand implement theoperations in an interoperable manner.

1.yes

2.no

3. can not say

4.None of these


Question:
These service requestor uses a findoperation to retrieve the service description locally orfrom the service registry

1.yes

2.no

3.can not say

4.None of these


Question:
This extra information is usually maintained in the form of a _________ at the client.

1.Cookie

2.History

3.Remainder

4.None of the mentioned


Question:
We can access a web service using platform-independent and language-neutral webprotocols, such as HTTP.HTTP ensures easy integration of heterogeneous environment

1.yes

2.no

3.can not say

4.None of these


Question:
Which layer deals which deals with user interaction is called _______ layer.

1. Business logic

2.Presentation

3.User interaction

4. Data access


Question:
Which of the following is a description of information organization schemes?

1.Minimising the number of clicks needed to access relevant content

2.Providing an overall design to a site consistent with the positioning of the products and services

3.The menu options chosen to group and categorize information

4.Providing specific content and services appropriate to different audience members


Question:
Which of the following is a valid uniform resource locator ?

1. http://www.acm.org/sigmod

2. www.google.com

3. www.ann.in

4.http:/www.acm.org/sigmod/


Question:
Which of the following occupies boot record of hard and floppy disks and activated during computer startup?

1. Worm

2. Boot sector virus

3.Macro virus

4. Virus


More MCQS

  1. Webservices Mcq Set 1
  2. Webservices Mcq Set 2
  3. Webservices Mcq Set 3
  4. Webservices Mcq Set 4
  5. Webservices Mcq Set 5
  6. Web Services Multiple Choice Questions
Search