ZF-100-500 Exam Questions
180 real ZF-100-500 exam questions with expert-verified answers and explanations. Page 1 of 4.
- Question #1
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 cur...
- Question #2
Celina works as a Database Administrator for Tech Mart Inc. The company uses an Oracle database. The database contains a table named Employees. Following is the structure of the ta...
- Question #3
Which of the following actions may fail if you have exceeded your quota limit?
- Question #4
Which of the following code snippets will you use to instantiate Zend_XmlRpc_Server?
- Question #6
Which of the following is used to crea te a new Memory Manager?
- Question #7
You want a formatted date for an RSS feed. Which of the following code syntaxes will you use to accomplish the task?
- Question #9
Which of the following methods will you use to retain the identity across requests according to the PHP session configuration?
- Question #10
Which of the following code sn ippets will you use to create an index in Zend_Search_Lucene? Zend ZF-100-500 Exam 1. <?php 2. ????????????? 3. ????????????? 4. $Search_Doc ->addFie...
- Question #11
Which of the following methods in Zend_Controller_Action can be used for resetting the state when multiple controllers use the same helper in the chained actions?
- Question #12
You want to retrieve all the data from any given table. You also want to ensure that no duplicate values are displayed. Which of the following SQL statements will you use to accomp...
- Question #13
Consider the following code segment: 1. <?php 2. require_once 'Zend/Mail.php'; 3. ????????????????????????? 4. $mail->setBodyText('This is the test email.'); 5. $mail->setFrom('som...
- Question #14
Which of the following functions sets up start and end element handlers?
- Question #15
Which of the following functions can be used as a countermeasure to a Shell Injection attack? Each correct answer represents a complete solution. Choose all that apply.
- Question #16
You have a table created as follows: create table foo (c1 int, c2 char(30), c3 int, c4 char(10)) If column c1 is unique, which of the following indexes would optimize the statement...
- Question #17
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...
- Question #18
In which of the following situations will you use the set_exception_handler() function?
- Question #19
Which of the following code snippets will you use if you want to connect to a Pop3 server using TLS?
- Question #20
Which of the following are the configuration files that are used in Zend_Config?
- Question #21
Which of the following methods are used by Zend_Controller_Action_Helper_Abstract? Each correct answer represents a complete s olution. Choose all that apply.
- Question #22
Which of the following are the valid methods of the Zend_Date class? Each correct answer represents a complete s olution. Choose all that apply.
- Question #23
Which of the following is an example of a database c onnection that needs to be created once at the beginning of a script and then used throughout its code?
- Question #24
Which of the following clauses is used to specify a column or an array of columns by which to sort?
- Question #25
John works as a professional Ethical Hacker. He has been assigned a project to test the security and successfully logs in to the user page of the Web site. The We -are-secure login...
- Question #28
Which of the following methods of Zend_XmlRpc_Client can you use to instantiate a server proxy call?
- Question #29
You have given the following XML data in the tasks.XML file: Zend ZF-100-500 Exam <?xml version="1.0" encoding="ISO-8859-1"?> <tasklist> <note> <tasks>Validate data</tasks> <detail...
- Question #30
You run the following PHP script: <?php $name = mysql_real_escape_string($_POST["name"]); $password = mysql_real_escape_string($_POST["password"]); ?> What is the use of the mysql_...
- Question #31
Zend ZF-100-500 Exam Which of the following can be used as a countermeas ure against the SQL injection attack? Each correct answer represents a complete solution. Choose two.
- Question #32
Which of the following statements correctly explains the behavior of Zend_Controller_Front? Each correct answer represents a complete solution. Choose all that apply.
- Question #33
Which of the following functions in SimpleXML can be used to return an iterator containing a list of all subnodes of the current node?
- Question #35
Which of the following functions is the best choice to retrieve the fingerprint of a str ing?
- Question #36
Zend ZF-100-500 Exam Which of the following steps will you use to create a multi -lingual Website? Each correct answer represents a complete s olution. Choose all that apply.
- Question #37
Which of the following retrieves the request URI, path, $_GET & $_POST paramete rs, etc. and tracks whether an action has been dispatched via Zend_Controller_Dispatcher?
- Question #38
You are using a database named HumanResource. You have to delete some tables from the database using SQL statements. Which of the following statements will you use to accomplish th...
- Question #39
Which of the following joins retrieves all rows from one table and only the matching rows from the joined table?
- Question #40
Which of the following statements describes the use of a GROUP BY clause?
- Question #41
You want to record the raw log data received in an array exposed as a public property. Which of the following will you use to accomplish the task?
- Question #42
Which of the following are the methods that are used by Zend_Controller_Front? Each correct answer represents a complete s olution. Choose all that apply.
- Question #43
Which of the following will NOT display the value of $debug_variable? Each correct answer represents a complete s olution. Choose all that apply.
- Question #44
Fill in the blank with the appropriate term. __________is used to implement a classic Two - Step View pattern that allows a user to wrap the application content within another view...
- Question #45
Which of the following functions is the best choice to retrieve the fingerprint of a string?
- Question #46
Which of the following methods is triggered when a dispatched action is done even if a preDispatch() plugin has skipped the action and is mainly u seful for cleanup?
- Question #47
Which of the following will NOT display the value of $debug_vari able? Each correct answer represents a complete solution. Choose all that apply.
- Question #48
Which of the following are the limitations for the cross site request forgery (CSRF) attack? Each correct answer represents a complete s olution. Choose all that apply.
- Question #50
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...
- Question #51
Which of the following methods are used by Zend_Controller_Action_Helper_Abstract? Each correct answer represents a complete solution. Choose all that apply.
- Question #52
Celina works as a Database Administrator for Tech Mart Inc. The company uses an Oracle database. The database contains a table named Employees. Following is the structure of the ta...
- Question #53
Which of the following methods can be used t o verify the authentication and ACLs prior to an action?
- Question #54
You work as a Database Administrator for Dolliver Inc. The company uses an Oracle database. The database contains two tables, named Employees and Departments. You want to retrieve...
- Question #55
Which of the following functions can you use to mitigate a command injection attack? Each correct answer represents a complete s olution. Choose all that apply.
- Question #56
Which of the following is an example of a database connection that needs to be created once at the beginning of a script and then used throughout its code?