Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
(MCTS) Microsoft BizTalk Server (70-595) Certification and Assessment Guide: Second Edition

You're reading from   (MCTS) Microsoft BizTalk Server (70-595) Certification and Assessment Guide: Second Edition This book does exactly what it says on the cover, giving in-depth guidance to intermediate BizTalk developers on how to pass the Microsoft BizTalk Server 2010 (70-595) exam. It's your essential aid to success.

Arrow left icon
Product type Paperback
Published in Mar 2014
Publisher
ISBN-13 9781782172109
Length 570 pages
Edition Edition
Languages
Arrow right icon
Toc

Table of Contents (20) Chapters Close

(MCTS) Microsoft BizTalk Server (70-595) Certification and Assessment Guide Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
1. Configuring a Messaging Architecture FREE CHAPTER 2. Developing BizTalk Artifacts – Creating Schemas and Pipelines 3. Developing BizTalk Artifacts – Creating Maps 4. Developing BizTalk Artifacts – Creating Orchestrations 5. Testing, Debugging, and Exception Handling 6. Deploying, Tracking, and Administrating a BizTalk Server 2010 Solution 7. Integrating Web Services and Windows Communication Foundation (WCF) Services 8. Implementing Extended Capabilities 9. Using Azure BizTalk Features 10. Test-taking – Tips and Tricks Sample Certification Test Questions Sample Certification Test Questions – Answers Testing Your Knowledge – Answers 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.

You have been reading a chapter from
(MCTS) Microsoft BizTalk Server (70-595) Certification and Assessment Guide: Second Edition
Published in: Mar 2014
Publisher:
ISBN-13: 9781782172109
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image