試験合格保証付きのSUSE SCA SCA_SLES15試験問題集 [Q34-Q56]

Share

試験合格保証付きのSUSE SCA SCA_SLES15試験問題集

SUSE SCA_SLES15日常練習試験は2023年最新のに更新された72問あります


SUSE SCA_SLES15 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • Understand Network Management in SLE
  • Understand Management of RPM Packages
トピック 2
  • Understand Network Management with Wicked
  • Understand Software Management with Libzypp
トピック 3
  • Understand the GRUB2 Boot Loader
  • Define and Describe systemd
トピック 4
  • Understand Compiling Software from Source
  • Understand the Filesystem Hierarchy Standard (FHS)
トピック 5
  • Overview of SUSE Linux Enterprise
  • Understand Remote Administration with OpenSSH
トピック 6
  • Getting Help at the Command Line
  • Understand Remote Administration with VNC
トピック 7
  • Understand Filesystem Permissions
  • Understand Time Sync with chrony

 

質問 34
What is the first file executed by a bash login shell?

  • A. /etc/profi le.alias
  • B. /etc/bash
  • C. -/profile
  • D. -/.alias
  • E. /etc/profile

正解: E

解説:
Explanation
https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html When Bash is invoked as an interactive login shell, or as a non-interactive shell with the --login option, it first reads and executes commands from the file /etc/profile, if that file exists. After reading that file, it looks for ~/.bash_profile, ~/.bash_login, and ~/.profile, in that order, and reads and executes commands from the first one that exists and is readable. The --noprofile option may be used when the shell is started to inhibit this behavior.

 

質問 35
What are the three permissions available on posix file systems? (Choose three)

  • A. Sharable
  • B. Execute
  • C. All
  • D. Edit
  • E. User
  • F. Change
  • G. Write
  • H. Read

正解: B,G,H

解説:
Explanation
https://documentation.suse.com/sles/12-SP4/html/SLES-all/cha-security-acls.html

 

質問 36
firewalld maintains two separate configurations. What are they named? (Choose two)

  • A. Runtime
  • B. Permanent
  • C. Temporary
  • D. Production
  • E. Testing
  • F. Fixed
  • G. Static

正解: A,B

解説:
Explanation
Firewalld uses two separated configuration sets, runtime, and permanent configuration.
The runtime configuration is the actual running configuration and it is not persistent on reboots. When the firewalld service starts it loads the permanent configuration which becomes the runtime configuration.
https://www.supportsages.com/everything-you-need-to-know-about-firewalld/#:~:text=Firewalld%20uses%20tw

 

質問 37
You're setting up a SUES 15 server which will require very large data volumes and journaling capabilities.
Which file system listed below would be the best choice for your data volumes?

  • A. ReiserFS
  • B. XFS
  • C. Ext3
  • D. Ext2
  • E. VFAT

正解: B

 

質問 38
What is the command and options to remove repository number 4?

  • A. rpm -rr 4
  • B. yast repo-manag
  • C. zypper rr 4
  • D. yumrepo -del 4
  • E. libzypp --remove-repo 4

正解: C

 

質問 39
Which file contains the list of DNS services SLES will contact?

  • A. /etc/resolv.conf
  • B. /etc/sysconfig/nameservers
  • C. /etc/hostname
  • D. /etc/hosts
  • E. /etc/sysconfig/resolv.conf

正解: A

 

質問 40
Which option for zypper will list the available patches?

  • A. zypper list-patch
  • B. zypper Ip
  • C. zypper showpatch
  • D. zypper lu
  • E. zypper patch

正解: E

解説:
Explanation
First, view all available patches using patches option as shown below:
zypper patches
Next, you can install a specific patch from the above output using the patch option as shown below.
zypper patch <patch name>
https://www.thegeekstuff.com/2015/04/zypper-examples/

 

質問 41
What is required to access updates for SLE?

  • A. An account with SUSE Customer Center
  • B. An account with SUSE Customer Center and a SLE Product Key
  • C. Software Subscription
  • D. Nothing
  • E. Account Registration

正解: C

 

質問 42
Which commands and options will display the routing table? (Choose two)

  • A. ip r s
  • B. showroute -a
  • C. ip route show
  • D. cat /etc/sysconfig/routes
  • E. ipconfig -rd

正解: C,D

解説:
Explanation
https://www.suse.com/support/kb/doc/?id=000016843

 

質問 43
Which command gives you a real-time view of the processes running on your system by giving you a continuously updated list?

  • A. Is-la
  • B. showproc
  • C. top
  • D. pstree
  • E. procupdate
  • F. ps -x

正解: C

 

質問 44
What command would be used to add new physical volumes to an existing volume group?

  • A. vgextend
  • B. pvadd
  • C. vSadd
  • D. pvmodify
  • E. pvextend
  • F. vgmodify

正解: A

解説:
Explanation
To add additional physical volumes to an existing volume group, use the vgextend command. The vgextend command increases a volume group's capacity by adding one or more free physical volumes.
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/4/html/cluster_logical_volume_manage

 

質問 45
Which command is used to view the manual pages?

  • A. info
  • B. man
  • C. help -man
  • D. show
  • E. doc -man

正解: B

解説:
Explanation
You can view manual pages by running the man command followed by a specific command name. If the man command is not installed on your system, install it by runningzypper install man.
https://documentation.suse.com/sles/15-GA/html/SLES-all/pre-sle.html

 

質問 46
Which Vim command will save the current file without exiting?

  • A. q!
  • B. w!
  • C. w-no-exit
  • D. wq!
  • E. w

正解: E

解説:
Explanation
Save a File in Vim / Vi #The command to save a file in Vim is :w.
To save the file without exiting the editor, switch back to normal mode by pressing Esc, type :w and hit Enter.
https://linuxize.com/post/how-to-save-file-in-vim-quit-editor/

 

質問 47
In the scripts subdirectory under your home directory there is a file named tstparse.sh. You want to set an Extended ACL so thejsmith user has all permissions to just this file. Which command will accomplish this?

  • A. modacl user=jsmith:rwx -/scripts/tstparse.sh
  • B. extacl -a user=jsmith:rwx -/scripts/tstparse.sh
  • C. setacl -a user:jsmith:rwx -/scripts/tstparse.sh
  • D. setfacl -m u:jsmith:rwx -/scripts/tstparse.sh

正解: B,C

 

質問 48
What types of VNC sessions does SUSE Linux Enterprise Server support? (Choose two)

  • A. Automatic Sessions
  • B. One-time Sessions
  • C. Timed Sessions
  • D. Server-initiated Sessions
  • E. Persistent Sessions

正解: B,E

解説:
SUSE Linux Enterprise Server supports two different kinds of VNC sessions: One-time sessions that "live" as long as the VNC connection from the client is kept up, and persistent sessions that "live" until they are explicitly terminated.
5.1 One-time VNC Sessions
5.2 Persistent VNC Sessions
https://documentation.suse.com/sles/11-SP4/html/SLES-all/cha-vnc.html#:~:text=SUSE%20Linux%20Enterprise%20Server%20supports,until%20they%20are%20explicitly%20terminated.

 

質問 49
Which Network Interface type supported by SLES is used for link aggregation?

  • A. Custom
  • B. Basic
  • C. VPN
  • D. Bond
  • E. Bridge

正解: D

 

質問 50
If the file1.txt file already exists in your home directory, what will the touch -7file1.txt command do if anything?

  • A. This will delete the existing file1.txt file and create a new zero byte file using the same name.
  • B. This causes any additional data to be appended to the existing file1.txt file.
  • C. This generates an error since file1.txt already exists.
  • D. This command displays a message that file1.txt is a normal file and displays the size of the file.
  • E. This command displays a message that file1.txt is a normal file.
  • F. This changes the access and modification times of the existing file1.txt file.

正解: A

 

質問 51
What does the (x) permission on a directory mean?

  • A. The examine permission on a directory means that you can see the directory's contents.
  • B. The exclude permission on a directory means that the files in the directory are hidden.
  • C. The execute permission on a directory means you can use the cd command to change into the directory.
  • D. The exclude permission on a directory means that the directory will not be displayed by the Is command.
  • E. The export permission on a directory means that directory can be mounted by a remote server.
  • F. Nothing - the execute permission cannot be assigned to a directory.

正解: E

 

質問 52
The openSUSE Leap version of Linux is designed for which types of user environments? (Choose two)

  • A. Environments requiring High-Availability
  • B. Desktop power users
  • C. Developers
  • D. Data Center environments
  • E. Users requiring only secure terminal access

正解: B,D

 

質問 53
Which commands can be used to terminate processes? (Choose two)

  • A. ps-k
  • B. kilLall
  • C. psterm
  • D. Kill
  • E. terminate

正解: A,C

 

質問 54
What does the term "action* mean when referring to system logging in SUSE Linux Enterprise?

  • A. An action is a process that the issuing facility must go through before issuing the log message.
  • B. An action is used to define the severity of a log message.
  • C. An action is used to filter out desired log messages for processing.
  • D. An action defines where a log message ends up such as in a regular file or database table.

正解: D

 

質問 55
Which statement is true regarding VFS?

  • A. VFS is an abstraction layer in the kernel that provides the same interface to applications and the user, regardless of which file system format is used.
  • B. VFS is a set of ANs designed for BtrFS to provide portability.
  • C. VFS is a translation layer to allow applications to run on mobile platforms.
  • D. VFS is a high-performance journaling file system format used by default by YaST and parted.
  • E. VFS is a translation layer to allow applications written for ext2 and ReiserFS to run on ext4 file systems.

正解: D

 

質問 56
......

テストエンジン練習SCA_SLES15テスト問題:https://jp.fast2test.com/SCA_SLES15-premium-file.html

有効問題を試そう!SCA_SLES15実際の試験問題解答:https://drive.google.com/open?id=1vS8sUDzoRMhIPE6AH-fbSQP_1rkYWbml


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어