SaltStack

 40 Minutes
 20 Questions


This test is designed to assess a candidate's knowledge of the basics of Technology and SaltStack. It will cover topics such as installation, configuration, and management of SaltStack, as well as general concepts related to Technology. The test will also include questions about the fundamentals of SaltStack, including its architecture and components.


Example Question:

Multiple-Choice
What do you think about the following code?



check_for_windows_logon:
loop.until_no_eval:
- name: cmd.run
- expected: 'Logon is available'
- compare_operator: data.subdict_match
- period: 5
- timeout: 20
- args:
- powershell Get-Process LogonUI {echo 'changed=no comment="Logon is available"'}