How to Pass NCLP Exam
I wrote that I failed NCLP 10 exam at the first try several days back. I took again yesterday to revenge, and passed. I really admit this exam because it’s a real lab exam with 2 Suse Linux machines sat on top of VMware. It’s not as difficult as RHCE, but at least comparable to RHCT. This testing measures candidate skill accurately instead of written exam.
I scored 764/800, it means around 95% was answered correctly. Here are some tips and guidance to prepare and take this exam:
Look the exam objectives. Novell published the exam objectives here, and make sure you can do basic configuration on every objectives. To summarize the objectives, at least you should able to do the following tasks:
- Storage and file system management (create/delete partition, edit partition, etc)
- User and group management (create/delete/edit user/group, configure home directory, etc)
- Manage user permission on file and directory: understand the ACL and file/directory ownership.
- Quota management for user and group
- Configure web server with Apache: create virtual directory, manage redirection, protect a web site with user and password.
- Configure Samba as a file and print server and mount Samba share on client.
- Configure network services: NFS, NIS.
- Create a cron job, either on user level or system wide cron
- Shell scripting
. Using bash to automate monitoring and management such as backup/ restore, monitoring log or daemon. Make sure you know how to create and assign variable, looping, and IF-ELSE control structure. - Know how to retain and apply the configurations after reboot. Use insserv servicename.
Test taking tips:
- We have 3 hours to do the practicum, it’s long enough to complete all tasks assignment. You can access Yast during the lab, but using console is better due to connection latency. I used Yast only for double check my configurations.
- Basically it’s an open book exam. You can read the online manual that already installed in Linux by default. It doesn’t mean that it will be easy. If you don’t know the stuff, you won’t know which manual you need to read
. So does the real job isn’t it? When I had any doubts with Samba, just type man samba. Not sure with the command arguments of useradd, just type useradd –help
. - Remain calm, don’t panic
- NEVER use kill or restart. If you need to apply the configuration, do it without reboot. Restart the services instead.
- Practice, practice, practice. Do everything in console and make yourself confortable with it. Remember the most common used command, and know how to locate and search the information from the manual.
DO you need the training for this exam? It’s not mandatory but recommended. Novell has several official course that address the exam objectives. Choose any course that matched your existing skill level. If you are a good self learner, do the preparation with this book.
Good luck, do your way to NCLP.