Oracle 1Z0-106 Practice Exam Questions & Answers
5 Free Questions
· Last reviewed: August 28, 2026
· Prepared & Reviewed by the ValidExamDumps Editorial Team
Exam Facts
Oracle 1Z0-106 Exam Details
Key details for this exam, checked against the published exam outline
60
Practice Questions (Our Bank)
90 minutes
Exam Duration
60%
Passing Score
- Exam Code
- 1Z0-106
- Full Name
- Oracle Linux 8 Advanced System Administration
- Issuing Body
- Oracle
- Question Format (Our Bank)
- Multiple Choice
- Delivery
- Pearson VUE proctored online or test center
Practice Questions
Free 1Z0-106 Practice Questions
Each question shows the correct answer and an explanation of why it is right
VA
ValidExamDumps Editorial Team
Every question and its answer is checked by our 1Z0-106 exam
preparation team, who also write the explanation shown with each one.
How we research and review these pages
Which command produces human-readable timestamps in kernel ring buffer messages?
Correct Answer:
C
Explanation
The dmesg command displays kernel ring buffer messages. By default, dmesg shows timestamps in seconds since boot, which is hard to read. The -T flag converts these to human-readable format showing the actual date and time. Other options like -l filter by log level or -c clear the buffer, but neither produces readable timestamps. This question tests your ability to interpret kernel messages when troubleshooting system issues.
Which two statements are true about the Linux Auditing System?
Correct Answer:
A, B
Explanation
The Linux Auditing System tracks system events for security compliance. Audit rules can monitor file access attempts, including when administrators access user directories, which supports compliance auditing. Auditing can impact performance because logging every system call or file access requires processing and disk I/O. The system must evaluate rules against every event, and high-volume logging degrades performance. Both statements correctly describe auditing capabilities and limitations.
Which two are true about using Ksplice?
Correct Answer:
B, C
Explanation
Ksplice patches the kernel without requiring a reboot or system downtime. This is its main advantage for keeping systems current. However, when you use yum or dnf to upgrade a kernel that was previously patched with Ksplice, the package manager cannot upgrade that kernel through normal channels. You must first remove the Ksplice patches before upgrading the kernel package. This creates a management consideration for administrators using Ksplice.
Examine this command and output:
$ ftp host01.example.com
Connected to host01.example.com (192.168.40.131).
220 (vsFTPd 3.0.2)
Name (host01.example.com:oracle):
After entering a carriage return, this error message is displayed:
530 Permission denied
Login Failed
ftp>
Why is the oracle user denied access to the FTP server on host01.example.com?
Correct Answer:
D
Explanation
The FTP error 530 Permission Denied occurs when authentication fails. The vsftpd server maintains a file called ftpusers in /etc/vsftpd that lists users explicitly forbidden from FTP access. This is a security feature to prevent certain system accounts from logging in via FTP. Even if the oracle user provides the correct password, if that username appears in ftpusers, the server rejects the login. The oracle user likely appears in this deny list on host01.
Which two statements are true about container technology?
Correct Answer:
C, D
Domain 1: Understanding and Configuring the Linux Boot Process and Service Administration
Master GRUB 2 bootloader configuration and kernel boot parameter settings. Manage systemd services and targets to control system startup and service dependencies.
Domain 2: Understanding System Configuration Options
Work with system configuration files in /etc/sysconfig and pseudo-filesystems like /proc and /sys. Use sysctl to manage kernel parameters and configure system time with chrony, NTP, and PTP.
Domain 3: Installing and Maintaining Packages
Configure and manage dnf repositories for package installation and updates. Use dnf utilities to maintain software packages effectively within Oracle Linux environments.
Sample question from this domain above:
Q5
Domain 4: Automating Tasks
Set up cron and anacron jobs to schedule recurring system tasks. Use at and batch utilities for one-time or delayed job execution.
Domain 5: Oracle Ksplice
Apply kernel updates without system reboots using Ksplice uptrack. Understand Ksplice concepts, configuration, and command-line operations.
Sample question from this domain above:
Q3
Domain 6: Managing Users and Groups
Create, modify, and delete user accounts and groups efficiently. Configure password aging policies and select appropriate password hashing algorithms.
Domain 7: Managing Filesystems and Swap
Partition disks and manage Linux filesystems including ext, xfs, and btrfs. Allocate and manage swap space for system memory management.
Domain 8: Managing Storage Devices
Configure and maintain Logical Volume Manager components for flexible storage allocation. Manage MD drivers and software RAID for data redundancy.
Domain 9: Managing the Network Configuration
Understand network configuration files and use NetworkManager for GUI-based configuration. Apply command-line tools like ip and nmcli for advanced network management.
Sample question from this domain above:
Q4
Domain 10: Managing Linux Security
Create and maintain chroot jails to isolate applications and services. Configure firewalld and nftables for packet filtering and security policies.
Domain 11: Managing System Logging
Configure rsyslog for centralized logging and set up log rotation to manage disk space. Use systemd-journald and journalctl to query and manage system logs.
Domain 12: Monitoring and Troubleshooting Linux
Employ iostat, mpstat, vmstat, and sar tools to analyze system performance. Use network utilities like ss and Wireshark to diagnose connectivity issues and interpret system logs.
Sample question from this domain above:
Q1
Domain 13: Managing Pluggable Authentication Modules (PAM)
Configure PAM stacks to control authentication and access to the Linux system. Understand PAM modules and how they enforce security policies.
Domain 14: Advanced Networking
Configure network bonding to combine multiple network interfaces for redundancy and load balancing. Set up and manage VLANs for network segmentation.
Domain 15: Control Groups (Cgroups)
Configure cgroups to limit and manage system resources such as CPU and memory. Use systemd slice and scope units to manage resource allocation for services.
Domain 16: Security Enhanced Linux (SELinux)
Understand SELinux modes, policies, and file context labeling. Configure and manage SELinux user roles to enforce mandatory access controls.
Domain 17: Linux Auditing System
Set up and manage audit rules using auditctl to track system events. Monitor and review audit logs for security compliance and incident investigation.
Sample question from this domain above:
Q2
FAQ
1Z0-106 Exam FAQ
Common questions about the exam itself
What experience level do I need to take the 1Z0-106 exam?
This exam targets experienced Linux system administrators working with Oracle Linux 8 in production environments. You should have substantial hands-on experience managing Linux systems, not just database administration knowledge. The exam assumes you work daily with system administration tasks like package management, user administration, and storage configuration.
How does 1Z0-106 relate to other Oracle Linux certifications?
The 1Z0-106 exam is part of the Professional Oracle Linux 8 System Administrator certification path. It represents the advanced level and follows the associate-level Linux certification. Passing this exam qualifies you for the Professional credential.
Which objective area of 1Z0-106 do most candidates struggle with?
Storage management and Linux security tend to challenge most candidates because they require both conceptual understanding and hands-on practice. SELinux configuration, LVM setup, and software RAID management involve multiple interrelated components. Spend extra time in labs practicing Logical Volume Manager operations and SELinux troubleshooting.
How long should I plan to study for 1Z0-106?
Most candidates with solid Linux administration experience need 4 to 8 weeks of focused study. If you are working with Oracle Linux daily, you may need less time. Allocate specific weeks to practice labs for complex areas like cgroups, PAM configuration, and advanced networking.
What happens on exam day for 1Z0-106?
You will answer 60 multiple-choice questions within 90 minutes. Your score displays immediately after completion, and you receive an email confirmation within 24 hours. You can also view your detailed score report in Oracle CertView to identify topic areas where you performed well or poorly.
Can I retake the 1Z0-106 exam if I fail?
Yes, you can retake the exam. However, you must wait a specified period between attempts and purchase a new exam voucher. Oracle typically enforces a waiting period between failures to ensure candidates have time to study additional material.
How long does the Professional Oracle Linux 8 System Administrator certification last?
Oracle certifications generally remain valid for three years from the date you earn them. After three years, you must renew by passing a current version of the exam or completing renewal requirements specified by Oracle.
What job roles does 1Z0-106 prepare me for?
This certification is designed for Linux system administrators, site reliability engineers, and infrastructure engineers working in enterprise environments. Employers value this credential for roles managing Oracle Linux systems, particularly in organizations running Oracle databases and enterprise applications.
Does 1Z0-106 cover Oracle database administration topics?
No, this exam focuses exclusively on Oracle Linux system administration skills. While the Linux skills are essential for supporting Oracle databases, the exam does not test database administration, SQL, or Oracle-specific application knowledge.
What tools and commands are heavily tested on 1Z0-106?
Expect heavy coverage of systemd and systemctl for service management, dnf for package management, firewalld and nftables for security, and journalctl for log management. Practical knowledge of ip, nmcli, LVM commands, and auditctl is essential. Study the real command syntax, not just concepts.