Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Which of the following resource objects is used to support Zend_Acl?

A.

No

B.

Multiple

C.

Single

D.

Cyclic

Which of the following functions can you use to mitigate a command injection attack? Each correct answer represents a complete solution. Choose all that apply.

A.

strip_tags()

B.

escapeshellarg()

C.

htmlentities()

D.

escapeshellcmd()

Which of the following methods is used to attach files to an e-mail and returns a Zend_Mime_Part object?

A.

setBodyHTML()

B.

Zend_Mime_attach()

C.

createAttachment()

D.

Zend_Mail_Storage_Mbox()

You want a formatted date for an RSS feed. Which of the following code syntaxes will you use to accomplish the task?

A.

Zend_Date::RSSFEED

B.

Zend_Date::RSS

C.

$RSS= new Zend_RSS_Date()

D.

Zend_Date->RSS

You want to retrieve all the data from any given table. You also want to ensure that no duplicate values are displayed. Which of the following SQL statements will you use to accomplish the task?

A.

SELECT...TOP

B.

SELECT...WHERE

C.

SELECT...DISTINCT

D.

SELECT...ALL

Which of the following can be used as a countermeasure against the SQL injection attack?

Each correct answer represents a complete solution. Choose two.

A.

session_regenerate_id()

B.

Prepared statement

C.

mysql_escape_string()

D.

mysql_real_escape_string()

Fill in the blank with the appropriate PHP function. The___________ function is used to return the sum of the values of every entry within an array.

Which of the following methods is used to change the session configuration options?

A.

Zend_Session::start()

B.

Zend_Session::setOptions()

C.

Zend_Session_Namespace()

D.

Zend_config_options

Which of the following provides the quota limit in Zend_Mail?

A.

Maildir

B.

IMAP

C.

Mbox

D.

POP3

Which of the following functions in SimpleXML can be used to return an iterator containing a list of all subnodes of the current node?

A.

asXML()

B.

attributes()

C.

getName()

D.

children()