Showing posts with label pre hiring. Show all posts
Showing posts with label pre hiring. Show all posts

Wednesday, May 20, 2009

Skill Assessment and Hiring!!!

Imagine this you need to hire someone for a particular job position in your company. And for which you have received about 50 resumes,all of them look equally good. For you to Interview the 50 of them would be a tedious and time consuming task.

You also need to take care that you hire the right person for the job.Hiring the wrong person , could cost the company a lot of money. Business experts say that 95% of a company's success is hiring correctly.

Most companies today resort to Skill Assessment which is a method to evaluate the candidate before making the hiring decision.Skill assessment tests, when used in conjunction with an interview and the manager's intuition is one of the very good ways of finding the right candidate.

Today skill assessment tests could be given online and from any part of the world. Based on these results you can filter your candidates.

Geek evaluation is one such tool, which helps you to evaluate the skills of your candidate And this can be done in three easy steps:

*Step 1:*

Create your own tests from our existing question banks or upload your own questions!

* Step 2:*

Schedule the candidate for the tests. A mail is send to the candidate.

*Step 3 :*

Candidate logs on the site and takes the test.

Once the candidate has taken the test, the results are evaluated and emailed to you.

One of the best features of Geek evaluation is that it allows you to add your own questions and create tests from these questions. Also the questions presented to the candidates are at random and of varying levels of difficulty

Based on these results you can choose maybe the 5 or 10 best candidates and then call them for an interview.Thus making the whole hiring process so much easier :P)

Friday, April 3, 2009

Tools for a startup - Part 1

One of the friends asked me when I was developing geekevaluation as to why I chose java.
My response was that I chose java because I know java.
Even if there was something which was better ,I would not have developed the application in a new language or platform because I want to work on my business plan , not learning new skill.There is your first tool

1. Chose the language you are comfortable with : Start your product development with the tools and technology you are comfortable with. Remember the idea here is to get a product which should validate your business idea, not your technical skills.

I also prefer Java because the power it gives in terms of open source. There are so many tools , servers , IDE free of cost to help you get started.What a beautiful thing software development is .
Can you imagine where you can start your business by not spending a penny ?

2. Source control options : I would imagine that you are a bunch of guys who are working at different locations.You could also have outsourced project to some small company and now you want to manage source code where all of you could do check in/check out.
I looked around a couple of ones.CVS dude is a popular options these days if you want to use CVS as a respository.
If you prefer to use SVN over CVS the code spaces & unfuddle are good choices.
For me the ideas was to keep the cost at minimum so I looked at code spaces and unfuddle.
I had some issues with code spaces repository when working with eclipse after 6-8 months so then swicthed to unfuddle.

3. Online meetings : Another important tool to hold weekly meetings .I am using dimdim for now which is free for 5 users. I am ok with the quality so far(there is voice lag in it).
Another tool suggested by one of the friends wasMikogo . Here you can share your dashboard.

I will cover hosting,email options in next post