Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

Which of the following classes will you use to store objects and values in the application space?

A.

zend_Db

B.

Zend_Registry

C.

Zend_Config

D.

Zend_Acl

In which of the following situations will you use the set_exception_handler() function?

A.

When you want to set a user-defined function to handle errors.

B.

When you want to generate a user-level error/warning/notice message.

C.

When the try/catch block is unable to catch an exception.

D.

When you want to restore a previously defined exception handler function.

Which of the following code segments can be used to check the form validity?

A.

if (Zend_Form::isValid($_Post)) {

// success!

} else {

// failure!

}

B.

if (Zend_Form->isValid($form)) {

// success!

} else {

// failure!

}

C.

if ($form->isValid($_POST)) {

// success!

} else {

// failure!

}

D.

if (Zend_Form::isValid($form)) {

// success!

} else {

// failure!

}

Which of the following methods is triggered when a dispatched action is done even if a preDispatch() plugin has skipped the action and is mainly useful for cleanup?

A.

getRequest()

B.

postDispatch()

C.

init()

D.

getResponse()

Which of the following methods of Zend_Auth returns TRUE if and only if the result represents a successful authentication attempt?

A.

getIdentity()

B.

getMessages()

C.

isValid()

D.

getCode()

Which of the following is an abstract class that is used to provide the basic interface and functionality required by the helper broker?

A.

Zend_Acl

B.

Zend_Auth

C.

Zend_Controller_Action_Helper_Abstract

D.

Zend_Db

Which of the following SPL Interfaces/classes extends the standard Iterator interface and enables the ability to retrieve a speci?c item from internal data store?

A.

ArrayAccess

B.

Recursive Iterator

C.

FilterIterator

D.

SeekableIterator

Which method is used to load a PHP file that may contain any PHP code?

A.

Zend_Loader::load()

B.

Zend_Loader::load()::includeFile()

C.

Zend_Loader::load()::includeOnce()

D.

Zend_Loader::loadFile()

Write the appropriate word to complete the sentence below.

___________is used for logging of multiple backends, formatting messages which are sent to the log, and filtering those messages, which should not be logged.

A.

Zend_Log

Which of the following methods is used to associate multiple filters and validators, apply them to collections of data, and retrieve input values?

A.

Zend_Validate_Interface

B.

isValid()

C.

setMessage()

D.

Zend_Filter_Input