Adobe Flex 4.5 ACE - 9A0-182 Exam Practice Test
You will be working with the messaging service in Adobe Data Services. Which method must be called to begin receiving events from the message service?
Correct Answer: B
Which class allows you to write the contents of a string to a file on the file system and is only available in AIR?
Correct Answer: A
Which Spark container will allow you to display its children with a horizontal orientation?
Correct Answer: B
Given the following code:
<fx:Binding source="message" destination="input.text" twoWay="true" />
<fx:Script>
<![CDATA[
[Bindable]
private var message:String = "Hello User";
]]>
</fx:Script>
<s:TextInput id="input" text="Goodbye User" />
What will be displayed in the text input control when the application first loads?
<fx:Binding source="message" destination="input.text" twoWay="true" />
<fx:Script>
<![CDATA[
[Bindable]
private var message:String = "Hello User";
]]>
</fx:Script>
<s:TextInput id="input" text="Goodbye User" />
What will be displayed in the text input control when the application first loads?
Correct Answer: D
What is the effect of the following code snippet:
<s:TextInput id="tf1" text="@{tf2.text}"/> <s:TextInput id="tf2"/>
<s:TextInput id="tf1" text="@{tf2.text}"/> <s:TextInput id="tf2"/>
Correct Answer: C
Which statement in the XML configuration file associated with an AIR application will remove the native system chrome?
Correct Answer: D
Which method allows you to load a file from the user's hard drive into Flash Player 10 directly, without uploading it to a remote server?
Correct Answer: A
You are creating an application that will need:
An event dispatching system
A means for interested components to be notified when something changes in another object
Which design pattern should be used to create this architecture?
An event dispatching system
A means for interested components to be notified when something changes in another object
Which design pattern should be used to create this architecture?
Correct Answer: D
Which statement about Spark components is true?
Correct Answer: A
Which file extension must your AIR application installer have to be used with the badge install process?
Correct Answer: C