200-901 Question 160
Single answerA network automation engineer has written a Bash script that scans a specified directory, identifies files larger than a given size, compresses them into a tarball, and moves the tarball to a backup directory. What workflow is being automated by this Bash script?
- A
File management and archival
- B
Application deployment
- C
Database backup and restoration
- D
Network device configuration
Show answer and explanation
Correct answer: A
Explanation
The Bash script described automates a file management and archival workflow by identifying large files, compressing them, and moving them to a backup location. This aligns with file management and archival, making it the correct answer.
- A. Correct.
Correct: The script is clearly handling file management tasks by scanning, compressing, and moving files to a backup location, which aligns with file management and archival workflows.
- B. Incorrect.
Incorrect: Application deployment refers to activities such as deploying application code or configurations to servers, which is not what this script accomplishes.
- C. Incorrect.
Incorrect: Database backup and restoration involve creating backups of database data and restoring it when needed, which is unrelated to the described file management operations.
- D. Incorrect.
Incorrect: Network device configuration involves modifying or automating settings on network devices like routers or switches, which is not part of this script's functionality.