2013年12月1日星期日

Zend-Technologies meilleur examen 200-500, questions et réponses

Le test simulation Zend-Technologies 200-500 sorti par les experts de Pass4Test est bien proche du test réel. Nous sommes confiant sur notre produit qui vous permet à réussir le test Zend-Technologies 200-500 à la première fois. Si vous ne passe pas le test, votre argent sera tout rendu.

Pass4Test est un fournisseur de formation pour une courte terme, et Pass4Test peut vous assurer le succès de test Zend-Technologies 200-500. Si malheureusement, vous échouez le test, votre argent sera tout rendu. Vous pouvez télécharger le démo gratuit avant de choisir Pass4Test. Au moment là, vous serez confiant sur Pass4Test.

Code d'Examen: 200-500
Nom d'Examen: Zend-Technologies (Zend PHP 5 Certification)
Questions et réponses: 219 Q&As

Ajoutez le produit de Pass4Test au panier, vous pouvez participer le test avec une 100% confiance. Bénéficiez du succès de test Zend-Technologies 200-500 par une seule fois, vous n'aurez pas aucune raison à refuser.

Il y a nombreux façons à vous aider à réussir le test Zend-Technologies 200-500. Le bon choix est l'assurance du succès. Pass4Test peut vous offrir le bon outil de formation, lequel est une documentation de qualité. La Q&A de test Zend-Technologies 200-500 est recherchée par les experts selon le résumé du test réel. Donc l'outil de formation est de qualité et aussi autorisé, votre succès du test Zend-Technologies 200-500 peut bien assuré. Nous allons mettre le jour successivement juste pour répondre les demandes de tous candidats.

200-500 Démo gratuit à télécharger: http://www.pass4test.fr/200-500.html

NO.1 You analyze the code of a collegue and see, it uses the function strcasecmp. You try it out to see what
it does and use the following function call:
strcasecmp('hello my dear!', 'Hello my DEAR!');
The function call returns "0". What does that mean?
A. String 1 is less than string 2.
B. The strings are considered equal.
C. String 2 is less than string 1.
D. The strings have equal length.
Answer: B

Zend-Technologies   200-500   200-500 examen   200-500 examen

NO.2 What is the output of the following script?
1 <?php
2 class a
3 {
4 public $val;
5 }
6
7 function renderVal (a $a)
8 {
9 if ($a) {
10 echo $a->val;
11 }
12 }
13
14 renderVal (null);
15 ?>
A. A syntax error in the function declaration line
B. An error, because null is not an instance of 'a'
C. Nothing, because a null value is being passed to renderVal()
D. NULL
Answer: B

certification Zend-Technologies   certification 200-500   200-500

NO.3 Which of the following data types is implicitly passed by reference in PHP 5 while it is passed by value
in PHP 4?
A. Class
B. String
C. Object
D. Array
Answer: C

Zend-Technologies   200-500 examen   200-500 examen   200-500   200-500 examen   200-500 examen

NO.4 You are creating an application that generates invoices in a variety of formats, including PDF, ODS
and HTML. Each of these formats is represented as a PHP class in your application. While some of the
operations can be performed on all of the different formats (such as saving and loading), other operations
may be specific to one or two of the formats (such as setting as read only). Which design pattern should
you use for this application?
A. Adapter
B. Factory
C. MVC
D. Singleton
Answer: B

certification Zend-Technologies   200-500   200-500   certification 200-500

NO.5 Which options do you have in PHP to set the expiry date of a session?
A. Set the session.duration directive in php.ini
B. Set session cookie expiry date locally via session_set_cookie_params()
C. Set session expiry date locally via session_cache_expire()
D. None of the above
Answer: D

Zend-Technologies   200-500 examen   certification 200-500   certification 200-500   200-500

NO.6 REST is a(n) ...
A. Web service protocol similar to SOAP with a strict XML schema.
B. Principle to exchange information using XML and HTTP.
C. API to get information from social networking sites.
Answer: B

certification Zend-Technologies   200-500   200-500 examen   200-500 examen

NO.7 Which of the following statements is correct?
A. Interfaces can extend only one interface
B. Interfaces can extend more than one interface
C. Interfaces can inherit a method from different interfaces
D. Interfaces can redeclare inherited methods
Answer: B

Zend-Technologies examen   200-500   200-500   200-500

NO.8 How many times will the function counter() be executed in the following code?
function counter($start, &$stop)
{
if ($stop > $start)
{
return;
}
counter($start--, ++$stop);
}
$start = 5;
$stop = 2;
counter($start, $stop);
A. 3
B. 4
C. 5
D. 6
Answer: C

Zend-Technologies examen   200-500   200-500   200-500 examen   200-500 examen

NO.9 What is the output of the following code?
echo 0x33, ' monkeys sit on ', 011, ' trees.';
A. 33 monkeys sit on 11 trees.
B. 51 monkeys sit on 9 trees.
C. monkeys sit on trees.
D. 0x33 monkeys sit on 011 trees.
Answer: B

Zend-Technologies examen   200-500   certification 200-500   certification 200-500

NO.10 Which parts of the text are matched in the following regular expression?
1 <?php
2 $text = <<<EOT
3 The big bang bonged under the bung.
4 EOT;
5
6 preg_match_all('@b.n?g@', $text, $matches);
7 ?>
A. bang bong bung
B. bang bonged bung
C. big bang bong bung
D. big bang bung
Answer: C

Zend-Technologies examen   200-500 examen   200-500

NO.11 Which of the following statements is NOT true?
a) Class constants are public
b) Class constants are being inherited
c) Class constants can omit initialization (default to NULL)
d) Class constants can be initialized by consts
A. a)
B. b)
C. c)
D. d)
Answer: C

Zend-Technologies   200-500   200-500 examen   200-500 examen

NO.12 How many elements does the $matches array contain after the following function call is performed?
preg_match('/

没有评论:

发表评论