Pass the Zend Zend Certification 100-500 Questions and answers with CertsForce

Viewing page 5 out of 6 pages
Viewing questions 41-50 out of questions
Questions # 41:

Which of the following joins will you use to display data that do not have an exact match in the column?

Options:

A.

Self join


B.

Outer join


C.

Equijoin


D.

Non-equijoin


Expert Solution
Questions # 42:

Which function is used to take a locale string as a parameter and set a new locale?

Options:

A.

setNewLocale()


B.

setLocale()


C.

locale_Set()


D.

newLocale()


Expert Solution
Questions # 43:

Which of the following functions can you use to mitigate a command injection attack?

Each correct answer represents a complete solution. Choose all that apply.

Options:

A.

strip_tags()


B.

escapeshellarg()


C.

escapeshellcmd()


D.

htmlentities()


Expert Solution
Questions # 44:

Which of the following methods is used to associate multiple filters and validators, apply them to collections of data, and retrieve input values?

Options:

A.

Zend_Validate_Interface


B.

isValid()


C.

setMessage()


D.

Zend_Filter_Input


Expert Solution
Questions # 45:

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?

Options:

A.

Zend_Log_Writer_Mock


B.

Zend_Log_Formatter_Xml


C.

Zend_Log_Writer_Stream


D.

Zend_Log_Formatter_Simple


Expert Solution
Questions # 46:

John works as a professional Ethical Hacker. He has been assigned a project to test the security of www.we-are-secure.com. On the We-are-secure login page, he enters ='or''=' as a username and successfully logs in to the user page of the Web site. The We-are-secure login page is vulnerable to a __________.

Options:

A.

Land attack


B.

Replay attack


C.

Dictionary attack


D.

SQL injection attack


Expert Solution
Questions # 47:

Which of the following code snippets will you use to instantiate Zend_XmlRpc_Server?

Options:

A.

$server = Zend_Xml::Zend_XmlRpc_Server()


B.

$server = new Zend_Xml();


C.

$server = new Zend_XmlRpc_Server();


D.

$server = create_new_Zend_XmlRpc_Server()


Expert Solution
Questions # 48:

Which of the following methods are run by the Zend_Controller_Front::run($path) method at a time?

Each correct answer represents a complete solution. Choose all that apply.

Options:

A.

setInstance()


B.

dispatch()


C.

getInstance()


D.

setControllerDirectory()


Expert Solution
Questions # 49:

Which method is used to load a PHP file that may contain any PHP code?

Options:

A.

Zend_Loader::load()


B.

Zend_Loader::load()::includeFile()


C.

Zend_Loader::load()::includeOnce()


D.

Zend_Loader::loadFile()


Expert Solution
Questions # 50:

Which of the following is used to create a new Memory Manager?

Options:

A.

Zend_Memory::factory()


B.

Zend_Memory->NewMemoryManager()


C.

Zend_Memory->factory()


D.

Zend_Memory::NewMemoryManager()


Expert Solution
Viewing page 5 out of 6 pages
Viewing questions 41-50 out of questions