nerdexam
CA_Technologies

CAT-500 · Question #52

The process you are designing requires parameters to be passed to a child process. You will therefore need to edit the data initialization code of the Start Process operator. To pass the parameters…

The correct answer is A. Process.x = Caller.x. See the full explanation below for the reasoning.

Question

The process you are designing requires parameters to be passed to a child process. You will therefore need to edit the data initialization code of the Start Process operator. To pass the parameters to the child process, which syntax should you use?

Options

  • AProcess.x = Caller.x;
  • BCaller.x = Process.x;
  • CProcess.x == Caller.x;
  • DProcess. x = Process. y;

How the community answered

(23 responses)
  • A
    70% (16)
  • B
    9% (2)
  • C
    17% (4)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full CAT-500 Practice