Web Services and PHP Fundamentals

Test your knowledge of XML technologies, web services standards (SOAP, UDDI, BPEL, WS-I), and PHP web development concepts including sessions, cookies, and form handling.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

This array contains query parameters.

  1. $_GET
  2. $_POSTS
  3. $_GETS
  4. All the above
Question 2 Multiple Choice (Single Answer)

What is the first P in PHP stands for?

  1. PHP
  2. PEAR
  3. PECL
  4. ProC
Question 3 Multiple Choice (Single Answer)

Which of the in PHP denote FALSE statement about variables?

  1. $$name denote variable variable
  2. $name denote variable variable
  3. $name denote variable
  4. None of the Above
Question 4 Multiple Choice (Single Answer)

What is the function to start the session?

  1. session_start()
  2. session_init()
  3. session_boot()
  4. None of the Above
Question 5 Multiple Choice (Single Answer)

If you want to find out whether a cookie has been already set which of the following is used

  1. setcookie()
  2. isset()
  3. iscookie()
  4. None of the Above
Question 6 Multiple Choice (Single Answer)

UDDI expands to

  1. Universal Description Discovery and Integration
  2. Universal Discovery Description and Integration
  3. Universal Description Discovery and Invention
  4. Universal Description Discovery and Invocation
Question 7 True/False

XML-RPC is simple and easy to use when compared to SOAP

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

_______ is used to navigate through elements and attributes in an XML document ?

  1. XQuery
  2. Xpath
  3. XSLT
  4. XML Schema
Question 9 Multiple Choice (Single Answer)

BPEL expands as

  1. Business Process Execution Language
  2. Business Process Excellence Language
  3. Build Program Execution Language
  4. Basic Process Execution Language
Question 10 Multiple Choice (Single Answer)

BPEL expands as

  1. Business Process Execution Language
  2. Business Process Excellence Language
  3. Build Program Execution Language
  4. Basic Process Execution Language
Question 11 Multiple Choice (Single Answer)

XSLT is ____________

  1. a language for navigating in XML documents
  2. a language for transforming XML documents
  3. a language for formatting XML documents
  4. is a language for Parsing XML documents
Question 12 Multiple Choice (Single Answer)

XSLT is ____________

  1. a language for navigating in XML documents
  2. a language for transforming XML documents
  3. a language for formatting XML documents
  4. is a language for Parsing XML documents
Question 13 Multiple Choice (Single Answer)

XPointer is used to

  1. create hyperlinks in XML documents
  2. allows the links point to specific parts of an XML document
  3. navigate through a XML document
  4. Query data from XML document
Question 14 True/False

"RPC-encoded" style/use XML is WS-I compliant

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

JSF is preferred over JSP if

  1. the page has only one form
  2. the page has multiple forms and the developer is familiar with developing GUI appliciations
  3. Java Script is not preferred
  4. light weight web application is being developed