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

Viewing page 4 out of 4 pages
Viewing questions 31-40 out of questions
Questions # 31:

Which of the following are the valid methods of the Zend_Date class? Each correct answer represents a complete solution. Choose all that apply.

Options:

A.

set()


B.

add()


C.

check()


D.

get()


E.

sub()


Expert Solution
Questions # 32:

A table named employees is given below:

Question # 32

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.

Options:

A.

select fname, lname from employees order by lname;


B.

select fname, lname from employees order by lname desc;


C.

select fname, lname from employees group by lname;


D.

select fname, lname from employees order by lname asc;


Expert Solution
Questions # 33:

Fill in the blank with the appropriate class name. _______ is a class that is used to create multilingual applications.


Expert Solution
Questions # 34:

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.


Expert Solution
Questions # 35:

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.

htmlentities()


D.

escapeshellcmd()


Expert Solution
Questions # 36:

Consider the following script:

<html>

<head>

<title>

This is a test script.

</title>

</head>

<body>

<?php

echo 'This is some sample text';

?>

</body>

</html>

Which of the following tags is used in the php script?

Options:

A.

ASP tag


B.

Short tag


C.

Script tag


D.

Standard tag


Expert Solution
Questions # 37:

Which of the following is a common feature of the Front Controller plugins and ActionHelpers?

Options:

A.

Scope of layout variables


B.

preDispatch() and postDispatch() hooks


C.

Isolation of layout view script from other view scripts


D.

Rendering of the layout


Expert Solution
Questions # 38:

Which method is used to clear or invalidate a particular cache ID?

Options:

A.

delete()


B.

cancel()


C.

remove()


D.

clear()


Expert Solution
Viewing page 4 out of 4 pages
Viewing questions 31-40 out of questions