20:00

Quiz 1Z0-106: Oracle Linux 8 Advanced System Administration

Free Test
/ 10

Quiz

1/10
Examine the dtrace command:
dtrace -P syscall
Which statement is true about this command?
Select the answer
1 correct answer
A.
It enables all probes available in the syscall provider.
B.
It lists all probes available in the syscall provider.
C.
It returns an error. The command is incomplete. You must specify a probe to enable.
D.
It enables all probes available in the syscall provider, and produces no output.

Quiz

2/10
Examine this extract from /etc/httpd/conf/httpd.conf for virtual hosts:
ServerAdmin [email protected] DocumentRoot /www/docs/site1.example.com
ServerName site1.example.com
ServerAdmin [email protected] DocumentRoot /www/docs/site2.example.com
ServerName site2.example.com
Which three statements are true about the configuration extract?
Select the answer
3 correct answers
A.
To connect to the website, site1.example.com must resolve to a different IP address than site2.example.com.
B.
site1.example.com and site2.example.com can share the same IP address.
C.
The web server attempts a DHCP discover to assign one IP address per virtual host.
D.
It is possible but not mandatory to have unique IP addresses for each virtual host.
E.
The site1.example.com virtual host shares and error logs with site2.example.com.

Quiz

3/10
Examine the code fragment from /etc/tgt/targets.conf:
backing-store /iSCSIsharedDisk/physDisk1.imgwrite-cache off
backing-store / iSCSIsharedDisk/physDisk2.imginitiator-address 192.0.2.105
initiator address 192.0.2.106 write-cache off
backing-store /iSCSIsharedDisk/physDisk3.imgwrite-cache off
Which statement is true?
Select the answer
1 correct answer
A.
Only the target identified by the iqn ending with mypc:2 is visible. This target is visible to the specific clients identified by the initiator address.
B.
The initiator-address syntax in not valid. The address value should be specified as an iqn, not an IP address. This causes an error, and only iqns ending with mypc:1 and mypc:3 are visible.
C.
All targets are visible to prospective clients, but the target iqn ending with mypc:2 is visible exclusively to the specified IP addresses.
D.
The initiator-address syntax is not valid. The address value must be specified as an iqn, not an IP address. The initiator-address parameters are ignored and all targets are visible without restriction.

Quiz

4/10
Which three statements are true about an RPM SPEC file?
Select the answer
3 correct answers
A.
It is mandatory for building a binary RPM using rpmbuild.
B.
It is a Shell script that can be used to build a binary RPM.
C.
It contains metadata that will be part of a binary RPM.
D.
It contains metadata and helper scripts that are required during the build process of a binary RPM.

Quiz

5/10
Examine the parameters shown using the sysctl command relating to panic situations:
[root@WAYOUT etc]# sysctl –a |grep panic |grep –v hung
kernel.panic = 0
kernel.panic_on_oops = 0
kernel.softlockup_panic = 0
kernel.unknown_nmi_panic = 0
kernel.panic_on_unrecovered_nmi = 0
kernel.panic_on_io_nmi = 0
kernel.panic_on_oom = 2
[root@WAYOUT etc]# sysctl –a |grep hungkernel.hung_task_panic = 0
kernel.hung_task_chek_count – 4194304
kernel.hung_task_timeout_secs = 120
kernel.hung_task_warnings = 10
Which two statements are true about system behavior?
Select the answer
2 correct answers
A.
The kernel delays panic for a few seconds if a bug is encountered to allow the klogd kernel logging daemon to log the oops output.
B.
The kernel panics if a kernel thread sleeps in the TASK_UNINTERRUPTABLE state for more than 120 seconds.
C.
The kernel attempts to continue if a bug is encountered.
D.
The kernel always panics if an out-of-memory condition arises.
E.
The kernel tries to kill some memory-consuming processes to avoid a panic if an out-of- memory condition arises.
F.
The kernel panics if a user thread sleeps in the TASK_UNINTERRUPTABLE state for more than 120 seconds.

Quiz

6/10
Which two options prevent unauthorized access to the named service from the rndc utility on Oracle
Linux?
Select the answer
2 correct answers
A.
running rndc-confgen –a to generate a key that can be used by both the named service and the rndc utility
B.
running rndc-confgen –a to generate a key that can be used only by the named service
C.
running rndc –k /etc/rndc.key to generate a key to be used only by the rndc utility
D.
the presence of /etc/named.conf with the line include “/etc/rndc.key”; to allow the named service to check for a matching key from the rndc utility

Quiz

7/10
After creating empty mount point /xfs1, you execute the command: # mkfs –t xfs –L /xfs1 –l
logdev=/dev/sdd1 /dev/sdh1
Which two statements are true about the effects of executing the mkfs command?
Select the answer
2 correct answers
A.
It fails if there is an existing XFS file system on /dev/sdh1.
B.
It fails if there is an existing XFS log on /dev/sdd1.
C.
It fails if there is an existing XFS file system on /dev/sdd1.
D.
It fails because there is no size specified for the XFS log.
E.
The xfs1 file system is mounted automatically during system startup.
F.
It creates and mounts the /xfs1 file system.

Quiz

8/10
Examine the contents of /etc/mail/access:
Certification Exam 1Z0-106: Oracle Linux 8 Advanced System Administration Oracle Oracle-1Z0-106 1-780479225

This system is to be used as an MTA or mail gateway for the local LAN network address 192.168.1.0/24.
Which two actions allow this mail host to route email for the network?
Select the answer
2 correct answers
A.
Run sendmail again; and the updated file can be accessed automatically.
B.
Add this line to /etc/mail/access: Certification Exam 1Z0-106: Oracle Linux 8 Advanced System Administration Oracle Oracle-1Z0-106 3-213719962
C.
Add this line to /etc/mail/access: Certification Exam 1Z0-106: Oracle Linux 8 Advanced System Administration Oracle Oracle-1Z0-106 2-652126634
D.
Add this line to /etc/mail/access: Certification Exam 1Z0-106: Oracle Linux 8 Advanced System Administration Oracle Oracle-1Z0-106 4-159295800
E.
Rebuild the access database file after the source files have been modified. Restarting the sendmail service automatically rebuilds the maps.

Quiz

9/10
Which two statements are true about recursive nameservers that are supported by Oracle Linux?
Select the answer
2 correct answers
A.
They may be authoritative.
B.
They may forward requests to authoritative name servers on some occasions.
C.
They may be primary nameservers.
D.
They cache replies from previous name resolution requests.
E.
They may be secondary nameservers.

Quiz

10/10
What is function of the System Security Service Daemon (SSSD)?
Select the answer
1 correct answer
A.
It permits single-user accounts by maintaining credentials for back-end systems on behalf of local users.
B.
It enables fingerprint reader support for Kerberos clients.
C.
It enables Smart Card Authentication for Kerberos clients.
D.
It permits Kerberos authentication to be done offline by caching user identities.
Looking for more questions?Buy now

1Z0-106: Oracle Linux 8 Advanced System Administration Practice test unlocks all online simulator questions

Thank you for choosing the free version of the 1Z0-106: Oracle Linux 8 Advanced System Administration practice test! Further deepen your knowledge on Oracle Simulator; by unlocking the full version of our 1Z0-106: Oracle Linux 8 Advanced System Administration Simulator you will be able to take tests with over 224 constantly updated questions and easily pass your exam. 98% of people pass the exam in the first attempt after preparing with our 224 questions.

BUY NOW

What to expect from our 1Z0-106: Oracle Linux 8 Advanced System Administration practice tests and how to prepare for any exam?

The 1Z0-106: Oracle Linux 8 Advanced System Administration Simulator Practice Tests are part of the Oracle Database and are the best way to prepare for any 1Z0-106: Oracle Linux 8 Advanced System Administration exam. The 1Z0-106: Oracle Linux 8 Advanced System Administration practice tests consist of 224 questions and are written by experts to help you and prepare you to pass the exam on the first attempt. The 1Z0-106: Oracle Linux 8 Advanced System Administration database includes questions from previous and other exams, which means you will be able to practice simulating past and future questions. Preparation with 1Z0-106: Oracle Linux 8 Advanced System Administration Simulator will also give you an idea of the time it will take to complete each section of the 1Z0-106: Oracle Linux 8 Advanced System Administration practice test . It is important to note that the 1Z0-106: Oracle Linux 8 Advanced System Administration Simulator does not replace the classic 1Z0-106: Oracle Linux 8 Advanced System Administration study guides; however, the Simulator provides valuable insights into what to expect and how much work needs to be done to prepare for the 1Z0-106: Oracle Linux 8 Advanced System Administration exam.

BUY NOW

1Z0-106: Oracle Linux 8 Advanced System Administration Practice test therefore represents an excellent tool to prepare for the actual exam together with our Oracle practice test . Our 1Z0-106: Oracle Linux 8 Advanced System Administration Simulator will help you assess your level of preparation and understand your strengths and weaknesses. Below you can read all the quizzes you will find in our 1Z0-106: Oracle Linux 8 Advanced System Administration Simulator and how our unique 1Z0-106: Oracle Linux 8 Advanced System Administration Database made up of real questions:

Info quiz:

  • Quiz name:1Z0-106: Oracle Linux 8 Advanced System Administration
  • Total number of questions:224
  • Number of questions for the test:50
  • Pass score:80%

You can prepare for the 1Z0-106: Oracle Linux 8 Advanced System Administration exams with our mobile app. It is very easy to use and even works offline in case of network failure, with all the functions you need to study and practice with our 1Z0-106: Oracle Linux 8 Advanced System Administration Simulator.

Use our Mobile App, available for both Android and iOS devices, with our 1Z0-106: Oracle Linux 8 Advanced System Administration Simulator . You can use it anywhere and always remember that our mobile app is free and available on all stores.

Our Mobile App contains all 1Z0-106: Oracle Linux 8 Advanced System Administration practice tests which consist of 224 questions and also provide study material to pass the final 1Z0-106: Oracle Linux 8 Advanced System Administration exam with guaranteed success. Our 1Z0-106: Oracle Linux 8 Advanced System Administration database contain hundreds of questions and Oracle Tests related to 1Z0-106: Oracle Linux 8 Advanced System Administration Exam. This way you can practice anywhere you want, even offline without the internet.

BUY NOW