Home > Web Development > Quizzes > Apache Flex Fundamentals Test
Apache Flex Fundamentals Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 65% Most missed: “Which of the following components can be used to access server-side data from a …”
Apache Flex Fundamentals Test
Time left 00:00
25 Questions

1. The phase order??of the event flow in flex is:
2. True or False? Display objects created with MXML tags are automatically added to the display list.
3. True or False? Flex directly supports database operations.
4. What is the application container for an AIR application?
5. If the current view state is not specified when an application loads - what is the default view state?
6. Where can you set a defaultButton property?
7. If the use-network compiler option is set to false - which of the following can the application do?
8. Flex 4 introduced a new skinning and component architecture known as what?
9. RIAs stands for:
10. A labelFunction is:
11. All user interface components in Flex extend what class?
12. What event is dispatched when a component and its children are fully processed and visible?
13. What can you use to pass variables into a .swf application from the HTML wrapper?
14. In the Flex global coordinate system - coordinates are relative to the upper left corner of what?
15. True or False? remoting-config.xml has destinations defined for working with web services and http services.
16. Which Spark class is used to specify absolute positioning for the children of a container?
17. How do you avoid 'Warning: unable to bind property 'x' on class 'x' ?
18. True or False? You can compile an AIR application as native installers (.exe - .dmg - .deb)
19. True or False? If you embed a graphic - it is loaded into your Flex application at runtime.
20. How do you set the default state of a visual component?
21. Apache Flex is a top level Apache Software Foundation project?
22. In order to create in inline item render you must place what inside of the tag?
23. If you want to prevent a button from displaying in a specific view state - which of the button's properties should you use?
24. Linux support was added in which version of Apache Flex?
25. Which is true about the following sentence: [Bindable(event='dataChanged')] ?