Which of the following rules must every correct XML document adhere to? (Choose 2) A. It has to be well-formed.
B. It has to be valid.
C. It has to be associated to a DTD.
D. It may only contain UTF-8 encoded characters.
What DOMElement method should be used to check for availability of a non-namespaced attribute?
A. getAttributeNS()
B. getAttribute()
C. hasAttribute()
D. hasAttributeNS()
What method can be used to find the tag
A. getElementById()
B. getElementsByTagName()
C. getElementsByTagNameNS()
D. getElementByName()
E. findTag()
An unbuffered database query will: (Choose 2)
A. Return the first data faster
B. Return all data faster
C. Free connection faster for others scripts to use
D. Use less memory
Which technique should be used to speed up joins without changing their results?
A. Add indices on joined columns
B. Add a WHERE clause
C. Add a LIMIT clause
D. Use an inner join
Consider the following XML code:
Which of the following SimpleXML calls prints the name of the second book? (Let $xml =
simplexml_load_file("books.xml"); .) (Choose 2)
A. echo $xml->books->book[2];
B. echo $xml->books->book[1];
C. echo $xml->book[1];
D. echo $xml->xpath("/books/book[@id=2]");
E. $c = $xml->children(); echo $c[1];
Transactions should be used to: (Choose 2)
A. Prevent errors in case of a power outage or a failure in the SQL connection
B. Ensure that the data is properly formatted
C. Ensure that either all statements are performed properly, or that none of them are.
D. Recover from user errors
When a query that is supposed to affect rows is executed as part of a transaction, and reports no affected rows, it could mean that: (Choose 2)
A. The transaction failed
B. The transaction affected no lines
C. The transaction was rolled back
D. The transaction was committed without error
Which of the following superglobals does not necessarily contain data from the client?
A. $_POST
B. $_SESSION
C. $_GET
D. $_SERVER
Which of the following statements is true?
A. All PHP database extensions support prepared statements
B. All PHP database extensions come with their own special helper functions to escape user data to be used in dynamic SQL queries
C. All PHP database extensions provide an OOP interface
D. All PHP database extensions appear in the output of php -m , if installed and enabled
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.