無料提供される1z1-106問題集と1z1-106リアル試験問題 [Q21-Q38]

Share

無料提供される1z1-106問題集と1z1-106リアル試験問題

Oracle 1z1-106実際の問題とブレーン問題集


Oracle 1Z0-106試験に合格した候補者は、Oracle Linux 8 Advanced System AdministrationのOracle Certified Professionalsとして認定されます。この認定は、業界で非常に高く評価され、キャリアアップの多くの機会を生み出すことができます。これにより、雇用主やクライアントに対して、候補者が複雑なOracle Linux 8システムを管理するために必要なスキルと知識を持っていることが証明されます。

 

質問 # 21
Which two statements are true about container technology?

  • A. Containers package an application with the individual runtime stack.
  • B. Podman, Buildah, and Skopeo are independent tools to create, run, and manage container applications across compatible Oracle Linux systems.
  • C. A container application is dependent on the host operating system and kernel version.
  • D. A container application built on a bare metal system cannot run on virtual machines or cloud instances.
  • E. Podman requires a running daemon to function and to enable containers to start and run without root permissions.

正解:A、B


質問 # 22
As root you configured a file system using AutoFS with default settings. In the first session, you changed to a directory under AutoFS control. In a second session, you changed to /etc. Now the idle time for the session expires. Which two statements are true about the status of the file system mounted in the first session?

  • A. It was unmounted when the second session began.
  • B. It remains mounted until you switch to a directory outside the current mount point.
  • C. It remains mounted as long as the system is running.
  • D. It remains mounted until you log out from the first session.
  • E. It was unmounted from the first session when the timer expired.

正解:B、E


質問 # 23
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?

  • A. The oracle user does not exist on host01.example.com.
  • B. LOCAL_ENABLE is set to NO in /etc/vsftpd/vsftpd.conf.
  • C. The oracle user is listed in /etc/vsftpd/user_list and USERLIST_ENABLE is set to NO in /etc/vsftpd/vsftpd.conf.
  • D. The oracle user is listed in /etc/vsftpd/ftpusers.
  • E. The oracle user is listed in /etc/vsftpd/user_list and USERLIST_ENABLE is set to YES in /etc/vsftpd/vsftpd.conf.

正解:D


質問 # 24
Which two default user account settings are contained in /etc/login.defs?

  • A. Password aging controls.
  • B. Encryption method used to encrypt passwords.
  • C. Group hashed passwords.
  • D. User hashed passwords.
  • E. Decryption method used to decrypt passwords.

正解:A、B


質問 # 25
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. Use a physical disk partition type of 82 (Linux swap).
  • 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 -all.
  • F. Execute swapon -L swapfile /.swapfile after adding a label.

正解:A、C


質問 # 26
Which two statements are true about the proc and sys file systems?

  • A. proc contains a list of network drivers.
  • B. sys contains a list of running processes.
  • C. sys contains a list of mounted devices.
  • D. proc contains information about memory and CPUs.
  • E. sys contains information about memory and CPUs.

正解:D、E


質問 # 27
Examine this command, which executes successfully:
# nmcli con add con-name eth2 type ethernet ifname eth2 \ Ipv6.address 2804:14c:110:ab2f:c3lb:1212:7917:708a/64 \ Ipv6.gateway 2804:14c:110:ab2f::1003 \ Ipv4.address 192.168.0.5/24 ipv4.gateway 192.168.0.254 The eth2 connection does not exist. Which two statements are true?

  • A. Ethernet connection eth2 is created.
  • B. The configuration is saved in /etc/sysconfig/network.
  • C. A static IP address is assigned to the eth2 connection
  • D. It configures an automatic IPV6 address.

正解:A、C


質問 # 28
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 search /usr/bin/gzip
  • B. dnf list /usr/bin/gzip
  • C. dnf provides /usr/bin/gzip
  • D. dnf info /usr/bin/gzip

正解:D


質問 # 29
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. ONBOOT value is set to dhcp.
  • B. BOOTPROTO value is set to dhcp.
  • C. IPADDR value is considered null.
  • D. Interface ens4 automatically starts on boot.
  • E. ONBOOT value is set to yes.
  • F. Interface ens4 is assigned an IP address of 192.168.2.5.

正解:B、E


質問 # 30
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


質問 # 31
Which two statements are true about kernel boot parameters?

  • A. Boot parameters defined as values for the GRUB_BOOT command-line interface are persistent and apply to all subsequent reboots.
  • B. Each kernel version's boot parameters are stored in independent configuration files in /boot/loader/entries.
  • C. Boot parameters are defined as values for the GRUB_CMDLINE_LINUX directive in the /etc/default/grub file.
  • D. Parameters passed to the kernel from the GRUB 2 menu are persistent and apply to all subsequent reboots.

正解:B、C


質問 # 32
Examine these commands, which execute successfully:
# firewall-cmd --zone=public --add-service=cockpit --permanent
# firewall-cmd --zone=public --add-port=1313/tcp --permanent
# firewall-cmd --reload
Which are true upon execution?

  • A. The custom Cockpit service configuration file is updated in /usr/lib/firewalld/services.
  • B. Port 1313 blocks all traffic for the public zone except for ingress traffic to the Cockpit service.
  • C. Egress traffic is allowed for the Cockpit service only when using port 1313.
  • D. The Cockpit service is added only to the public zone.
  • E. Runtime firewall configuration is not lost when the firewalld process is restarted or the system is rebooted.

正解:D、E


質問 # 33
Examine this command:
# nft add rule inet filter input tcp dport 80 drop
Which two statements are true upon execution?

  • A. TCP packets inbound on port 80 are dropped.
  • B. All traffic inbound on port 80 is dropped.
  • C. The rule is applied to both IPv4 and IPv6 packets.
  • D. TCP packets outbound on port 80 are dropped.
  • E. The rule applies to the input table.
  • F. The rule updates the configuration on disk.

正解:A、C


質問 # 34
Examine these requirements for a host with a user oracle:
Network services must run in a confined domain.
The oracle user must be confined.
The oracle user must be able to use Mozilla Firefox.
Access to files and directories must be granted based only on SELinux contexts.
The SELinux configuration must be persistent across system restarts.
Users must be able to publish private HTML content.
Now examine these commands and output:
# sestatus
SELinux status: enabled
SELinuxfs mount: /sys/fs/selinux
SELinux root directory: /etc/selinux
Loaded policy name: targeted
Current mode: permissive
Mode from config file: permissive
Policy MLS status: enabled
Policy deny_unknown status: allowed
Memory protection checking: actual (secure)
Max Kernel policy version: 31
# setenforce enforcing
# semanage login -a -s guest_u oracle
# setsebool -P http_enable_homedirs on
Which requirements are satisfied?

  • A. 1, 2, 3, 6
  • B. 1, 2, 6
  • C. 1, 2, 4, 5, 6
  • D. 1, 2, 4, 6
  • E. 1, 2, 3, 4, 5, 6
  • F. 1, 2, 3, 5, 6

正解:C


質問 # 35
Which two components are used for creating a new rsyslog rule?

  • A. parser
  • B. filter
  • C. module
  • D. security policy
  • E. action

正解:B、E


質問 # 36
Examine this content from /etc/chrony.conf:
...
pool pool.ntp.org offline
driftfile /var/lib/chrony/drift
keyfile /etc/chrony.keys
...
Which statement is true about pool.ntp.org?

  • A. chronyd polls a maximum of 3 sources from pool.ntp.org after it is enabled.
  • B. chronyd does not poll pool.ntp.org until it is enabled to do so by chronyc.
  • C. chronyd takes pool.ntp.org offline automatically when sending a request to the pool fails.
  • D. chronyd does not poll pool.ntp.org until it is enabled to do so by chronyd.

正解:B


質問 # 37
Examine this udev device naming rule which gets processed successfully:
makefile
KERNEL=="hdb", DRIVER=="ide-disk", SYMLINK+="sparedisk"
Which two statements are true?

  • A. Symbolic link /dev/sparedisk is created for a device named /dev/hdb which has an ide-disk device driver if such a device is discovered.
  • B. The matching device will have the kernel device name /dev/hdb.
  • C. Symbolic link /dev/sparedisk is created for a device named /dev/hdb or one that has an ide-disk device driver, whichever is discovered first.
  • D. The matching device will be named /dev/sparedisk.
  • E. Symbolic link /dev/sparedisk is created linking to /dev/hdb and with an ide-disk device driver, thus overwriting existing symbolic links.

正解:A、B


質問 # 38
......


Oracle 1Z0-106 認定試験は、Oracle Linux 8 の高度なシステム管理における個人の専門知識を試験するために設計されています。この試験は、エンタープライズレベルのシステムを管理する責任を持つ経験豊富な Linux 管理者を対象としています。この試験では、ネットワーク構成、ストレージ管理、セキュリティ、パフォーマンス最適化、トラブルシューティングなどのさまざまなトピックが扱われます。試験は70問の選択式問題で構成され、受験者は105分間で答えることができます。合格点は63%であり、英語と日本語で提供されています。


Oracle 1Z0-106 認定試験に備えるためには、Linux管理に強い基盤とOracle Linux 8での作業経験が必要です。コマンドラインツール、システム設定ファイル、ネットワークプロトコルに精通している必要があります。候補者は、ファイルシステム、RAIDアレイ、バックアップおよび復旧手順を含むストレージシステムの管理経験も必要です。

 

1z1-106合格させる問題集でOracle24時間で試験合格できます:https://www.passtest.jp/Oracle/1z1-106-shiken.html

最新問題を使おう1z1-106試験問題と解答PDFで一年間無料更新:https://drive.google.com/open?id=1lWBSjb6mkleAqlvc4vR00xPPl-XymjJP