Zend ZF-100-500 - Zend Framework Certification Version 4.0 Exam
Page: 1 / 26
Total 130 questions
Question #1 (Topic: )
Fill in the blank with the appropriate PHP function. The_____________ function is used to
replace the current session id with the new session id, and to keep information of the
current session.
replace the current session id with the new session id, and to keep information of the
current session.
Answer: session_regenerate_id()
Question #2 (Topic: )
Which one of the following is used to manage the data within a memory -limited
environment?
environment?
A. Zend_Memory
B. Zend_Cache
C. Zend_Cache_Backend
D. Zend_Memory_Backend
Answer: A
Question #3 (Topic: )
Which of the following actions may fail if you have exceeded your quota limit?
A. addTo()
B. send()
C. addBcc()
D. appendMessage()
Answer: D
Question #4 (Topic: )
Which of the following code snippets will you use to instantiate Zend_XmlRpc_Server?
A. $server = Zend_Xml::Zend_XmlRpc_Server()
B. $server = new Zend_Xml();
C. $server = new Zend_XmlRpc_Server();
D. $server = create_new_Zend_XmlRpc_Server()
Answer: C
Question #5 (Topic: )
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.
logging of multiple backends, formatting messages which are sent to the log, and filtering
those messages, which should not be logged.
Answer: Zend_Log