Summer Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

sca_sles15 PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

sca_sles15 PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: SUSE Certified Administrator in Enterprise Linux 15
  • Last Update: Sep 12, 2025
  • Questions and Answers: 70
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

sca_sles15 Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

sca_sles15 Practice Exam Questions with Answers SUSE Certified Administrator in Enterprise Linux 15 Certification

Question # 6

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

A.

On SLE 15 the VNC Client assumes the server is set up as a CA.

B.

Both the VNC Client and the VNC server assume you have access to a valid 3rd party CA like Verisign.

C.

The VNC server prompts the VNC Client for a password that was configured when the VNC server was installed.

D.

VNC is based on the Telnet protocol so encrypted communication between the VNC Client and Server is not possible.

E.

A self-signed SSL certificate

Full Access
Question # 7

What are the basic components of RPM? (Choose two)

A.

RPM Compiler

B.

RPM Editor

C.

RPM Packager

D.

RPM Database

E.

RPM Package Manager

Full Access
Question # 8

You want to add two new custom items to the GRUB2 boot menu. Which file should you modify to accomplish this?

A.

/etc/grub.d/custom.cfg

B.

/etc/default/grub

C.

/etc/boot/grub.cfg

D.

/boot/grub2/menu.cfg

E.

/boot/grub2/custom.cfg

Full Access
Question # 9

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.

This cannot be done since aliases are session specific only.

C.

List all your aliases you have defined by entering the alias --list command and piping the output to the -Abashrc file.

D.

Modify the /etc/.history/USER_NAME file to include your alias commands.

E.

When you create the alias initially, specify the --keep parameter.

Full Access
Question # 10

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

A.

This command displays a message that file1.txt is a normal file.

B.

This changes the access and modification times of 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 generates an error since file1.txt already exists.

E.

This causes any additional data to be appended to the existing file1.txt file.

F.

This command displays a message that file1.txt is a normal file and displays the size of the file.

Full Access
Question # 11

Which file contains information about secondary groups on the system?

A.

/etc/second.grp

B.

/var/share/group

C.

etc/sysconflg/group

D.

/etc/group

E.

/var/lib/group

Full Access
Question # 12

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

A.

Kill

B.

psterm

C.

ps-k

D.

terminate

E.

kilLall

Full Access
Question # 13

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

A.

systemctl start tftp

B.

systemctl enable tftp

C.

chkconfig add tftp

D.

systemd start tftp

E.

systemctl enable-start tftp

Full Access
Question # 14

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

A.

Configuration files in the /etc/logrotate.d/ directory can override settings in /etc/logrotate.conf.

B.

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.

C.

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.

D.

Configuration files in the /etc/logrotate.d/ directory can override settings in /etc/cron.daily/logrotate.

E.

The /usr/sbin/logrotate program is used to create and configure settings in the /etc/logrotate.conf file.

Full Access
Question # 15

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

A.

YaST displays an error message and terminates

B.

The YaST Control Center appears.

C.

YaST switches to ncurses mode and automatically launches the Module Selector.

D.

YaST switches to ncurses mode.

E.

YaST switches to graphical mode.

Full Access
Question # 16

What is the default port a VNC Client uses to connect?

A.

TCP 5901

B.

DP 5901

C.

TCP 5801

D.

DP 5801

Full Access
Question # 17

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.

&&

Full Access
Question # 18

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

A.

val $TMPDIR

B.

echo STMPDIR

C.

echo TMPDIR'

D.

val "STMPDIR"

E.

echo TMPDIR

F.

show "STMPDIR'"

G.

echo 'STMPDIR'

Full Access
Question # 19

What is the name of the system logging facility in SUSE Linux Enterprise?

A.

mail-log

B.

syslog

C.

db-log

D.

syslog-ng

Full Access
Question # 20

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.

modinitd

B.

mkinitrd

C.

newinitfs

D.

makeinitfs

E.

updinitrd

Full Access
Question # 21

After the Kernel has been loaded during the boot process, which component will handle hardware detection?

A.

udev

B.

devmgr

C.

initramfs

D.

hal

E.

devfsd

Full Access