Weekend Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free SUSE sca_sles15 Practice Exam with Questions & Answers

Questions 1

Which statements about using the -U option and the -F option when running the rpm command are true? (Choose two)

Options:
A.

The -U option will install a package whether or not a previous version of the package is already installed.

B.

The -F option will install a package whether or not a previous version of the package is already installed.

C.

The -U option remove all binaries, scripts, links, and documentation files associated with the RPM in the RPM Database.

D.

The -F option will verify (fix) a broken application based on the information in the RPM Database.

E.

The -U option will remove all the binaries in the package from the file system and update the RPM Database.

F.

The -F option will install a package only if a previous version of the package is already installed.

SUSE sca_sles15 Premium Access
Questions 2

Which type of files are used for inter-process communications? (Choose two)

Options:
A.

Array

B.

Pipe

C.

udev

D.

Redirect

E.

Block

F.

Character

G.

Socket

Questions 3

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

Options:
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

Questions 4

Which directory is traditionally used as a catch all to mount local and/or remote file systems?

Options:
A.

/mnt

B.

/etc

C.

/home

D.

/var

E.

/tmP

Questions 5

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

Options:
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.

Questions 6

Which command is used to manage software RAID?

Options:
A.

mdadm

B.

yast swraid

C.

raidadm

D.

fdisk --raid

E.

mdmgr

Questions 7

Which of the following configuration files have a format that is compatible with the system logging facility in SUSE Linux Enterprise? (Choose two)

Options:
A.

/etc/syslog.conf

B.

/etc/syslog-ng

C.

/var/log/syslog-ng.conf

D.

/etc/rsyslog.conf

E.

/ar/log/kernel-log

Questions 8

Which Vim command will save the current file without exiting?

Options:
A.

q!

B.

w-no-exit

C.

wq!

D.

w

E.

w!

Questions 9

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

Options:
A.

Nothing - the execute permission cannot be assigned to a directory.

B.

The export permission on a directory means that directory can be mounted by a remote server.

C.

The exclude permission on a directory means that the directory will not be displayed by the Is command.

D.

The execute permission on a directory means you can use the cd command to change into the directory.

E.

The exclude permission on a directory means that the files in the directory are hidden.

F.

The examine permission on a directory means that you can see the directory's contents.

Questions 10

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?

Options:
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.