1.
On which object or component can the addEventListener() method can be used?
2.
Which software design pattern reduces method call volume by encapsulating multiple data attributes in a single object?
3.
Given two loosely-coupled MXML components, C1 and C2, which code fragment best illustrates how C2 would be notified that data in C1 has changed?
4.
Which design pattern is followed by an ActionScript class that uses the [RemoteClass] metatag?
5.
Given the following code snippet:
Which value would be traced to the console?
6.
Which is contained in a .jar file?
7.
Which MXML tag contains custom event declarations?
8.
Which item controls how Flex Data Services works with a particular interface, like a CFC or Java object.?
9.
Which RPC service has a load event that is dispatched once the service object is loaded?
10.
You are making a RemoteObject call and sending parameters explicitly.
Which syntax should you use?