Sep
26th

Pass4side 117-199 Full Version Sample Part II

6. You have installed a new window manager on an Ubuntu system, and find that it is not listed in the “Session” menu on
the graphical login screen. Which of the options below will fix this?
A. Create a file called ~/.Xsession and add a line which starts the window manager.
B. Add a suitable line to /etc/gdm/Xsession which starts the window manager.
C. Add an exec statement to /etc/X11/xinit/xinitrc which starts the window manager.
D. Create a .desktop file and place it in /usr/share/xsessions.
Answer: D

7. Which tool may be used to obtain a list of currently attached bluetooth devices?
A. lsbluetooth
B. hal-device-manager
C. hcidump
D. bluez-devices
Answer: B

8. hald is
A. a daemon that populates /dev with device nodes for system hardware.
B. a system-independent abstraction layer to hardware registers.
C. a daemon that sends events about changes in the system’s hardware to applications.
D. a kernel subsystem that provides hardware access to all userspace applications.
Answer: C

9. You need to pause the CUPS printer HPLaserjet4, and you want to cancel all print jobs with a message, “hello”. Which
command will do this?
A. cupsreject -c -r hello HPLaserjet4
B. cupsreject -p -m hello HPLaserjet4
C. cupsdisable -c -r hello HPLaserjet4
D. cupsdisable -p -m hello HPLaserjet4
Answer: C

10. You want Nautilus to run in spatial-mode instead of browser-mode. What will accomplish this?
A. Edit the appropriate XML file in ~/.gconfd/*, locate the “always_use_browser” entry and set the value to false.
B. Set the “always_use_browser” key at the appropriate location in the gconf database to false.
C. Create an environment variable called NAUTILUS_ALWAYS_USE_BROWSER and set its value to “true”
D. Edit ~/.nautilus/nautilus.conf and set the “always_use_browser” entry to false.
Answer: B

More Infomation Visit:

www.pass4side.com

Sep
12th

Pass4side 117-102 Certification Exam 3

11. Within smb.conf, which security setting will NOT require that a client connect using a valid username
and password before connecting to a shared resource?
A. security = user
B. security = share
C. security = server
D. security = guest
Answer: B

————————–
12. If you want to print a listing of your computer’s mail queues, what command would you use?
A. sendmail -l
B. lpq
C. mailq
D. mlq
Answer: C

—————————-
13. Which of these are name resolution related files? (Please select TWO that apply.)
A. /etc/hosts
B. /etc/nsswitch.conf
C. /etc/lmhosts
D. /etc/man
E. /etc/dns.conf
Answer: AB

—————– 

14. You want to add an alias for an existing DNS record. What type of DNS record could you use?
A. CNAME
B. MX
C. SOA
D. NS
Answer: A

—————————-
15. You are running an email server configured with the default settings. In which directory will you find
the delivered mail for the user foo?
A. /var/spool/mail
B. /home/foo/mail
C. /var/mail/spool
D. /var/users/mail
Answer: A

More Infomation Visit:

www.pass4side.com

Sep
12th

Pass4side 117-102 DEMO 2

6. What commands will load a kernel module? (Select TWO answers)
A. ldmod
B. modprobe
C. loadmod
D. insmod
E. modload
Answer: BD

———————
7. Which command would you use to apply the changes in a diff file to your existing kernel source?
A. up2date
B. patch
C. rpm
D. dpkg
E. diff
Answer: B

———————
8. Which utility is used to create the modules.dep file that is required by modprobe?
A. ksyms
B. makemod
C. makedep
D. lsmod
E. depmod
Answer: E

———————-
9. The user bob complains that he cannot access his email. In which directory would you look to see if
there is any delivered email for him?
A. /var/spool/mail
B. /var/mail/mqueue
C. /var/spool/mqueue
D. /home/bob/.mail
Answer: A

————————-
10. When an Apache server is configured to provide 10 spare server processes, which kind of website
would it typically serve?
A. A low-to-moderate volume website.
B. A website for no more than 10 users.
C. A high volume website.
D. A one-user volume website
Answer: A

www.pass4side.com

Sep
12th

Pass4side 1Z0-043 DEMO 2

6. In the parameter file of your production database, the CONTROL_FILE_RECORD_KEEP_TIME parameter is
set to 31. What would be the impact of this setting on the backup that is being performed by using Recovery
Manager (RMAN)?
A. The backup would be retained on the media for 31 days.
B. The backup would be maintained in the recovery catalog for 31 days.
C. The backup metadata would be retained in the control file for 31 days.
D. The backup metadata would be maintained in the recovery catalog for 31 days.
E. Automatic backups of the control file will be retained in the flash recovery area for 31 days.
Answer:C

———————
7. You observe that the senior database administrator always uses the following command when connecting to
Recovery Manager (RMAN), and then starts executing commands to backup the database files:
$ rman target /
What would be the effect of this command?
A. RMAN would use the current operating system location to place the backup.
B. RMAN would use the control file of the target database to maintain the backup.
C. RMAN would use the recovery catalog of the target database to maintain the backup.
D. RMAN would use the control file of the target database to maintain the backup metadata.
E. RMAN would use the recovery catalog of the target database to maintain the backup metadata.
Answer:D

—————–
8. You execute the following command to perform a backup by using Recovery Manager (RMAN):
RMAN> run
{allocate channel c1 type sbt;
backup datafile 1;
\
}
The command errors out. A part of the error message is as follows:
RMAN-03009: failure of allocate command on c1 channel
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
What could explain why the statement failed?
A. sbt is not a valid device type.
B. Media Management Library was not loaded.
C. The sbt device cannot be used for data file backups.
D. No path was defined in the ALLOCATE CHANNEL command.
E. The channel is currently being used by another RMAN session.
Answer:B

————————
9. View the Exhibit.
You executed the following command to perform a backup of the USERS tablespace:<
RMAN> BACKUP TABLESPACE USERS;
Which three types of files are backed up? (Choose three.)
A. password file
B. online redo log files
C. the current control file
D. archived redo log files
E. the current server parameter file
F. all the data files belonging to the USERS tablespace
G. data files belonging to the USERS tablespace and all the default tablespaces
Answer:CEF

———————–
10. You executed the following command in Recovery Manager (RMAN) to perform a backup of the DETTBS
tablespace:
RMAN> BACKUP TABLESPACE DETTBS;
Under which conditions would this command execute successfully? (Choose all that apply.)
A. The database is in NOMOUNT state.
B. The database is in ARCHIVELOG mode and the tablespace is online.
C. The database is in ARCHIVELOG mode and the tablespace is offline.
D. The database is in NOARCHIVELOG mode and the tablespace is online.
E. The database is in NOARCHIVELOG mode and the tablespace is offline.
Answer:BCE

More Infomation Visit:

www.pass4side.com

Sep
12th

Pass4side 70-642 Demo 4

16. You have a DHCP server that runs Windows Server 2008.
You restore the DHCP database by using a recent backup.
You need to prevent DHCP clients from receiving IP addresses that are currently in use on the network.
What should you do?
A. Add the DHCP server option 15.
B. Add the DHCP server option 44.
C. Set the Conflict Detection value to 0.
D. Set the Conflict Detection value to 2.
Answer: D
17. Your company has an Active Directory domain. A server named Server1 runs the Network Access Policy
server role.
You need to disable IPv6 for all connections except for the tunnel interface and the IPv6 Loopback interface.
What should you do?
A. Run the netsh ras ipv6 set command.
B. Run the netsh interface ipv6 delete command.
C. Run ipv6.exe and remove the IPv6 protocol.
D. From Local Area Connection Properties, uncheck Internet Protocol Version 6 (TCP/IPv6).
Answer: D
18. Your network uses IPv4.
You install a server that runs Windows Server 2008 at a branch office. The server is configured with two network
interfaces.
You need to configure routing on the server at the branch office.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Install the Routing and Remote Access role.
B. Run the netsh ras ip set access ALL command.
C. Run the netsh interface ipv4 enable command.
D. Enable the IPv4 Router Routing and Remote Access option.
Answer: A D
19. Your company has an IPv4 Ethernet network.
A router named R1 connects your segment to the Internet. A router named R2 joins your subnet with a segment
named Private1. The Private1 segment has a network address of 10.128.4.0/26.
Your computer named WKS1 requires access to servers on the Private1 network.
The WKS1 computer configuration is as shown in the following table.
Network
Addresses
IPv4 Address
10.128.64.113
Subnet mask
255.255.252.0
Default Gateway
10.128.64.1
The routers are configured as shown in the following table.
Router ID
Addresses
R1 C interface 1
R1 C interface 2 (To Internet)
10.128.64.1
131.107.108.37
R2 C interface 1
R2 C interface 2
10.128.64.10
10.128.4.1
WKS1 is unable to connect to the Private1 network by using the current configuration.
You need to add a persistent route for the Private1 network to the routing table on WKS1.
Which command should you run on WKS1?
A. Route add -p 10.128.4.0/22 10.128.4.1
B. Route add Cp 10.128.4.0/26 10.128.64.10
C. Route add Cp 10.128.4.0 mask 255.255.255.192 10.128.64.1
D. Route add Cp 10.128.64.10 mask 255.255.255.192 10.128.4.0
Answer: B
20. Your company has a single Active Directory domain. All servers run Windows Server 2008.
The company network has 10 servers that perform as Web servers. All confidential files are located on a server
named FSS1.
The company security policy states that all confidential data must be transmitted in the most secure manner.
When you monitor the network, you notice that the confidential files that are stored on the FSS1 server are being
transmitted over the network without encryption.
You need to ensure that encryption is always used when the confidential files on the FSS1 server are transmitted
Pass4Side Microsoft 70-642
Pass4Side Help you pass any IT Exams! Page 10 of
10
over the network.
What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)
A. Deactivate all LM and NTLM authentication methods on the FSS1 server.
B. Use IIS to publish the confidential files, activate SSL on the IIS server, and then open the files as a Web folder.
C. Use IPSec encryption between the FSS1 server and the computers of the users who need to access the
confidential files.
D. Use the Server Message Block (SMB) signing between the FSS1 server and the computers of the users who
want to access the confidential files.
E. Activate offline files for the confidential files that are stored on the FSS1 server. In the Folder Advanced
Properties dialog box, select the Encrypt contents to secure data option.
Answer: B C

More Infomation Visit:

www.pass4side.com