Zend-Technologies Zend PHP 5.3 Certification 認定 200-530 試験問題:
1. 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) Singleton
B) MVC
C) Factory
D) Adapter
2. What is the result of the following code?
$a = 1; $b = "1"; var_dump($a === $b);
A) bool(true
B) NULL
C) bool(false)
D) Parser error
3. 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) 4
B) 6
C) 5
D) 3
4. What will be the output value of the following code?
$array = array(1,2,3);
while (list(,$v) = each($array));
var_dump(current($array));
A) Array
B) int(1)
C) int(3)
D) NULL
E) bool(false)
5. What is the name of the PHP function used to automatically load non-yet defined classes?
A) Autoload()
B) Load()
C) __catch()
D) loadClass()
E) __autoload()
質問と回答:
| 質問 # 1 正解: C | 質問 # 2 正解: C | 質問 # 3 正解: C | 質問 # 4 正解: E | 質問 # 5 正解: E |














1287 お客様のコメント
品質保証JPexamはIT認定試験のシラバスに従って、試験問題の範囲を正確に絞って、的中率が99%の最新問題集を捧げます。
1年間の無料更新サービスJPexamは1年以内に問題集の無料更新サービスを提供し、お客様がいつでも最新版の問題集を持つことを保証いたします。もし試験の内容が変更されたら、弊社は直ちにお客様にお知らせします。それに、弊社の問題集が更新されたら、早速メールで最新バージョンを送付いたします。
全額返金JPexamの問題集を利用すると、短時間で勉強しても試験に合格できるのを保証いたします。試験に不合格になってしまった場合、弊社は全額返金いたします。(
ご購入前のお試しJPexamは問題集のサンプルを無料で提供いたします。ご購入前にサンプルを試用して製品の品質を確認することができます。ご遠慮なく利用してください。
