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

Updated On: 12-Jan-2026

CORRECT TEXT
Fill in the blank with the appropriate method name. The__________ method is used to convert an existing money value to a localized currency formatted output.

  1. toCurrency()

Answer(s): A



Which of the following types of content is expected by Zend_Rest_Client when using a RESTservice?

  1. JSON
  2. HTML
  3. Simple text
  4. XML

Answer(s): D



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?

  1. SELECT Stud.Student_ID, Cou.Course_ID FROM Students Stud, Courses Cou WHERE Stud.Course_ID (+) = Cou.Course_ID;
  2. SELECT Stud.Student_ID, Cou.Course_ ID FROM Students Stud, Courses Cou WHERE Stud.Fees BETWEEN Cou.Min_Fees and Cou.Max_Fees;
  3. SELECT Stud.Student_ID, Cou.Course_ID FROM Students Stud, Courses Cou WHERE Stud.Course_ID = Cou.Course_ID;
  4. SELECT Stud.Student_ID, Cou.Course_ID FROM Students Stud, Courses Cou WHERE Stud.Student_ID = Cou.Course_ID;

Answer(s): A



Which of the following methods will you use to create movable objects?

  1. Zend_Memory_Manager::createLocked([$data])
  2. Zend_Memory_Manager::create([$data])
  3. getMemoryLimit()
  4. setMemoryLimit($newLimit)

Answer(s): B



You are using a database named SalesDB to keep all sales records. The SalesDB database contains a table named Orders. You are required to create a new t able named OldOrders and transfer all the data from the Orders table to the new table. Which of the following statements will you use to accomplish the task?

  1. IMPORT INTO
  2. INSERT INTO
  3. ADD INTO
  4. SELECT INTO

Answer(s): D



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