156-215.71 IT Certification,braindumps,original questions

156-215.71 IT Certification,braindumps,original questions

156-215.71 156-215.71 156-215.71 www.cert24.com

Exam Number/Code : 156-215.71

Exam Name:Check Point Certified Security Administrator R71

Version : Demo

QUESTION NO: 1
Of the three mechanisms Check Point uses for controlling traffic, which enables firewalls to incorporate layer 4 awareness in packet inspection?
A. IPS
B. Packet filtering
C. Stateful Inspection
D. Application Intelligence

Answer: C

156-215.71 156-215.71 156-215.71 www.cert24.com

QUESTION NO: 2
Which of the following statements about Bridge mode is TRUE?
A. When managing a Security Gateway in Bridge mode, it is possible to use a bridge interface for Network Address Translation.
B. Assuming a new installation, bridge mode requires changing the existing IP routing of the network.
C. All ClusterXL modes are supported.
D. A bridge must be configured with a pair of interfaces.

Answer: D

156-215.71 156-215.71 156-215.71 www.cert24.com

QUESTION NO: 3
Which SmartConsole component can Administrators use to track remote administrative activities?
A. WebUI
B. Eventia Reporter
C. SmartView Monitor
D. SmartView Tracker

Answer: D
156-215.71 156-215.71 156-215.71 www.cert24.com

IT Certification,braindumps,original questions 117-301

IT Certification,braindumps,original questions 117-301

117-301 117-301 117-301 www.cert24.com

Exam Number/Code : 117-301

Exam LPI 301 Core Exam

Version : Demo

1. Which of the following ACL lines allows access to all hosts that have an IP address that starts with 192.168.1?
A. by peername=192.168.1.*
B. by peername=192.168.1.
C. by ipaddress=192.168.1.*
D. by ipaddress=192.168.1.
Answer: A

117-301 117-301 117-301 www.cert24.com

2. An administrator notices that searches are being processed sequentially and taking a long time to complete. What should be done to speed up the searches?
A. Add the correct indexes in slapd.conf, stop the server and run slapindex.
B. Refine the search filter.
C. Use the binarytreesearch option with ldapsearch.
D. Use the fuzzy option with ldapsearch.
Answer: A

117-301 117-301 117-301 www.cert24.com

3. When assigned to the ref attribute for ou=people,dc=example,dc=com, which of the following values will create a subordinate knowledge link to slave.example.com?
A. ldap://slave.example.com/ou=people,dc=example,dc=com
B. ldap://slave.example.com?ou=people,dc=example,dc=com
C. ldap://slave.example.com ou=people,dc=example,dc=com
D. ldap://slave.example.com,ou=people,dc=example,dc=com
Answer: A

117-301 117-301 117-301 www.cert24.com

117-202 IT Certification,braindumps,original questions

117-202 IT Certification,braindumps,original questions

117-202 117-202 117-202 www.cert24.com

Exam: Number/Code : 117-202

Exam: LPI Level 2 Exam 202

Version : Demo

QUESTION NO: 1
According to the dhcpd.conf file below, which domain name will clients in the 172.16.87.0/24 network get?
default-lease-time 1800;
max-lease-time 7200;
option domain-name “example.com”
subnet 172.16.87.0 netmask 255.255.255.0 {
range 172.16.87.128 172.16.87.254;
option broadcast-address 172.16.87.255;
option domain-name-servers 172.16.87.1;
option domain-name “lab.example.com”;
}
subnet 172.16.88.0 netmask 255.255.255.0 {
range 172.16.88.128 172.16.88.254;
option broadcast-address 172.16.88.255;
option domain-name-servers 172.16.88.1;
}

A.lab.example.com

Answer: A

117-202 117-202 117-202 www.cert24.com

QUESTION NO: 2
Which of the following sentences is true about ISC DHCP?
A. It can’t be configured to assign addresses to BOOTP clients.
B. Its default behavior is to send DHCPNAK to clients that request inappropriate addresses.
C. It can’t be used to assign addresses to X – terminals.
D. It can be configured to only assign addresses to known clients.
E. None of the above.

Answer: D

Explanation: ISC DHCP can Configured to assign the ip address only to known clients.

117-202 117-202 117-202 www.cert24.com

QUESTION NO: 3
The host, called “lpi”, with the MAC address “08:00:2b:4c:59:23″ should always be given the IP address of 192.168.1.2 by the DHCP server. Which of the following configurations will achieve this?
A. host lpi {
hardware-ethernet 08:00:2b:4c:59:23;
fixed-address 192.168.1.2;
}
B. host lpi {
mac=08:00:2b:4c:59:23;
ip=192.168.1.2;
}
C. host lpi = 08:00:2b:4c:59:23 192.168.1.2
D. host lpi {
hardware ethernet 08:00:2b:4c:59:23;
fixed-address 192.168.1.2;
}
E. host lpi {
hardware-address 08:00:2b:4c:59:23;
fixed-ip 192.168.1.2;

}
Answer: D

117-202 117-202 117-202 www.cert24.com

IT Certification,braindumps,original questions 117-201

IT Certification,braindumps,original questions 117-201

117-201 117-201 117-201 www.cert24.com

Exam: Number/Code : 117-201

Exam: LPI level 2 Exam 201

Version : Demo

QUESTION 1
What is the minimum number of disks required in a RAID5 array?
A. 1
B. 2
C. 3
D. 4
E. 5

Answer: C

Explanation/Reference:
See http://en.wikipedia.org/wiki/RAID
RAID 5: Block-level striping with distributed parity. Minimum 3 disks.

117-201 117-201 117-201 www.cert24.com

QUESTION 2
A server has three disks of 80GB each and must manage a database with 4 million records of 30KB each. The best configuration for this server, with the criteria being performance, configurability and flexibility, is:
A. Use just LVM
B. Use RAID1 over LVM
C. Use LVM over RAID5
D. Use LVM over RAID1
E. Use RAID5 over LVM

Answer: C

Explanation/Reference:
RAID1 would not be performance enhancing (Mirroring), as would the default LVM (linear). So use a RAID5 for redundancy and performance and use LVM for added configurability and flexibility
A striped LVM only would work too, I guess, if you need no redundancy at all.

117-201 117-201 117-201 www.cert24.com

QUESTION 3
The correct command sequence to create logical volumes on a Linux system is:
A. lvcreate, pvcreate, vgcreate, mount, mke2fs
B. pvcreate, vgcreate, lvcreate, mke2fs, mount
C. vgcreate, lvcreate, pvcreate, mount, mke2fs
D. mke2fs, pvcreate, vgcreate, lvcreate, mount
E. pvcreate, lvcreate, vgcreate, mount, mke2fs

Answer: B

117-201 117-201 117-201 www.cert24.com

117-102 IT Certification,braindumps,original questions

117-102 IT Certification,braindumps,original questions

117-102 117-102 117-102 www.cert24.com

Exam: Number/Code : 117-102

Exam: Lpi Level 1 Exam 102

Version : Demo

QUESTION 1
Which of the following is NOT a Mail Transport Agent?
A. exim
B. postfix
C. sendmail
D. qmail
E. mail

Answer: E

Explanation/Reference:
From wikipedia:
postfix is a free and open-source mail transfer agent (MTA) that routes and delivers electronic mail. It is intended as a fast, easier-to-administer, and secure alternative to the widely-used sendmail MTA.
sendmail is the [...] standard MTA under most variants of the Unix.
exim is a message transfer agent (MTA) developed at the University of Cambridge for use on Unix systems.
qmail is a mail transfer agent (MTA) that runs on Unix. It was written, [...] as a more secure replacement for the popular sendmail program.
mail is a command line e-mail client to send/create mails.

117-102 117-102 117-102 www.cert24.com

QUESTION 2
The legacy program for sending files to the printer queues from the command line is:
A. lpd
B. lpr
C. lpq
D. lpp

Answer: B
Explanation/Reference:
From the man pages:
lpr submits files for printing. Files named on the command line are sent to the named printer (or the default destination if no destination is specified). If no files are listed on the command-line, lpr reads the print file from the standard input.
lpq – show printer queue status
lpd – the equivalent of the printserver
lpp – there is no command lpp

117-102 117-102 117-102 www.cert24.com

QUESTION 3
What is pool.ntp.org?
A. A deprecated feature for maintaining system time in the Linux kernel
B. A website which provides binary and source packages for the OpenNTPD project
C. A virtual cluster of various timeservers
D. A community website used to discuss the localization of Linux

Answer: C

Explanation/Reference:
From http://www.pool.ntp.org/en:
The pool.ntp.org project is a big virtual cluster of timeservers providing reliable easy to use NTP service for millions of clients.
117-102 117-102 117-102 www.cert24.com

IT Certification,braindumps,original questions 117-101

IT Certification,braindumps,original questions 117-101

117-101 117-101 117-101 www.cert24.com

Exam: Number/Code : 117-101

Exam: Lpi Level 1 Exam 101(with rpm)

Version : Demo

QUESTION 1
Which of the following commands will find the string foo in the file filel.txt, regardless of foo being in upper or lowercase letters?
A. cat file1.txt |grep -i foo
B. cat file1.txt >grep -n foo
C. grep -i foo | file1.txt
D. grep -n file1.txt < foo
E. grep -n foo file1.txt

Answer: A

117-101 117-101 117-101 www.cert24.com

QUESTION 2
The command used to determine a file’s type is
A. type
B. find
C. file
D. ls

Answer: C

117-101 117-101 117-101 www.cert24.com

QUESTION 3
Many people like the vi text editor but the default bash command line editor recognizes emacs keystrokes. What command entered into abash initialization file will have bash recognize vi keystrokes after login?
A. history -p vi
B. aliasemacs=vi
C. HISTCMD=vi
D. set -o vi
E. unsetemacs

Answer: D

117-101 117-101 117-101 www.cert24.com

IT Certification,braindumps,original questions 70-573

IT Certification,braindumps,original questions 70-573

70-573 70-573 70-573 www.cert24.com

Exam: Number/Code : 70-573

Exam: TS: Office SharePoint Server, Application Development (available in 2010)

Version : Demo

QUESTION 1
You have a helper method named CreateSiteColumn that contains the following code segment.
private static void CreateSiteColumn(SPWeb web, string columnName)
{
}
You need to add a new site column of type Choice to a SharePoint site by using the helper method.
Which code segment should you include in the helper method?

A. SPField field = new SPFieldChoice(System.web.Lists[0].Fields, columnName);
B. web.Fields.Add(columnName, SPFieldType.Choice, true);
C. web.Lists[0].Fields.Add(columnName, SPFieldType.Choice, True);
D. web.Lists[0].Views[0].ViewFields.Add(columnName);

Answer: B

Explanation/Reference:
MNEMONIC RULE: “web.Fields.Add”
SPFieldCollection.Add Method (String, SPFieldType, Boolean)

http://msdn.microsoft.com/en-us/library/ms472869.aspx

70-573 70-573 70-573 www.cert24.com

QUESTION 2
You have a Web application that contains the following code segment.
private void CreatingSPSite()
{
SPSite siteCollection = null;
try
{
siteCollection = new SPSite(“http://contoso.com”);
}
finally
{
}
}
You need to prevent the code segment from causing a memory leak.
Which code segment should you add?

A. if (siteCollection != null)
{
siteCollection.Close();
}
B. if (siteCollection != null)
{
siteCollection.Dispose();
}
C. siteCollection = null;
D. siteCollection.WriteLocked = false;

Answer: B

Explanation/Reference:
MNEMONIC RULE: “Dispose of memory leak”
Difference between Close() and Dispose() Method

http://dotnetguts.blogspot.com/2007/06/difference-between-close-and-dispose.html

70-573 70-573 70-573 www.cert24.com

IT Certification,braindumps,original questions 70-162

IT Certification,braindumps,original questions 70-162

70-162 70-162 70-162 www.cert24.com

Exam: Number/Code : 70-162

Exam: TS: Forefront Protection for Endpoints and Applications, Configuring

Version : Demo

QUESTION 1
Your network environment has System Center Configuration Manager (SCCM) 2007.
The SCCM hierarchy is shown in the following table.

The MOW site has Forefront Endpoint Protection (FEP) 2010 installed. You plan to install FEP 2010 on the LON site.

You need to ensure that existing custom FEP policies will apply in the MOW site after the FEP installation on the LON site is complete.

What should you do?

A. Rename the FEP – Policies package.
B. Set the highest precedence to the custom policies on the MOW site.
C. Distribute the FEP – Policies package from the MOW site before the FEP installation on the LON
site is complete.
D. Export FEP policies from the MOW site before the FEP installation on the LON site is complete.
Import the policies into the LON site.

Answer: D

70-162 70-162 70-162 www.cert24.com

QUESTION 2
Your network environment has System Center Configuration Manager (SCCM) 2007 configured as a single site. The network has servers as shown in the following table.

You need to install the Forefront Endpoint Protection (FEP) 2010 Server by using the Basic topology.

Which role or roles should you install on SQL01? (Choose all that apply.)

A. FEP Database
B. FEP Reporting
C. FEP Security Client
D. FEP Reporting Database
E. FEP Console Extensions for Configuration Manager
F. FEP Site Server Extensions for Configuration Manager

Answer: ABD

70-162 70-162 70-162 www.cert24.com

050-710 IT Certification,braindumps,original questions

050-710 IT Certification,braindumps,original questions

050-710 050-710 050-710 www.cert24.com

Exam: Number/Code : 050-710

Exam: Novell Certified Linux Administrator

Version : Demo

1. Why are the noauto and users options used with /etc/fstab?
A. A normal user is not allowed to access this partition.
B. They allow any user to mount and unmount a partition.
C. They specify the partitions that are bootable by a user.
D. They specify the partitions that are not bootable by a user.
Answer: B

050-710 050-710 050-710 www.cert24.com

2. What information do you need to set up an LDAP client? (Choose 4.)
A. LDAP version
B. LDAP base DN
C. Kind of encryption
D. Synchronization frequency
E. Address of the LDAP server
F. File name of the LDAP database
Answer: ABCE

050-710 050-710 050-710 www.cert24.com

test question, dumps, test answers ST0-94X

test question, dumps, test answers ST0-94X
ST0-94X Information Storage and Management Exam Version 2 In order to help you more Pass the it exam eliminate tension of the candidates on the Internet. IT study materials including the official certification training courses, self-paced training guide, exam and practice, online exam and study guide. It simulation training package designed by cert24 can help you effortlessly pass the exam. Do not spend too much time and money, as long as you have Pass4Test learning materials you will easily pass the exam.