Multiple choice technology packaged enterprise solutions

In which location all the archived files will be stored?

  1. milligan: manneb: /home/apps/cvm_live/cvm/data/failed/

  2. milligan: manneb: /home/apps/cvm_live/cvm/data/logs/

  3. milligan: manneb: /home/apps/cvm_live/cvm/data/incoming/

  4. milligan: manneb: /home/apps/cvm_live/cvm/data/archive/

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Archived CVM feed files are stored in the /home/apps/cvm_live/cvm/data/archive/ directory. The other directories serve different purposes: failed/ holds rejected files, logs/ contains processing logs, and incoming/ is for new files awaiting processing.

AI explanation

In the CVM job's file layout, processed/completed files are moved into the archive directory as their final resting place, distinct from incoming (not yet processed), logs (run logs), and failed (errored files). That directory naming convention is what makes .../data/archive/ the correct location for archived files.