3COM certification 3COM
Adobe certification Adobe
Apple certification Apple
Avaya certification Avaya
BEA certification BEA Systems
Business Objects certification Business Objects
Check Point certification CheckPoint
Cisco certification Cisco
Citrix certification Citrix
CIW certification CIW
COGNOS certification COGNOS
CompTIA certification CompTIA
CWNP certification CWNP
EC-Council certification EC-Council
EMC certification EMC
Exam Express certification Exam Express
Exin certification Exin
F5 Networks certification F5 Networks
H3C certification H3C
HDI certification HDI
HP certification HP
Hitachi certification Hitachi
IBM certification IBM
Isaca certification Isaca
ISC certification ISC
ISEB certification ISEB
Juniper certification Juniper Networks
Lotus certification Lotus
LPI certification LPI
Microsoft certification Microsoft
Mile2 certification Mile2
Network Appliance certification Network Appliance
Nortel certification Nortel
Novell certification Novell
Oracle certification Oracle
PMI certification PMI
RedHat certification RedHat
RSA certification RSA Security
SAIR certification SAIR
SAS certification SAS Institute
SNIA certification SNIA
Sun certification Sun
Sybase certification Sybase
Symantec certification Symantec
Teradata certification Teradata
Tibco certification Tibco
Veritas certification Veritas
VMware certification VMware
All Exams

Adobe 9A0-310 Exam - CertifySky.com

Free 9A0-310 Sample Questions:

1. Which two UI containers support absolute layout positioning? (Choose two.)
A.Tile
B.Grid
C.VBox
D.Canvas
E.Application
Answer: DE

2. Which kind of data should be passed to the targets property of an effect?
A.Array
B.Object
C.Control
D.Container
Answer: A

3. On which object or component can the addEventListener() method can be used?
A. Only on custom components.
B. Any object that displays in the Flash player.
C.Only on an event object if the bubbles property is set to true.
D.Only if the custom component has been created in ActionScript
Answer: B

4. Which statement describes the visibility of a protected property?
A.it is visible to references everywhere
B.it is visible to references in the parent class
C.it is visible to references inside the same package
D.it is visible to references in the same class and its derived classes
Answer: D

5. Which line of code represents a valid constructor for the class Vehicle?
A.public function init(){ }
B.public function Vehicle(){ }
C.private function Vehicle(){ }
D.public function VehicleConstructor(){ }
Answer: B

6. Which two statements about using custom components are true? (Choose two.)
A.Custom components do NOT need to be in a separate file.
B.Custom components can be written in either MXML or ActionScript.
C.Custom components do NOT need to define the mx namespace if it has been defined in the main application.
D.There must be a file with an <mx:Application> tag that loads the individual components.
E.Custom components do NOT require that namespaces be redefined if they are already defined in the main application.
Answer: BD

7. Which RPC service has a load event that is dispatched once the service object is loaded?
A.WebService
B.HTTPService
C.RemoteObject
D.ObjectAccess
Answer: A

8. Which statement describes the behavior of the Text control that makes it different in behavior and capability from the Label control.
A.The Text control supports the htmlText property.
B.The Text control wraps long text to multiple lines.
C.The Text control supports the selectable property.
D.The Text control does NOT support the backgroundColor style.
Answer: B

9. You are using the labelFunction property of the DataGridColumn class to call a function that returns a date-formatted string. You want to be able to call the function from more than one DataGridColumn instance. The signature of the function is:
private function formatDate(data:Object, column:DataGridColumn):String { }
You have declared an instance of the DateFormatter class named myFormatter. You want to return a date-formatted string from a dynamically selected property of the data object.
Which syntax should you use?
A.return myFormatter.format(data.column);
B.return myFormatter.format(data.dataField);
C.return myFormatter.format(data.column.dataField);
D.return myFormatter.format(data[column.dataField]);
Answer: D

10. Click the Exhibit button.

Which two Flex UI controls are displayed (choose two)?
A.Grid
B.Label
C.TextLabel
D.DataGrid
E.LabelField
F.DataHolder
Answer: BD