최신Zend-Technologies Zend Framework Certification - ZF-100-500무료샘플문제
문제1
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?
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?
정답: B
문제2
In which of the following situations will you use the set_exception_handler() function?
In which of the following situations will you use the set_exception_handler() function?
정답: A
문제3
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('[email protected]', 'Send er');
6. $mail->addTo('[email protected]', 'Recipient');
7. $mail->setSubject('TestSubject');
8. $mail->send();
9. ?>
Which of the following code snippets will you use at line number 3 to initiate Zend_Mail?
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('[email protected]', 'Send er');
6. $mail->addTo('[email protected]', 'Recipient');
7. $mail->setSubject('TestSubject');
8. $mail->send();
9. ?>
Which of the following code snippets will you use at line number 3 to initiate Zend_Mail?
정답: B
문제4
Which of the following methods will you use to get the actual set language in Zend_Translate class?
Which of the following methods will you use to get the actual set language in Zend_Translate class?
정답: D
문제5
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?
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?
정답: A
문제6
Which of the following methods of Zend_XmlRpc_Client can you use to instantiate a server proxy call?
Which of the following methods of Zend_XmlRpc_Client can you use to instantiate a server proxy call?
정답: B
문제7
A table named employees is given below:
Which of the following statements would return the employees names , in ascending order, based on their last name and first name? Each correct answer represents a complete solution. Choose all that apply.

A table named employees is given below:
Which of the following statements would return the employees names , in ascending order, based on their last name and first name? Each correct answer represents a complete solution. Choose all that apply.

정답: C,D
문제8
Which of the following classes allows for the reporting of queries, including information on which queries were processed by the adapter?
Which of the following classes allows for the reporting of queries, including information on which queries were processed by the adapter?
정답: B
문제9
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 table: 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) Celina wants to display the names of employees and their managers, using a self join. Which of the following SQL statements will she use to accomplish this? Each correct answer represents a complete solution. Choose two.
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 table: 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) Celina wants to display the names of employees and their managers, using a self join. Which of the following SQL statements will she use to accomplish this? Each correct answer represents a complete solution. Choose two.
정답: A,C
문제10
Fill in the blank with the appropriate method name. _________is used to make call of the remote methods in the same manner as nativ e methods.
Fill in the blank with the appropriate method name. _________is used to make call of the remote methods in the same manner as nativ e methods.
정답: A
문제11
Fill in the blank with the appropriate m ethod name. The________ method is used to check whether a date is valid or not.
Fill in the blank with the appropriate m ethod name. The________ method is used to check whether a date is valid or not.
정답: A
문제12
Which of the following is used for separation of hierarchies in Zend_config_Ini file?
Which of the following is used for separation of hierarchies in Zend_config_Ini file?
정답: D
문제13
Which of the following will NOT display the value of $debug_variable? Each correct answer represents a complete solution. Choose all that apply.
Which of the following will NOT display the value of $debug_variable? Each correct answer represents a complete solution. Choose all that apply.
정답: B,C