Tag: web technology

Questions Related to web technology

SQL Retun code -305

  1. Invalid date and time

  2. Missing Null indicator variable

  3. Bind issue

  4. All the above


Correct Option: B
  1. Bind issue

  2. Cursor already open

  3. Privilege issue

  4. All the above


Correct Option: C

What is the transfer rate of a standard USB 2.0 Device?

  1. 100 Mbit/s

  2. 480 Mbit/s

  3. 1 Gbit/s

  4. 250 Mbit/s


Correct Option: B

Microsoft invented DOS.

  1. True

  2. False


Correct Option: A
  1. XML and SOAP

  2. XML and HTTP

  3. WSDL and UDDI

  4. eb-XML and WSDL


Correct Option: B
Explanation:

To solve this question, the user needs to have basic knowledge of web services and their components.

Web services are a standardized way of exchanging data between different systems over the internet. They are made up of multiple components, each serving a different purpose.

The correct option is:

B. XML and HTTP

Explanation:

Web services typically use the XML (Extensible Markup Language) protocol to format the data being exchanged between systems, and the HTTP (Hypertext Transfer Protocol) protocol to transmit the data over the internet.

Option A is incorrect because SOAP (Simple Object Access Protocol) is a messaging protocol used to exchange structured data between applications. It is often used in conjunction with XML in web services.

Option C is incorrect because WSDL (Web Services Description Language) is an XML-based language used to describe the functionality offered by a web service, while UDDI (Universal Description, Discovery, and Integration) is a platform-independent, XML-based registry for businesses to list their web services.

Option D is incorrect because eb-XML (Electronic Business using eXtensible Markup Language) is a set of modular specifications for conducting business over the internet using XML, while WSDL is a language used to describe web services.

Therefore, the correct answer is:

The Answer is: B. XML and HTTP

Registry services such as managing information about service providers, service implementations and service metadata is provided by

  1. WSDL

  2. UDDI

  3. REST

  4. eb-XML


Correct Option: B
Explanation:

To solve this question, the user needs to know about the different registry services used in web services.

The correct answer is:

B. UDDI

Explanation:

UDDI (Universal Description, Discovery and Integration) is a platform-independent, Extensible Markup Language (XML)-based registry for businesses worldwide to list themselves on the Internet. UDDI enables businesses to be found by others that wish to do business with them. The UDDI specification is a core component of Web Services and describes a platform-independent, XML-based registry for businesses worldwide. UDDI allows businesses to register their services and discover the services of others.

Here are the explanations for the other options:

A. WSDL: WSDL (Web Services Description Language) is an XML-based language for describing Web services and how to access them. It is not a registry service.

C. REST: REST (Representational State Transfer) is an architectural style for building web services. It is not a registry service.

D. eb-XML: ebXML (Electronic Business XML) is a standard for exchanging business messages, extending XML to provide a standard method of exchanging business messages. It is not a registry service.

Therefore, the correct option is B. UDDI.

  1. data to be exchanged between various applications and different platforms

  2. resolving interoperability issues

  3. applications to function between two different operating systems or servers

  4. All of the above

  5. Only B and C

  6. Only A and B


Correct Option: D