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

Zend ZF-100-500 - Zend Framework CertificationVersion 4.0

Page: 4 / 4
Total 130 questions

You want to set the form method in post and action to / uc/zend.php when you are using the Zend_Form class. Which of the following code snippets will you use to accomplish the task?

A.

$form->setAction('/uc/zend.php')

->setMethod('post');

B.

echo "

";

C.

$form->('/uc/zend.php')

->('post');

D.

$form->Zend::setAction('/uc/zend.php')

->Zend::setMethod('post');

Which of the following actions may fail if you have exceeded your quota limit?

A.

addTo()

B.

send()

C.

addBcc()

D.

appendMessage()

Which method is used to store the cache records into a SQLite database?

A.

Zend_Cache_Backend_Sqlite

B.

Zend_Cache_cache_Sqlite

C.

Zend_Cache_file_ Sqlite

D.

Zend_Cache_read_Sqlite

Which of the following is used to encode lines starting with one dot or two dots so that the mail does not violate the SMTP protocol?

A.

Zend_Mail

B.

Zend_Mail_Storage_Mbox

C.

Zend_Mail_Storage_Pop3

D.

Zend_Mail_Transport_Smtp

Ross creates a database for a school. He creates two tables named Students and Courses. Which of the following SELECT statements will he use to define an outer join?

A.

SELECT Stud.Student_ID, Cou.Course_ID FROM Students Stud, Courses Cou WHERE

Stud.Course_ID (+) = Cou.Course_ID;

B.

SELECT Stud.Student_ID, Cou.Course_ ID FROM Students Stud, Courses Cou WHERE

Stud.Fees BETWEEN Cou.Min_Fees and Cou.Max_Fees;

C.

SELECT Stud.Student_ID, Cou.Course_ID FROM Students Stud, Courses Cou WHERE

Stud.Course_ID = Cou.Course_ID;

D.

SELECT Stud.Student_ID, Cou.Course_ID FROM Students Stud, Courses Cou WHERE

Stud.Student_ID = Cou.Course_ID;

Which of the following methods in Zend_Controller_Action can be used for resetting the state when multiple controllers use the same helper in the chained actions?

A.

preDispatch()

B.

setActionController()

C.

postDispatch()

D.

init()

Fill in the blank with the appropriate class name. _______ is a class that is used to create multilingual applications.

Which method can be used to determine whether text within a source file has been translated in Zend_Translate?

A.

isLocatedAt()

B.

isLocated()

C.

isTranslated()

D.

isTranslatedAt()