ZF-100-500 Exam Questions
180 real ZF-100-500 exam questions with expert-verified answers and explanations. Page 3 of 4.
- Question #115
Which of the following is a common feature of the Front Controller plugins and Action Helpers?
- Question #116
Which of the following is used to render a specific template within its own variable scope?
- Question #117
Which of the following is used to persist the content between view scripts and view instances?
- Question #118
Which of the following is known as Request Object?
- Question #119
Which of the following methods is used to associate multiple filters and validators, apply them to Zend ZF-100-500 Exam collections of data, and retrieve input values?
- Question #120
Which method is used to load a PHP file that may contain any PHP code?
- Question #121
Which of the following is designed for accessing and using the confi guration data within applications?
- Question #122
Which of the following allows a user to store the configuration data in a familiar INI format?
- Question #123
Which of the following classes allows for the reporting of queries, including information on which queries were processed by the adapter?
- Question #124
Which component is used to offer an API to manipulate dates and times?
- Question #125
Which function is used to take a locale string as a parameter and set a new locale?
- Question #126
Which method can be used to determine whether text within a source file has been translated in Zend_Translate?
- Question #127
All of the following are the basic steps in setting up a multi -lingual site, except for which one?
- Question #128
Which of the following is used to encode lines starting with one dot or two dots so that the mail does not violate the SMTP protocol? Zend ZF-100-500 Exam
- Question #129
Which of the following is allowed in the function declaration only?
- Question #130
Which of the following keywords is ne cessary for all the switch statements?
- Question #131
Which inheritance does Zend_Acl support among Resource objects?
- Question #132
Which of the following resource objects is used to support Zend_Acl?
- Question #133
Zend ZF-100-500 Exam Which of the following is used to provide a tree structure onto which multiple resources can be added?
- Question #134
Which property is used to operate the memory object data?
- Question #135
Which method is used to clear or invalidate a particular cache ID?
- Question #136
Which method is used to store the cache records into a SQLite database?
- Question #137
Which one of the following is used to manage the data within a memory -limited environment?
- Question #139
Which of the following code segments can be used to check the form validity?
- Question #140
Which of the following code snippets will you use to cr eate a transport while considering the following PHP code segment? <?php require_once 'Zend/Mail.php'; require_once 'Zend/Ma...
- Question #141
Which of the following is used for separation of hierarchies in Zend_config_Ini file?
- Question #142
Which of the following methods dynamically loads the Adapter class file on demand using Zend_Loader::loadClass()?
- Question #143
Which of the following keywords will you use to set the d efault timezone? Each correct answer represents a complete solution. Choose all that apply.
- Question #144
Which of the following methods is used to attach files to an e-mail and returns a Zend_Mime_Part object?
- Question #145
Which of the following error constants gives all errors and warnings, except the E_STRICT error level?
- Question #146
Which of the following inherits from Zend_Log_Writer_Abstract and is responsible for saving data to storage?
- Question #147
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 useful for cleanup?
- Question #148
Consider the PHP program (which includes a file specified by request): <?php $color = 'blue'; if (isset( $_GET['COLOR'] ) ) $color = $_GET['COLOR']; require( $color . '.php' ); ?>...
- Question #149
What will be the output of the following PHP script? <?php include("xml.inc"); if (!$dom = domxml_open_mem($xmlstr)) { echo "Error while parsing the XML document \n"; exit; } $a =...
- Question #150
Which of the following methods are run by the Zend_Controller_Front::run($path) method at a time? Each correct answer represents a complete s olution. Choose all that apply.
- Question #151
Which of the following methods can be used to verify the authentication and ACLs prior to an action?
- Question #153
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 #154
Angela works as a Database Administrator for AznoTech Inc. She writes the following query: SELECT Dept_Name, Emp_Name FROM Departments d1, Employees e1 WHERE d1.Dept_No = e1.Dept_N...
- Question #155
Zend ZF-100-500 Exam Which of the following statements correctly explain the working of Zend_Sera ch_Lucene? Each correct answer represents a complete solution. Choose all that app...
- Question #156
Which of the following are the features of Zend_Controller_Front? Each correct answer re presents a complete s olution. Choose all that apply.
- Question #157
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 tr...
- Question #158
You have been given the following PHP script: 1. <?php 2. $xmlstring = <<<XML 3. <?xml version="1.0" encoding="ISO -8859-1"?> 4. <email> 7. <heading>Technical issue in Linux OS</he...
- Question #159
Which of the following methods will you use to get the actual set language in Zend_Translate class?
- Question #160
Which of the following joins will you use to display data that do not have an exact match in the column?
- Question #161
Which of the following is the method that is used to check whether the v ersion required for run ning the application exists or not?
- Question #162
Which of the following classes wil l you use to store objects and values in the application space?
- Question #163
Consider the following XML file: <?xml version="1.0" encoding="ISO -8859-1" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <title> SimpleXML Example</title> </he...
- Question #164
Which of the following steps will you take to apply Zend_View? Each correct answer represents a part of the s olution. Choose all that apply.
- Question #166
Zend ZF-100-500 Exam Which of the following modes is the default Fetch mode for Adapter classes and returns data in an associative array on which the keys are the column names?
- Question #167
Which of the following is an abstract class that is used to provide the basic interface and functionality required by the helper broker?