9A0-182 Exam Questions
102 real 9A0-182 exam questions with expert-verified answers and explanations. Page 2 of 3.
- Question #51
Which statement best describes the native installer feature of Adobe AIR 2.0+?
- Question #52
You want to interact with native processes from within your AIR application. Which two steps will you need to complete? (Choose two.)
- Question #53
Which class allows you to write the contents of a string to a file on the file system and is only available in AIR?
- Question #54
Which statement best describes the FileMode.UPDATE mode?
- Question #55
Which statement in the XML configuration file associated with an AIR application will remove the Adobe 9A0-182 Exam native system chrome?
- Question #56
You want to make the main window of an AIR application appear as a native window conforming to the standards of your operating system. What should you do?
- Question #57
Which method of the NativeDragManager class will approve the current drag event?
- Question #58
Which statement about installing AIR applications is true?
- Question #59
Which file extension must your AIR application installer have to be used with the badge install process?
- Question #60
You want to load a remote SWF via HTTP within your AIR application. You also want to expose methods that are defined within your AIR application to this SWF. Which statement is tru...
- Question #61
Which method of the SQLConnection class allows an AIR application to connect to a local database?
- Question #62
You are utilizing the local database functionality. Which class is used to specify that the database is writable?
- Question #63
Which property of the SQLStatement class contains the actual SQL statement to be executed?
- Question #64
Adobe 9A0-182 Exam Which two statements about Spark and MX components are true? (Choose two.)
- Question #65
Which statement about Spark components is true?
- Question #66
Which approach allows you to specify a layout for a Spark container?
- Question #67
Which statement comparing Spark and MX layouts are true?
- Question #68
You want to create a sub class of LayoutBase. Which method must be overridden to specify positioning?
- Question #69
Which two statements about the Spark DataGrid are true? (Choose two.)
- Question #70
Which properly defines an ItemRenderer for a Spark DataGrid column?
- Question #71
Which property of the Group component allows you to specify which orientation its children will have?
- Question #72
Which Spark container will allow you to display its children with a horizontal orientation?
- Question #73
Which declaration properly sets the x property in a state named detail?
- Question #74
Which two approaches could be used to show a component only within a specified Spark view state? (Choose two)
- Question #75
You want to invoke a Spark effect with the id "myEffect" when a button is clicked. Which syntax is correct?
- Question #76
You want to position a group such that it is positioned in the middle of its parent both vertically and horizontally. Which syntax is correct?
- Question #77
You want to use constraints to control layout of UI components within Spark containers. Which is required?
- Question #78
You have a ViewStack with multiple children. You want all children to be created before the application is available for use. You are using the Spark NavigatorContent container to...
- Question #79
You want to use a Spark item renderer. What must you do?
- Question #80
Which three are valid ItemRenderer implementation approaches in Flex? (Choose three.)
- Question #81
You have a List control that is populated with product XML data. The product data includes the name and price of the product. You want the name and the price values to appear conca...
- Question #82
You have created the class MyComponent in the components package. Given the following code: <?xml version="1.0" encoding="utf-8"?> xmlns:s="library://ns.adobe.com/flex/spark" xmlns...
- Question #83
For which uses cases should MXML be used rather than ActionScript (Choose two.)
- Question #84
You have a created a custom component called MyComp in a package assigned to the comps namespace. Which two statements could be used to create an instance of MyComp? (Choose two.)
- Question #85
You have a custom class with a private property _name: private var _name:String; How should you declare an implicit getter for _name?
- Question #86
Given the following snippet: var ac:ArrayCollection = new ArrayCollection(); ac.addItem(0); ac.addItem(1); ac.addItem(2); ac.addItem(3); ac.addItemAt(2,1); var k:uint = ac[1] What...
- Question #87
Which statement best describes the ArrayList and ArrayCollection components?
- Question #88
Which statement about using validators is true?
- Question #89
You are using Flex validators. Which property of the Validator class specifies the object containing the property to validate?
- Question #90
What is the return type of the E4X statement: imageData..image
- Question #91
Which statement correctly describes what is returned by the E4X statement: imageData..images.(@category=="animal")
- Question #92
You have created a Flex application that contains a custom component with the id of myComp. The Application class needs to be alerted whenever a private property named score is upd...
- Question #93
You want to create a custom layout to display a number of images in a carousel. Which superclass should you extend to create your custom layout?
- Question #94
Given the following code <s:TextInput id="myTextInput" /> Which will allow you to set the content that will be displayed in the control?
- Question #95
Which property of the NumericStepper gives you access to the number that is displayed?
- Question #96
You want to use a field to capture a single line of typed input, with an approximate width of 30 characters. Which statement should you use?
- Question #97
You want to play a transition effect whenever you press the enter key. Which of the following triggers will you use?
- Question #98
Which static properties of the XML class determine how they parse and expose data to E4X expressions? Each correct answer represents a complete solution. Choose two.
- Question #99
Which of the following values of resultFormat property is returned as an ActionScript XMLNode object?
- Question #100
Which of the following registry settings specifies whether you can update an AIR application runtime, either as a background task or as part of an explicit installation?