I plan on interviewing Flex candidates in the near future and I’m looking for some good (read: not incredibly difficult) Flex development questions.
Any input from the Stackoverflow community? If you post a possible question, the answer is also appreciated (but not required).
Explain the UIComponent lifecycle, including important methods like initialize(), createChildren(), etc.
Explain the invalidation model and how it works for properties, measuring and the display list.
Name three different ways to achieve data binding
Explain the event model in Flash. Describe how bubbling events works. Explain what a weak-referenced event listener is and why you’d use it.
Describe what the IResponder interface consists of and how it is used.