Pass Your SCA_SLES15 Exam Easily - Real SCA_SLES15 Practice Dump Updated Dec 05, 2021 [Q37-Q56]

Share

Pass Your SCA_SLES15 Exam Easily - Real SCA_SLES15 Practice Dump Updated Dec 05, 2021

2021 Realistic Verified Free SUSE SCA_SLES15 Exam Questions 


SUSE SCA_SLES15 Exam Syllabus Topics:

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

 

NEW QUESTION 37
Which command is used to manage software RAID?

  • A. mdadm
  • B. raidadm
  • C. fdisk --raid
  • D. yast swraid
  • E. mdmgr

Answer: A

 

NEW QUESTION 38
Which command gives you a real-time view of the processes running on your system by giving you a continuously updated list?

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

Answer: E

 

NEW QUESTION 39
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 /boot/grub2/menu.cfg file and set MENU_DEFAULT to 3
  • B. Run the mkinitrd command
  • C. Run the grub2-mkconfig command
  • D. Edit the /etc/default/grub file and set GRUB_DEFAULX to 2
  • E. Edit /etc/grub2/custom.cfg and set GRUB_MENU to3
  • F. Run the systemctl reload systemd command

Answer: C,E

 

NEW QUESTION 40
Which command will take a foreground process and suspend it. and then place it in the background as a stopped job?

  • A. Ctrl+Z
  • B. bg
  • C. &&
  • D. ctri+&
  • E. fg--bg--stop

Answer: B

Explanation:
Explanation
http://fsl.fmrib.ox.ac.uk/fslcourse/unix_intro/job.html

 

NEW QUESTION 41
What command would be used to add new physical volumes to an existing volume group?

  • A. vgmodify
  • B. pvadd
  • C. pvmodify
  • D. pvextend
  • E. vgextend
  • F. vSadd

Answer: E

Explanation:
Explanation
To add additional physical volumes to an existing volume group, use the vgextend command. The vgextend command increases a volume group's capacity by adding one or more free physical volumes.
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/4/html/cluster_logical_volume_manage

 

NEW QUESTION 42
Which command will display the value of a variable named TMPDIR?

  • A. val $TMPDIR
  • B. echo 'STMPDIR'
  • C. echo TMPDIR'
  • D. echo TMPDIR
  • E. show "STMPDIR'"
  • F. val "STMPDIR"
  • G. echo STMPDIR

Answer: A

 

NEW QUESTION 43
What is the command and options to remove repository number 4?

  • A. yast repo-manag
  • B. yumrepo -del 4
  • C. zypper rr 4
  • D. libzypp --remove-repo 4
  • E. rpm -rr 4

Answer: E

 

NEW QUESTION 44
Which command would you run to create an updated initial file system, if your server hardware requires additional drivers to be available for the Kernel at boot up?

  • A. modinitd
  • B. makeinitfs
  • C. updinitrd
  • D. mkinitrd
  • E. newinitfs

Answer: B

 

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

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

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 46
Which statements are true regarding a daemon? (Choose three)

  • A. A daemon process is associated to the user that launched the process.
  • B. The user that launched the daemon will control what the daemon does based on the user's input.
  • C. A daemon process is launched by the system.
  • D. A daemon will wait for some event to occur to trigger action on the part of the daemon.
  • E. A daemon process is associated to the system terminal.
  • F. A daemon process is not associated with a terminal or a graphical environment.

Answer: B,C,F

 

NEW QUESTION 47
Which UID does the root user have?

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

Answer: C

 

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

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

Answer: C

 

NEW QUESTION 49
Which file lists each user's home directory and login shell?

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

Answer: D

 

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

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

Answer: D

 

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

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

Answer: B,E

 

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

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

Answer: B

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

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

Answer: C

 

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

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

Answer: C

 

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

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

Answer: E

 

NEW QUESTION 56
......

SCA_SLES15 Real Exam Questions and Answers FREE: https://www.prepawayete.com/SUSE/SCA_SLES15-practice-exam-dumps.html

SCA_SLES15 Exam Questions | Real SCA_SLES15 Practice Dumps: https://drive.google.com/open?id=1PdNfW0l3LncX9Ij9afK-S8y95BL_ILj- 

Contact Us

If you have any question please leave me your email address, we will reply and send email to you in 12 hours.

Our Working Time: ( GMT 0:00-15:00 )
From Monday to Saturday

Support: Contact now