
2024年最新の100%無料1z1-106日常練習試験には62問があります
1z1-106試験資料Oracle学習ガイド
質問 # 34
Which is true about the /etc/sysconfig directory in an Oracle Linux 8 system?
- A. Files in this directory hierarchy contain information about running processes.
- B. Its contents depend on the packages installed on the system.
- C. Files in this directory hierarchy contain information about system hardware.
- D. It is used to access device and device driver information.
正解:B
質問 # 35
Examine this command and output:
# mdadm --detail /dev/md0
/dev/md0:
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?
- A. Only write performance is currently sub-optimal on this RAID set.
- B. An extra device was added to this RAID set to increase its size.
- C. The RAID set read and write performance is currently sub-optimal.
- D. A RAID device failed and has returned to normal operating status.
- E. A new RAID device was just added to replace a failed one.
正解:C、E
質問 # 36
Examine this command:
$ podman run -name=oracleshell -it oraclelinux:8 -slim
Which two statements are true upon execution?
- A. The container named oracleshell must already exist; otherwise, the command fails.
- B. The container creates and starts an interactive shell.
- C. The command fails if the oraclelinux:8 -slim image does not exist on the local machine.
- D. The container is removed by typing exit at the bash shell prompt.
- E. The container is created and started in a single command.
正解:B、E
質問 # 37
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 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?
- A. dnf provides /usr/bin/gzip
- B. dnf list /usr/bin/gzip
- C. dnf search /usr/bin/gzip
- D. dnf info /usr/bin/gzip
正解:D
質問 # 38
The ss command was invoked with options to:
limit output to all listening and non-listening TCP ports
display ports instead of the protocols that typically use those ports
display all available internal TCP information
display only connections whose source or destination port is 80
Which two results are produced by the command?
- A. tcp CLOSE-WAIT 32 0 server.example.com:44732 12.21.0.15:https
- B. icmp6 UNCONN 0 0 *:58 *:*
- C. LISTEN 0 511 *:80 *:* cubic cwnd:10
- D. UNCONN 0 0 [::1]:323 [::]:*
- E. ESTAB 0 0 10.12.18.92:50384 169.254.169.254:80 cubic wscale:9,7 rto:201 rtt: 0.226/0.113 ato:40 mss:8948 pmtu:9000 rcvmss:1728 advmss:8948 cwnd:10 bytes_sent:142 bytes_acked:143 bytes_received:1728 segs_out:4 segs_in:3 data_segs_out:1 data_segs_in:1 send 3167433628bps lastsnd:11351 lastrcv: 11351 lastack:11351 pacing_rate 6334867256bps delivery_rate 504112672bps delivered:2 app_limited rcv_space:62720 rcv_ssthresh:56588 minrtt:0.142
正解:C、E
質問 # 39
Examine this network configuration:
NAME="ens4"
DEVICE="ens4"
ONBOOT=no
NETBOOT=yes
IPV6INIT=yes
BOOTPROTO=none
IPADDR=192.168.2.5
PREFIX=24
GATEWAY=192.168.2.1
TYPE=Ethernet
Which two statements are true after executing nmcli con mod ens4 ipv4.method auto?
- A. Interface ens4 is assigned an IP address of 192.168.2.5.
- B. Interface ens4 automatically starts on boot.
- C. IPADDR value is considered null.
- D. BOOTPROTO value is set to dhcp.
- E. ONBOOT value is set to yes.
- F. ONBOOT value is set to dhcp.
正解:D、E
質問 # 40
Examine this command:
# ssh -L 5011:127.0.0.1:80 [email protected] -f sleep 30
Which two are true upon execution?
- A. A reverse tunnel is created back to the local host on port 80.
- B. An SSH connection process is forked to the background.
- C. A web server is listening on port 5011.
- D. A local port forward is created between client and server.
- E. A socket remains open for 30 minutes unless a connection is established.
正解:B、D
質問 # 41
Which two statements are true about container technology?
- A. A container application built on a bare metal system cannot run on virtual machines or cloud instances.
- B. Podman requires a running daemon to function and to enable containers to start and run without root permissions.
- C. Podman, Buildah, and Skopeo are independent tools to create, run, and manage container applications across compatible Oracle Linux systems.
- D. Containers package an application with the individual runtime stack.
- E. A container application is dependent on the host operating system and kernel version.
正解:C、D
質問 # 42
Which two statements are true about systemd system and service manager?
- A. systemd service units expose kernel devices and can be used to implement device-based activation.
- B. systemd is the first process that starts after the system boots and is the final process left running before the system shuts down.
- C. systemd reads /etc/system to determine which services to start.
- D. systemd is backward-compatible with the System V init scripts that were used in earlier versions of Oracle Linux.
- E. The service command is used to start and stop system service units.
正解:A、B
質問 # 43
Which two statements are true about the Linux Auditing System?
- A. Auditing system call rules can affect system performance depending on the amount of information that is logged.
- B. Auditing modes include permissive, enforcing, and disabled.
- C. Auditing can scan for Common Vulnerabilities and Exposures (CVE) and automatically apply needed patches to a system.
- D. Auditing rules can log administrator attempts to access user home directories.
- E. Auditing includes security policies, each of which includes security rules, or checks, which are checked when you run a security scan.
正解:A、D
質問 # 44
Examine this command:
# auditctl -w /etc/passwd -p w -k pass
Which two statements are true upon execution?
- A. An audit is defined that creates a log entry every time a write occurs to /etc/passwd.
- B. A write occurs to /etc/audit/audit.rules.
- C. An audit rule is defined that creates a log entry every time /etc/passwd is read.
- D. A write occurs to /etc/audit/rules.d/audit.rules.
- E. An audit rule is defined with the keyword pass.
正解:A、E
質問 # 45
Examine this command:
# cryptsetup luksOpen /dev/xvdd1 cryptfs
What happens upon execution?
- A. It creates the /dev/mapper/xvdd1 device mapping file.
- B. It creates the LUKS partition on /dev/xvdd1.
- C. It creates the /dev/mapper/cryptfs device mapping file.
- D. It creates the /dev/mapper/xvdd1/cryptfs device mapping file.
- E. It creates the /dev/mapper/xvdd1-cryptfs device mapping file.
正解:C
質問 # 46
Which two commands relabel an SELinux system after a reboot?
- A. echo "relabel=1" > /.selinux
- B. touch /.autorelabel
- C. Set kernel parameter selinux=0
- D. Set kernel parameter autorelabel=0
- E. fixfiles -F onboot
- F. fixfiles -F relabel
正解:B、E
質問 # 47
Which two statements are true about removing a physical volume (PV) from a volume group (VG)?
- A. It can be removed only after removing it from its VG by using vgreduce.
- B. It can be removed when an active VG has mounted file systems by running vgexport.
- C. It can be removed when an inactive logical volume is on the VG.
- D. It can be removed when it is part of an active VG.
- E. It cannot be removed when it is part of an active VG.
正解:A、E
質問 # 48
Which two statements are true about the GRUB 2 bootloader?
- A. Its configuration can be changed by editing /etc/default/grub2 and executing grub2-mkconfig to regenerate grub2.cfg.
- B. It understands file systems and kernel executable formats, allowing the loading of operating systems without recording the on-disk physical location of the kernel.
- C. Its configuration file is /boot/grub2/grub2.conf on BIOS-based systems.
- D. It can load many free operating systems directly and chain-load proprietary operating systems.
正解:B、D
質問 # 49
Examine /etc/anacrontab:
SHELL=/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
# the maximal random delay added to the base delay of the jobs
RANDOM_DELAY=45
# the jobs are started during the following hours only
START_HOURS_RANGE=3-22
# period in days delay in minutes job-identifier command
1 5 dailyjob nice run-parts /etc/cron.daily
7 25 weeklyjob nice run-parts /etc/cron.weekly
@monthly 45 monthlyjob nice run-parts /etc/cron.monthly
Which two statements are true about the jobs scheduled in this file?
- A. Scripts run by the first job are delayed between 11 and 45 minutes.
- B. Scripts run by the second job are delayed between 31 and 70 minutes.
- C. Scripts run by the third job are delayed between 45 and 90 minutes.
- D. Jobs defined in this anacrontab file are randomly delayed by up to 51 minutes.
- E. Jobs defined in this anacrontab file can be executed between 15:00 and 22:00
正解:C、E
質問 # 50
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. Assign a label to the .swapfile file by using the swaplabel command.
- C. Use a physical disk partition type of 82 (Linux swap).
- D. Execute swapon -all.
- E. Change defaults to user in the /etc/fstab entry.
- F. Execute swapon -L swapfile /.swapfile after adding a label.
正解:A、E
質問 # 51
Which are three of the network bonding modes supported in Oracle Linux 8?
- A. 802.3ad
- B. Round-robin
- C. Multicast
- D. Passive Backup
- E. Poison Reverse
- F. Split Horizon
- G. Active Backup
正解:A、B、G
質問 # 52
......
有効な問題最新版を試そう1z1-106テスト解釈1z1-106有効な試験ガイド:https://www.passtest.jp/Oracle/1z1-106-shiken.html
1z1-106実際の問題解答PDFは100%カバー率でリアル試験問題:https://drive.google.com/open?id=1lEoi73ad_EE1dP2jPMn5fKDCXGoTOt3y