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

Developing BizTalk Artifacts


  1. Answer: b

    A distinguished field is used only to create an alias for xpath statements for expressions in Orchestrations. The Body xpath property of the root node is used with Envelope Schemas to point out the node that contains the body of the document. Changing the Default Property Schema Name property on the Schema file only affects what the filename of the created Property Schema will be, when you do a Quick Promotion.

  2. Answer: d

    The Pre-assemble and Assemble stages are stages in a Send Pipeline and would do nothing to affect the XML in a Receive Pipeline. Therefore the Decode stage, the Receive Pipeline stage before the Disassemble stage, which throws the exception, is correct.

  3. Answer: c

    Maps are configured on Receive Ports. As the Orchestration needs the canonical format, you need a Map that transforms to the canonical format. As the files are received into BizTalk, configuring a Send Port is pointless. Pipelines in general, the XMLReceive Pipeline or the Validate document structure property of the XML Disassembler, have nothing to do with Maps.

  4. Answer: d

    As both, the external component and the Orchestration, are the .NET components, they will load into the Host Instances memory. When they are updated on disk or in the GAC, they will not be refreshed unless the Host Instances are restarted (or a sufficient amount of time passes for the assemblies to unload). Storing the value in BizTalk's configuration file also requires a Host Instance restart for the BizTalk Server to retrieve the new value as the config file is read only when the service starts.

  5. Answer: a

    Scope and their Synchronized property ensure that data being read is not simultaneously written to by other branches of a Parallel shape. It has nothing to do with this scenario. As we are sending a message out and receiving a response, we need to initialize the correlation set on the Receive shape and follow it on the Send shape. The Ordered Delivery property makes sure that messages are delivered to the Orchestration in the same order that they were written to the MessageBox.

  6. Answer: a

    You need to set Envelope to Yes and point out the node that will contain the nodes to be split; that is, you need to point out the Cars node. Specifying the Root Reference does not hurt but it does not help.

lock icon The rest of the chapter is locked
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