最新的Adobe Flex 4.5 ACE - 9A0-182免費考試真題

問題1
Which statement best describes the FileMode.UPDATE mode?

正確答案: C
問題2
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?

正確答案: D
問題3
Given the following snippet:
var ac:ArrayCollection = new ArrayCollection();
ac.addItem(0);
ac.addItem(1);
ac.addItem(2);
ac.addItem(3);
ac.addItemAt(2,1);
var k:uint = ac[1]
What is the value of k?

正確答案: D
問題4
What are two benefits of using Modules in a Flex application? (Choose two.)

正確答案: D,E
問題5
You are using Flex validators. Which property of the Validator class specifies the object containing the property to validate?

正確答案: B
問題6
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?

正確答案: C
問題7
You want to create a custom layout to display a number of images in a carousel. Which superclass should you extend to create your custom layout?

正確答案: D
問題8
You want to position a group such that it is positioned in the middle of its parent both vertically and horizontally.
Which syntax is correct?

正確答案: B
問題9
Which class type can be used as a preloader for a Flex application?

正確答案: C
問題10
You are utilizing offline synchronization of data with Adobe Data Services. Which method must be called to store the data when offline?

正確答案: D