The number 1 leading solution for IT certification needs. Choose your exams and we process them for you. Hassles free!

December 28th, 2010  by Jacob

Download 220-602 Exam Questions&Answers for FREE!

07

IT certifications have never been easier before. You will be IT expert in 7days.

Working with several Prometric and VUE testing centers, certtopper.comĀ  can pass the exams for you discreetly and help you get certified like all regular candidates do. The only difference is that you save all your time and effort.

Don't be hesitating any more. We are professional test taker, just seize chance to sigu up with us and sit back to enjoy our service.

Posted in 220-602 Exam  1 Comment

A+ Exams, Comptia Network Training Online

January 18th, 2012  by Jacob

QUESTION NO: 1

Which of the following statements about the ldapsearch command are true? (Select THREE correct answers.)

A. With the -x option, the simple bind authentication method will be used.

B. It is possible to configure a specific LDAP server for the search with the -h option.

C. The -b option specifies the database where the LDIF file will be included.

D. The -L option is useful when for viewing details of LDIF files.

E. The -Z option requires a successful StartTLS operation in order to continue.

Answer: A,B,D

QUESTION NO: 2

When importing the contents of one directory into another, the administrator is adding entries with the slapadd command. Which of the following statements are true? (Choose THREE correct answers.)

A. slapindex must be run after slapadd, because the slapadd operation will not write to index files.

B. The slapd process must be stopped before running slapadd.

C. All slave servers must be listed in the LDIF file for the entries to be replicated.

D. The changes in the LDIF file will not be replicated with slurpd.

E. slapstart must be run after creating the entries.

Answer: A,B,D

QUESTION NO: 3

The administrator wants to add the content from an LDIF file named example.ldif to the LDAP directory. Which of the following commands will perform this task?

A. slapadd < example.ldif

B. slapadd example.ldif

C. slapadd -f example.ldif

D. slapadd -F example.ldif

Answer: A

QUESTION NO: 4

Which of the following resources would be measured for capacity planning? (Select TWO correct answers.)

A. video driver performance

B. disk I/O

C. system boot time

D. network I/O

Answer: B,D

QUESTION NO: 5

In capacity planning exercises, what tools assist in identifying processes of interest from other processes? (Select TWO correct answers.)

A. free

B. lshal

C. ps

D. top

Answer: C,D

QUESTION NO: 6

What operating system tools can be used to collect capacity planning data? (Select TWO correct answers.) A+ Exams

A. netstat

B. route

C. sar

D. tar

Answer: A,C

Posted in CompTIA Certification  Comments Off

A+ Exams, Comptia Network Test Centers

January 17th, 2012  by Jacob

QUESTION NO: 1

Which program lists information about files opened by processes and produces output that can be parsed by other programs? A+ Exams

Answer: lsof
Explanation:
Incorrect Answer: /usr/bin/lsof

QUESTION NO: 2
Which of the following best describes the format of the /etc/fstab file?

A. device name; mount point; mount options; filesystem type; dump filesystem; fsck order"
B. device name; filesystem type; mount point; mount options; dump filesystem; fsck order
C. mount point; filesystem type; device name; mount options; dump filesystem; fsck order
D. mount point; device name; filesystem type; mount options; dump filesystem; fsck order
E. device name; mount point; filesystem type; mount options; dump filesystem; fsck order

Answer: E
Explanation:
The file fstab contains descriptive information about the various file systems, fstabisonly read by programs, and not written; it is the duty of the system administrator to properly create and maintain this file. Each filesystem is described on a separate line; fields on each line are separated by tabs or spaces. Lines starting with #are comments.

The order of records in fstab is important because sequentially iterate through fstab doing their thing. Pattern of /etc/fstab is:
device mount point filesystem mountoption dump fsck order
Example
/dev/hdal/boot ext3 defaults 11

QUESTION NO: 3
A 2.6.9-ac1 kernel would be

A. someone's patch to a stable kernel.
B. someone's patch to an unstable kernel.
C. a stable kernel.
D. an unstable kernel.
E. an alpha kernel.

Answer: A
Explanation: This file is the patch file for security bugs of 2.6.9 version kernel.
This bug fixes the following bugs:
Security Fixes o Set VMJO on areas that are temporarily marked PageReserved (Serious bug)
o Lock ide-proc against driver unload Bug Fixes Working IDE locking And a great deal of review by Bartiomiejo Handle E7xxx boxes with USB legacy flaws
Functionality
o Allow booting with "irqpoN" or "irqfixup"on systems with broken IRQ tables. oSupportforsetuid core dumping in some environments (off by default) o Support for drives that don't report geometry o IT8212 support (raid and passthrough)
o Allow IDE to grab all unknown generic IDE devices (boot with "all-generic-ide")o Restore PWC driver

o Small pending tty clean-up to moxa
o Put VIA Velocity (tm) adapters under gigabit

A+ Exams, Comptia Network Test Cost

January 16th, 2012  by Jacob

QUESTION NO: 1

Which of the following must be included in the syslogd configuration file, so that ONLY kernel related messages with the priority crit are reported?

A. kern.=crit
B. kern.krit
C. kern.-crit
D. kern.*=crit
E. kern.crit

Answer: E
Explanation: man syslogd

QUESTION NO: 278
You have configured a workstation to boot in runlevel 4, but you now find that the X server will not start correctly and the machine will not allow local access. What would be the most effective command to run at the LILO prompt to regain local access to the machine, when the last known working kernel image was linux?

Answer: LINUX3

QUESTION NO: 2
One of the IDE hard drives in a server is transferring data very slowly. What command must be run to enable DMA on it?

A. hdparm -d 1 /dev/hda
B. hdparm -dma /dev/hda
C. hdparm -d /dev/hda1

D. hdparm -d /dev/hda
E. hdparm -dma /dev/hda1

Answer: A
Explanation:
hdparm provides a command line interface to various hard disk ioctls supported by the stock Linux ATA/IDE device driver subsystem. Some options may work correctly only with the latest kernels.
-d Disable/enable the "using_dma" flag for this drive. This option now works with most combinations of drives and PCI interfaces which support DMA and which are known to the IDE driver. It is also a good idea to use the appropriate-X option in combination with-dl to ensure that the drive itself is programmed for the correct DMA mode, although most BIOSs should do this for you at boottime. Using DMA nearly always gives the best performance, with fast I/O throughput and low CPU usage. Butthere are at least a few configurations of chipsets and drives for which DMA does not make much of a difference, or may even slow things down (on really messed up hardware!). Your mileage may vary.

QUESTION NO: 3
The administrator notices that a 10GB ext2 file-system used only for data storage has approximately 540MB reserved for root. Which command can be used to change the file-system parameters to make all of the partition available to users, WITHOUT losing data? Please enter only the command without path, options or parameters.

Answer: TUNE2FS
Explanation: When we creates the ext2/ext3 filesystem always 5% of total space reserved to

super user (root). If you want to modify during filesystem creating time use _ option. After you can use the tune2fs to change the value by -m option. A+ Exams

QUESTION NO: 4
What command can be used to check the Samba configuration file?

A. smbtestparm
B. testparm
C. testsmbconfig
D. smbtestcfg
E. testconfig

Answer: B
Explanation: man smb.conf

Posted in Comptia A Certification Online  Comments Off
Advertisement
70-640
a+ certification exam