PrepAway - Latest Free Exam Questions & Answers

So what should you do?

You work in an international company which is named TXTWIN. And you’re in charge of the company network and use Microsoft BizTalk Server 2006 R2.
There’s an orchestration which creates a new XML document by using a Transform shape and a map. The XML document is structured as shown below.

The XML document matches a schema named Goods which is deployed. This XML document has to be sent to two places:
-A message queue (MSMQ)
-A Microsoft SQL Server 2005 table.

Two send ports are created, respectively named SendPortA and SendPortB. Each of them sends to one of the two destinations. So what should you do? (choose more than one. Each correct answer presents part of the solution.)

PrepAway - Latest Free Exam Questions & Answers

A.
You should create a single configured send port with direct binding in the orchestration.

B.
You should promote the ID, Name, and Quantity elements and deploy the Product schema and the Property schema.

C.
You should create a single configured send port in the orchestration.
Set the transport type to MSMQ and the backup transport type to SQL.

D.
You should set a filter on SendPortA and SendPortB that all messages that are handled by the orchestration are allowed to be processed by the ports.

E.
You should set a filter on the initial Receive shape of the orchestration that only messages that match the Product schema are allowed to be processed.

F.
You should set a filter on SendPortA and SendPortB.that only messages that have the BTS.MessageType property equal to the namespace of the Product schema are allowed to be processed.

Explanation:
BURGOS: mnemo: “Transform shape” = “direct binding” / “filter on (two ports)”


Leave a Reply