Web Services and Web Technologies
Test your knowledge of web services (SOAP, WSDL, UDDI), HTML basics, JavaScript events, internet protocols, and web development fundamentals.
Questions
TCP/IP is a _______?
- communicating real time on the Internet.
- program that enhances a browser's capability.
- protocol used on the Internet that sends packets of information.
- a perfomance matrix used for authentic assessment.
The original creator of the Internet is ____________?
- input area on a web page.
- method used to keep web pages formatted correctly.
- an interent activity that involves synthesis of information.correctly.
- ARPAnet.
Target=_blank specifies?
- the page will shut down.
- the page is defined as a target and will be found by the arrow command.
- window will open blank.
- when clicking a link, it will open in a new window.
Which part of the HTML document would you find you META tag information?
- Body
- Title
- Form
- Head
To link your Web page to a style sheet, you must use the _____ tag.
- <STYLESHEET>
- <STYLE>
- <LINK>
- <WEB>
Enable, form, name, type, and value are all ________.
- events
- methods
- properties
- elements
onBlur, onClick, and onFocus are all ______ handlers.
- elements
- properties
- methods
- events
A high-speed connection to the Internet over standard lines called _____?
- GUI
- DSL
- HTML
- FTP
Which of the following is used to locate and describe web services?
- SOAP
- XML
- WSDL
- UDDI
Web services are the amalgamation of
- XML and SOAP
- XML and HTTP
- WSDL and UDDI
- eb-XML and WSDL
Registry services such as managing information about service providers, service implementations and service metadata is provided by
- WSDL
- UDDI
- REST
- eb-XML
Web services enables
- data to be exchanged between various applications and different platforms
- resolving interoperability issues
- applications to function between two different operating systems or servers
- All of the above
- Only B and C
- Only A and B
Why SOAP is used as a protocol for accessing a web service?
- SOAP platform and language independent, allows to get around firewalls
- SOAP is based on HTML
- SOAP is designed to communicate through LAN
- All of the above
Which of the following are considered to be the guiding principles of SOA?
- Reuse
- Modularity
- Inheritance
- Componentization
- Granularity
Java API for XML based RPC (JAX-RPC)
- Can be used to generate server side and client side Java (Web Service) code from a WSDL
- Can be used to generate a WSDL from Java (Web Service) code
- Both A and B
- None of the above