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>
A. import flash.events.*;
B. include "allevents.as";
C. import flash.events.mouse;
D. import spark.events;
A. Using cookies
B. Using <fx:Model>
C. Using <s:Model>
D. Using shared objects
A. Name of the first view state defined by the <s:states> tag.
B. Name of the last view state defined by the <s:states> tag.
C. View state when the application was last closed.
D. No default state.
A. HTTPService, RemoteService, SOAPService
B. HTTPService, RemoteService, WebService
C. HTTPService, RemoteObject, WebService
D. HTTPService, RemoteObject, SOAPService
A. Adobe staff
B. Apache Flex PMC
C. Apache staff
D. Apache Flex committers
E. Anyone
A. addNew()
B. addElement()
C. addComponent()
D. addChild()
A. open the database in Synchronous mode
B. open the database in Asynchronous mode
A. text="@{fieldX.text}"
B. text="@[fieldX.text]"
C. text="{@filedX.text}"
D. text="[@fieldX.text]"
A. namespace
B. xmlns
C. xmlnamespace
D. xmlspace
A. RichText
B. TextInput
C. TextArea
D. Label
A. classStyle="classSelector"
B. style=".classSelector"
C. style="classSelector"
D. styleName="classSelector"
A. True but only when using AIR
B. True
C. False
A. Bubbling-Capture-Target
B. Target-Bubbling-Capture
C. Capture-Target-Bubbling
D. Target-Capture-Bubbling
A. Container
B. Transition
C. Group
D. Filter
A. JPEG
B. FXG
C. SVG
D. PNG
A. Bubble, Capture, Target
B. Capture, Bubble, Target
C. Target, Capture, Bubble
D. Capture, Target, Bubble
A. 4.9.5
B. 4.12.1
C. 4.6
D. 3.5
A. General Public License (GPL)
B. MIT License
C. Apache License 2.0
D. Creative Commons
E. Adobe Open Source License
A. Inside <fx:Definitions> tag
B. Inside <fx:Group> tag
C. Inside <fx:Metadata> tag
D. Inside <fx:Scripts> tag
A. Content
B. Component
C. Stage
D. Container
A. Group
B. Screen
C. Stage
D. Application
A. Globals
B. NativeApplication.nativeApplication
C. FlexGlobals
D. Application.application
A. includeIn
B. visible
C. hideButton
D. excludeFrom
A. Helps insure stability when refactoring the application
B. Allows for the end user to manipulate data in real time
C. Connect components to an underlying data model
D. Enables the user to create data tables
A. Apache Git repository
B. Apache Github mirror
C. Apache Flex release
D. Google Code
A. True
B. False
A. 4.9.0
B. 4.8
C. 4.10.0
D. 4.9.1
A. A function that labels text in a data group
B. A function that is used to determine the text to be rendered for each item in a list
C. A function that gives a name to a group of data
D. A function that is used to assign the text to be associated with each item in a list
A. True
B. False
A. 120dpi and 640dpi mobile skins
B. MXML to Javascript compilation
C. Experimental mobile datagrid component
D. Over 50 bugs fixed
E. Speed and other improvements to datagrid components
A. in proxy-config.xml
B. in remoting-config.xml file
C. in data-management-config.xml file
D. in messaging-config.xml file
A. Android, Blackberry 10, iOS
B. Android, iOS, Blackberry 7
C. Android, WindowsPhone, Blackberry Playbook
D. Android, Blackberry, WindowsPhone
A. By marking the class as [Bindable] with getters and setters
B. By marking the class as [Bindable] with only getters
C. By marking the class as [Bindable] with private properties
D. By marking the class as [Bindable] with only setters
A. Default
B. Synchronized
C. Throw
D. Continue
A. HTTPService
B. RESTService
C. RemoteObject
D. WebService
A. Dropping
B. Inititating
C. Initializing
D. Dragging
A. [ExcludeClass]
B. [Omit]
C. [Transient]
D. [Exclude]
A. setting currentState=""
B. setting currentState="*"
C. setting currentState="default"
D. setting currentState="defaultState"
A. on Containers
B. on Visual Componets
A. Event with priority 3
B. Event with priority 2
C. Event with priority 1
A. The Flex compiler automaticaaly creates a propertyChangeEvent
B. The bindable property will change when an event named dataChanged is dispatched.
C. The bindable property will be able to be dispatched on a dataChanged event
A. False
B. True
A. On Adobe AIR TV Applications
B. On Adobe AIR Mobile Applications
C. On Adobe AIR Desktop Applications
D. All of these
A. external-library-path
B. static-link-path
C. runtime-shared-library-path
D. library-path
A. Over 200 bug fixes
B. Datagrid row and column locking
C. Advanced telemetry support
D. ASC 2.0 compiler support
E. New spark components
A. /\n
B.
C. \n
D. <br>
A. 10.1
B. 11.8
C. 10.2
D. 11.1
E. 11.7
A. Vote for new Apache Flex committers and PMC members
B. Cast binding votes on an Apache Flex release candidate
C. Vote -1 (veto) code checked into the Git repository
D. Veto an Apache Flex release candidate
E. Create an release candidate
A. [Embed(source= "asset.png")
B. [Embed("asset.png")]
C. Embed('asset.png')
D. @Embed("asset.png")