200-901 Question 161
Single answerA Bash script is designed to monitor a specific directory for new files and automatically move them to a backup directory while logging the operation. What type of workflow is being automated by this script?
- A
File management
- B
Application deployment
- C
System monitoring
- D
Network troubleshooting
Show answer and explanation
Correct answer: A
Explanation
The described script performs tasks related to managing files (monitoring a directory, moving files, and logging operations), which directly aligns with file management workflows. It does not involve application deployment, system monitoring, or network troubleshooting, making file management the correct answer.
- A. Correct.
Correct: The script is automating file-related tasks such as moving files and maintaining logs, which is categorized as file management.
- B. Incorrect.
Incorrect: Application deployment involves installing or updating applications, which is not the purpose of this script.
- C. Incorrect.
Incorrect: System monitoring involves observing system performance or health, which is unrelated to the described file-moving and logging tasks.
- D. Incorrect.
Incorrect: Network troubleshooting focuses on diagnosing and resolving network issues, which is not relevant to the scenario.