๐Ÿงช Apache Flex MCQ Quiz Hub

Apache Flex MCQ Questions Answers Set 1

Choose a topic to test your knowledge and improve your Apache Flex skills

How will you call Java method from Flex?





โœ… Correct Answer: 4

You would use this syntax to embed asset.png in a StyleSheet:





โœ… Correct Answer: 3

Which class lets you work directly with the pixels of a Bitmap object?





โœ… Correct Answer: 3

Which is an example of two-way binding?





โœ… Correct Answer: 1

Which of the following allows you to refer to the top-level application object from anywhere in the application?





โœ… Correct Answer: 1

Flex 4 introduced a new skinning and component architecture known as what?





โœ… Correct Answer: 4

MVC is a useful Flex development pattern. What does MVC stand for?





โœ… Correct Answer: 4

What is the name of the scripting language used with Flex?





โœ… Correct Answer: 2

How do you declare an actionscript private variable?





โœ… Correct Answer: 3

What is the file extension of a compiled Flex project?





โœ… Correct Answer: 3

When do you use try..catch..finnaly statements?





โœ… Correct Answer: 3

Which is not a container type?





โœ… Correct Answer: 2

What method is used to register an event handler for a component?





โœ… Correct Answer: 3

What is the application container for an AIR application?





โœ… Correct Answer: 2

Where do you declare non-visual MXML elements in a flex component or application?





โœ… Correct Answer: 4

Which property should have the same value for all radio buttons in a radio button group?





โœ… Correct Answer: 3

Which tag enables you to enter ActionScript blocks inside an MXML file?





โœ… Correct Answer: 4

Which of the following containers allow you to position components using x,y, coordinates?





โœ… Correct Answer: 1

How do you remove a pop up using PopUpManager?





โœ… Correct Answer: 1

When is it better to use E4X specification?





โœ… Correct Answer: 1

What event is dispatched when a component and its children are fully processed and visible?





โœ… Correct Answer: 2

What is a SWC file?





โœ… Correct Answer: 1

RIAs stands for:





โœ… Correct Answer: 2

The tree of all visible objects in a Flex application is known as what?





โœ… Correct Answer: 2

When you add a new display object with ActionScript, it will not be displayed until you do what?





โœ… Correct Answer: 1

Which Spark class is used to specify absolute positioning for the children of a container?





โœ… Correct Answer: 2

Which of the following is not a Drop Target Event?





โœ… Correct Answer: 4

If you want to take a user's text input and redisplay it as a date, which type of component should you use?





โœ… Correct Answer: 3

What is the mechanism included in AIR to manipulate data from a data base file?





โœ… Correct Answer: 4

All user interface components in Flex extend what class?





โœ… Correct Answer: 4

An Apache Flex committer CAN





โœ… Correct Answer: 1

In order to create in inline item render you must place what inside of the <s:itemRender> tag?





โœ… Correct Answer: 2

What can you use to pass variables into a .swf application from the HTML wrapper?





โœ… Correct Answer: 1

Where do you have to place a cross-domain-policy file?





โœ… Correct Answer: 3

How do you become an Apache Flex committer?





โœ… Correct Answer: 2

The third and final phase of Flex event flow is known as what?





โœ… Correct Answer: 2

If you want a class property to be visible to references in the same class and derived classes, which attribute should you assign it?





โœ… Correct Answer: 4

Which of the following is the RPC service used to connect to Java objects?





โœ… Correct Answer: 3

If the use-network compiler option is set to false, which of the following can the application do?





โœ… Correct Answer: 4

Which tag is used to declare non-default, non-visual properties of the current class?





โœ… Correct Answer: 2

Which of the following statements would allow you to access the MouseEvent class?





โœ… Correct Answer: 1

How do you accomplish data persistence in a Flex client?





โœ… Correct Answer: 4

If the current view state is not specified when an application loads, what is the default view state?





โœ… Correct Answer: 1

What are the three (3) RCP services allowed in flex?





โœ… Correct Answer: 3

Who has access to Apache Flex code base?





โœ… Correct Answer: 4

Which method would you use to add a component to an MX container?





โœ… Correct Answer: 4

To prevent an application to be blocked when working with local database, you must:





โœ… Correct Answer: 2

To implement a two way binding of a text property you would use:





โœ… Correct Answer: 1

Which application property allows you to specify the XML namespace for a custom component package?





โœ… Correct Answer: 2

If you want users to be able to enter and edit multiline text, which of these Spark controls should you use?





โœ… Correct Answer: 3