Q1. How can you list the registered software repositories?
A. zypper Ir
B. zypper list
C. zypper repository list
D. rpm -I a
E. rpm--repo-list
Answer: A
Q2. In which file are global configurations for users who use bash as their login shell set?
A. /etc/bashrc
B. /etc/bash.cf
C. /etc/bash.conf
D. /etc/bash.bashrc
Answer: D
Q3. Which vi command replaces every appearance of "Suse" with "SUSE"?
A. :s/Suse/SUSE/
B. :s/Suse//SUSE/
C. :%s/Suse/SUSE/g
D. :/s/Suse//SUSE/u
Answer: C
Q4. What are valid sections in asystem unit file? (Choose three.)
A. [Unit]
B. [Service]
C. [install]
D. [Global]
E. [Runlevel]
F. [Pre]
G. [Post]
H. [Main]
I. [Onboot]
J. [Modules]
Answer: A,B,C
Q5. Which command installs most rpm packages?
A. rpm package_name.rpm
B. rpm - -package_name.rpm
C. rpm -i package_name.rpm
D. install package_name.rpm
E. install -i package_name.rpm
Answer: C
Q6. What packages need to be installed for UEFI secure boot? (Choose three.)
A. grub2-x86_64-efi
B. shim
C. mokutil
D. boot-keygen
E. md5boot
F. lilo
G. cms_mod
H. osverify
Answer: A,B,C
Q7. Where is the software package documentation located?
A. /usr/share/doc/packages/
B. /doc/packages/
C. /usr/packages/doc/
D. /usr/documentation/
E. /usr/package_doc/
Answer: A
Q8. Which statement about symmetric encryption is correct?
A. The same key is used for encryption and decryption
B. Symmetric keys are generally longer than asymmetric keys.
C. Asymmetric encryption is generally faster than symmetric encryption.
D. A public key and a private key are needed for symmetric encryption/decryption.
Answer: A
Q9. What system command switches to a single user system without network?
A. systemctl isolate rescue target
B. systemctl isolate emergency target
C. systemctl switch single-usertarget
D. systemctl- -runlevel=1
E. systemctl set-default minimal target
Answer: A
Q10. How long does "Long Term Service Pack Support (LTSS) for SLES" extend the span of getting updates for SLES packages belonging to a specific Service pack?
A. 3 years
B. 1 year
C. 5 years
D. 7 years
E. 10 years
Answer: C
Q11. Using the rsync command, you want to mirror the directories, including any hidden files and directories within /home (not the /home directory itself) to the /backup directory.
Which command accomplishes this?
A. rsync -a /home /backup
B. rsync -a /home/ /backup
C. rsync -a /homer /backup
D. rsync -a /home/? /backup
Answer: B
Q12. You would liketo run command2 only if command1completed successfully. Which command accomplishes this task?
A. command1|| command2
B. command1;; command2
C. command1.command2
D. command1&& command2
Answer: D
Q13. Which command will update an rpm package? (Choose two.)
A. rpm-F package_name.rpm
B. rpm-i package_name.rpm
C. rpm -U package_name.rpm
D. rpm-v package_name.rpm
E. update package_name.rpm
Answer: A,C
Q14. Which directory contains configuration files?
A. /etc
B. /opt
C. /usr
D. /cfg
Answer: A
Q15. Which command uninstalls an rpm package?
A. rpm -d package_name
B. rpm - e package_name
C. rpm -r package_name
D. rpm -u package_name
E. remove package_name
F. uninstall package_name
Answer: B
Q16. What action does the jobs command perform?
A. Lists all scheduled cron jobs
B. Lists all mail items in the mail queue
C. Lists the content of the shell's job control
D. Lists all print jobs in the print queue
Answer: C
Q17. Which does not belong to the Logical Volume Manager?
A. Volume Group
B. Logical Volume
C. Volume Label
D. Physical Volume
Answer: C
Q18. You have a /tmp/data directory containing the files file, filel, and file2.
You want to copy the filel and file2 files only to the /data-old directory that already exists. In a terminal window, which command accomplishes this?
A. cp /tmp/data /data-old
B. cp /tmp/data/./data-old
C. cp /tmp/data/* /data-old
D. cp /tmp/data/? /data-old
Answer: C
Q19. Where can you set global shell environment variables for all users independent of their shell?
A. /etc/profile
B. /etc/profile.all
C. /etc/bash.local
D. /etc/bash.bashrc
Answer: A
Q20. Where should modifications to the logrotate configuration be saved?
A. in /etc/logrotate.conf
B. in separate files located in /etc/logrotate.d/
C. in separate files located in /etc/sysconfig/logrotate/
D. in /var/log/messages
Answer: A
Q21. Within less, how do you search for a string downwards from where the cursor is positioned?
A. :string
B. ?string
C. /string
D. =string
Answer: C