You are on page 1of 7

Question 1:

Examine these details from the sysctl.conf file and from the proc file system:
[root@FAROUT fs]# grep aio-max-nr /etc/sysctl.conf
# oracle-rdbms-server-11gR2-preinstall setting for fs.aio-mx-nr is 1048576 fs.aio-max-nr = 1048576
[root@FAROUT fs] # cat /proc/sys/fs/aio-max-nr
1048576
[root@FAROUT fs] # rpm q libaio
Libaio-0.0.107-10.e16.x86_64 -
Libaio-0.3.107-10.e76.i686 -
Which statement is true about the setting created by oracle-rdbms-server-11gR2-preinstall?
It allows a process to request an I/O without waiting for reply.
It allows two or more processes to request I/O simultaneously while running on different CPUs.
(Correct)
It allows a process to request a single I/O without awaiting for a reply. However, if a second I/O is
requested, then the process must wait.
It allows two or more processes to request I/Os and then to both be notified when both of them
complete.

Question 5:
You want sendmail to deliver mail for these users:
John.smith@acme.comto mailbox jsmith1
John.smith@foo.comto mailbox jsmith2
John.smith@bar.comto mailbox jsmith3
In which sendmail configuration database can this requirement be defined?
/etc/mail/genericstabl
/etc/mail/virtusertable(Correct)
/etc/mail/domaintable
/etc/aliases
/etc/mail/userdb
Explanation
Correct Answer: C
/etc/mail/virtusertable
This database file maps mail addresses for virtual domains and users to real mailboxes. These mailboxes
can be local, remote, aliases defined in /etc/mail/ aliases, or files. This allows multiple virtual domains to
be hosted on one machine.
The following example demonstrates how to create custom entries using that format: root@example.com
root postmaster@example.com postmaster@noc.example.net
@example.com joe

Question 7:
Examine the partition table:
Disk /dev/sdd: 107 MB -
Sector size (logical/physical): 512B/512B
Partition Table: msdos -
Number StartEndSizeTypeFileSystemFlags
11049KB79.7MB78.6MBPrimary
Which program cannot be used to add another partition on this device?
kpartx(Correct)
fdisk
cfdisk
parted
Explanation
Correct Answer: D
kpartx - Create device maps from partition tables
Incorrect:
Not A: fdisk (in the first form of invocation) is a menu driven program for creation and manipulation of
partition tables.
Not B: cfdisk is a disk partition manipulation program, which allows you to create, destroy, resize, move
and copy partitions on a hard drive
not C: partedGNU Parted - a partition manipulation program

Question 34
Which type of nameserver is provided by the default bind configuration files on Oracle
Linux?
 A primary name server(Correct)
 Recursive caching-only nameserver
 A secondary name server
 Slave name server
 An authoritative name server

Question 35:
A web server on HOST01 is listening on port 80.
Examine the IPTABLES rule shown:
[root@host01 ~] # iptables L INPUT
Chain INPUT (policy ACCEPT)
targetportoptsourcedestination
ACCEPTtcp- - anywhereanywheretcp dpt:http
Another rule is then added:
[root@host01 ~] # iptables A INPUT P tcp - - dport 80 j REJECT
What is the effect of this command on subsequent attempts to access the web server on
HOST01 using port 80?
 New connection attempts always succeed.
 New connection attempts timeout.(Correct)
 New connection attempts are refused and the client informed of the refusal
 New connection attempts succeed until a reload of the firewall rules.
Question 8: -
Which three actions may be done using the Anaconda installer when working with an
Oracle Linux 6 system? (Choose three.)

attempting a rescue to repair problems with a partition table that prevents booting an installed system
(Correct)

downgrading an installed system

booting an installed system from a local drive
(Correct)

deinstalling an installed system

upgrading an installed system
(Correct)

Question 9: -
Match the bash files with their correct description: (Choose the best answer.)
File name Description
1) /.bash_history a. a list of commands to be executed when you log in
2) /.bash_logout b. a list of commands that is executed every time you open a new shell
3) /.bash_profile c. a list of commands you have executed from a bash shell
4) /.bashrc d. a list of commands to be executed when you exit a login shell e. a list of
commands executed before the current day f. a list of commands executed when a shell
script has a nonzero return code

1-c, 2-d, 3-b, 4-f

1-c, 2-d, 3-a, 4-f

1-e, 2-c, 3-a, 4-d

1-c, 2-d, 3-a, 4-b
(Correct)

1-c, 2-b, 3-d, 4-a

Question 11: -
What is the purpose of setting USERCTL=yes In an interface configuration file located in
/etc/sysconfig/network-scripts? (Choose the best answer.)

to allow a non-root user to bring a network interface up or down using the ifup, ifdown, and ifconfig
commands
(Correct)

to allow a non-root user to bring a network interface up or down using the ifconfig command

to allow a non-root user to bring a network interface up or down using the ifup and ifdown
commands

to allow a non-root user to bring a network interface up or down using the ethtool command

Question 12: -
Which three are valid directories for cron jobs to be run at known intervals?

/etc/cron.minutely

/etc/cron.hourly
(Correct)

/etc/cron.annually

/etc/cron.yearly

/etc/cron.monthly
(Correct)

/etc/cron.daily
(Correct)
Explanation
Correct Answer: ABD

Question 13: -
Which two actions should an Oracle Linux administrator perform to configure a server so
that its clock is synchronized with a reference time server? (Choose two.)

Run the rdate daemon to update the system clock, thereby keeping it synchronized with the reference
time server

Run ntpd at system boot to ensure that the system clock is synchronized with the reference time
server
(Correct)

Run rdate at system boot to ensure that the system clock is synchronized with the reference time
server
(Correct)

Run the ntpdate daemon to update the system clock, thereby keeping it synchronized with the
reference time server

Run ntpdate at system boot to ensure that the system clock is synchronized with the reference time
server
(Correct)

Run the ntpd daemon to update the system clock, thereby keeping it synchronized with the reference
time server

Question 27: -
Examine the output of a bonded interface configuration from which one network cable has
been unplugged:
Larger image
Which statement is true when you plug in the eth2 network cable?

The status of the slave interface eth2 changes to up but must be manually assigned the active or
backup slave role.

The status of the slave interface eth2 changes to up and is promoted to the primary active slave
whereas eth1 becomes the backup slave

The status of the slave interface eth2 changes to up and becomes a second active slave.
(Correct)

The status of the slave interface eth2 changes to up and becomes a backup slave
Question 28: Correct
Which statement correctly describes the default location of the GRUB bootloader code
used by Oracle Linux? (Choose the best answer.)

A portion of the GRUB bootloader code is written to the /boot filesystem and the rest is written to the
/ filesystem

A portion of the GRUB bootloader code is written to the Master Boot Record (MBR) and the rest is
written to the /boot filesystem
(Correct)

A portion of the GRUB bootloader code is written to the Master Boot Record (MBR) and the rest is
written to the / filesystem

All of the GRUB bootloader code is written to the Master Boot Record (MBR)

All of the GRUB bootloader code is written to the /boot filesystem
Question 29: Correct
Which three statements are true about the Oracle Linux Multiple Device Driver (MD)?
(Choose three.)

RAID devices can only be built on disk partitions

It can be configured to have spare devices
(Correct)

It supports striping, mirroring, and a combination of striping and mirroring
(Correct)

It includes snapshot functionality
(Correct)

It can be used to mirror the root filesystem
Question 30: -
Which two statements are true about an RPM package? (Choose two.)

In general, it is possible to have multiple versions of the same RPM package installed on a single
system

a binary RPM contains compiled programs as well as the source code of these programs

a RPM package can contain programs, documentation installation procedures, source files, and
metadata about itself

An RPM can be installed from a local filesystem or a remote repository using the rpm command
(Correct)

a source RPM is machine architecture dependent
(Correct)
Question 31: -
You attempt to create a new user on Oracle Linux with nothing but a username: useradd
goodbred
Which three statements are true? (Choose three.)

The goodbred account has /sbin/nologin as the shell in /etc/passwd
(Correct)

The goodbred account has default values assigned from the /etc/default/useradd file

The goodbred account is locked

The goodbred account will never have files copied from /etc/skel to the /etc/home/goodbred directory
(Correct)

The goodbred account has default values assigned from the /etc/login.defs file
(Correct)

You might also like