Oracle Linux 6 Advanced System Administration

Here you have the best Oracle 1z0-105 practice exam questions

  • You have 97 total questions to study from
  • Each page has 5 questions, making a total of 20 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on October 26, 2025
  • This site is not affiliated with or endorsed by Oracle.
Question 1 of 97
Examine this extract from /etc/httpd/conf/httpd.conf for virtual hosts:
<VirtualHost *:80>
ServerAdmin webmaster@sute1.example.com
DocumentRoot /www/docs/site1.example.com

ServerName site1.example.com -
</VirtualHost>
<VirtualHost *:80>
ServerAdmin webmaster@sute2.example.com
DocumentRoot /www/docs/site2.example.com

ServerName site2.example.com -
</VirtualHost>
Which three statements are true about the configuration extract?
    Correct Answer: A, C, E

Question 2 of 97
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 hung
kernel.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?
    Correct Answer: B, F

Question 3 of 97
Which two options prevent unauthorized access to the named service from the rndc utility on Oracle Linux?
    Correct Answer: A, D

Question 4 of 97
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?
    Correct Answer: D, F

Question 5 of 97
Examine the contents of /etc/mail/access:
Exam 1z0-105: Question 5 - Image 1
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?
    Correct Answer: D, E