nerdexam
IBM

C2020-702 · Question #53

You have developed a sequence of T1 processes connected together by the ExecuteProcess(..) command. To improve the performance of the application, you decide to break up the sub- processes so that…

The correct answer is A. TM1 RunTl.exe. See the full explanation below for the reasoning.

Question

You have developed a sequence of T1 processes connected together by the ExecuteProcess(..) command. To improve the performance of the application, you decide to break up the sub- processes so that they run in their own thread to use cores more efficiently. Which TM1 object accomplishes this goal?

Options

  • ATM1 RunTl.exe
  • BExecuteProcessNewThread(..)
  • CExecuteProcess(...)
  • DBatchProcess.exe

How the community answered

(23 responses)
  • A
    78% (18)
  • B
    13% (3)
  • C
    4% (1)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full C2020-702 Practice