nerdexam
Microsoft

70-595 · Question #34

You are developing a BizTalk Server 2010 orchestration that routes shipping cargo. The orchestrations Transaction Type property has been set to Long Running. Part of the orchestration contains a…

The correct answer is D. Add a Scope shape to the orchestration and set its Transaction Type property to Atomic. See the full explanation below for the reasoning.

Question

You are developing a BizTalk Server 2010 orchestration that routes shipping cargo. The orchestrations Transaction Type property has been set to Long Running. Part of the orchestration contains a block of logic for cargo routing. The routing logic is self-contained and makes no external calls that would affect the orchestrations state. You need to ensure that if an exception is thrown, no action taken during the execution of the routing logic block is committed. What should you do?

Options

  • AAdd a Scope shape to the orchestration and set its Transaction Type property to None.
  • BAdd a Scope shape to the orchestration and set its Transaction Type property to None.
  • CAdd a Scope shape to the orchestration and set its Transaction Type property to Long
  • DAdd a Scope shape to the orchestration and set its Transaction Type property to Atomic.

How the community answered

(30 responses)
  • A
    13% (4)
  • B
    10% (3)
  • C
    3% (1)
  • D
    73% (22)

Community Discussion

No community discussion yet for this question.

Full 70-595 Practice