Choose a topic to test your knowledge and improve your Apache Flex skills
How will you call Java method from Flex?
You would use this syntax to embed asset.png in a StyleSheet:
Which class lets you work directly with the pixels of a Bitmap object?
Which is an example of two-way binding?
Which of the following allows you to refer to the top-level application object from anywhere in the application?
Flex 4 introduced a new skinning and component architecture known as what?
MVC is a useful Flex development pattern. What does MVC stand for?
What is the name of the scripting language used with Flex?
How do you declare an actionscript private variable?
What is the file extension of a compiled Flex project?
When do you use try..catch..finnaly statements?
Which is not a container type?
What method is used to register an event handler for a component?
What is the application container for an AIR application?
Where do you declare non-visual MXML elements in a flex component or application?
Which property should have the same value for all radio buttons in a radio button group?
Which tag enables you to enter ActionScript blocks inside an MXML file?
Which of the following containers allow you to position components using x,y, coordinates?
How do you remove a pop up using PopUpManager?
When is it better to use E4X specification?
What event is dispatched when a component and its children are fully processed and visible?
What is a SWC file?
RIAs stands for:
The tree of all visible objects in a Flex application is known as what?
When you add a new display object with ActionScript, it will not be displayed until you do what?
Which Spark class is used to specify absolute positioning for the children of a container?
Which of the following is not a Drop Target Event?
If you want to take a user's text input and redisplay it as a date, which type of component should you use?
What is the mechanism included in AIR to manipulate data from a data base file?
All user interface components in Flex extend what class?
An Apache Flex committer CAN
In order to create in inline item render you must place what inside of the <s:itemRender> tag?
What can you use to pass variables into a .swf application from the HTML wrapper?
Where do you have to place a cross-domain-policy file?
How do you become an Apache Flex committer?
The third and final phase of Flex event flow is known as what?
If you want a class property to be visible to references in the same class and derived classes, which attribute should you assign it?
Which of the following is the RPC service used to connect to Java objects?
If the use-network compiler option is set to false, which of the following can the application do?
Which tag is used to declare non-default, non-visual properties of the current class?
Which of the following statements would allow you to access the MouseEvent class?
How do you accomplish data persistence in a Flex client?
If the current view state is not specified when an application loads, what is the default view state?
What are the three (3) RCP services allowed in flex?
Who has access to Apache Flex code base?
Which method would you use to add a component to an MX container?
To prevent an application to be blocked when working with local database, you must:
To implement a two way binding of a text property you would use:
Which application property allows you to specify the XML namespace for a custom component package?
If you want users to be able to enter and edit multiline text, which of these Spark controls should you use?