Adobe Flex 4.5 ACE (9A0-182) Free Practice Test
Question 1
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
Question 2
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: C
Question 3
You have created a Flex application that contains a custom component with the id of myComp. The Application class needs to be alerted whenever a private property named score is updated inside myComp. Which approach should be used to implement this functionality while maintaining encapsulation?
Correct Answer: C
Question 4
Which statement about creating custom preloaders is true?
Correct Answer: C
Question 5
You are using Flex validators. Which property of the Validator class specifies the object containing the property to validate?
Correct Answer: D
Question 6
You are using a Skin class with a specific component class. How is compile-time checking of the component properties enabled within the Skin class?
Correct Answer: A
Question 7
Which statement best describes the ArrayList and ArrayCollection components?
Correct Answer: D
Question 8
You want to load a remote SWF via HTTP within your AIR application. You also want to expose methods that are defined within your AIR application to this SWF. Which statement is true?
Correct Answer: C
Question 9
Which two statements about the Spark DataGrid are true? (Choose two.)
Correct Answer: B,C
Question 10
Which two classes can be extended to create a skin? (Choose two.)
Correct Answer: C,E