Zend ZF-100-500 Exam
Zend Framework Certification (Page 3 )

Updated On: 1-Feb-2026

Which of the following is used to create a new Memory Manager?

  1. Zend_Memory::factory()
  2. Zend_Memory->NewMemoryManager()
  3. Zend_Memory->factory()
  4. Zend_Memory::NewMemoryManager()

Answer(s): A



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

  1. Zend_Date::RSSFEED
  2. Zend_Date::RSS
  3. $RSS= new Zend_RSS_Date()
  4. Zend_Date->RSS

Answer(s): B



Fill in the blank with the appropriate method name. The__________ method is used to send an email in the HTML format.

  1. setBodyHTML()

Answer(s): A



Which of the following methods will you use to retain the identity across requests according to the PHP session configuration?

  1. isValid()
  2. getIdentity()
  3. Zend_Auth::authenticate()
  4. getCode()

Answer(s): C



Which of the following code snippets will you use to create an index in Zend_Search_Lucene?
1. <?php
2. ?????????????
3. ?????????????
4. $Search_Doc ->addField(Zend_Search_Lucene_Field::Text('url', $docUrl));
5. $Search_Doc ->addField(
6. Zend_Search_Lucene_Field::UnStored(
7. 'contents',
8. $docContent
9. )
10. );
11. $index->addDocument($Search_Doc);

  1. $Search_Index = Zend_Search_Lucene::create_Index('/data/my -index'); $Search_Doc = new Zend_Search_Lucene_Document();
  2. $Search_Index = Zend_Search_Lucene::open_Index('/data/my -index'); $Search_Doc = new Zend_Search_Lucene_Document();
  3. $Search_Index = Zend_Search_Lucene::create('/data/my -index'); $Search_Doc = new Zend_Search_Lucene_Document();
  4. $Search_Index = Zend_Search_Lucene::open('/data/my -index'); $Search_Doc = new Zend_Sear ch_Lucene_Document();

Answer(s): C



Viewing page 3 of 27
Viewing questions 11 - 15 out of 200 questions



Post your Comments and Discuss Zend ZF-100-500 exam prep with other Community members:

Join the ZF-100-500 Discussion