- Expert Verified, Online, Free.

MAIL US

info@examtopicspro.com

Oracle 1Z0-106 Exam Dumps

Certification Exams

Downloadable PDF versions

100% Confidential

Updated Regularly

Advanced Features

Number Of Questions

60

$ 39

Description

Exam Name: Oracle Linux 8 Advanced System Administration
Exam Code: 1Z0-106
Related Certification(s): Oracle Professional Oracle Linux 8 System Administrator Certification
Certification Provider: Oracle
Number of 1Z0-106 practice questions in our database: 60 

Expected 1Z0-106 Exam Topics, as suggested by Oracle :

  • Module 1: Managing Users and Groups: This section assesses the candidate’s proficiency in handling user accounts and groups. This includes creating, modifying, and deleting accounts and groups, as well as implementing password aging and hashing techniques to enhance security.
  • Module 2: Managing Filesystems and Swap: This portion evaluates the ability to work with disk partitions and manage Linux filesystems such as ext, xfs, and btrfs. Additionally, candidates will demonstrate competence in configuring and maintaining swap space. Managing Storage Devices: Here, the focus is on configuring and managing Logical Volume Manager (LVM) components, as well as handling MD drivers and software RAID devices, which are essential for robust storage solutions.
  • Module 3: Managing the Network Configuration: Candidates are expected to describe network configuration files and use tools like NetworkManager, along with command-line utilities such as ip and nmcli, to efficiently manage and troubleshoot network settings.
  • Module 4: Using OpenSSH: This section examines the ability to configure and use OpenSSH for secure remote communications. It covers essential commands like ssh, scp, sftp, and ssh-keygen, along with techniques like secure tunneling and X11 forwarding.
  • Module 5: Managing Linux Security: This portion focuses on creating and maintaining a chroot jail for enhanced security and configuring firewall tools such as firewalls and nftables to manage packet filtering effectively.
  • Module 6: Managing System Logging: Candidates will be tested on their knowledge of configuring rsyslog and setting up log rotation. Additionally, they will need to demonstrate the ability to manage logs using systemd-journald and the journalctl utility.
  • Module 7: Monitoring and Troubleshooting Linux: This section covers the use of system monitoring utilities like iostat, mpstat, vmstat, and sar. Candidates will also need to troubleshoot using tools like ss and Wireshark, as well as interpret system logs.
  • Module 8: Managing Pluggable Authentication Modules (PAM):This section evaluates the ability to configure PAM to manage authentication mechanisms and control access to the system.
  • Module  9: Advanced Networking: This portion examines the understanding and configuration of advanced networking features such as Network Bonding and VLANs, which are essential for complex network environments.
  • Module 10: Advanced Storage Administration: Candidates will be tested on their ability to manage storage by configuring access control lists (ACLs), setting up encrypted block devices, and writing udev rules to manage hardware devices.
  • Module 11: Managing File Sharing: This section assesses skills in setting up and managing NFS servers and clients, automating file systems, and configuring the vsftpd service for file sharing.
  • Module 12: Security Enhanced Linux (SELinux): Candidates will need to demonstrate an understanding of SELinux, including configuring its modes, policies, file labeling, and user roles to secure Linux systems.
  • Module 13: Control Groups (Cgroups): This section focuses on configuring Cgroups to control access to system resources, and using systemd to manage slice units and scope units for efficient system resource management.
  • Module 14: Container Services: This portion tests knowledge of containerization, specifically configuring Podman and understanding Kubernetes to deploy and manage containers and pods.
  • Module 15: Linux Auditing System: The final section focuses on configuring Linux’s auditing system using auditctl, where candidates will set up audit rules to monitor and ensure system security and compliance.

Description

Exam Name: Oracle Linux 8 Advanced System Administration
Exam Code: 1Z0-106
Related Certification(s): Oracle Professional Oracle Linux 8 System Administrator Certification
Certification Provider: Oracle
Number of 1Z0-106 practice questions in our database: 60 

Expected 1Z0-106 Exam Topics, as suggested by Oracle :

  • Module 1: Managing Users and Groups: This section assesses the candidate’s proficiency in handling user accounts and groups. This includes creating, modifying, and deleting accounts and groups, as well as implementing password aging and hashing techniques to enhance security.
  • Module 2: Managing Filesystems and Swap: This portion evaluates the ability to work with disk partitions and manage Linux filesystems such as ext, xfs, and btrfs. Additionally, candidates will demonstrate competence in configuring and maintaining swap space. Managing Storage Devices: Here, the focus is on configuring and managing Logical Volume Manager (LVM) components, as well as handling MD drivers and software RAID devices, which are essential for robust storage solutions.
  • Module 3: Managing the Network Configuration: Candidates are expected to describe network configuration files and use tools like NetworkManager, along with command-line utilities such as ip and nmcli, to efficiently manage and troubleshoot network settings.
  • Module 4: Using OpenSSH: This section examines the ability to configure and use OpenSSH for secure remote communications. It covers essential commands like ssh, scp, sftp, and ssh-keygen, along with techniques like secure tunneling and X11 forwarding.
  • Module 5: Managing Linux Security: This portion focuses on creating and maintaining a chroot jail for enhanced security and configuring firewall tools such as firewalls and nftables to manage packet filtering effectively.
  • Module 6: Managing System Logging: Candidates will be tested on their knowledge of configuring rsyslog and setting up log rotation. Additionally, they will need to demonstrate the ability to manage logs using systemd-journald and the journalctl utility.
  • Module 7: Monitoring and Troubleshooting Linux: This section covers the use of system monitoring utilities like iostat, mpstat, vmstat, and sar. Candidates will also need to troubleshoot using tools like ss and Wireshark, as well as interpret system logs.
  • Module 8: Managing Pluggable Authentication Modules (PAM):This section evaluates the ability to configure PAM to manage authentication mechanisms and control access to the system.
  • Module  9: Advanced Networking: This portion examines the understanding and configuration of advanced networking features such as Network Bonding and VLANs, which are essential for complex network environments.
  • Module 10: Advanced Storage Administration: Candidates will be tested on their ability to manage storage by configuring access control lists (ACLs), setting up encrypted block devices, and writing udev rules to manage hardware devices.
  • Module 11: Managing File Sharing: This section assesses skills in setting up and managing NFS servers and clients, automating file systems, and configuring the vsftpd service for file sharing.
  • Module 12: Security Enhanced Linux (SELinux): Candidates will need to demonstrate an understanding of SELinux, including configuring its modes, policies, file labeling, and user roles to secure Linux systems.
  • Module 13: Control Groups (Cgroups): This section focuses on configuring Cgroups to control access to system resources, and using systemd to manage slice units and scope units for efficient system resource management.
  • Module 14: Container Services: This portion tests knowledge of containerization, specifically configuring Podman and understanding Kubernetes to deploy and manage containers and pods.
  • Module 15: Linux Auditing System: The final section focuses on configuring Linux’s auditing system using auditctl, where candidates will set up audit rules to monitor and ensure system security and compliance.

Reviews

There are no reviews yet.

Be the first to review “Oracle 1Z0-106 Exam Dumps”

Your email address will not be published. Required fields are marked *

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

A.Multicast

B. Round-robin

C. Split Horizon

D. 802.3ad

E. Poison Reverse

F. Active Backup

G. Passive Backup

Correct Answer: B, D, F

Q2. You must add an additional swap device and you add this entry to /etc/fstab: /.swapfile none swap defaults 0 0 Examine these commands and output: # dd if=/dev/zero of=/.swapfile bs=1024 count=1048576 1048576+0 records in 1048576+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.32499 s, 248 MB/s # swapon -a swapon: /.swapfile: insecure permissions 0644, 0600 suggested. swapon: /.swapfile: read swap header failed Which two actions must you perform to add this swap device?

A.Initialize the .swapfile file by using the mkswap command.

B. Execute swapon -all.

C. Change defaults to user in the /etc/fstab entry.

D. Assign a label to the .swapfile file by using the swaplabel command.

E. Execute swapon -L swapfile /.swapfile after adding a label.

F. Use a physical disk partition type of 82 (Linux swap).

Correct Answer: A, C

Q3. Which two statements are true about the at and batch commands?

A.batch schedules the execution of recurring tasks.

B. at schedules the execution of recurring tasks.

C. Both at and batch read from standard input, or you can specify a file and execute the commands with the -f option.

D. batch executes a task when the system load average is greater than 0.8.

E. at executes a one-time task to run at a specific time.

Correct Answer: C, E

Q4. Which two methods of changing kernel parameters can you use to modify values for the running system?

A.Issuing the sysctl -w command to write values to specific files in the /proc/sys directory.

B. Using the echo command to write values to specific files in the /proc/sys directory.

C. Issuing the sysctl -w command to write values to specific files in the /sys directory.

D. Using the echo command to write values to specific files in the /sys directory.

E. Adding to or modifying parameters and values in the /etc/sysctl.conf file followed by issuing the sysctl -p command.

Correct Answer: A, B

Q5. Which mdadm command creates a RAID-1 device consisting of two block volumes and one spare device?

A.mdadm --create /dev/md0 --level=5 --raid-devices=2 /dev/xvdd1 /dev/xvdd2 --spare-devices=1 /dev/xvdd3

B. mdadm --create /dev/md0 --level=1 --raid-devices=2 /dev/xvdd1 /dev/xvdd2

C. mdadm --create /dev/md0 --level=1 --raid-devices=2 /dev/xvdd1 /dev/xvdd2 --spare-devices=1 /dev/xvdd3

D. mdadm --create /dev/md0 --level=0 --raid-devices=2 /dev/xvdd1 /dev/xvdd2 --spare-devices=1 /dev/xvdd3

Correct Answer: C

$ 39

Frequently Asked Questions

ExamTopics Pro is a premium service offering a comprehensive collection of exam questions and answers for over 1000 certification exams. It is regularly updated and designed to help users pass their certification exams confidently.
Please contact team@examtopics.com and we will provide you with alternative payment options.
The subscriptions at Examtopics.com are recurring according to the Billing Cycle of your Subscription Plan, i.e. after a certain period of time your credit card is re-billed automatically until/unless you cancel your subscription.
Free updates are available for the duration of your subscription, after the subscription is expired, your access will no longer be available.