Pass the Oracle Oracle Linux Administration 1z0-106 Questions and answers with CertsForce

Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions
Questions # 1:

Examine these Kubernetes components:

Question # 1

Which option correctly matches the components with their description?

Options:

A.

1-d, 2-f, 3-e, 4-a, 5-c, 6-b


B.

1-b, 2-a, 3-e, 4-c, 5-f, 6-d


C.

1-a, 2-d, 3-b, 4-c, 5-e, 6-f


D.

1-c, 2-f, 3-d, 4-b, 5-e, 6-a


E.

1-d, 2-f, 3-c, 4-e, 5-a, 6-b


Questions # 2:

Which takes precedence for ssh program configuration?

Options:

A.

/etc/ssh/ssh_config


B.

~/.ssh/config


C.

Command line


D.

/etc/ssh/sshd_config


Questions # 3:

Which are three of the network bonding modes supported in Oracle Linux 8?

Options:

A.

Multicast


B.

Round-robin


C.

Split Horizon


D.

802.3ad


E.

Poison Reverse


F.

Active Backup


G.

Passive Backup


Questions # 4:

Which statement is true about slice units?

Options:

A.

A slice unit is a concept for hierarchically managing resources in a group of processes.


B.

Processes in a slice unit are named at the same level as scopes and services.


C.

The system.slice contains all system services and user sessions.


D.

A slice unit accepts multiple names by the creation of additional symlinks to the unit file.


Questions # 5:

Examine this command:

# ssh -L 5011:127.0.0.1:80 bob@10.10.2.20 -f sleep 30

Which two are true upon execution?

Options:

A.

A reverse tunnel is created back to the local host on port 80.


B.

A local port forward is created between client and server.


C.

A socket remains open for 30 minutes unless a connection is established.


D.

A web server is listening on port 5011.


E.

An SSH connection process is forked to the background.


Questions # 6:

Examine this segment of /etc/rsyslog.conf:

# Log all kernel messages to the console.

# Logging much else clutters up the screen.

#kern.* /dev/console

# Log anything (except mail) of level info or higher.

# Don’t log private authentication messages!

*.info;mail.none;authpriv.none;cron.none /var/log/messages

# The authpriv file has restricted access.

authpriv.* /var/log/secure

# Log all the mail messages in one place.

mail.* -/var/log/maillog

# Log cron stuff

cron.* /var/log/cron

# Everybody gets emergency messages

*.emerg :omusrmsg:*

Now examine this log output:

less

Nov 9 20:32:16 server02 sudo[4570]: pam_unix(sudo:session): session opened for user opc (uid=0)

Nov 9 20:32:17 server02 sudo[4570]: pam_unix(sudo:session): session closed

Nov 9 20:32:24 server02 unix_chkpwd[4661]: password check failed for user

Nov 9 20:32:24 server02 su[4581]: pam_unix(su:auth): authentication failed; logname= uid=1000 euid=0 tty=pts/0 ruser=opc rhost= user=root

Which setting enabled the reporting of this log file output?

Options:

A.

authpriv.* /var/log/auth


B.

*.emerg *


C.

*.info;mail.none;authpriv.none;cron.none /var/log/messages


D.

#kern.* /dev/sssd/sssd.log


E.

cron.* /var/log/cron


Questions # 7:

Examine these commands and output:

# cat /etc/auto.master

/net -hosts

/- auto.direct ro

# cat /etc/auto.direct

/nfs1 host01:/export/share1

/nfs2 -sync host01:/export/share2

/nfs3 host02:/export/share3

Automounter must be used to mount these filesystems. Which mount options will it use?

Options:

A.

/nfs1 and /nfs3 are mounted read-only, async while /nfs2 is mounted read-only, sync.


B.

All three filesystems are mounted read-write, sync.


C.

All three filesystems are mounted read-only, sync.


D.

All three filesystems are mounted read-only, async.


E.

/nfs1 and /nfs3 are mounted read-only, async while /nfs2 is mounted read-write, sync.


Questions # 8:

Which two features does a user private group provide?

Options:

A.

Provision of a unique group.


B.

Capability to create new group users


C.

Capability to execute sudo


D.

Ability for only a group’s users to read files in a new directory


E.

Capability to prevent other users from modifying a file


Questions # 9:

Examine this output:

Last metadata expiration check: 4:30:21 ago on Mon 26 Oct 2020 03:09:52 PM GMT

Installed Packages

Name : gzip

Version : 1.9

Release : 9.el8

Architecture : x86_64

Size : 412 k

Source : gzip-1.9-9.el8.src.rpm

Repository : @System

From repo : anaconda

Summary : The GNU data compression program

URL : http://www.gzip.org/

License : GPLv3+ and GFDL

Description : The gzip package contains the popular GNU gzip data compression

program. Gzipped files have a .gz extension.

Gzip should be installed on your system, because it is a very

commonly used data compression program.

Which command generated it?

Options:

A.

dnf list /usr/bin/gzip


B.

dnf provides /usr/bin/gzip


C.

dnf info /usr/bin/gzip


D.

dnf search /usr/bin/gzip


Questions # 10:

Examine this command and output:

# mdadm --detail /dev/md0

/dev/md0:

Version: 1.2

Creation Time: Tue Oct 27 16:53:38 2020

Raid Level: raid5

Array Size: 207872 (203.03 MiB 212.86 MB)

Used Dev Size: 103936 (101.52 MiB 106.43 MB)

Raid Devices: 3

Total Devices: 3

Persistence : Superblock is persistent

Update Time: Tue Oct 27 16:53:38 2020

State: clean, degraded, recovering

Active Devices: 2

Working Devices: 3

Failed Devices: 0

Spare Devices: 1

Layout: left-symmetric

Chunk Size: 512K

Rebuild Status: 60% complete

Name: ol8.example.com:0 (local to host ol8.example.com)

UUID: 70f8bd2f:0505d92d:750a781e:c224508d

Events: 66

Number Major Minor RaidDevice State

0 8 49 0 active sync /dev/sdd1

1 8 65 1 active sync /dev/sde1

3 8 81 2 spare rebuilding /dev/sdf1

Which two are true?

Options:

A.

A RAID device failed and has returned to normal operating status.


B.

The RAID set read and write performance is currently sub-optimal.


C.

A new RAID device was just added to replace a failed one.


D.

An extra device was added to this RAID set to increase its size.


E.

Only write performance is currently sub-optimal on this RAID set.


Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions