IT資格を学ぶ、killtestブログ

killtestブログは世界最も最新のITテスト問題集を提供いたします!

killtest Adobe ACE Flex認定資格 9A0-182:Flex 4.5 ACE Exam

2012-04-11 14:20:27 | Adobe 資格
killtest 9A0-182試験は、Flex 4.5 ACE Examを使用する小規模企業で、働いている方もしくはそのような企業のコンサルタントを行っているAdobe ACE Flex資格情報技術 (IT) プロフェッショナルを対象としています。Adobe ACE Flex資格認定試験は、Flex 4.5 ACE Examを使用する小規模企業で、働いている方もしくはそのような企業のコンサルタントを行っている情報技術 (IT) プロフェッショナルを対象としています。

killtest 9A0-182試験のACE Flex 受験者は、次の特徴を備える環境で、ネットワーク ソリューションの展開および管理に関する経験を 1 年以上積んでいることが必要です。

試験コード:9A0-182
試験名称:Flex 4.5 ACE Exam

1.You have created a Flex application that contains a custom component with the id of myComp The
Application class needs to be altered whenever a property named score is updated inside myComp.
Which approach should be used to implement this functionality while encapsulation?
A. myComp would dispatch a custom event when score is changed
B. The Application anon class would bind to the score property in myComp
C. The Application class would add an event listener to the control updating score in myComp
D. The score property would be changed to a public property
Answer: A

2.You are creating a custom component, MyComp based on the UIComponent class. What statement
correctly declares the MyComp class.?
A. Public class MyComp extend UIComponent 0
B. Public class MyComp implements UIComponent 0
C. Public class UIComponent as MyComp 0
D. Public class MyComp base UIComponent
Answer: A

3.Given the following code:
user firstName = "Bruno";
Which declaration would enable you to set the firstName property as shown?
A. public functionsetFirstName (value String):void{}
B. public function getFirstName{}: String{}
C. public function get firstName():void{}
D. public function set firstName(value String):void{}
Answer: D

4.Which statement describes ArrayList and ArrayCollection components?
A. Both ArrayList and ArrayCollection can be used as data providers for Spark list-based controls
B. ArrayList collection are sortable and filterable
C. When using an Array as a data provider for a Spark list-based control, it will automatically be wrapped
within ArrayList
D. ArrayList supports cursors, unlike ArrayCollection
Answer: A

5.When design pattern is used to define the passing of typed data between the client and remote server?
A. Mediator
B. Factory
C. Fa ade
D. Data transfer Object
Answer: D