Microsoft
70-595 · Question #12
70-595 Question #12: Real Exam Question with Answer & Explanation
The correct answer is D. Set a filter on Send Port A to subscribe for messages where OrderAmount is <= 1000.. See the full explanation below for the reasoning.
Question
An existing BizTalk Server 2010 messaging solution for processing orders has a send port group that contains two send ports. Send Port A is for Supplier A and Send Port B is for Supplier B. Each supplier receives only one copy of each order message. The order schema has a promoted property named OrderAmount that contains the total amount of the order. The send port group subscribes to all messages where a promoted property OrderAmount exists. The send ports do not have a filter defined. Messages with an order amount less than or equal to 1000 must be sent to Supplier A. Messages with an order amount greater than 1000 must be sent to Supplier B. Only a single message can be sent to either Supplier A or Supplier B. You need to modify the solution to route each order message to either Supplier A or Supplier B. What should you do?
Options
- ADelete the existing filter condition on the send port group.
- BKeep the existing filter condition on the send port group.
- CSet a filter on Send Port A to subscribe for messages where OrderAmount is <= 1000.
- DSet a filter on Send Port A to subscribe for messages where OrderAmount is <= 1000.
Community Discussion
No community discussion yet for this question.