[Nov 23, 2021] Get New SCA_SLES15 Certification Practice Test Questions Exam Dumps [Q12-Q31]

Share

[Nov 23, 2021] Get New SCA_SLES15 Certification Practice Test Questions Exam Dumps

Real SCA_SLES15 Exam Dumps Questions Valid SCA_SLES15 Dumps PDF

NEW QUESTION 12
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. setacl -a user:jsmith:rwx -/scripts/tstparse.sh
  • B. setfacl -m u:jsmith:rwx -/scripts/tstparse.sh
  • C. modacl user=jsmith:rwx -/scripts/tstparse.sh
  • D. extacl -a user=jsmith:rwx -/scripts/tstparse.sh

Answer: A,D

 

NEW QUESTION 13
What happens when you launch yast2 without specifying a module name?

  • A. YaST displays an error message and terminates
  • B. YaST switches to ncurses mode.
  • C. The YaST Control Center appears.
  • D. YaST switches to graphical mode.
  • E. YaST switches to ncurses mode and automatically launches the Module Selector.

Answer: A

 

NEW QUESTION 14
You have just added a new directory to be exported via NFS. what command should you run next to make that directory available?

  • A. /etcyinit.d/nfsd -reload
  • B. systemctl restart nfsserver.service
  • C. /bin/nfsd - reload
  • D. /usr/sbin/rpc.mountd -restart
  • E. systmd -reload nfsserver.target

Answer: C

 

NEW QUESTION 15
Which option for zypper will list the available patches?

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

Answer: E

Explanation:
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/

 

NEW QUESTION 16
Which directory is traditionally used as a catch all to mount local and/or remote file systems?

  • A. /tmP
  • B. /home
  • C. /mnt
  • D. /var
  • E. /etc

Answer: E

 

NEW QUESTION 17
What is required to access updates for SLE?

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

Answer: D

 

NEW QUESTION 18
Which directory contains the initrd file?

  • A. /startup/grub2
  • B. /loader
  • C. /loader/grub
  • D. /boot
  • E. /boot/grub2
  • F. /startup

Answer: E

 

NEW QUESTION 19
You are working at a terminal window of a server at the office, but you want to continue this work by remotely accessing the terminal session from your home office. Which command will you need to use to accomplish this?

  • A. bg -term disconnect
  • B. bg
  • C. -tty-release
  • D. Ctrl-fa, r
  • E. screen

Answer: C

 

NEW QUESTION 20
Which command is used to view the manual pages?

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

Answer: E

Explanation:
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

 

NEW QUESTION 21
Which commands could you use to determine the proper syntax for the cp command? (Choose three)

  • A. help cp
  • B. info cp
  • C. info --cp help
  • D. mancp cp
  • E. display cp
  • F. cp--help
  • G. doc -cp

Answer: C,F

 

NEW QUESTION 22
Which statements about using the -U option and the -F option when running the rpm command are true?
(Choose two)

  • A. The -F option will install a package whether or not a previous version of the package is already installed.
  • B. The -U option remove all binaries, scripts, links, and documentation files associated with the RPM in the RPM Database.
  • C. The -F option will verify (fix) a broken application based on the information in the RPM Database.
  • D. The -U option will install a package whether or not a previous version of the package is already installed.
  • E. The -F option will install a package only if a previous version of the package is already installed.
  • F. The -U option will remove all the binaries in the package from the file system and update the RPM Database.

Answer: C,F

 

NEW QUESTION 23
Which commands can be used to terminate processes? (Choose two)

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

Answer: C,E

 

NEW QUESTION 24
Which bash commands result in a valid arithmetic expansion? (Choose three)

  • A. ((TOTAL++))
  • B. TOTAL=$((5+2))
  • C. TOTAL=$[8.4/2.1]
  • D. TOTAL=$[8/2]
  • E. TOTAL=$[2.1*4]
  • F. TOTAL=$((5.3+2.2))

Answer: B,F

 

NEW QUESTION 25
Which statement is true regarding the life cycle support for SUSE Linux platform products?

  • A. Service Packs are released every six to eight months.
  • B. The support for SLE platforms has a 13 year life cycle: 10 years of general support and 3 years of extended support.
  • C. Service Packs have an 18 month life cycle which includes 12 months of general support and six months of extended support
  • D. SLE platforms have a 5 year life cycle: 3 years of general support and 2 years of extended support.
  • E. Support for Service Packs is only provided with Extended Support.

Answer: E

 

NEW QUESTION 26
The openSUSE Leap version of Linux is designed for which types of user environments? (Choose two)

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

Answer: A,B

 

NEW QUESTION 27
For programs to leverage PolKit they are split into two separate processes. Which statements below are true regarding these two PolKit processes? {Choose two)

  • A. The Mechanism process runs in the System Context.
  • B. The Mechanism process runs in the User Session.
  • C. The Authentication Agent runs in the System Context.
  • D. The Policy Agent process runs in the User Session.
  • E. The D-Bus runs in the User Session.
  • F. The Policy Agent process runs in the System Context.

Answer: C,D

 

NEW QUESTION 28
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. Ext2
  • B. VFAT
  • C. XFS
  • D. Ext3
  • E. ReiserFS

Answer: C

 

NEW QUESTION 29
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

Answer: E

 

NEW QUESTION 30
Which process ID is assigned to systemd?

  • A. 0
  • B. it is the only process with no system ID.
  • C. 1
  • D. 2

Answer: A

Explanation:
Explanation
The program systemd is the process with process ID 1. It is responsible for initializing the system in the required way. systemd is started directly by the kernel and resists signal 9, which normally terminates processes. All other programs are either started directly by systemd or by one of its child processes.
https://documentation.suse.com/sles/15-GA/html/SLES-all/cha-systemd.html

 

NEW QUESTION 31
......


SUSE SCA_SLES15 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Getting Help at the Command Line
  • Understand Remote Administration with VNC
Topic 2
  • Understand Process Administration
  • Flavors of SUSE Linux
  • Remote Administration
Topic 3
  • Administration and Monitoring
  • Understand Privilege Delegation
Topic 4
  • Understand Background Processes
  • Understand the Shell Environment
Topic 5
  • Overview of SUSE Linux Enterprise
  • Understand Remote Administration with OpenSSH
Topic 6
  • Understand Compiling Software from Source
  • Understand the Filesystem Hierarchy Standard (FHS)
Topic 7
  • Understand Network Management in SLE
  • Understand Management of RPM Packages
Topic 8
  • Configure Logical Volume Management (LVM)
  • Work with the Command Line
Topic 9
  • Understand the GRUB2 Boot Loader
  • Define and Describe systemd
Topic 10
  • Understand Filesystem Permissions
  • Understand Time Sync with chrony
Topic 11
  • Recognize Traditional Linux File Systems
  • Understand the Linux File Types
Topic 12
  • Understand the Boot Process
  • SLE Maintenance Model
  • Understand the Linux I/O Stack
Topic 13
  • Understand Network Management with Wicked
  • Understand Software Management with Libzypp

 

SCA_SLES15 Exam Dumps - PDF Questions and Testing Engine: https://www.2pass4sure.com/SUSE-SCA/SCA_SLES15-actual-exam-braindumps.html

Latest SCA_SLES15 Exam Dumps for Pass Guaranteed: https://drive.google.com/open?id=1yWZ2nXmwhJuvSs-1IEvy0ifah5PkTjUx