vote up 4 vote down star

For an interview in a few, I'm not at all familiar with Flash development.

What would you ask?

flag

You are asking this question for a Business Application or for a Game business? – Daok Sep 25 '08 at 18:37
You should change the title to "Interview questions for Flash developers" – Iain Sep 25 '08 at 19:01
Business Application – Sara Chipps Sep 25 '08 at 19:05

10 Answers

vote up 4 vote down check

Honestly, if you yourself aren't a flash developer, I'd caution against interviewing a potential Flash developer, unless you're only doing it to get a sense of their character (as opposed to their skill level). Experience in working with the technology is going to give you a much more realistic perspective - blindly asking questions that other people told you are good ones to ask will get you into trouble.

That said, if you can find someone you know to sit in on the interview with you and provide evaluation from a technical standpoint, here's a few things I'd remind them to ask:

  • object oriented programming
  • loading external media
  • audio & video playback (also maybe volume control / mixing)
  • event listeners
  • transitions / animation
  • filter / sort algorithms
  • common UI elements: scrollbar, form elements, drop-down menu, rollover states, drag-and-drop, etc.

Those are sort of generally useful areas of knowlege, but the true test of profficiency is a practical test - "write a class that meets these requirements", or "this code isn't working, find out why and fix it" are good ways to immediately gain insight into the candidate's work (and thought) process.

Most importantly: even if the interviewee is short on specific knowlege or experience of the subjects you settle on, it's better to get someone who is a fast learner and will easily comprehend new concepts then to get someone who might know a lot now, but will resist learning new stuff.

link|flag
vote up 0 vote down

Get Flash Interview Questions From here...

http://getallinfo.com/computers/softwares/flash/interview/flash-interview-questions-2.asp

link|flag
vote up 1 vote down
  • Explain what a MovieClip in AS2/F8 is. Then go to AS3 and explain the diff between Sprite and Movieclip.
  • How to handle keyboard events in AS2? AS3?
  • Best way to embed flash into html. Static and dynamic publishing.
  • How to make a preloader? Both first-frame and separate
  • write a simple clickable button in AS2 and AS3.

This list can go on of course, just some starters.

link|flag
keyboard events are a good one. embedding is a good one, though not necessary if you've got another front-end person that's resposible for the html/css/javascript side of things. – matt lohkamp Nov 3 '08 at 1:24
vote up 0 vote down

What are the advantages and disadvantages of Flash over other web interface technologies? Give some examples of when you have used different technologies and why.

link|flag
vote up 0 vote down

Please give me an example of a time you implemented an interface in [select a technology] and later decided you should have used Flash. Explain why Flash would have been the better choice.

link|flag
vote up 0 vote down

Please give me an example of a time when you used a Flash implementation, and later decided you should have used something else. What should you have used and why?

link|flag
ooh, it's a variation of 'what do you feel your weaknesses are' question! – matt lohkamp Nov 3 '08 at 1:25
vote up 0 vote down

Depending on what you need them for, I would ask what else they know in conjunction with Flash. If it's for anything on the web, 100% Flash should very rarely be the answer and so it's important to have other skills in the tool belt.

link|flag
vote up 1 vote down

Flash can be used for a lot of different purposes. If I was interested in 2D animation, I could use Flash to draw characters, animate scenes, add audio, etc. and not know a lick of programming.

On the flip side, I might need to use flash to make an audio player widget for my website. I'd need to know how to do a fair amount of programming (the name of Flash's programming language is ActionScript), but I might not know anything about vector drawing, design, or animation.

What I'm getting at, is just because someone lists "Flash experience" on their resume doesn't mean they've used flash to do anything close to what you want them to do. If you want a graphic designer, animator, artist, etc. the interview will be much different than if you want someone who can program.

link|flag
very good point - I know I'd separate people into Flash Designers and Flash Developers - maybe even Flash Animators as well. – matt lohkamp Nov 3 '08 at 1:26
vote up 0 vote down

Do you know Object Oriented?

What do you like in ActionScript3 that ActionScript 2 haven't?

link|flag
There is object oriented Flash? – Sara Chipps Sep 25 '08 at 18:34
With ActionScript 3.0 yeah. – Daok Sep 25 '08 at 18:36
ctionScript 3.0 is a powerful, object-oriented programming language that signifies an important step in the evolution of the capabilities of the Flash Player runtime. Source here : adobe.com/devnet/actionscript/… – Daok Sep 25 '08 at 18:36
You can do OOP AS2 too, to be fair. – matt lohkamp Sep 30 '08 at 3:49
vote up -2 vote down

What Flash are good for and what Flash aren't good for? Just to make sure he is not a "Power-Flash developper" that see nothing else, and in the same way you can see if he know really what he is taking about.

Have you ever created a game in Flash? If yes, can I see it? (If your business if about game...)

link|flag
??? why -1, these question can be good. – Daok Sep 26 '08 at 12:30
I'm going to guess because of poor grammar and spelling, along with the fact that she already said it was a business application, not a game - and finally because the only content left from your comment after the other stuff is taken out is identical to the one directly above you. (sorry.) – matt lohkamp Sep 27 '08 at 22:04
First, they are nothing for grammar here. We are not all from your USA... Second, she edited her post to tell that it was an enterprise application... wake up matt YOU NEED TO CHECK the date before posting stupidity. – Daok Sep 29 '08 at 12:34
1  
oh come on, that's just unnecessarily hostile. you asked why people were voting you down, and I answered - I'm not being judgmental, I even apologized at the end so I wouldn't seem like a douche. lighten up, eh? – matt lohkamp Sep 30 '08 at 3:50

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.