Zend-Technologies Zend Framework Certification - ZF-100-500 Exam Practice Test
Question 1
Which of the following error constants gives all errors and warnings, except the E_STRICT error level?
Correct Answer: A
Question 2
Which of the following clauses is used to specify a column or an array of columns by which to sort?
Correct Answer: B
Question 3
Which of the following code snippets will you use to instantiate Zend_XmlRpc_Server?
Correct Answer: B
Question 4
Which of the following statements describe s the use of a GROUP BY clause?
Correct Answer: A
Question 5
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.
Correct Answer: A
Question 6
Martin works as a Database Administrator for MTech Inc. He designs a database that has a table named Products. He wants to create a report listing different product categories. He does not want to display any duplicate row in the report. Which of the following SELECT statements will Martin use to create the report?
Correct Answer: D
Question 7
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.
Correct Answer: A
Question 8
Symonds works as a Database Administrato r for Blue Well Inc. The company uses an Oracle database. The database contains a table named Employees. Following is the structure of the table: EmployeeID NUMBER (5) PRIMARY KEY EmployeeName VARCHAR2 (35) NOT
NULL Salary NUMBER (9, 2) NOT NULL Commission NUMBER (4, 2)
DepartmentID NUMBER (5)
Symonds queries the Employees table with the following statement:
SELECT e.EmployeeName, m.Salary
FROM Employees e, Employeesm
WHERE e.EmployeeID = m.EmployeeID;
Which of the following types of joins is used in the statement?
NULL Salary NUMBER (9, 2) NOT NULL Commission NUMBER (4, 2)
DepartmentID NUMBER (5)
Symonds queries the Employees table with the following statement:
SELECT e.EmployeeName, m.Salary
FROM Employees e, Employeesm
WHERE e.EmployeeID = m.EmployeeID;
Which of the following types of joins is used in the statement?
Correct Answer: C
Question 9
Which of the following methods sends log data to a PHP stream?
Correct Answer: C

