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.
Questions
This array contains query parameters.
- $_GET
- $_POSTS
- $_GETS
- All the above
What is the first P in PHP stands for?
- PHP
- PEAR
- PECL
- ProC
Which of the in PHP denote FALSE statement about variables?
- $$name denote variable variable
- $name denote variable variable
- $name denote variable
- None of the Above
What is the function to start the session?
- session_start()
- session_init()
- session_boot()
- None of the Above
If you want to find out whether a cookie has been already set which of the following is used
- setcookie()
- isset()
- iscookie()
- None of the Above
UDDI expands to
- Universal Description Discovery and Integration
- Universal Discovery Description and Integration
- Universal Description Discovery and Invention
- Universal Description Discovery and Invocation
XML-RPC is simple and easy to use when compared to SOAP
- True
- False
_______ is used to navigate through elements and attributes in an XML document ?
- XQuery
- Xpath
- XSLT
- XML Schema
BPEL expands as
- Business Process Execution Language
- Business Process Excellence Language
- Build Program Execution Language
- Basic Process Execution Language
BPEL expands as
- Business Process Execution Language
- Business Process Excellence Language
- Build Program Execution Language
- Basic Process Execution Language
XSLT is ____________
- a language for navigating in XML documents
- a language for transforming XML documents
- a language for formatting XML documents
- is a language for Parsing XML documents
XSLT is ____________
- a language for navigating in XML documents
- a language for transforming XML documents
- a language for formatting XML documents
- is a language for Parsing XML documents
XPointer is used to
- create hyperlinks in XML documents
- allows the links point to specific parts of an XML document
- navigate through a XML document
- Query data from XML document
"RPC-encoded" style/use XML is WS-I compliant
- True
- False
JSF is preferred over JSP if
- the page has only one form
- the page has multiple forms and the developer is familiar with developing GUI appliciations
- Java Script is not preferred
- light weight web application is being developed