Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

ZF-100-500 Exam Questions Tutorials

Page: 4 / 5
Total 130 questions

ZF-100-500 Questions and Answers

Question 13

Consider the following script:

<title>

This is a test script.

echo 'This is some sample text';

?>

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

Options:

A.

ASP tag

B.

Short tag

C.

Script tag

D.

Standard tag

Question 14

Which of the following SPL Interfaces/classes extends the standard Iterator interface and enables the ability to retrieve a specific item from internal data store?

Options:

A.

ArrayAccess

B.

Recursive Iterator

C.

FilterIterator

D.

SeekableIterator

Question 15

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

Options:

A.

dispatch()

B.

objectsetControllerDirectory()

C.

getInstance()

D.

controller()

Question 16

You have a table created as follows:

create table foo (c1int, c2 char(30), c3 int, c4 char(10))

If column c1 is unique, which of the following indexes would optimize the statement given

below? Select distinct (c1), c3 from foo where c1=10

Options:

A.

create unique index foox on foo (c1) include (c3)

B.

create index foox on foo (c1)

C.

create index foox on foo (c1,c3)

D.

create unique index foox on foo (c1,c3)

Page: 4 / 5
Total 130 questions