Multiple choice technology

The file that abinito create while executing a graph at runtime is

  1. .run

  2. .rec

  3. .job

  4. .work

Reveal answer Fill a bubble to check yourself
B,C Correct answer
Explanation

When an Ab Initio graph executes at runtime, it creates both .rec files (which contain execution records and runtime metadata) and .job files (which track job execution details). These files are essential for monitoring and debugging graph execution.