What is the true value of a LPI certification? [closed]

I was wondering what is the value of an LPI certification in the real world.

I've heard it's useful and all, but I'd like to hear some other opinions.

Would a certification really help me get a job? Is it more important than the skills itself? Is LPI not the right choice for the Linux market?


Solution 1:

Certs like that only really matter to large companies, because they're an easy checkbox for the HR person to see what you've got. I'd never hire someone solely because they have a cert and I'd never discount anyone solely because they don't. If a cert is the only difference between two people, I'm still going to want to interview them both, because it's the skills and your facility with them that matter.

IMO certs are semi-worthless because they're always behind the times. You think there's a cert for running large cloud infrastructure? There might be one for running vmware farms by now, but what about xen and virtualbox and kvm?

IMO, improve your skills, learn all you can, and you won't have issues getting a job.

Solution 2:

It's very popular in the Linux / Open Source world to bash certification programs. There is every truth that there is no substitute for hard-earned experience, but my experience, both as a Linux and Solaris certified engineer, and as a hiring manager, is that there is value in them.

The early LPI exams are easy, but well-designed, comprehensive, and kept up-to-date. They are also vendor-neutral, which is ideal for junior sysadmins wanting to get up to speed.

The more senior exams are really quite well thought out, and go into considerable detail. I would say it would be difficult to pass LPI2 and certainly LPI3 with a purely academic knowledge. I would, however, state that in my experience the best certification courses are those with a heavy bias towards practical testing, such as the RHCE.

One significant value in doing these sorts of certifications is that it forces one to look at and experiment with every aspect of Linux administration. This is especially beneficial if professionally your current role only exposes you to a certain subset of the discipline.

So - the true value?

Potential employers are likely to be impressed with a senior LPI qualification, particularly if you work in the contract world. However, in reality I don't think it's truly a badge that demonstrates your professional capabilities, for anything but a junior admin.

However, for your own development, discipline, and interest, I'd say they're well worth doing. Especially if you can get your employer to pay for the exams, or you do them for free at a conference! :)

Solution 3:

It shows you have a minimum set of skills at a point in time, and if you are entering the job market I think it does have some value (assuming you are applying for junior or trainee sysadmin positions)

Once you have a few years experience in your chosen field (in this case Linux system administration), it has practically zero value. I see jobs looking for product specific certification (RHEL, Cisco certs etc.) but these are usually only valuable coupled with experience and most companies worth working for will rely on far more than a certification to prove your worth...

Solution 4:

I guess it would be ok for a novice sysadmin position. But with intermediate/seniors, I'd be more interested in their work experience and mindset.

(I'm using definitions from http://www.sage.org/field/jobs-descriptions.html)

I always thought that training courses, diplomas, and certifications where for people who didn't do the job, but only read about it. I never had time to do any in any of my jobs - the training schedules never matched when I needed the particular skills anyway.

Solution 5:

I've found that for myself, certifications fill in gaps of knowledge within the domains of each certification. In the case of LPI-level 1, it's general linux administration with the two most popular and widespread distributions, red hat/centos and ubuntu/debian. I believe LPI-1 to be equivalent to a red hat certified administrator minus debian coverage, but not a rhce with may be closer lpi-2 but only covering the red hat / centos distributions.

Speaking about certifications in general, it is often the case that we get used to doing things a certain way because they guaranteed success, whereas the other things we tried weren't quite right and so we marked those techniques as failures. This means we miss out on possibly more efficient, more secure or better ways of accomplishing those tasks.

Studying to pass any certification of value virtually ensures that you will have to go through the experience of trying out commands, reading manuals, exploring other options in order to pass the certification. Certification alone is no substitute for experience, however, I worked with a programming language for several years and never touched a couple of libraries that were covered in the certification, so if I were to ask me about those libraries, I would not be able to say anything useful.

In studying for LPI for example, I've found out about a number of commands I didn't even know existed, and discovered a number of option switches of commands I'd been using for years that I never knew about.

Not saying anything about applied knowledge in everyday use, the gaps filled in through studying for certification make a certified person more valuable to others on a team for example, because you now know their perspective and ways of accomplishing tasks that you will accomplish differently. And with this understanding, you can better interface with your coworkers.

This is the perspective on certifications that I find valuable as both a team worker and hiring decision maker.