SUSE SCA SCA_SLES15 Exam Dumps and Certification Test Engine [Q41-Q60]

Share

(PDF) SUSE SCA SCA_SLES15 Exam and Certification Test Engine

Use SCA_SLES15 Exam Dumps (2021 PDF Dumps) To Have Reliable SCA_SLES15 Test Engine


SUSE SCA_SLES15 Exam Syllabus Topics:

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

 

NEW QUESTION 41
Which Vim command will save the current file without exiting?

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

Answer: E

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

 

NEW QUESTION 42
Which filesystem is the recommended filesystem for data volumes?

  • A. Btrfs
  • B. Ext4
  • C. Ext3
  • D. nfs
  • E. XFS

Answer: A

Explanation:
Explanation
https://documentation.suse.com/de-de/sles/15-GA/html/SLES-all/cha-filesystems.html

 

NEW QUESTION 43
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 44
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 45
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 46
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 47
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 48
What is the default port a VNC Client uses to connect?

  • A. DP 5901
  • B. DP 5801
  • C. TCP 5801
  • D. TCP 5901

Answer: D

Explanation:
Explanation
https://en.wikipedia.org/wiki/Virtual_Network_Computing#:~:text=VNC%20by%20default%20uses%20TCP,Ja VNC by default uses TCP port 5900+ is the display number (usually :0 for a physical display). Several implementations also start a basic HTTP server on port 5800+N to provide a VNC viewer as a Java applet, allowing easy connection through any Java-enabled web-browser. Different port assignments can be used as long as both client and server are configured accordingly. A HTML5 VNC client implementation for modern browsers (no plugins required) exists too.[8]

 

NEW QUESTION 49
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 50
How are the scripts in the /etc/grub.d directory used? (Choose two)

  • A. These scripts are taken as input by the grub2-mkconfig command.
  • B. These scriptSrare taken as input by the grub2-init command.
  • C. The contents of these scripts are incorporated into the /boot/grub2/grub.cfg file.
  • D. These scripts are taken as input by the mkinitrd command.
  • E. The contents of these scripts are incorporated into the /etc/grub2.d/configfiLe.
  • F. The contents of these scripts are incorporated into the /boot/grub2/custom.cfg file.

Answer: C,F

 

NEW QUESTION 51
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 52
firewalld maintains two separate configurations. What are they named? (Choose two)

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

Answer: F,G

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 53
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 54
After the Kernel has been loaded during the boot process, which component will handle hardware detection?

  • A. initramfs
  • B. hal
  • C. udev
  • D. devmgr
  • E. devfsd

Answer: C

 

NEW QUESTION 55
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 56
Which file lists each user's home directory and login shell?

  • A. /etc/passwd
  • B. /etc/password
  • C. /var/9hare/userenv
  • D. /var/userenv
  • E. /etc/sysconfig/homedir
  • F. /var/sysconf/userenv

Answer: B

 

NEW QUESTION 57
What does the file /etc/hosts provide?

  • A. A list of DNS servers to use
  • B. List of routes to take to remote hosts
  • C. List of domains to search
  • D. The hostname of this system
  • E. Local name resolution

Answer: E

Explanation:
Explanation
https://documentation.suse.com/ko-kr/sles/15-SP1/html/SLES-all/cha-network.html

 

NEW QUESTION 58
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 translation layer to allow applications to run on mobile platforms.
  • C. VFS is a translation layer to allow applications written for ext2 and ReiserFS to run on ext4 file systems.
  • D. VFS is a high-performance journaling file system format used by default by YaST and parted.
  • E. VFS is a set of ANs designed for BtrFS to provide portability.

Answer: D

 

NEW QUESTION 59
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 60
......

SCA_SLES15 Dumps Full Questions with Free PDF Questions to Pass: https://www.lead2passed.com/SUSE/SCA_SLES15-practice-exam-dumps.html