These Apache Flex multiple-choice questions and their answers will help you strengthen your grip on the subject of Apache Flex. You can prepare for an upcoming exam or job interview with these 90+ Apache Flex MCQs.
So scroll down and start answering.
A. FALSE
B. True
A. MessageService
B. Crossdomain
C. Above all
D. RemoteObject
E. Httpservice
A. BitmapEncodingColorSpace
B. BitmapData
C. Bitmap
D. BitmapDataChannel
A. <s:TextInput text="@{someData}"/>
B. <s:TextInput text="{someData}"/>
C. <s:TextInput="{someData}"/ >
D. <s:TextInput="@someData">
A. FlexGlobals.topLevelApplication
B. UIComponent.topLevelApplication
C. FlexGlobals.parentApplication
D. UIComponent.parentApplication
A. False
B. True
A. DMX
B. Flash
C. Halo
D. Spark
A. Most Valuable Customer
B. Most VGroup Containers
C. Modem-Vista-Cairngorm
D. Model-View-Controller
A. NoScript
B. ActionScript
C. PHP
D. JavaScript
A. var variableType:variableName
B. var variableType variableName
C. private var variableName:variableType
A. True
B. False
A. True
B. FALSE
A. FALSE
B. True
A. True
B. False
A. .css
B. .flv
C. .swf
D. .fla
A. On customs classes
B. On customs events
C. On error handling
D. On functions definitions
A. True
B. False
A. Application
B. Array
C. Group
D. Panel
A. registerEventListener()
B. beginEventListener()
C. addEventListener()
D. startEventListener()
A. VGroup
B. WindowedApplication
C. Group
D. Application
A. Inside <fx:Scripts> tag
B. Inside <fx:Group> tag
C. Inside <fx:Definitions> tag
D. Inside <fx:Declarations> tag
A. id
B. click
C. groupName
D. label
A. <s:Ascript>
B. <fx:ActionScript>
C. <fx:AScript>
D. <fx:Script>
A. False
B. True
A. Group
B. VGroup
C. HGroup
D. TileGroup
A. PopUpManager.removePopUp('popUpComponent')
B. PopUpManager.destroyPopUp('popUpComponent')
C. PopUpManager.deletePopUp('popUpComponent')
D. PopUpManager.closePopUp('popUpComponent')
A. When working with XML
B. When working with binary data
C. When working with HTML responses
D. When working with JSon objects
A. initialize
B. creationComplete
C. applicationComplete
D. preinitialize
A. Class library containing components and other assets.
B. Flex project file.
C. File used to specify compiler options.
D. Compiled Flex application.
A. Regular Internet Applications
B. Rich Internet Applications
C. Recursive Internal Applications
D. Rigid Internal Applications
A. Container
B. Display list
C. Object
D. Class
A. True
B. False
A. Add the new object as a child of a container.
B. Create a custom event to display the object.
C. Add an event listener for the object.
D. Load the object into the application.
A. TileLayout
B. BasicLayout
C. VerticalLayout
D. HorizontalLayout
A. dragOver
B. dragEnter
C. dragDrop
D. mouseDown
A. validator
B. collection
C. formatter
D. grid
A. False
B. TRUE
A. PLSQL
B. SQLServer
C. MySQL
D. SQLLite
A. Sprite
B. Bitmap
C. InteractiveObject
D. UIComponent
A. Commit code to the Apache Flex Git repository
B. Vote in new Apache Flex committers
C. Vote in new Apache Flex PMC members
D. Cast binding votes on an Apache Flex release candidate
A. <fx:script>
B. <fx:component>
C. <s:GridColumn>
D. <s:GridColumn>
A. FlashVars
B. HTMLVars
C. ParamObjs
D. FlashParams
A. False
B. True
A. At the root directory of your application
B. At the libs directory of your application
C. At the root directory of the server
D. There's no such thing as cross-domain-policy file
A. Add JIRA entries and patches
B. All of the other answers
C. Voted in by the Apache Flex PMC
D. Contribute to discussions on the mailing lists
E. Contribute to the wiki or web site
A. listening
B. bubbling
C. target
D. capture
A. public
B. static
C. private
D. protected
A. HTTPObjects
B. HTTPServices
C. RemoteObjects
D. WebServices
A. Access no resources in the local file system or over the network.
B. Access resources both in the local file system and over the network.
C. Access resources over the network, but not in the local file system.
D. Access resources in the local file system, but not over the network.
A. <s:Nonvisual>
B. <fx:Declarations>
C. <mx:Declarations>
D. <fx:Properties>