You have to load three tables A, B, and C in parallel, wait for them to be loaded, and then load a
fourth table D. Which steps do you have to go through in order to do this?
A.
Generate three scenarios to load A, B, and C, add them to a Package, set their Synchronization
mode to Asynchronous, use an OdiWaitForChildSession step before adding an Interface to load D
B.
Generate three scenarios to load A, B, and C, add them to a package, set their Synchronization
mode to Synchronous, use an OdiWaitForChildSession step before adding an interface to load D
C.
Add three Interfaces to load A, B, and C to a package, use an OdiWaitForChildSession step
before adding another Interface to load D
D.
Generate three scenarios to load A, B, and C, add them to a package, use an
OdiWaitForChildSession step before adding an Interface to load D
Explanation:
Option A is correct.
Since A,B,C have to loaded in parallel you have to use Asynchronous mode to call the scenarios
I agree A is correct.
A is correct