Book Image

(MCTS): Microsoft BizTalk Server 2010 (70-595) Certification Guide

By : Johan Hedberg, Kent Weare , Morten la Cour
Book Image

(MCTS): Microsoft BizTalk Server 2010 (70-595) Certification Guide

By: Johan Hedberg, Kent Weare , Morten la Cour

Overview of this book

<p>Microsoft BizTalk Server 2010 is an Integration and connectivity server solution that enables organizations to easily connect disparate systems. Developing Business Process and Integration Solutions by Using Microsoft BizTalk Server 2010 (70-595) is the certification exam for professionals who need to integrate multiple disparate systems, applications, and data as well as automate business processes by using BizTalk Server.<br /><br /><i>(MCTS): Microsoft BizTalk Server 2010 (70-595) Certification Guide</i> will show you how to prepare for and pass the Microsoft BizTalk Server 2010 (70-595) exam and become a Microsoft Certified Technology Specialist (MCTS) in Microsoft BizTalk Server 2010. <br /><br />Packed with practical examples and Q&amp;As, <i>(MCTS): Microsoft BizTalk Server 2010 (70-595) Certification Guide</i> covers the keys skills in the exam and starts by showing you how to configure a Messaging Architecture. The book then dives into BizTalk Artifacts such as creating Schemas and Pipelines, creating Maps and creating Orchestrations. It then moves on to topics such as debugging and exception handling, deploying, tracking and administrating a BizTalk Server 2010 solution, integrating Web Services and Windows Communication Foundation (WCF) Services and implementing Extended Capabilities. Additional practical resources are also included that will enable you to approach the Microsoft BizTalk Server 2010 (70-595) exam with ease, including certification test taking tips and tricks and sample certification test questions.</p>
Table of Contents (18 chapters)
(MCTS): Microsoft BizTalk Server 2010 (70-595) Certification Guide
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface

Configuring a messaging architecture


  1. 1. Answer: d

    If multiple ports need to implement the same subscription, Send Port Groups should be used, so that the subscription only needs to be implemented once, and any changes to the subscription can be maintained in one place.

  2. 2. Answer: b, d, e

    PassThruReceive on the receive side will cause BizTalk to not recognize the MessageType and therefore we will not be able to Map on the Send Port. The Map should be from the canonical format to the partner format.

  3. 3. Answer: b, c, d, e

    We need a new Host, so that HostA will still do all the work except receiving FTP. The new Host needs to be clustered so that if one server fails, a Host Instance will start on the other Server.

  4. 4. Answer: c

    This should be done using references, and it is in the Application that needs to access artifacts from another Application, the reference needs to be made. The same Pipelines cannot be redeployed in another Application in BizTalk, when already residing in another Application.

  5. 5. Answer: d

    By choosing All artifacts we can get an overview of everything inside BizTalk, not limited to a certain Application. The other answers either stops too much or otherwise doesn't fulfill the requirement of disabling all locations.