SCA_SLES15 Study Guide Brilliant SCA_SLES15 Exam Dumps PDF [Q30-Q50]

Share

SCA_SLES15 Study Guide Brilliant SCA_SLES15 Exam Dumps PDF

View SCA_SLES15 Exam Question Dumps With Latest Demo

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

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

Answer: A,B

 

NEW QUESTION 31
If the file1.txt file already exists in your home directory, what will the touch -7file1.txt command do if anything?

  • A. This will delete the existing file1.txt file and create a new zero byte file using the same name.
  • B. This command displays a message that file1.txt is a normal file.
  • C. This command displays a message that file1.txt is a normal file and displays the size of the file.
  • D. This changes the access and modification times of the existing file1.txt file.
  • E. This generates an error since file1.txt already exists.
  • F. This causes any additional data to be appended to the existing file1.txt file.

Answer: A

 

NEW QUESTION 32
Which UID does the root user have?

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

Answer: B

 

NEW QUESTION 33
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 scripts are taken as input by the mkinitrd command.
  • C. These scriptSrare taken as input by the grub2-init command.
  • D. The contents of these scripts are incorporated into the /boot/grub2/custom.cfg file.
  • E. The contents of these scripts are incorporated into the /boot/grub2/grub.cfg file.
  • F. The contents of these scripts are incorporated into the /etc/grub2.d/configfiLe.

Answer: A,E

 

NEW QUESTION 34
Which UID does the root user have?

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

Answer: B

 

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

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

Answer: D

 

NEW QUESTION 36
Which commands can display the groups of which a user is a member? (Choose two)

  • A. whoami -g
  • B. finger
  • C. groups
  • D. id
  • E. whoami

Answer: C,D

 

NEW QUESTION 37
What should you do if you want to define alias commands so that each time you open a terminal window those aliases are available from the command prompt?

  • A. Create a file named -/.alias and put your alias commands in That file.
  • B. Modify the /etc/.history/USER_NAME file to include your alias commands.
  • C. This cannot be done since aliases are session specific only.
  • D. List all your aliases you have defined by entering the alias --list command and piping the output to the
    -Abashrc file.
  • E. When you create the alias initially, specify the --keep parameter.

Answer: B

 

NEW QUESTION 38
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. Ext2
  • B. XFS
  • C. Ext3
  • D. ReiserFS
  • E. VFAT

Answer: B

 

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

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

Answer: C

 

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

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

Answer: B

 

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

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

Answer: C

 

NEW QUESTION 42
Which file contains the ntp configuration?

  • A. /etc/ntp.conf
  • B. /etc/sysconfig/ntp.conf
  • C. /srv/ntp/ntp.conf
  • D. etc/ntp.cfg

Answer: D

 

NEW QUESTION 43
Which process ID is assigned to systemd?

  • A. 0
  • B. 1
  • C. 2
  • D. it is the only process with no system ID.

Answer: B

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.
https://documentation.suse.com/sles/15-GA/html/SLES-all/cha-systemd.html

 

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

Answer: C,D

 

NEW QUESTION 45
How are the scripts in the /etc/grub.d directory used? (Choose two)

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

Answer: D,E

 

NEW QUESTION 46
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. It allows you to rename the clear command to just c and then deletes the clear command.
  • D. You can type c to run the clear command.
  • E. Nothing, since there is not a command named alias.

Answer: D

 

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

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

Answer: A

 

NEW QUESTION 48
Which Network Interface type supported by SLES is used for link aggregation?

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

Answer: E

 

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

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

Answer: A

 

NEW QUESTION 50
......


SUSE SCA_SLES15 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Understand Compiling Software from Source
  • Understand the Filesystem Hierarchy Standard (FHS)
Topic 2
  • Understand Process Administration
  • Flavors of SUSE Linux
  • Remote Administration
Topic 3
  • Getting Help at the Command Line
  • Understand Remote Administration with VNC
Topic 4
  • Understand Background Processes
  • Understand the Shell Environment
Topic 5
  • Understand Filesystem Permissions
  • Understand Time Sync with chrony
Topic 6
  • Overview of SUSE Linux Enterprise
  • Understand Remote Administration with OpenSSH
Topic 7
  • Understand Network Management in SLE
  • Understand Management of RPM Packages

 

Free SCA_SLES15 Test Questions Real Practice Test Questions: https://freedumps.torrentvalid.com/SCA_SLES15-valid-braindumps-torrent.html