[Mar 01, 2022] Latest SUSE SCA SCA_SLES15 Actual Free Exam Questions [Q22-Q37] | TestBraindump

[Mar 01, 2022] Latest SUSE SCA SCA_SLES15 Actual Free Exam Questions [Q22-Q37]

Share

[Mar 01, 2022] Latest SUSE SCA SCA_SLES15 Actual Free Exam Questions

SUSE SCA SCA_SLES15 Dumps Updated Practice Test and 70 unique questions


SUSE SCA_SLES15 Exam Syllabus Topics:

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

 

NEW QUESTION 22
Which commands and options will display the routing table? (Choose two)

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

Answer: A,E

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

 

NEW QUESTION 23
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. Ctrl-fa, r
  • B. -tty-release
  • C. screen
  • D. bg
  • E. bg -term disconnect

Answer: B

 

NEW QUESTION 24
Which system initialization system is used in SLES 15?

  • A. UEFI
  • B. System V
  • C. systemd
  • D. undev
  • E. init

Answer: C

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.

 

NEW QUESTION 25
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. Ext2
  • D. Ext3
  • E. VFAT

Answer: B

 

NEW QUESTION 26
What starts the Linux Kernel during the boot process?

  • A. BIOS or UEFI depending on the hardware architecture
  • B. The udev process
  • C. The Boot Loader
  • D. systemd
  • E. initd

Answer: C

 

NEW QUESTION 27
If the file1.txt file already exists in your home directory, what will the touch -7file1.txt command do if anything?

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

Answer: E

 

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

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

Answer: D

 

NEW QUESTION 29
Which statements about log file rotation are true? (Choose two)

  • A. The /etc/cron.daily/logrotate file controls which log files will be compressed or deleted based on some regular interval or when the log file reaches a particular size.
  • B. The /etc/logrotate.conf file controls which log files will be compressed or deleted based on some regular interval or when the log file reaches a particular size.
  • C. Configuration files in the /etc/logrotate.d/ directory can override settings in /etc/logrotate.conf.
  • D. Configuration files in the /etc/logrotate.d/ directory can override settings in /etc/cron.daily/logrotate.
  • E. The /usr/sbin/logrotate program is used to create and configure settings in the /etc/logrotate.conf file.

Answer: B,D

 

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

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

Answer: E

 

NEW QUESTION 31
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 and automatically launches the Module Selector.
  • C. The YaST Control Center appears.
  • D. YaST switches to graphical mode.
  • E. YaST switches to ncurses mode.

Answer: A

 

NEW QUESTION 32
Which file contains the list of DNS services SLES will contact?

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

Answer: B

 

NEW QUESTION 33
Assuming the default value for umask, which statements regarding permissions are true? (Choose two)

  • A. The permissions on new files would be set to 644.
  • B. The permissions on new directories would be set to 770.
  • C. The permissions on new files would be set to 754.
  • D. The permissions on new directories would be set to 666.
  • E. The permissions on new files would be set to 444.
  • F. The permissions on new directories would be set to 755.

Answer: B,E

 

NEW QUESTION 34
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. Users requiring only secure terminal access
  • D. Developers
  • E. Data Center environments

Answer: B,E

 

NEW QUESTION 35
What two commands will you use if you are going to compile and install from source code? (Choose two)

  • A. make install
  • B. ./configure
  • C. ./compile
  • D. compile
  • E. assemble

Answer: A,B

 

NEW QUESTION 36
What are the basic components of RPM? (Choose two)

  • A. RPM Editor
  • B. RPM Database
  • C. RPM Packager
  • D. RPM Compiler
  • E. RPM Package Manager

Answer: A,B

 

NEW QUESTION 37
......

Verified SCA_SLES15 dumps Q&As - 100% Pass from TestBraindump: https://quiztorrent.testbraindump.com/SCA_SLES15-exam-prep.html