[May 19, 2024] Fully Updated SUSE SCA (SCA_SLES15) Certification Sample Questions [Q25-Q49]

Share

[May 19, 2024] Fully Updated SUSE SCA (SCA_SLES15) Certification Sample Questions

Latest SUSE SCA_SLES15 Real Exam Dumps PDF


SUSE Certified Administrator in Enterprise Linux 15 (050-754) exam is a certification program designed to validate the skills and knowledge of IT professionals in managing and administering enterprise Linux systems using SUSE Linux Enterprise Server 15. SUSE Certified Administrator in Enterprise Linux 15 (050-754) certification exam is aimed at IT professionals who are responsible for managing and maintaining enterprise Linux systems, including system administrators, network administrators, and IT managers.

 

NEW QUESTION # 25
What is required to access updates for SLE?

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

Answer: A


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

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

Answer: C,D


NEW QUESTION # 27
You want to restrict access to your server via SSH to just a few specific users. What will you need to do to accomplish this?

  • A. Modify the Permitted option is the Assh/sshd_configfile.
  • B. Modify the Authorized option in the /var/ssh/config file.
  • C. Modify the Authorized option in the /etc/ssh/sshd_config file.
  • D. Modify the AllowUsers option in the /etc/ssh/sshd_config file.
  • E. Modify the Permitted option in the ~/.ssh/sshd_config file

Answer: D

Explanation:
Explanation
To restrict access to your server via SSH to just a few specific users, you need to modify the AllowUsers option in the /etc/ssh/sshd_config file. This option specifies a list of user names or patterns that are allowed to log in via SSH. Any user name that does not match the list will be denied access. You need to restart the sshd service for the changes to take effect.
References:https://documentation.suse.com/sles/15-SP3/html/SLES-all/sec-ssh-server.html#sec-ssh-server-confi


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

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

Answer: A,C


NEW QUESTION # 29
True or false: It is not possible to open more than one file in Vim without running a second instance.

  • A. False
  • B. True

Answer: B


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

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

Answer: C,D


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

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

Answer: D

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 The command that is used to add new physical volumes to an existing volume group is vgextend. This command will extend a volume group by adding one or more physical volumes to it. The physical volumes must be initialized with pvcreate before they can be added to a volume group.
References:https://documentation.suse.com/sles/15-SP3/html/SLES-all/sec-lvm-vgs.html#sec-lvm-vgs-add-pv


NEW QUESTION # 32
When using the nice command, which of the following is the higher priority, -15 or 7?

  • A. 0
  • B. It depends on the system priority set by the scheduler when the task was launched.
  • C. Neither since the values are not within the acceptable range. \
  • D. 1

Answer: A

Explanation:
Explanation
When using the nice command, -15 is the higher priority than 7. The nice command can be used to run a process with a modified scheduling priority. The priority value ranges from -20 (highest priority) to 19 (lowest priority). The default priority is 0. Only root can assign negative priority values to processes.
References:https://documentation.suse.com/sles/15-SP3/html/SLES-all/sec-cli-nice.html


NEW QUESTION # 33
What types of VNC sessions does SUSE Linux Enterprise Server support? (Choose two)

  • A. One-time Sessions
  • B. Automatic Sessions
  • C. Timed Sessions
  • D. Server-initiated Sessions
  • E. Persistent Sessions

Answer: A,E

Explanation:
SUSE Linux Enterprise Server supports two different kinds of VNC sessions: One-time sessions that "live" as long as the VNC connection from the client is kept up, and persistent sessions that "live" until they are explicitly terminated.
5.1 One-time VNC Sessions
5.2 Persistent VNC Sessions
https://documentation.suse.com/sles/11-SP4/html/SLES-all/cha-vnc.html#:~:text=SUSE%20Linux%20Enterprise%20Server%20supports,until%20they%20are%20explicitly%20terminated.


NEW QUESTION # 34
True or false: It is not possible to open more than one file in Vim without running a second instance.

  • A. False
  • B. True

Answer: A

Explanation:
Explanation
It is false that it is not possible to open more than one file in Vim without running a second instance. Vim supports multiple buffers, windows, and tabs that allow you to work with multiple files within one Vim session. You can use various commands and options to open, switch, split, close, and manipulate files in different ways.
References:https://documentation.suse.com/sles/15-SP3/html/SLES-all/cha-vim.html#sec-vim-multiple-files


NEW QUESTION # 35
What is the default port a VNC Client uses to connect?

  • A. DP 5801
  • B. DP 5901
  • C. TCP 5901
  • D. TCP 5801

Answer: C

Explanation:
Explanation
https://en.wikipedia.org/wiki/Virtual_Network_Computing#:~:text=VNC%20by%20default%20uses%20TCP,Ja VNC by default uses TCP port 5900+N,[6][7] where N is the display number (usually :0 for a physical display). Several implementations also start a basic HTTP server on port 5800+N to provide a VNC viewer as a Java applet, allowing easy connection through any Java-enabled web-browser. Differentport assignments can be used as long as both client and server are configured accordingly. A HTML5 VNC client implementation for modern browsers (no plugins required) exists too.[8] The default port a VNC Client uses to connect is TCP 5901. This port corresponds to the first display number (:1) of the VNC server. Each display number has its own port number, starting from 5900. For example, display :2 uses port 5902, display :3 uses port 5903, and so on. The user can specify a different port number if needed. References:https://documentation.suse.com/sles/15-SP3/html/SLES-all/sec-vnc-connect.html


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

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

Answer: C

Explanation:
Explanation
The command that will take a foreground process and suspend it, and then place it in the background as a stopped job is Ctrl+Z. This keyboard shortcut will send a SIGTSTP signal to the foreground process group, which will stop its execution and return control to the shell. The shell will then display the job number and status of the stopped process. To resume the process in the background, you can use the bg command with the job number or % sign.
References:https://documentation.suse.com/sles/15-SP3/html/SLES-all/sec-cli-jobs.html


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

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

Answer: C


NEW QUESTION # 38
What are the three permissions available on posix file systems? (Choose three)

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

Answer: C,F,G

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


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

Answer: B,C

Explanation:
Explanation
To make the third menu entry of your GRUB2 boot menu your default menu selection, you need to do the following tasks:
Edit the /etc/default/grub file and set GRUB_DEFAULT to 2
Run the grub2-mkconfig command
The /etc/default/grub file contains various settings for the GRUB2 boot loader, such as the default menu entry, the timeout value, the theme file, etc. The GRUB_DEFAULT setting can be set to a numeric value that corresponds to the menu entry index (starting from 0), or a string value that matches the menu entry title. The grub2-mkconfig command will generate a new /boot/grub2/grub.cfg file based on the settings in
/etc/default/grub and other configuration files and scripts. References:
https://documentation.suse.com/sles/15-SP3/html/SLES-all/sec-grub2-config.html#sec-grub2-config-default


NEW QUESTION # 40
Which file contains the ntp configuration?

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

Answer: B


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

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

Answer: C,D


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

  • A. The support for SLE platforms has a 13 year life cycle: 10 years of general support and 3 years of extended support.
  • B. Service Packs are released every six to eight months.
  • C. SLE platforms have a 5 year life cycle: 3 years of general support and 2 years of 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. Support for Service Packs is only provided with Extended Support.

Answer: A


NEW QUESTION # 43
Which file should be edited to make sure a file system is mounted each time a system boots?

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

Answer: A


NEW QUESTION # 44
Which command is used to view the manual pages?

  • A. doc -man
  • B. show
  • C. help -man
  • D. man
  • E. info

Answer: D

Explanation:
Explanation
You can view manual pages by running the man command followed by a specific command name. If the man command is not installed on your system, install it by runningzypper install man.
https://documentation.suse.com/sles/15-GA/html/SLES-all/pre-sle.html
The command that is used to view the manual pages is man. The man command will display the formatted documentation for a given command, function, or file. The manual pages are organized into sections based on their type and purpose. The user can specify the section number and the name of the item to view its manual page.
References:https://documentation.suse.com/sles/15-SP3/html/SLES-all/sec-cli-help.html#sec-cli-help-man


NEW QUESTION # 45
Which command is used to view the manual pages?

  • A. doc -man
  • B. show
  • C. help -man
  • D. man
  • E. info

Answer: D

Explanation:
You can view manual pages by running the man command followed by a specific command name. If the man command is not installed on your system, install it by running zypper install man.
https://documentation.suse.com/sles/15-GA/html/SLES-all/pre-sle.html


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

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

Answer: A


NEW QUESTION # 47
Which filesystem is the recommended filesystem for data volumes?

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

Answer: B

Explanation:
Explanation
The recommended file system for data volumes is XFS. XFS is a high-performance and scalable file system that supports large files and file systems, online defragmentation and resizing, metadata checksums, and other features. XFS is the default file system for data partitions in SLES 15.
References:https://documentation.suse.com/sles/15-SP3/html/SLES-all/cha-filesystems.html#sec-filesystems-xfs


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

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

Answer: C,E,F

Explanation:
Explanation
The statements that are true regarding a daemon are:
A daemon will wait for some event to occur to trigger action on the part of the daemon.
A daemon process is launched by the system.
A daemon process is not associated with a terminal or a graphical environment.
A daemon is a background process that performs a specific service or task without user interaction. It usually starts at system boot and runs until the system shuts down. It does not have a controlling terminal or a graphical interface, and it often runs as root or a dedicated user. A daemon responds to events such as network requests, signals, timers, etc. References:
https://documentation.suse.com/sles/15-SP3/html/SLES-all/sec-daemons.html


NEW QUESTION # 49
......

SUSE SCA_SLES15 Dumps - Secret To Pass in First Attempt: https://www.examboosts.com/SUSE/SCA_SLES15-practice-exam-dumps.html

SCA_SLES15 Practice Test Questions Updated 72 Questions: https://drive.google.com/open?id=1Yx0T6tas6wm79Hl5V3lHkao2TRgLY0_U