What user rights to you need to perform most actions in HAT?
[
]
BizTalk Server Administrator
When installing Biztalk in a multi-server configuration with a remote SQL and Analysis Services
Choose your rating:
Post Ans. View More Ans.
What group does a user need to belong to in order to submit messages to the message box?
[
]
The user needs to be a member of the hot group or isolated host group (assuming a default installation).
Choose your rating:
Post Ans. View More Ans.
What are Persistence Points and what causes them?
[
]
Persistence is when the state of a running Orchestration is stored into SQL.
It is good enough to know various shape and actions cause persistence. More specifically, it occurs: end of a transactional scope, at a send shape, at a start Orchestration shape, during dehydration, if the system shuts down expectedly or unexpectedly, or the business process suspends or ends.
Choose your rating:
Post Ans. View More Ans.
What is the Rules Engine?
[
]
Rules are used to provide highly efficient, easily changeable business rules evaluation to Business Processes. This allows rules to be changed without rebuilding and redeploying .net assemblies. The Business Rules Engine (BRE) can also be called from any .net component through the API’s
Choose your rating:
Post Ans. View More Ans.
What is BAM used for?
[
]
BAM is used to monitor business milestones and key metrics in near real-time throughout a process in BizTalk.
Choose your rating:
Post Ans. View More Ans.
What is direct binding?
[
]
Direct binding has three types: direct to message box, self correlating, and partner ports.
Used to route message between the message box and Orchestrations without using bindings or from one Orchestration to another Orchestration.
Choose your rating:
Post Ans. View More Ans.
When working with Schemas, Maps, Pipelines, and Orchestrations how should the projects be structured?
[
]
Schemas and Maps in its own project.
Or Schemas and Maps together in its own project.
Orchestrations in its own project.
Pipelines in it own project.
Choose your rating:
Post Ans. View More Ans.
How do you achieve First-In-First-Out message processing of messages received from multiple sources using an Orchestration?
[
]
Use a Sequential Convoy to process the messages in the order they are received into the Message Box.
Make sure Ordered Delivery is set to True inside the Orchestration Receive Port.
Choose your rating:
Post Ans. View More Ans.
What is the difference between a Distinguished field and a Promoted Property?
[
]
Distinguished fields are light weight and can only be used inside an Orchestration.
Promoted Properties are defined inside a property schema, are tracking in SQL, can be tracked in HAT, and can be used for content based routing.
Choose your rating:
Post Ans. View More Ans.
What does the Value Mapping Functoid do?
[
]
Returns the second parameter if the first parameter is true
Choose your rating:
Post Ans. View More Ans.