Book Image

(MCTS) Microsoft BizTalk Server (70-595) Certification and Assessment Guide: Second Edition

Book Image

(MCTS) Microsoft BizTalk Server (70-595) Certification and Assessment Guide: Second Edition

Overview of this book

Table of Contents (20 chapters)
(MCTS) Microsoft BizTalk Server (70-595) Certification and Assessment Guide Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Testing your knowledge


  1. HWLC Motors is sending XML orders to a file server at our place using FTP and BizTalk picks up the messages using a FILE Adapter through a Receive Port named ReceiveOrders. The files are currently being sent through a Send Port (Send Port A) using an SMTP Adapter and by using the Filter BTS.ReceivePortName == ReceiveOrders. You realize that three other Send Ports also want to subscribe to these messages and want to do this with the least amount of effort. What should you do (choose all that apply)?

    1. Create three new Receive Ports.

    2. Create three new Send Ports with no filter.

    3. Create three new Send Ports with the Filter of BTS.ReceivePortName == ReceiveOrders.

    4. Create a Send Port Group and set the Filter of the Group to BTS.ReceivePortName == ReceiveOrders.

    5. Assign the three Receive Ports to the Send Port Group.

    6. Assign the three Send Ports to the Send Port Group.

  2. We receive XML from several trading partners through Receive Port RP1. At times, the XML is not well formed, the XMLReceive Pipelines throw errors, and the messages are suspended. Our partner coordinator Brian has requested that the invalid XML be sent to him in an e-mail, instead of being suspended in BizTalk. How would you achieve this (choose all that apply)?

    1. Set up e-mail alerting on the server if errors occur in the Event Viewer with BizTalk Server as the source.

    2. Create a Send Port SP1 using the SMTP Adapter and target it to Brian's e-mail address. Set up a filter on the Send Port in the ErrorReport.ReceivePortName == RP1 format.

    3. Enable routing for failed messages on the Send Port SP1.

    4. Enable routing for failed messages on the Receive Port RP1.

    5. Create a Send Port SP1 using the SMTP Adapter and target it to Brian's e-mail address. Set up a filter on the Send Port in the BTS.ReceivePortName == RP1 format.

  3. HWLC has several Send Ports that point to different internal systems, and many of the message types flowing processed by BizTalk have multiple Send Ports as subscribers. One of the Send Ports targets the company's ERP system. The Adapter used is an HTTP Adapter. The ERP administrator wants to take the system offline for the next 24 hours and no messages should be sent to the system during that time. They do, however, want all messages processed during those 24 hours once they are back online. How should we accomplish this without impacting on the other subscribers?

    1. Disable all Receive Locations so that no messages are received in BizTalk for the next 24 hours.

    2. Stop the ERP Send Port and start it again when the system comes back online.

    3. Unenlist the ERP Send Port and start it again when the system comes back online.

    4. Stop all in-process BizTalk Services.

  4. You receive messages of type A from a Partner through a Receive Port and send it directly to your CRM system by using a Send Port. You want to transform the message to type C before it enters the MessageBox. What should you do (choose all correct answers)?

    1. Apply a Map (A to C) to the Receive Port.

    2. Apply two Maps to the Receive Port (A to B) and (B to C).

    3. Apply a Map (A to C) to the Send Port.

    4. Apply two Maps to the Receive Port (A to B) and (B to C).

  5. You are receiving messages from customers sending e-mails with one attachment through an Exchange Server. You want BizTalk to process the mail body as the message. How should you approach this?

    1. Use the FTP Adapter to receive messages from the Exchange Server.

    2. Use the FILE Adapter to receive messages from the Exchange Server.

    3. Use the POP3 Adapter to receive messages from the Exchange Server, set the Body Part Index attribute to 0.

    4. Use the POP3 Adapter to receive messages from the Exchange Server, set the Body Part Index attribute to 1.