Web Services, XML, and SEO
Quiz covering web services (SOAP, REST, Axis, WSDL), XML parsing technologies (DOM, SAX, Stax), SEO techniques, and HTML fundamentals
Questions
Small lock on the status bar__________?
- IIs speed connection/second
- ssl connection/second
- LAN speed connection/second
- WAN speed connection/second
The purpose of an HTML forms to_____________
- store data controls
- store controls
- store database
- send requests
Information of META Tags???
- Phone data
- Meta Data
- type data
- call data
A Web service is a function/method exposed on the web
- True
- False
It doesn't matter for the client, the technology in which the web service has been implemented
- True
- False
A web service is called over which of the following protocols, please select the correct options
- SOAP
- Http
- RMI-IIOP
- RPC
What are advantages of writing web services as compared to other native ways like EJB, COM/DCOM and CORBA.
- Open Standard
- Secure
- Text Based Response
- All of Them
What is WSDL
- Its a protocol for calling services
- Its a registry for discovering services
- Its an xml file for defining the methods that can be called over the web.
- None of the above
REST webservices don't require any wrapper around Http to communicate, the way SOAP based web services do ?
- True
- False
What is Axis ?
- A Web service
- A tool to generate Web services from java classes.
- A tool to generate web service stubs.
- All of the above.
How many number of parts are there in a SOAP document ?
- 3
- 4
- 5
- 6
Axis 2 can be used to generate both SOAP and REST web services
- True
- False
How many different types of parsers are available to parse XMLs ?
- 2
- 3
- 4
- None of the above
SAX is an event based parser
- True
- False
SAX can be used to modify XML
- True
- False
DOM loads the whole xml to be parsed in the memory
- True
- False
Stax is a push based XML Parser
- True
- False
What is SEO?
- Technique for improve your webpage ranking on search engines
- Improving the visibility of a website in search engine listings in the hopes of attracting more visitors
- Securely transferring computer files between a local and a remote host
- Can be stated as a highly specialized process of building a successful website
Black hat SEO attempts to improve rankings in ways that are disapproved of by the search engines
- True
- False