SUSE SCA_SLES15 Dumps - The Sure Way To Pass Exam [Q20-Q35]

Share

SUSE SCA_SLES15 Dumps - The Sure Way To Pass Exam

SCA_SLES15 Exam Questions (Updated 2022) 100% Real Question Answers


SUSE SCA_SLES15 Exam Syllabus Topics:

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

 

NEW QUESTION 20
Which file contains the ntp configuration?

  • A. /etc/ntp.conf
  • B. /etc/sysconfig/ntp.conf
  • C. /srv/ntp/ntp.conf
  • D. etc/ntp.cfg

Answer: D

 

NEW QUESTION 21
Which UID does the root user have?

  • A. 0
  • B. 1
  • C. The root user does not have an ID assigned
  • D. 001
  • E. 2

Answer: B

 

NEW QUESTION 22
Which file should be edited to make sure a file system is mounted each time a system boots?

  • A. /var/Ub/fstab
  • B. /etc/sysconfig/fstab
  • C. /mnt/fstab
  • D. /etc/fstab
  • E. /etc/sysconfig/storage/fstab

Answer: B

 

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

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

Answer: A

 

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

Answer: A,B

 

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

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

Answer: B,C

 

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

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

Answer: B

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 27
Which directory is traditionally used as a catch all to mount local and/or remote file systems?

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

Answer: C

 

NEW QUESTION 28
What should you do if you want to define alias commands so that each time you open a terminal window those aliases are available from the command prompt?

  • A. When you create the alias initially, specify the --keep parameter.
  • B. This cannot be done since aliases are session specific only.
  • C. Modify the /etc/.history/USER_NAME file to include your alias commands.
  • D. List all your aliases you have defined by entering the alias --list command and piping the output to the
    -Abashrc file.
  • E. Create a file named -/.alias and put your alias commands in That file.

Answer: C

 

NEW QUESTION 29
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 causes any additional data to be appended to the existing file1.txt file.
  • C. This changes the access and modification times of the existing file1.txt file.
  • D. This will delete the existing file1.txt file and create a new zero byte file using the same name.
  • E. This command displays a message that file1.txt is a normal file.
  • F. This generates an error since file1.txt already exists.

Answer: D

 

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

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

Answer: B

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 31
Which Network Interface type supported by SLES is used for link aggregation?

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

Answer: E

 

NEW QUESTION 32
You want to add two new custom items to the GRUB2 boot menu. Which file should you modify to accomplish this?

  • A. /etc/boot/grub.cfg
  • B. /etc/default/grub
  • C. /boot/grub2/menu.cfg
  • D. /etc/grub.d/custom.cfg
  • E. /boot/grub2/custom.cfg

Answer: E

Explanation:
Explanation
https://documentation.suse.com/sles/12-SP4/html/SLES-all/cha-grub2.html

 

NEW QUESTION 33
firewalld maintains two separate configurations. What are they named? (Choose two)

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

Answer: A,C

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

 

NEW QUESTION 34
Which type of files are used for inter-process communications? (Choose two)

  • A. Character
  • B. Socket
  • C. udev
  • D. Block
  • E. Redirect
  • F. Pipe
  • G. Array

Answer: F,G

 

NEW QUESTION 35
......

Pass SUSE SCA_SLES15 Exam Quickly With ExamcollectionPass: https://www.examcollectionpass.com/SUSE/SCA_SLES15-practice-exam-dumps.html

Prepare SCA_SLES15 Question Answers - SCA_SLES15 Exam Dumps: https://drive.google.com/open?id=1Jf6Il42aG6I9bt7T39DxbD83JukwimYu