Lpi Certifications Training and Practice Exams
TestInside is the leader in supplying certification candidates with current and up-to-date training materials for Lpi Certification and Exam preparation. TestInside Lpi resource (more)
Lpi Certifications Training and Practice Exams
TestInside is the leader in supplying certification candidates with current and up-to-date training materials for Lpi Certification and Exam preparation. TestInside Lpi resources are constantly being revised and updated for relevance and accuracy. We 100% guarantee the materials with quality and reliability which will help you pass any Lpi certification exam.
(less)
CertMagic.com is a place where you can find various types of 640-802 exam certifications preparation material. CertMagic’s full range of study material for the 640-802 exam helps you to be prepared for the 640-802 exam full (more)
CertMagic.com is a place where you can find various types of 640-802 exam certifications preparation material. CertMagic’s full range of study material for the 640-802 exam helps you to be prepared for the 640-802 exam fully and enter the exam centre with full confidence.We provide you easy, simple and updated study material. After preparing from the 640-802 exam material prepared by us we guarantee you that you will be a certified professional. We guarantee that with CertMagic 640-802 study material, you will pass the Certification exam.
(less)
Slide 1: 117-302
LPI 302 Mixed Environment Exam Exam: 117-302
Demo Edition
CERT MAGIC
1 http://www.certmagic.com
Slide 2: 117-302
QUESTION: 1 Which of the following should be backed up before a Samba version upgrade? (Choose TWO correct answers.)
A. Libraries B. TDB files C. Configuration files D. Binaries E. winbindd_privileged directory
Answer: B, C
QUESTION: 2 How is VFS (Virtual File System) support enabled in Samba?
A. Samba does not support VFS. B. Compile and load vfs.ko kernel module. C. Compile and load vfs.ko and its dependent smbfs kernel modules. D. Compile and load pvfs.ko kernel module. E. Compile Samba with VFS module support.
Answer: E
QUESTION: 3 Which command from the Samba Suite is used to retrieve information on the mapping between NetBIOS names and IP addresses?
Answer: NMBLOOKUP
QUESTION: 4 Which of the following commands will mount a remote Samba share when the user is Winuser and the password is somepass?
A. mount -t smbfs /media/sambashare
-o
username=Winuser,password=somepass
//SERVER/share
2
http://www.certmagic.com
Slide 3: 117-302
B. mount -t smbfs -o username=Winuser,password=somepass \\SERVER\share /media/sambashare C. mount -t smbfs -o Winuser%somepass //SERVER/share /media/sambashare D. mount -t smbfs -o username=Winuser%somepass //SERVER/share /media/sambashare
Answer: A
QUESTION: 5 After installing a network with one Samba server and several clients, users are complaining that they receive an Unable to browse the network error when trying to visit a public share. What is the most likely cause of this?
A. The user entered the wrong username and/or password. B. The nmbd process is not running on the Samba server. C. The user hasn't mapped the share to a local drive letter yet. D. The Samba server is not configured as a Domain Master Browser.
Answer: B
QUESTION: 6 Which node type will use only NetBIOS broadcast requests using UDP broadcast?
A. b-node (type 0x01) B. p-node (type 0x02) C. m-node (type 0x04) D. h-node (type 0x08)
Answer: A
QUESTION: 7 Which port must be open in a firewall to allow access to rdesktop?
Answer: 3389
3
http://www.certmagic.com
Slide 4: 117-302
QUESTION: 8 Which port is used for "NetBIOS-less" SMB traffic? Answer:
Answer: 445
QUESTION: 9 A ______ server stores NetBIOS names and IP addresses of SMB/CIFS clients.
Answer: WINS
QUESTION: 10 By default, Windows XP requires that passwords on your Samba server:
A. Do not exceed 32 characters. B. Contain both numbers and letters. C. Are encrypted. D. Are changed every 30 days.
Answer: C
QUESTION: 11 When setting up roaming profiles in a Windows network which includes Windows 98 desktops, which Samba parameter must be set?
A. logon drive B. logon home C. logon path D. logon script
Answer: B
QUESTION: 12
4
http://www.certmagic.com
Slide 5: 117-302
What DHCP option can be set on a ISC DHCP server to tell NETBIOS clients that the WINS server has the IP address 192.168.1.2?
A. option netbios-wins-servers 192.168.1.2; B. option wins-netbios-servers 192.168.1.2; C. option wins-name-servers 192.168.1.2; D. option netbios-name-servers 192.168.1.2;
Answer: D
QUESTION: 13 Which of the following development libraries are used to make Samba compatible with ADS? (Select TWO correct answers.)
A. Kerberos B. CUPS C. LDAP D. Win32 E. IMAP
Answer: A, C
QUESTION: 14 Which smb.conf configuration keyword determines the hostname resolution order?
A. use ads B. name resolve order C. use nsswitch.conf D. use resolv.conf
Answer: B
QUESTION: 15 What is the meaning of a NetBIOS hybrid node (h-node) type client?
5
http://www.certmagic.com
Slide 6: 117-302
A. Client performs a broadcast and does not query WINS. B. Client queries WINS first, and then broadcasts. C. Client broadcasts first, and then queries WINS. D. Client only queries WINS and does not broadcast. E. Client only queries lmhost local file.
Answer: B
QUESTION: 16 Which of the following statements are true when creating NETBIOS names? (Select TWO correct answers.)
A. NETBIOS names can only use alphanumeric characters. B. You can use a '.' in a NETBIOS name. C. You can use an '_' (underscore) in a NETBIOS name. D. NETBIOS names must be UPPERCASE E. NETBIOS names can be a maximum of 32 characters
Answer: B, C
QUESTION: 17 Which command would create a machine account in Active Directory under the Computers\BusinessUnit\Department\Servers organizational unit?
A. net rpc join -m localhost – ldap="ldap.ldapserver.com:Computers\BusinessUnit\Department\Servers" B. rpcclient -c "join Computers\BusinessUnit\Department\Servers" C. net ads join ou="Computers\BusinessUnit\Department\Servers" D. net ads join "Computers\BusinessUnit\Department\Servers"
Answer: D
QUESTION: 18 In which section of the smb.conf configuration file is the logon script declared?
6
http://www.certmagic.com
Slide 7: 117-302
A. [homes] B. [netlogon] C. [global] D. [profiles]
Answer: C
QUESTION: 19 Which of the following commands would you run to add your machine to an NT4 domain?
A. net rpc join -S PDC -UAdministrator%password B. net ads join -s PDC -UAdministrator%password C. net rpc join -s PDC -UAdministrator%password D. net ads join -W PDC -nAdministrator%password
Answer: A
QUESTION: 20 When migrating files from a Windows server A to a Samba server B with the command 'net rpc share migrate files -S A -destination=B -acls -attrs -U administrator', some files that originally belong only to a Windows group (no user) will generate errors during the migration. Which option in smb.conf will force such files to be mapped to the correct UNIX UID and GID?
A. use acl = yes B. map group acls = yes C. force unknown acl user = yes D. inherit acls = no
Answer: C
7
http://www.certmagic.com