931 B
931 B
OPS-8 Quiz: Scripting Basics
Take this after studying notes/OPS-8-scripting-basics.md.
Reply with answers like:
1B 2A 3D 4C 5B
Questions
- Which extension is commonly used for PowerShell scripts?
A. .bat
B. .ps1
C. .jpg
D. .xlsx
- Which extension is commonly used for Bash shell scripts?
A. .sh
B. .docx
C. .png
D. .iso
- What is a common scripting use case?
A. Physically lifting a printer
B. Replacing toner
C. Automating software installation
D. Cleaning a monitor
- What is a risk of running an unknown script?
A. It may change settings or introduce malware
B. It always improves security
C. It cannot affect files
D. It disables all permissions
- What should you do before broad script deployment?
A. Skip testing
B. Test and review the script
C. Delete all backups
D. Disable rollback
Answer Key For Instructor
- B
- A
- C
- A
- B