Interview Questions Answers.ORG
Interviewer And Interviewee Guide
CCIE CertificationCCSP CertificationAFMCSun CertificationCCDA Certification Interviews Quizzes

Accounts

AccountingAccounts PayableAuditJunior AccountantSenior Accountant

Analysis

Data AnalystFinancial AnalystGISGIS AnalysisStatistics

Banking

ICICI Bank LtdLoan OfficerRecovery OfficerTreasuryUnderwriter

Basic Job

BehavioralBusiness intelligenceFreshers GraduatePuzzlesTargeted Selection

Best Engineering

Automobile EngineeringChemical EngineeringCivil EngineeringElectrical EngineeringMechanical Engineering

Best Multimedia

3D AnimationCoreldrawDesign EngineerGraphics DesignerInterior Design

Community

Cable OperatorFirefighter SpecialistFuneral DirectorSpeech PathologistTranslator

New Artist

Art DirectorAstrologistInternational RelationshipSociologyVisual Arts

9th Class

9th Class Biology9th Class Chemistry9th Class Computer Studies9th Class Pakistan StudiesEnglish Grammar Section 9th Class

Accounting

Accounting ManagementBank Probationary Officer (PO)Financial Accounting Exam MCQsManagerial Accounting Exam MCQs

Civil Engineering

Building ConstructionRailwaysRCC Structures DesignSoil Mechanics and Foundation EngineeringSurveying

Engineering

Electrical EngineeringElectronic DevicesElectronics EngineeringEngineering MechanicsSoftware Engineering

Information Technology (IT)

Basics of ComputerComputer KnowledgeComputer OrganizationFundamentals Of ComputerWireless Communication

Soft Skills Quizzes MCQs

Communication Skills Exam MCQsCorporate Communication Exam MCQsLeadership Skills Exam MCQsNegotiation Skills Exam MCQsTime Management Exam MCQs

Certifications Interviews

AFMC IQAIIMS Exam IQCCDA Certification IQCCIE Certification IQCCIP Certification IQCCSP Certification IQCertifications IQCheck Point Certification IQCISCO Certification IQCIW Certification IQEngineering Entrance Exams IQEntrance Exams IQGATE Exam IQIBM Certification IQICET Exam IQIIT JEE IQISTQB Certification IQManagement Entrance Exams IQMAT IQMCDBA Certification IQMCSD.NET - 70-089 IQMCSD.NET - 70-300 IQMCSD.NET - 70-306 Exam IQMCSD.NET - 70-310 Exam IQMCSD.NET - 70-315 Exam IQMCSD.NET - 70-316 Exam IQMCSD.NET - 70-320 Exam IQMCSD.NET - 70-330 Exam IQMCSD.NET - 70-340 Exam IQMCTS .Net Certification IQMedical Science Entrance Exams IQMicrosoft Certification IQMSCE 2003 Certification IQNovell Certification IQNovell CLE 9 Certification IQNovell CLP Certification IQNovell CNA Certification IQNovell CNE Certification IQNovell MCNE Certification IQOCP 9i DBA Certification IQOPENMAT Exam IQOracle Application Developer IQOracle Certification IQPMI Certification IQPost Graduation Entrance Exams IQRed Hat Certification IQS/W Quality Assurance IQSun Certification IQSybase Certification IQTesting Certification IQ

Fresh Novell Certification Interview Questions & Answers:

1. Explain The primary configuration of the automount program is contained in which file?
A. /etc/fstab
B. /etc/auto.misc
C. /etc/auto.home
D. /etc/auto.master
E. /root/automount.ldif

D: /etc/auto.master

2. Which will restart the Novell Client tray application from the command line?
A. /opt/novell//ncl/bin/tray
B. /opt/novell/ncl/bin/n_tray
C. /opt/novell/ncl/bin/ncl_tray
D. /opt/novell/ncl/bin/novell_tray
E. /opt/novell/ncl/bin/nclient_tray

C:/opt/novell/ncl/bin/ncl_tray

3. What GID number is assigned to system groups?
A. GID 0
B. GID 1 to 99
C. GID 100 to 199
D. GID 200 to 299
E. GID 300 and above

B: GID 1 to 99

4. What is the yast command to enter the software installation module from the command line?
A. yast sw_single
B. yast /sw_single
C. yast -l sw_single
D. yast -i sw_single
E. yast --i sw_single

A:yast sw_single

5. There are several versions of grep in your system. You would like to find out which grep
command is being used when you run that command without specifying a path. Which command
will provide you this information?
A. grep
B. man grep
C. list grep
D. find grep
E. which grep

E:which grep

6. Bash stores commands in a history file so you can have easy access to them gain later when
needed. In SUSE Linux Enterprise 10 Desktop, what is default maximum number of entries that
this file is set to?
A. 100
B. 250
C. 500
D. 1,000
E. 10,000

D:1,000

7. Which command shows who is currently on the system and their processes?
A. w
B. who
C. last
D. finger
E. lastlog

A: w

8. You are logged is as user wparker and want to change the priority of process 1824. It is currently
at a nice value of 5. Being logged in as wparker, which command will change the priority?
A. renice -10 1824
B. renice -1 1824
C. renice 0 1824
D. renice 3 1824
E. renice 7 1824
F. Only root can change the nice value of a process.

E:renice 7 1824

9. Which directory allows you see which services are loaded in runlevel 5?
A. /var/init/rc5/
B. /sys/init/rc5/
C. /etc/init.d/rc5.d/
D. /boot/inittab/rc5/
E. /root/init.d/rc5.d/

C:/etc/init.d/rc5.d/

10. With CUPS, each print queue is registered with its name in which file?
A. /etc/cups/printers.conf
B. /proc/cups/printers.conf
C. /home/cups/printers.conf
D. /var/spools/cups/printers.conf
E. /srv/spools/cups/printers.conf

A:/etc/cups/printers.conf

11. Shown below is results from the ls -l progress command:
-rw-rw-r-- 1 rtracy users 0 2007-02-07 15:30 progress
Which statement is true?
A. The group has read only rights to this file.
B. User rtracy has read only rights to this file.
C. User rtracy has read and write rights to this file.
D. All other users have read and write rights to this file.
E. All other users have read only rights to this directory
F. The group has read and write rights to this directory.

C:User rtracy has read and write rights to this file.

12. Which keystroke switches the vi editor from insert mode back to command mode?
A. $
B. #
C. :
D. >
E. ~
F. Esc

F:Esc

13. Which command sets the sticky bit to the /tmp directory?
A. chmod +s /tmp
B. chmod 0777 /tmp
C. chmod 1777 /tmp
D. chmod 7770 /tmp
E. chmod +s 777 /tmp

C:chmod 1777 /tmp

14. When a user submits a print job, which directory contains the actual data to print?
A. /etc/cups/
B. /proc/cups/
C. /home/cups/
D. /var/spool/cups/
E. /srv/spool/cups/

D:/var/spool/cups/

15. What is the command to rename a file on your SLED 10 computer?
A. rn
B. mv
C. ren
D. move
E. rename

B: mv

16. From a terminal window, which command will allow you to change system wide defaults?
(Choose 2.)
A. gconfd-2
B. gconftool-2
C. gconf-editor
D. config-source
E. gconf-defaults

B:gconftool-2
C: gconf-editor

17. Explain Which is the configuration file for init?
A. /etc/inittab
B. /sys/inittab
C. /root/inittab
D. /sbin/inittab
E. /boot/inittab

A:/etc/inittab

18. Previously user temps account was locked, but you cannot remember if it is still locked. As the
root user, when entering the command grep geeko /etc/shadow, what is displayed to help you
identify if the account is still locked?
A. If it is still locked, nothing will display.
B. If it is still locked, a # will appear before the password hash.
C. If it is still locked, an ! will appear before the password hash.
D. If it is still locked, the # symbol will appear for every value of the password hash.
E. if it is still locked, the * symbol will appear for every value of the password hash.

C:If it is still locked, an ! will appear before the password hash.

19. Explain When booting up a Linux computer, which loads the kernel and the initrd to memory?
A. init
B. BIOS
C. Kernel
D. initramfs
E. Boot manager

E:Boot manager

20. You have made the following entries on your da10 server:
da10:- #umask 033
da10:- # mkdir training
Which correctly reflect the permissions on the training directory?
A. drwx------
B. drwxr--r--
C. drw---x--x
D. drw--w--w-
E. drwx-rw-rwF. drwx--wx-wx

B:drwxr--r--

21. How to switch between virtual terminals on your computer?
A. Fx
B. SHFT-Fx
C. CTRL-Fx
D. CTRL-ALT-Fx
E. The TAB key

C:CTRL-Fx



SHARE




FORUM
PRIVACY
TERMS & CONDITIONS
FEED BACK

Submit Your Feedback:


×

Thank You For Your Feedback!

Your message has been sent successfully.

Disclaimer
Interview Questions Answers .ORG is responsive and optimized web portal for individuals to get preparation for their job interviews, learning and training. Content at Interview Questions Answers .ORG might be simplified to improve our users experience. We constantly review our content to avoid errors and copyright violations, but we cannot warrant full correctness of all the content. While using this site, you agree to have read and accepted our terms of use, cookie and privacy policy. Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.

Interview Questions Answers .ORG
Face Book Twitter Linkedin