Labour Day Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Zend > Zend Certification > ZF-100-500

ZF-100-500 ZF-100-500 Question and Answers

Question # 4

Which of the following is used to provide a tree structure onto which multiple resources can be added?

A.

Zend_Acl_Assert_Interface

B.

Zend_Acl_Assert

C.

Zend_Acl_Role

D.

Zend_Acl

Full Access
Question # 5

Which of the following resource objects is used to support Zend_Acl?

A.

No

B.

Multiple

C.

Single

D.

Cyclic

Full Access
Question # 6

Which property is used to operate the memory object data?

A.

object

B.

data

C.

method

D.

value

Full Access
Question # 7

Fill in the blank with the appropriate method name. _________is used to make call of the remote methods in the same manner as native methods.

Full Access
Question # 8

Which of the following classes will you use to store objects and values in the application space?

A.

zend_Db

B.

Zend_Acl

C.

Zend_Registry

D.

Zend_Config

Full Access
Question # 9

Which of the following is an abstract class that is used to provide the basic interface and functionality required by the helper broker?

A.

Zend_Db

B.

Zend_Auth

C.

Zend_Acl

D.

Zend_Controller_Action_Helper_Abstract

Full Access
Question # 10

Which of the following joins retrieves all rows from one table and only the matching rows from the joined table?

A.

Self join

B.

Outer join

C.

Equijoin

D.

Non-equijoin

Full Access
Question # 11

Which of the following is used for separation of hierarchies in Zend_config_Ini file?

A.

.

B.

>

C.

,

D.

->

Full Access
Question # 12

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.

Full Access
Question # 13

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_No

ORDER BY Dept_Name, Emp_Name;

Which of the following joins is used in this query?

A.

Non-equijoin

B.

Outer join

C.

Equijoin

D.

Self join

Full Access
Question # 14

Which of the following methods are used by Zend_Controller_Action_Helper_Abstract? Each correct answer represents a complete solution. Choose all that apply.

A.

init()

B.

preDispatch()

C.

setActionController()

D.

getResponseId()

Full Access
Question # 15

Symonds works as a Database Administrator for Blue Well Inc. The company uses an Oracledatabase. 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?

A.

Outer join

B.

Equijoin

C.

Cross join

D.

Self join

Full Access
Question # 16

Which of the following methods is used to change the session configuration options?

A.

Zend_Session::start()

B.

Zend_Session::setOptions()

C.

Zend_Session_Namespace()

D.

Zend_config_options

Full Access
Question # 17

Which of the following are the features of Zend_Layout? Each correct answer represents a complete solution. Choose all that apply.

A.

It is the configuration of layout name, inflection, and path.

B.

It can be used with ZF MVC components.

C.

It is used to disable layouts and change scripts.

D.

It has a separate scope for layout-related variables and content.

Full Access
Question # 18

Which of the following statements describes the use of a GROUP BY clause?

A.

A GROUP BY clause returns a single row of information for each group of rows.

B.

A GROUP BY clause automatically sorts the grouped result in ascending order, if DESCkeyword is not defined.

C.

A GROUP BY clause returns a single row of information for each group of rows, inaddition to all the rows.

D.

A GROUP BY clause automatically sorts the grouped result in descending order.

Full Access
Question # 19

Which method is used to store the cache records into a SQLite database?

A.

Zend_Cache_Backend_Sqlite

B.

Zend_Cache_cache_Sqlite

C.

Zend_Cache_file_ Sqlite

D.

Zend_Cache_read_Sqlite

Full Access