ACE Exam Guide Flex4
ACE Exam Guide Flex4
Program
Product Proficiency Exam Bulletin
Page 1 of 6
Exam Structure
The following lists the topic areas and percentage of questions delivered in each topic area:
Topic Area % of # of
Exam Questions
Creating a User Interface (UI) 34 20
Flex system architecture and design 17 10
Programming Flex applications with ActionScript 20 12
Interacting with data sources and servers 14 8
Using Flex in the Adobe Integrated Runtime (AIR) 15 9
Page 2 of 6
• Create, handle, and dispatch events, including developer created event classes that extend
the Event class.
• Identify and describe the implementation and purpose of common software design patterns
that are used in Flex. (Design patterns include: Observer, Command, and Data transfer)
• Understand the skinning architecture and the role of the SkinnableContainer class.
• Given a method in the component lifecycle explain the purpose of and when to use that
method. (Methods include: CreateChildren, UpdateDisplayList)
• Explain how modules are used in the development of a Flex application.
• Explain the use case and development workflow for building a custom preloader.
3. Programming Flex applications with ActionScript
• Define and extend an ActionScript class.
• Implement an ActionScript interface.
• Use access modifiers with classes and class members.
• Implement data transfer objects.
• Implement accessor methods in ActionScript. (Methods include: explicit and implicit getter
and setter)
• Use an ArrayCollection to sort, filter, and provide data.
• Implement data validation.
• Manipulate XML data by using E4X.
• Implement events that function properly in the Flex event framework. (Including:
extends the Event class, call super(), override clone())
4. Interacting with data sources and servers
• Implement real-time messaging by using producers and consumers.
• Explain the importance of and implement data paging on data sets.
• Understand synchronization and online/offline use cases using data management.
• Interact with remote data and services by using Remote Procedure Call (RPC) services.
(Services include: HTTPService, WebService, RemoteObject, URLRequest)
• Read, write, and upload local files from the local file system by using Flash Player 10 API.
(Including: the use of file filters)
5. Using Flex in the Adobe Integrated Runtime (AIR)
• Given a scenario, compile and export a release build of an AIR application. (Scenarios
include: Using Flex Builder, from the command line)
• Create, populate, and delete files and directories on a local file system.
• Create and customize native windows and menus.
• Adding drag-and-drop functionality to and from the desktop.
• Install, uninstall, and update an AIR application.
• List and describe the AIR security contexts.
Page 3 of 6
• Create, connect to, and define a local database.
• Add, update, and remove records from local database.
Practice Exam
Try out these practice questions to get a feel for the types of questions on the ACE exam. Please
note that your performance here does not indicate how you will do on the actual exam. To fully
prepare for the exam, closely review the topic areas and objectives in the Exam Bulletin.
1.3 Change the look and feel of a design by using API styles, style sheets, filters, and
blends.
You want to apply the Overlay blend to an image in your Flex application.
Correct answer: C
Which line of code correctly binds the text property of a Label to the selectedValue of a
RadioButtonGroup with an id of cardType?
A. <mx:Label text=cardType.selectedValue
B. <mx:Label text="cardType.selectedValue" />
C. <mx:Label text="{cardType.selectedValue}" />
D. <mx:Label text="[cardType.selectedValue]" />
Correct answer: C
Which two properties are declared in the flash.events.Event class and are declared in all event
objects? (Choose two.)
A. id
Page 4 of 6
B. type
C. target
D. value
E. relatedObject
Correct answer: B, C
You have a custom component named PopUpWindow that inherits from TitleWindow.
Correct answer: A
var myBooks:XML =
<books>
<book name="Flex 3 with AIR" />
</books>
How do you access the name attribute of the myBooks instance by using E4X?
A. myBooks.book.@name;
B. myBooks.books.book.@name;
C. myBooks.book.attributes.name;
D. myBooks.books.book.attributes.name;
Correct answer: A
Page 5 of 6
4.4 Interact with remote data and services by using Remote Procedure Call (RPC) ser-
vices.
A. load()
B. send()
C. initialized()
D. addEventListener()
Correct answer: B
Which method of the NativeDragManager class will approve the current drag event?
A. doDrag()
B. dragDrop()
C. doDragDrop()
D. acceptDragDrop()
Correct answer: D
Correct answer: D
Page 6 of 6
Adobe Systems Incorporated This brochure was created with Adobe FrameMaker® software and font software from the Adobe Type Library.
345 Park Avenue Adobe, the Adobe logo, Acrobat, Adobe Type Manager, After Effects, ATM, FrameMaker, GoLive, Illustrator, InDesign, PageMaker, Photoshop, and Premiere are trademarks of Adobe
San Jose, CA 95110-2704 USA Systems Incorporated. Macintosh is a trademark of Apple Computer, Inc. registered in the U.S. and other countries. UNIX is a registered trademark of The Open Group. Windows is either
World Wide Web a registered trademark or trademark of Microsoft Corporation in the United States and/or other countries. All other trademarks are the property of their respective owners.
www.adobe.com ©2000 Adobe Systems Incorporated. All rights reserved. 7/16/10.