Pass the Zend Zend Certification 200-530 Questions and answers with CertsForce

Viewing page 8 out of 8 pages
Viewing questions 71-80 out of questions
Questions # 71:

Which of the following statements are correct? (Choose 2)

Options:

A.

It is possible to specify more than one __autoload function


B.

__autoload receives the missing class name all lowercased


C.

__autoload is being called for missing interfaces


D.

Inside __autoload missing classes trigger __autoload


Expert Solution
Questions # 72:

Which constant must be passed as the second argument to htmlentities () to convert single quotes (') to HTML entity?

Options:

A.

TRUE


B.

FALSE


C.

ENT_QUOTES


D.

ENT_NOQUOTES


E.

ENT_COMPAT


Expert Solution
Questions # 73:

Can calls to Web Services be queued natively in PHP?

Options:

A.

Yes


B.

No


C.

Only if PHP is compiled with --enable-soap-queue


Expert Solution
Questions # 74:

Which technique should be used to speed up joins without changing their results?

Options:

A.

Add indices on joined columns


B.

Add a WHERE clause


C.

Add a LIMIT clause


D.

Use an inner join


Expert Solution
Questions # 75:

What is "instanceof" an example of:

Options:

A.

a boolean


B.

an operator


C.

a function


D.

a language construct


E.

a class magic


Expert Solution
Questions # 76:

What parsing methodology is utilized by the SimpleXML extension?

Options:

A.

SAX


B.

DOM


C.

XPath


D.

Push/Pull Approach


E.

Expat


Expert Solution
Viewing page 8 out of 8 pages
Viewing questions 71-80 out of questions