Multiple choice technology architecture

--- and --- subroutines are used in implementing business tasks.

  1. Load & PreLoad

  2. Preload & PostStore

  3. Load & Store

  4. Store & PreStore

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

In business workflow implementation, Load and Store subroutines are used to handle business tasks. Load fetches data at the start, and Store saves results after processing. The other combinations are not standard subroutine pairs in this context.