PrepAway - Latest Free Exam Questions & Answers

So what should you do to ensure this?

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.
You have two schemas respectively named NewOrder1.xsd and NewOrder2.xsd. Both of them are related to order processing.
Messages that adhere to NewOrder1.xsd are created by an order processing system and are delivered using a File receive port.
Messages that adhere to NewOrder2.xsd are created by a financial system and are delivered using an FTP receive port.
Both schemas have a promoted property named OrderID.

You implement a parallel convoy by using an orchestration. A Parallel shape which contains two Receive shapes is created. You connect the Receive shapes to the receive ports. You base the Receive shapes and the receive ports on one of the two message types.
Now you must make sure that when an identical value is present in the OrderID element, the same orchestration instance will receive both the message types. So what should you do to ensure this?

PrepAway - Latest Free Exam Questions & Answers

A.
First, you should create a correlation type which is based on the OrderID property and create a correlation set which is based on the correlation type.
Second, you set both Receive shapes to initialize the correlation set and both Receive shapes Activate property to True.

B.
First, you should create a correlation type which is based on the OrderID property and create a correlation set which is based on the correlation type.
Second, both Receive shapes should be set to initialize the correlation set and both Receive shapes Activate property should be set to False.

C.
First, you should create a correlation type which is based on the OrderID property and create two correlation sets which are based on the single correlation type.
Second, each Receive shape should be set to initialize one of the correlation sets and both Receive shapes Activate property should be set to True.

D.
First, you should create a correlation type which is based on the OrderID property and create two correlation sets which are based on the single correlation type.
Second, each Receive shape should be set to initialize one of the correlation sets and one Receive shapes Activate property should be set to True and the other Receive shapes Activate property to False.

Explanation:
BURGOS: mnemo: “parallel convoy” = “based on the correlation type … Activate TRUE”


Leave a Reply