SCA_SLES15 EXAM PREPARATION
Prepare Smarter for the SCA_SLES15 Exam
Build your exam confidence with flexible preparation resources designed around the latest SCA_SLES15 exam objectives. Practice at your own pace using PDF questions, online exam simulations, or desktop practice software.
Question #1 (Topic: demo questions)
Which statements regarding subvolumes in a BtrFS filesystem are true (Choose two)
Correct Answer: B, D
Question #2 (Topic: demo questions)
Which Vim command will save the current file without exiting?
Correct Answer: D
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.
Question #3 (Topic: demo questions)
What is the first file executed by a bash login shell?
Correct Answer: A
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.
Question #4 (Topic: demo questions)