Zend-Technologies Zend Framework Certification (ZF-100-500) Free Practice Test
Question 1
Which of the following are the limitations for the cross site request forgery (CSRF) at tack?
Each correct answer represents a complete solution. Choose all that apply.
Each correct answer represents a complete solution. Choose all that apply.
Correct Answer: B,D
Question 2
Which of the following keywords will you use to set the default timezone? Each correct answer represents a complete solution. Choose all that apply.
Correct Answer: B,C
Question 3
Which of the following methods dynamically loads the Adapter class file on demand using Zend_Loader::loadClass()?
Correct Answer: D
Question 4
You have a table created as follows:
create table foo (c1 int, 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
create table foo (c1 int, 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
Correct Answer: A
Question 5
Fill in the blank with the appropriate class name. _______ is a class that is used to create multilingual applications.
Correct Answer: A
Question 6
Which of the following methods will you use to retain the identity across requests according to the PHP session configuration?
Correct Answer: B
Question 7
Which one of the following is used to manage the data within a memory -limited environment?
Correct Answer: B
Question 8
Which of the following keywords will you use to set the d efault timezone? Each correct answer represents a complete solution. Choose all that apply.
Correct Answer: B,C
Question 9
Which of the following are the features of Zend_Layout? Each correct answer represents a complete solution. Choose all th at apply.
Correct Answer: A,C,D
Question 10
Which of the following is an example of a database connection that needs to be created once at the beginning of a script and then used throughout its code?
Correct Answer: D