Web Services, XML, and SEO

Quiz covering web services (SOAP, REST, Axis, WSDL), XML parsing technologies (DOM, SAX, Stax), SEO techniques, and HTML fundamentals

19 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Small lock on the status bar__________?

  1. IIs speed connection/second
  2. ssl connection/second
  3. LAN speed connection/second
  4. WAN speed connection/second
Question 2 Multiple Choice (Single Answer)

The purpose of an HTML forms to_____________

  1. store data controls
  2. store controls
  3. store database
  4. send requests
Question 3 Multiple Choice (Single Answer)

Information of META Tags???

  1. Phone data
  2. Meta Data
  3. type data
  4. call data
Question 4 True/False

A Web service is a function/method exposed on the web

  1. True
  2. False
Question 5 True/False

It doesn't matter for the client, the technology in which the web service has been implemented

  1. True
  2. False
Question 6 Multiple Choice (Multiple Answers)

A web service is called over which of the following protocols, please select the correct options

  1. SOAP
  2. Http
  3. RMI-IIOP
  4. RPC
Question 7 Multiple Choice (Multiple Answers)

What are advantages of writing web services as compared to other native ways like EJB, COM/DCOM and CORBA.

  1. Open Standard
  2. Secure
  3. Text Based Response
  4. All of Them
Question 8 Multiple Choice (Single Answer)

What is WSDL

  1. Its a protocol for calling services
  2. Its a registry for discovering services
  3. Its an xml file for defining the methods that can be called over the web.
  4. None of the above
Question 9 True/False

REST webservices don't require any wrapper around Http to communicate, the way SOAP based web services do ?

  1. True
  2. False
Question 10 Multiple Choice (Multiple Answers)

What is Axis ?

  1. A Web service
  2. A tool to generate Web services from java classes.
  3. A tool to generate web service stubs.
  4. All of the above.
Question 11 Multiple Choice (Single Answer)

How many number of parts are there in a SOAP document ?

  1. 3
  2. 4
  3. 5
  4. 6
Question 12 True/False

Axis 2 can be used to generate both SOAP and REST web services

  1. True
  2. False
Question 13 Multiple Choice (Single Answer)

How many different types of parsers are available to parse XMLs ?

  1. 2
  2. 3
  3. 4
  4. None of the above
Question 14 True/False

SAX is an event based parser

  1. True
  2. False
Question 15 True/False

SAX can be used to modify XML

  1. True
  2. False
Question 16 True/False

DOM loads the whole xml to be parsed in the memory

  1. True
  2. False
Question 17 True/False

Stax is a push based XML Parser

  1. True
  2. False
Question 18 Multiple Choice (Multiple Answers)

What is SEO?

  1. Technique for improve your webpage ranking on search engines
  2. Improving the visibility of a website in search engine listings in the hopes of attracting more visitors
  3. Securely transferring computer files between a local and a remote host
  4. Can be stated as a highly specialized process of building a successful website
Question 19 True/False

Black hat SEO attempts to improve rankings in ways that are disapproved of by the search engines

  1. True
  2. False