[Jul-2022] Exam SCA_SLES15 New Brain Dump Professional - ExamDumpsVCE [Q13-Q33]

Share

[Jul-2022] Exam SCA_SLES15: New Brain Dump Professional - ExamDumpsVCE

Free SCA_SLES15 Exam Dumps to Improve Exam Score

NEW QUESTION 13
By default, what does the VNC Client and the VNC server daemon use for secure communications?

  • A. The VNC server prompts the VNC Client for a password that was configured when the VNC server was installed.
  • B. Both the VNC Client and the VNC server assume you have access to a valid 3rd party CA like Verisign.
  • C. A self-signed SSL certificate
  • D. VNC is based on the Telnet protocol so encrypted communication between the VNC Client and Server is not possible.
  • E. On SLE 15 the VNC Client assumes the server is set up as a CA.

Answer: B

 

NEW QUESTION 14
Which UID does the root user have?

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

Answer: E

 

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

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

Answer: C

 

NEW QUESTION 16
You're setting up a SUES 15 server which will require very large data volumes and journaling capabilities.
Which file system listed below would be the best choice for your data volumes?

  • A. XFS
  • B. Ext3
  • C. ReiserFS
  • D. Ext2
  • E. VFAT

Answer: A

 

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

Answer: C,E

 

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

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

Answer: D

 

NEW QUESTION 19
If you have a service named tftp, which command and options would enable tftp to start automatically when the server starts?

  • A. systemctl enable-start tftp
  • B. systemd start tftp
  • C. systemctl start tftp
  • D. chkconfig add tftp
  • E. systemctl enable tftp

Answer: B

 

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

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

Answer: A,E

 

NEW QUESTION 21
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. makeinitfs
  • B. modinitd
  • C. newinitfs
  • D. mkinitrd
  • E. updinitrd

Answer: A

 

NEW QUESTION 22
Which statements about log file rotation are true? (Choose two)

  • A. The /etc/logrotate.conf file controls which log files will be compressed or deleted based on some regular interval or when the log file reaches a particular size.
  • B. Configuration files in the /etc/logrotate.d/ directory can override settings in /etc/logrotate.conf.
  • C. Configuration files in the /etc/logrotate.d/ directory can override settings in /etc/cron.daily/logrotate.
  • D. The /usr/sbin/logrotate program is used to create and configure settings in the /etc/logrotate.conf file.
  • E. The /etc/cron.daily/logrotate file controls which log files will be compressed or deleted based on some regular interval or when the log file reaches a particular size.

Answer: A,C

 

NEW QUESTION 23
What does the term "action* mean when referring to system logging in SUSE Linux Enterprise?

  • A. An action is a process that the issuing facility must go through before issuing the log message.
  • B. An action is used to filter out desired log messages for processing.
  • C. An action is used to define the severity of a log message.
  • D. An action defines where a log message ends up such as in a regular file or database table.

Answer: A

 

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

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

Answer: C

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

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

Answer: A,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 26
Which commands could you use to determine the proper syntax for the cp command? (Choose three)

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

Answer: A,C

 

NEW QUESTION 27
Which statements are true regarding a daemon? (Choose three)

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

Answer: B,D,F

 

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

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

Answer: B

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

 

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

  • A. /etc/profi le.alias
  • B. /etc/profile
  • C. -/profile
  • D. /etc/bash
  • 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 30
What happens when you launch yast2 without specifying a module name?

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

Answer: E

 

NEW QUESTION 31
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/syslog.conf
  • D. /etc/rsyslog.conf
  • E. /etc/syslog-ng

Answer: D,E

 

NEW QUESTION 32
Which bash commands result in a valid arithmetic expansion? (Choose three)

  • A. TOTAL=$((5.3+2.2))
  • B. TOTAL=$[2.1*4]
  • C. TOTAL=$[8.4/2.1]
  • D. TOTAL=$((5+2))
  • E. ((TOTAL++))
  • F. TOTAL=$[8/2]

Answer: A,D

 

NEW QUESTION 33
......


SUSE SCA_SLES15 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Understand Background Processes
  • Understand the Shell Environment
Topic 2
  • Understand Filesystem Permissions
  • Understand Time Sync with chrony
Topic 3
  • Understand Network Management with Wicked
  • Understand Software Management with Libzypp
Topic 4
  • Getting Help at the Command Line
  • Understand Remote Administration with VNC
Topic 5
  • Overview of SUSE Linux Enterprise
  • Understand Remote Administration with OpenSSH
Topic 6
  • Understand Process Administration
  • Flavors of SUSE Linux
  • Remote Administration
Topic 7
  • Recognize Traditional Linux File Systems
  • Understand the Linux File Types

 

Powerful SCA_SLES15 PDF Dumps for SCA_SLES15 Questions: https://www.examdumpsvce.com/SCA_SLES15-valid-exam-dumps.html

2022 Realistic SCA_SLES15 Dumps Exam Tips Test Pdf Exam Material: https://drive.google.com/open?id=15yQF7NqGf-vTEmJyYGZcwjgDj4Aq31Kq