1.
Which statement best describes the Model-View-Controller design pattern?
2.
Which development task would most likely be part of building loosely coupled MXML components?
3.
Which software design pattern reduces method call volume by encapsulating multiple data attributes in a single object?

 
4.
Which statement about the dispatchEvent() method is true?
5.
Which statement best defines event bubbling?
6.
Given the following code snippet:
Which value would be traced to the console?
7.
Which design pattern is followed by an ActionScript class that uses the [RemoteClass] metatag?
8.
Which Flex 2 language feature provides the best support for loose coupling between MXML components?

 
9.
A Flex application contains a custom event object eventObj:
var eventObj:Event = new Event(myCustomEvent);
Which line of code correctly triggers this event?
10.
You want to send custom data with an event object that has been generated by the framework. What should you do?