Questão de Prova
- outubro 8th, 2007
- Posted in Sem categoria
- Write comment
Estou estudando para Adobe Flex™ 2 Developer Exam, e um dos materiais de estudo que tem sido útil são as apostilas dos cursos oficiais da adobe.
Nestas apostilas ao final de cada unidade tem várias questões visando a medição do aprendizado, questões estas que acredito muitas estarão na prova. Usei esta mesma tática para o exame do Flash mx 2004 Developer e deu certo. Encontrei as mesmas questões das apostilas na prova de certificação.
Você pode ter acesso as estas apostilas fazendo os cursos oficiais da adobe. A ENG é uma das escolas que ministra cursos oficiais e distribui estes materiais impressos aos alunos.
Segue abaixo 10 questões copiadas de duas destas apostilas.
1. Which of the following Form container styles is used to set the spacing between the label and content?
a. verticalGap
b. paddingDistance
c. indicatorGap
d. labelSpacing
2. How many children will Flex lay out per Tile container row if there are 31 total children?
a. 3
b. 4
c. 5
d. 6
3. Which style is NOT an anchor property?
a. right
b. verticalCenter
c. bottom
d. corner
4. Determine the order of precedence for the following styles:
a. The style defined by a class selector(2)
b. The style defined inline (1)
c. The style defined in a global selector(4)
d. The style defined in a type selector(3)
5. A custom event class should: (Choose 2)
a. Have ‘event’ in its classname
b. Can have no custom methods
c. Should override the clone() method
d. Should call super() of its parent
6. Choose the following that is NOT a feature of the Repeater
a. Iterates the number of times as objects in the dataProvider
b. Controls the layout of repeated items
c. Allows nested
d. Can repeat any component descended from UIComponent
7. Which of the following services are part of Flex Data Services?
a. Proxy Service
b. Web Service
c. Message Service
d. HTTP Service
8. Java class methods to be call as remote object services must be marked as:
a. private
b. public
c. void
d. static
9. A Java class is predefined in remoting-config.xml as a:
a. named object
b. service
c. servlet
d. destination
10. What are the 2 client-side components used in Flex Messaging?
a. Producer/Receiver
b. Producer/Consumer
c. Sender/Receiver
d. Publisher/Subscriber
O guia preparatório para o exame pode lhe fornecer mais informações sobre o processo do exame.
No comments yet.