How can a SimpleXML object be converted to a DOM object?
A. dom_import_simplexml()
B. dom_export_simplexml()
C. simplexml_import_dom()
D. SimpleXML2Dom()
E. None of the above.
What parsing methodology is utilized by the SimpleXML extension?
A. SAX
B. DOM
C. XPath
D. Push/Pull Approach
E. Expat
How can the id attribute of the 2nd baz element from the XML string below be retrieved from the
SimpleXML object
found inside $xml?
A. $xml->getElementById('2');
B. $xml->foo->bar->baz[2]['id']
C. $xml->foo->baz[2]['id']
D. $xml->foo->bar->baz[1]['id']
E. $xml->bar->baz[1]['id']
The XML document below has been parsed into $xml via SimpleXML. How can the value of
accessed?
A. $xml->bar['foo']
B. $xml->bar->foo
C. $xml['document']['bar']['foo']
D. $xml->document->bar->foo
E. $xml->getElementByName('foo');
What SimpleXML function is used to parse a file?
A. simplexml_load_file()
B. simplexml_load_string()
C. load()
D. loadFile()
E. loadXML()
F. None of the above.
Which of the following statements about SOAP is NOT true?
A. SOAP is also a request-/response-based protocol.
B. SOAP can be transported using SMTP, HTTP and other protocols.
C. SOAP requires developers to use WSDL.
D. SOAP traffic via HTTP can be encrypted and compressed just like other HTTP requests.
Which of the following can be registered as entry points with a SoapServer instance (choose 2):
A. A single function
B. A single method from a class
C. All methods from a class
D. All classes defined in a script
Which one of the following XML declarations is NOT valid?
A.
B.
C.
D.
Which of the following parts must a XML document have in order to be well-formed?
A. An XML declaration
B. A root element
C. A specified encoding
D. A reference to either a DTD or an XML schema definition
Which of the following is an invalid DOM save method?
A. save()
B. saveFile()
C. saveXML()
D. saveHTML()
E. saveHTMLFile()
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Zend exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 200-550 exam preparations and Zend certification application, do not hesitate to visit our Vcedump.com to find your solutions here.