Zend-Technologies Zend Framework Certification - ZF-100-500 FREE EXAM DUMPS QUESTIONS & ANSWERS
You have created a table based on the following data: EmpID NUMBER (5) PRIMARY KEY EmpName VARCHAR2 (35) NOT NULL Salary NUMBER (9, 2) NOT NULL Commission NUMBER (4, 2) ManagerName VARCHAR2 (25) ManagerID NUMBER (5) Now, you want to display the names of employees and their managers, using a self join. Which of the following SQL statements can you use to accomplish this? Each correct answer represents a complete solution. Choose two.
Correct Answer: A,D
Vote an answer
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?
Correct Answer: D
Vote an answer
Which of the following is used to provide a tree structure onto which multiple resources can be added?
Correct Answer: C
Vote an answer
Which of the following statements describes the use of a GROUP BY clause?
Correct Answer: C
Vote an answer
Which of the following methods can be used to verify the authentication and ACLs prior to an action?
Correct Answer: D
Vote an answer
Which of the following statements correctly explains the behavior of Zend_Controller_Front?
Each correct answer represents a complete solution. Choose all that apply.
Each correct answer represents a complete solution. Choose all that apply.
Correct Answer: A,B,D
Vote an answer
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.
Correct Answer: A
Vote an answer
Which of the following clauses is used to specify a column or an array of columns by which to sort?
Correct Answer: A
Vote an answer
Fill in the blank with the appropriate class name. ________is a class that is used to create multilingual applications.
Correct Answer: A
Vote an answer
Which of the following code snippets will you use to destroy a log if the variable $logger contains the log record?
Correct Answer: B
Vote an answer
Consider the following XML file:
<?xml version="1.0" encoding="ISO -8859-1" ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1 -transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title> SimpleXML Example</title>
</head>
<body>
<h1>
Please go <a href="http://www.PassGuide.com">http: //www.PassGuide.com</a>
<br/>
</h1>
</body>
</html>
Which of the following statements will display the HREF attribute on the anchor tag if the SimpleXML object is $sxml?
<?xml version="1.0" encoding="ISO -8859-1" ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1 -transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title> SimpleXML Example</title>
</head>
<body>
<h1>
Please go <a href="http://www.PassGuide.com">http: //www.PassGuide.com</a>
<br/>
</h1>
</body>
</html>
Which of the following statements will display the HREF attribute on the anchor tag if the SimpleXML object is $sxml?
Correct Answer: B
Vote an answer
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
Vote an answer