How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
I don't do too much in VBA, but it can be very helpful when needed. I'm assuming your company is working on projects that require VBA currently. I would pose a question regarding one of those...
How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
Not every line should be documented.
With proper name convention you can read code AS IS
Public Sub MoveEXRow(ByRef EXWorkSheet As Excel.Worksheet, ByVal fromRow As Long, ByVal toRow As Long)
...
How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
Hi
Looking to hire a VBA programmer to do some work at our company. What is the best way to determine a candidate knows how to do what we need done? I have a stack of resumes, all professing to...
How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
Well by most HR laws you can't ask much about the person intimately so stick with the basics.
1. Tell me about yourself (in regards to your programming background).
2. How long have you been...
How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
VBA uses the same syntax as VB but you are working with the different set of libraries.
Just ask about Excel / MSWord Libraries or windows scripting.
Ask about debugging, everybody can write...
How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
Have them program something simple or give a small existing project and tell him how u want it changed...something small tho that he could do in 15 mins and see how they handle it
How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
Narrow it down to a few based on personality and resume, then pick a simple project and have him go at it. We put a supposed Cisco engineer to the test once. We put him in a room with a router and...
How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
as for examples of previous code, and look at how well commented/documented it is - ask another programmer to do this if you can't read code
How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
Thanks for the suggestions guys. I have not done any tech hiring before. And to make matters worse, I can't program at all. We are filling this slot to take care of a legacy process, we don't...
How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
You might even want to consider narrowing down your field by small projects alone. Base your choices by length of time it takes for the person to return the results as well as judge by how they...
How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
1) An education in computer science from an accredited school is a good indicator of quality.
2) Look for a good attitude. A lot of software developers I've interviewed, and some I've worked...
How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
Be forewarned, this is ugly, but it works. We have weekly data in Excel that I need to put in a PowerPoint show. We use this to display on one our LED TVs. Copies data from Excel and Opens PowerPoint...
How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
I'm an ex PowerBuilder programmer and I was recently given a VB project (using Access) and I had no real problem making it work.
How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
Thanks and reps to all. I ended up asking each candidate to spell out how they would handle our project, given the inputs we have and the outputs we want. The main thing I looked for was that they...
How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
You need to use PowerPoint Vba library.
Probably is easier to create a template or templates with placeholders and populate with data / charts.
From coding powerpoint view you will be writing the...
How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
I would have suggested this, but if you have no other team members that may be a problem. You may have to educate yourself on VBA enough to know what you are talking about, otherwise your role as an...
How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
THANKS menace and dude... those last two posts are really useful!
How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
Screw him, ask him about his girlfriend.
How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
Yes, very possible, check it out here.
How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
1. Reduce your stack of resumes to a small enough number that you can give a reasonable phone interview to each. Don't try to ask a huge amount of technical questions in the phone interview, but try...
How do you interview a VB programmer?
Expired
Thread created 08-02-2012 by roykirk1
0 Score
20 Replies
1,955 Views
Find a problem solver, not a programmer.