Free SUSE SCA_SLES15 Exam Questions & Answer from Training Expert ValidVCE [Q27-Q51]

Share

Free SUSE SCA_SLES15 Exam Questions & Answer from Training Expert ValidVCE

Top SUSE SCA_SLES15 Courses Online


SUSE SCA_SLES15 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Getting Help at the Command Line
  • Understand Remote Administration with VNC
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
  • Understand Network Management with Wicked
  • Understand Software Management with Libzypp
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
  • Understand Background Processes
  • Understand the Shell Environment
Topic 8
  • Overview of SUSE Linux Enterprise
  • Understand Remote Administration with OpenSSH
Topic 9
  • Recognize Traditional Linux File Systems
  • Understand the Linux File Types
Topic 10
  • Understand Network Management in SLE
  • Understand Management of RPM Packages
Topic 11
  • Configure Logical Volume Management (LVM)
  • Work with the Command Line
Topic 12
  • Understand Process Administration
  • Flavors of SUSE Linux
  • Remote Administration
Topic 13
  • Administration and Monitoring
  • Understand Privilege Delegation

 

NEW QUESTION 27
What happens when you launch yast2 without specifying a module name?

  • A. YaST switches to ncurses mode.
  • B. YaST displays an error message and terminates
  • C. YaST switches to ncurses mode and automatically launches the Module Selector.
  • D. YaST switches to graphical mode.
  • E. The YaST Control Center appears.

Answer: B

 

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

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

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 29
Which file should be edited to make sure a file system is mounted each time a system boots?

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

Answer: C

 

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

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

Answer: A

 

NEW QUESTION 31
Which statement is true regarding VFS?

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

Answer: D

 

NEW QUESTION 32
The openSUSE Leap version of Linux is designed for which types of user environments? (Choose two)

  • A. Desktop power users
  • B. Data Center environments
  • C. Users requiring only secure terminal access
  • D. Developers
  • E. Environments requiring High-Availability

Answer: A,B

 

NEW QUESTION 33
For programs to leverage PolKit they are split into two separate processes. Which statements below are true regarding these two PolKit processes? {Choose two)

  • A. The D-Bus runs in the User Session.
  • B. The Authentication Agent runs in the System Context.
  • C. The Mechanism process runs in the User Session.
  • D. The Policy Agent process runs in the User Session.
  • E. The Mechanism process runs in the System Context.
  • F. The Policy Agent process runs in the System Context.

Answer: B,D

 

NEW QUESTION 34
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 35
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 36
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 37
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 38
Which filesystem is the recommended filesystem for data volumes?

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

Answer: E

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

 

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

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

Answer: A,E

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 41
Which directory contains the initrd file?

  • A. /boot
  • B. /loader
  • C. /boot/grub2
  • D. /loader/grub
  • E. /startup/grub2
  • F. /startup

Answer: C

 

NEW QUESTION 42
Which commands can be used to terminate processes? (Choose two)

  • A. psterm
  • B. kilLall
  • C. Kill
  • D. terminate
  • E. ps-k

Answer: A,E

 

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

Answer: B

 

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

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

Answer: C

 

NEW QUESTION 45
You want ensure an ext3 filesystem is checked every 50 times it is mounted. Which command would you use?

  • A. fdisk -o
  • B. tune2fs
  • C. mkfs
  • D. dumpe2fs

Answer: C

 

NEW QUESTION 46
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 47
What are the three permissions available on posix file systems? (Choose three)

  • A. Execute
  • B. Read
  • C. User
  • D. Sharable
  • E. Write
  • F. All
  • G. Edit
  • H. Change

Answer: A,B,E

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

 

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

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

Answer: B,E

 

NEW QUESTION 49
Which commands could you use to determine the proper syntax for the cp command? (Choose three)

  • A. cp--help
  • B. doc -cp
  • C. display cp
  • D. info --cp help
  • E. help cp
  • F. info cp
  • G. mancp cp

Answer: A,D

 

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

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

Answer: B,E

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

 

NEW QUESTION 51
......

New (2021) SUSE SCA_SLES15  Exam Dumps: https://www.validvce.com/SCA_SLES15-exam-collection.html

SCA_SLES15 Practice Dumps - Verified By ValidVCE Updated 70 Questions: https://drive.google.com/open?id=13VkzVCqO1mlQay0w_y3QZSNIq-mFSQj0