9A0-182 Exam Questions
102 real 9A0-182 exam questions with expert-verified answers and explanations. Page 1 of 3.
- Question #1
Which components can a Spark Group take as child objects?
- Question #2
Which one of the following is true about the typicalItem property?
- Question #3
Which two sets of skin classes does the Flex framework provide for the Spark Form and Spark FormItem controls? (Choose two.)
- Question #4Interactivity and ActionScript 3.0
You want to create a CSS rule that styles the Spark TextInput component. Your CSS document has the following namespace declaration: @namespace s "library://ns.adobe.com/flex/spark"...
CSS namespacesSpark componentsTextInput stylingFlex CSS rules - Question #5
Which declaration uses the correct syntax to define a style namespace for the components in the components.view package?
- Question #6
You want to create a drop shadow on the Spark label myLabel. Which syntax is correct?
- Question #7
Which two choices will allow you to apply a skin to a component at compile time? (Choose two.)
- Question #8
Which two classes can be extended to create a skin? (Choose two.)
- Question #9
Which MXML attribute specifies the visual implementation that a Spark component will display?
- Question #10
You have created a SparkSkin class for a Button component called ButtonSkin in the skins package. Which MXML statement correctly applies this skin class to a Spark Button?
- Question #11
You want to animate the x, y, and alpha properties of an object in your application. Which Spark Effect class can handle animating multiple properties?
- Question #12
Given the following Spark TextInput control: <s:TextInput id="field1" /> Which statement correctly declares a second TextInput control that's text property is bound to the text pro...
- Question #13
What is the effect of the following code snippet: <s:TextInput id="tf1" text="@{tf2.text}"/> <s:TextInput id="tf2"/>
- Question #14
Given the following code: <fx:Binding source="message" destination="input.text" twoWay="true" /> <fx:Script> <![CDATA[ [Bindable] private var message:String = "Hello User"; ]]> </f...
- Question #15
You are creating a custom event. Which function must be overridden to ensure complete event propagation?
- Question #16
What must you do when extending the Event class?
- Question #17
You are creating an application that will need: Adobe 9A0-182 Exam - An event dispatching system - A means for interested components to be notified when something changes in anothe...
- Question #18
You are defining a User class with username and password properties to encapsulate data. Which design pattern is being utilized?
- Question #19
You are using a Skin class with a specific component class. How is compile-time checking of the component properties enabled within the Skin class?
- Question #20
You are creating a custom component that extends the SkinnableContainer class. You want to require that the skin of your component use a Spark Button in the layout. What should you...
- Question #21
Within a custom UI component, which two statements about the commitProperties() method are true? (Choose two.) Adobe 9A0-182 Exam
- Question #22
You are creating a custom component in the Flex SDK. Which method should be overridden to properly draw its children?
- Question #23
What are two benefits of using Modules in a Flex application? (Choose two.)
- Question #24
Which two statements about comparing modules and sub-applications are true? (Choose two.)
- Question #25
Which statement about creating custom preloaders is true?
- Question #26
Which class type can be used as a preloader for a Flex application?
- Question #27
Which code correctly defines the constructor for the Circle class? package { import flash.display.Sprite; public class Circle extends Sprite { !...Code Here...! { super(); } } }
- Question #28
Which statement about defining an ActionScript class is true?
- Question #29
You are creating a custom component, MyComp, based on the UIComponent class. Which statement correctly declares the MyComp class?
- Question #30
Give the ActionScript class: public class MyClass implements IResizable { } What can be said about MyClass?
- Question #31
Which statement about implementing an interface within an ActionScript class is true?
- Question #32
Which statement describes the access rules for a variable marked as private?
- Question #33
Which attribute allows access to a property or method only within a class or any subclass of that class?
- Question #34
Which annotation is used in an ActionScript class to map it to a corresponding Java class?
- Question #35
Which design pattern is used to define the passing of typed data between the client and remote server?
- Question #36
Given the following code: user.firstName = "Bruno"; Which declaration would enable you to set the firstName property as shown?
- Question #37Interactivity and ActionScript 3.0
You are extending the Event class as MyEventClass. What must be done within the constructor?
ActionScript 3.0Event class inheritancesuper constructorclass extension - Question #38
You will be working with the messaging service in Adobe Data Services. Which method must be called to begin receiving events from the message service?
- Question #39
Which two statements about using a Producer component with Adobe Data Services is true? (Choose two.)
- Question #40
You have a Producer object in your Flex application that is sending messages to a destination on your server. Which object should be implemented in a client application that will r...
- Question #41Interactivity and ActionScript 3.0
Which is a benefit of implementing data paging when working with the Adobe Data Management service?
data pagingAdobe Data Managementlazy loadingFlex services - Question #42
You are utilizing offline synchronization of data with Adobe Data Services. Which method must be called to store the data when offline?
- Question #43
Which two statements about model-driven development are true? (Choose two.)
- Question #44
Which tag does NOT implement the Flex RPC API?
- Question #45
Which two statements about HTTPService, WebService and RemoteObject are true? (Choose two.)
- Question #46
Which HTTPService method call will invoke a service request? Adobe 9A0-182 Exam
- Question #47
Which method of the FileReference class opens the operating system file explorer dialog?
- Question #48
Which method allows you to load a file from the user's hard drive into Flash Player 10 directly, without uploading it to a remote server?
- Question #49
Which situation would require using the AIR runtime?
- Question #50Publishing and Deployment
You are planning on utilizing command line integration in an AIR application through the NativeProcess object. Which statement about using NativeProcess is true?
AIR applicationNativeProcessnative installer packagingcommand line integration