Pass SUSE SCA_SLES15 Exam With Practice Test Questions Dumps Bundle [Q29-Q45]

Share

Pass SUSE SCA_SLES15 Exam With  Practice Test Questions Dumps Bundle

2021 Valid SCA_SLES15  test answers & SUSE Exam PDF


SUSE SCA_SLES15 Exam Syllabus Topics:

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

 

NEW QUESTION 29
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 30
Which command gives you a real-time view of the processes running on your system by giving you a continuously updated list?

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

Answer: B

 

NEW QUESTION 31
What does the following command allow you to do? alias endear"

  • A. It launches a second Login Shell and allows you to rename the clear command to just c.
  • B. You can type clear to run the c command.
  • C. It allows you to rename the clear command to just c and then deletes the clear command.
  • D. You can type c to run the clear command.
  • E. Nothing, since there is not a command named alias.

Answer: D

 

NEW QUESTION 32
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 33
Which type of files are used for inter-process communications? (Choose two)

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

Answer: D,G

 

NEW QUESTION 34
Which commands can display the groups of which a user is a member? (Choose two)

  • A. whoami -g
  • B. finger
  • C. whoami
  • D. groups
  • E. id

Answer: D,E

 

NEW QUESTION 35
What types of VNC sessions does SUSE Linux Enterprise Server support? (Choose two)

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

Answer: B,C

Explanation:
Explanation
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%20Enterpris

 

NEW QUESTION 36
Assume you need to make the third menu entry of your GRUB2 boot menu your default menu selection. What tasks must be completed to accomplish this? (Choose two)

  • A. Edit the /etc/default/grub file and set GRUB_DEFAULX to 2
  • B. Edit /etc/grub2/custom.cfg and set GRUB_MENU to3
  • C. Run the mkinitrd command
  • D. Run the grub2-mkconfig command
  • E. Edit the /boot/grub2/menu.cfg file and set MENU_DEFAULT to 3
  • F. Run the systemctl reload systemd command

Answer: B,D

 

NEW QUESTION 37
Which UID does the root user have?

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

Answer: D

 

NEW QUESTION 38
Which statements regarding subvolumes in a BtrFS filesystem are true (Choose two)

  • A. Multiple virtual filesystems can be created inside the BtrFS filesystem.
  • B. Every subvolume on a BtrFS fiLesystem must have a name that begins with the "@" character.
  • C. Even though subvolumes in BtrFS appear to be subdirectories, subvolumes can be mounted separately.
    The -o sub=
  • D. Every subvolume on a BtrFS filesystem must have the same quota if quotas are implemented.

Answer: A,C

 

NEW QUESTION 39
When using the nice command, which of the following is the higher priority, -15 or 7?

  • A. Neither since the values are not within the acceptable range. \
  • B. 0
  • C. 1
  • D. It depends on the system priority set by the scheduler when the task was launched.

Answer: A

 

NEW QUESTION 40
Which of the following configuration files have a format that is compatible with the system logging facility in SUSE Linux Enterprise? (Choose two)

  • A. /ar/log/kernel-log
  • B. /var/log/syslog-ng.conf
  • C. /etc/rsyslog.conf
  • D. /etc/syslog.conf
  • E. /etc/syslog-ng

Answer: C,E

 

NEW QUESTION 41
What does the (x) permission on a directory mean?

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

Answer: A

 

NEW QUESTION 42
Which file contains the ntp configuration?

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

Answer: A

 

NEW QUESTION 43
What is the first file executed by a bash login shell?

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

Answer: B

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

 

NEW QUESTION 44
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 45
......

Top SUSE SCA_SLES15 Courses Online: https://www.vcetorrent.com/SCA_SLES15-valid-vce-torrent.html

Free SUSE SCA_SLES15 Exam Questions & Answer from Training Expert VCETorrent: https://drive.google.com/open?id=1i50sTm9udBQfFhp3HdWnsCzdG_ZKYkkd