Adobe Flex Builder 2 Test
A data adapter is responsible for updating the persistent data store in a manner appropriate to the specific data store type, for the Java adapter. State whether the statement is true or false.
A mask effect is any effect that is a subclass of the MaskEffect class, which includes the wipe effects and the Iris effect. State whether the statement is true or false.
All charts except the PieChart control have grid lines by default. State whether the statement is true or false.
As shown in the diagram, the left and right check boxes are selected in the view for the TextInput control. What purpose do they serve?
As shown in the diagram, which among the following is the default size of the container while creating a new MXML component?
Each tag in a MXML file is prefixed with mx, which is the namespace designation for Flex. State whether the above mentioned statement is true or false.
Flex design mode is not available when working with ActionScript projects. State whether the statement is true or false.
Flex text-based controls let you set and get text by using Text and htmlText property. State whether the statement is true or false.
Functions can not be declared within other functions. State whether the statement is true or false.
How would you set the status of a MXML application file to convert it into a main application file?
In Flex, all constraints are set relative to the edges of the container. They cannot be set relative to other controls. State whether the statements are true or false.
In the given figure, which among the following icons represents the refresh button?
In the given picture, 'A' represents External tools in the workbench toolbar. What is the use of External tools?
JMS is a Java API that lets applications create, send, receive, and read messages for Flex Data Services. State whether the statement is true or false.
Read the code in the given figure. What will be the output of this code?
Read the code in the given image. What does the 'Switch' statement do in this code?
Read the code in the given image. What is the purpose of using the [Inspectable] metadata tag?
Read the code in the given image. Why should you wrap the contents in a CDATA construct, when using <mx:Script> block?
Study the code in the given image. In this code the useDuration property has been set to false. How will this control the playback of the MP3 file?
Study the code in the given image. In this code, autoLayout property has been set to false. What purpose does it serve?
The <mx:Model> and <mx:XML> tags are Flex compiler tags and correspond directly to ActionScript classes. State whether the statement is true or false.
The <mx:Script> tag must be a child of the <mx:Application> or other top-level component tags. State whether the statement is true or false.
The code in the given image shows the basic format of an Easing Function. What does 'd' specify?
The Flex Properties view appears only when the MXML editor is in design mode. State whether the statement is true or false.
The following example shows a Remoting Service destination of Configuring destination properties. In this example, the Scope property has been set to value "application". What does it signify?
The MXML <mx:Image> and <mx:SWFLoader> tags cannot be used to import SWF files into a Flex application. State whether the statement is true or false.
Triggers are ActionScript events. State whether the statement is true or false.
What can you understand from the code in the image?
What do you mean by View state?
What does the term 'Data Model' mean?
What is not true about the repeatDelay effect?
What is the function of the Flex Development tool "Compc Compiler" ?
What is the negative aspect of using standard effect triggers with charts?
What is the use of Data validators?
What is true about a Blacklist?
What should be the type of axis for a PlotChart control?
What type of files are required by a simple wrapper for the Flex application?
When does "Delete with stale data" synchronization conflict occur?
When you create charts, you use the coordinates on the screen to get the nearest data point. Which among the following methods returns an array of the data?
Which among the following chart classes is not the subclass of the Cartesian Chart class?
Which among the following chart series type supports the minField property?
Which among the following class methods can be declared as public only?
Which among the following control, imports GIF, JPEG, PNG, SVG, and SWF files?
Which among the following data types variable can have a null value?
Which among the following Data-Driven Controls is shown in the given image?
Which among the following effects implodes and explodes chart data into and out of the focal point that you specify?
Which among the following effects is used to animate a numeric property of a component?
Which among the following effects works only on the text rendered using an embedded font?
Which among the following elements are used to create a Form?
Which among the following files permits SWF files in other domains to access the data source?
Which among the following Flash Player properties have no effect when used with Flex or applied to a Flex application?
Which among the following is a default web server for Flex Data Services?
Which among the following is a property that you would enable in your application to improve the performance of effects?
Which among the following is a TweenEffect event?
Which among the following is a way to supply data to a data provider while defining chart data types?
Which among the following is not a chart type?
Which among the following is not a Debugging perspective view?
Which among the following is not a Flex application file type?
Which among the following is not a Loop type?
Which among the following is not a method to add public properties to your ActionScript components?
Which among the following is not a mode of the MXML editor?
Which among the following is not a property of the Check box control?
Which among the following is not a standard effects trigger in Chart controls?
Which among the following is not an 'Effect'?
Which among the following is not true about Filters?
Which among the following is not true about the ASDoc comments?
Which among the following is not true about the DateChooser and DateField controls?
Which among the following is not true about the Workbench?
Which among the following is not true about tick marks?
Which among the following is responsible for embedding the Flex application's SWF file in a web page, such as a HTML, ASP, JSP, or Adobe ColdFusion page?
Which among the following is true about MXML Application?
Which among the following layout properties gives you the flexibility of positioning and sizing components with the ability to set constraints that stretch and move the components when the containe...
Which among the following Logging Levels designates that no messages should be logged while configuring Data services?
Which among the following option is not a part of the process of Loading style sheets at run time?
Which among the following options is correct about the code in the given figure?
Which among the following options represents Padding Area on a chart in the given diagram?
Which among the following syntax is an alternative to the <mx:Binding> tag?
Which among the following syntax lets its value to appear directly in your code as shown in the given diagram?
Which among the following syntax will you use for embedding assets in an ActionScript file, or within a <mx:Script> block in a MXML file?
Which among the following tag will you select when you want the transitions effects to play simultaneously?
Which among the following tags will you use to change the width and color of the lines for each series in a LineChart control?
Which among the following task is not performed by the Build phase for building Flex applications?
Which among the following techniques for specifying node icons is supported by the Tree control?
Which among the following techniques will you use to create skins that do not become distorted when the component is resized?
Which among the following theme is the graphical version of the default Halo theme, which is defined by the defaults.css file and graphical assets inside the framework.swc file?
Which among the following type of RPC components is not supported by MXML?
Which among the following types of axes is not supported by Flex Charting?
Which among the following types of user interface components is not supported by MXML application?
Which among the following UIComponent.cachePolicy values specifies that the effect target is always cached?
Which chart type is shown in the given diagram?
Which Flex control is represented by the given figure?
Which Navigator container is shown in the given image?
Which of the following Flex file format has a.swc extension?
Which type of files can be embedded in a Flex application?
Why do you use custom serialization of Data?