Biztalk Bam

  Home  BizTalk Server  Biztalk Bam


“Biztalk Bam based Frequently Asked Questions in various Biztalk Bam job interviews by interviewer. These professional questions are here to ensures that you offer a perfect answers posed to you. So get preparation for your new job hunting”



26 Biztalk Bam Questions And Answers

5⟩ Please explain what is correlation?

An Orchestration can have more than one instance running simultaneously. Even though each of those multiple instances perform the same action, it does it on different data contained within a message. Correlation is a process of associating an incoming message with the appropriate instance of an orchestration. For Example: If your orchestration issues a purchase order, receives an invoice, and sends a payment, the developer must make certain that the invoice message is received by the orchestration instance which corresponds to the orchestration that sent the Purchase Order. Without correlation, it would be possible to send out an invoice for thousands of items even though the purchase order is for one. And each correlation is based on a set of properties known as correlation types

 190 views

6⟩ Tell us what is the dfference between Real Time Aggregation and Scheduled Aggregations used in BAM?

The storage of RTA is a SQL table and the aggregation is updated and maintained by SQL trigger. The event importing and aggregation update are completed in the same transaction, therefore its data latency is negligible and almost real-time. The scheduled aggregation is saved in Olap cubes which need to be processed periodically by the cubing DTS package

 201 views

8⟩ Explain me what is Activity Relationship?

An activity relationship exists when an activity relates to one or more other activities. An example of this is having multiple Shipment activities related to a single Purchase Order activity, or one Shipment activity containing items from two Purchase Order activities.

To indicate that two activities are related, you need to know both names and have the corresponding ActivityIDs in memory in order to call AddRelatedActivity. This API creates the link between the corresponding activity records.

 195 views

9⟩ What is rehydration?

When a message is received, or else when a timeout has expired, the orchestration engine can be automatically triggered to rehydrate the instance – it is at this point that the orchestration engine loads the saved instance of the orchestration into memory, restores the state, and runs its from the point it left off.

 200 views

10⟩ Explain me what is BAM and whats the benefits of using it?

Business Activity Monitoring (BAM) is used to monitor business milestones and key metrics in near real-time throughout a process in BizTalk. Business Activity Monitoring (BAM) is a module in BizTalk that captures business data and process milestones to allows business decision makers to gain insight of their in-flight processes. Using BI tools to derive up-to-date metrics and key performance indicators from the BAM databases, users can forecast process trends and monitor processes in real-time. BAM also provides a mechanism to alert users to situations that require their intervention to prevent undesirable outcome or to encourage a beneficial result.

 212 views

11⟩ Explain how do you call a Non-Serializable .Net helper class inside an Expression Shape?

Add a reference of that dll (class). The class must be strongly signed and in the GAC.

Make sure your transaction type of Orchestration is Long Running transactional.

Add an Atomic scope.

Create an Orchestration variable of that class inside the scope.

Create an instance on that object inside the scope.

Call the method

 207 views

13⟩ Tell me what is this tool BM.EXE and why do I need it?

BAM Management utility or “bm.exe” provides for end-to-end management and deployment of BAM. You can use the BAM utility to perform the following tasks:

☛ Consume BAM definition and BAM configuration XML as input.

☛ Deploy the run-time infrastructure on the server, which includes the BAM Primary Import database, BAM Star Schema database, BAM Analysis database, and corresponding Data Transformation Services (DTS) packages.

 194 views

15⟩ Tell me what is an Activity and an Alert?

BAM Activities identify the milestones and tracking data an individual is interested in tracking. Milestones are the steps in an activity that are measured in time, and tracking data are the key data points in a process you are interested in tracking (such as a customer ID or name).

 198 views

17⟩ Top Biztalk Bam Job Interview Questions

☛ 1. What jobs do you need to configure when you install BizTalk

☛ 2. What is thresholds

☛ 3. Why do you have automatic throttling states and what can it be used for

☛ 4. What does a “high available environment” mean

☛ 5. What is NLB

☛ 6. What is host architecture

☛ 7. How do you route messages by receive port name

☛ 8. How do you measure performance for BizTalk

☛ 9. What are the four most important BizTalk databases

☛ 10. What are the dangers of filters combined with send port groups and multiple send ports

☛ 11. What needs to be backed up for a complete disaster recovery

☛ 12. What is an orphan message

☛ 13. What is a zombie message

☛ 14. what is a DNS server

☛ 15. How can you improve performance for BizTalk

☛ 16. What is ment by “parties”

☛ 17. Which default adapters cannot run with 64 bit OS

☛ 18. Which default adapters can only run with a single host instance

☛ 19. What is TDDS

☛ 20. What are best practices for tracking in production

☛ 21. What is global tracking and what does it track when global tracking is on

☛ 22. What is the difference between BizTalk 2009 and 2010

☛ 23. What is a Cumulative update

☛ 24. how many BizTalk versions is there

☛ 25. What is the BizTalk Adapter Pack

☛ 26. What is the ESB toolkit

☛ 27. What is required to install the Sharepoint adapter

☛ 28. What is special about the BizTalk Backup job?

☛ 29. What SQL agent job came in BizTalk 2010?

☛ 30. What tool were removed in BizTalk 2009?

☛ 31. How do the BizTalk Administration Console cache applications?

☛ 32. How can you solve slow administration consoles

☛ 33. What should be included in a basic guideline

☛ 34. What can you use the tracking database for

☛ 35. What is a trusted / un-trusted host

☛ 35. What is MSMQ used for?

☛ 36. What is ment by dedicated hosts

☛ 37. Should the DTA Purge and Archive job be configured and running if you have global tracking turned off?

☛ 38. What has not been changed regarding hosts since BizTalk 2006?

☛ 39. How do you turn of global tracking in BizTalk 2006 – 2006 R2

☛ 40. What is the main difference between BAM and DTA?

 179 views

18⟩ Explain me what are various event streams used in BAM API?

☛ Orchestration Event Stream (OES)

Asynchronous, participates in BizTalk orchestration transactions.

☛ Buffered Event Stream (BES)

Asynchronous, high throughput, some latency.

☛ Direct Event Stream (DES)

Synchronous, no latency and directly written to the BamPrimaryImportDb.

☛ Messaging Event Stream (MES)

Asynchronous, participates in BizTalk Server pipeline transactions.

 178 views

19⟩ Tell me what are the various types of BAM Interceptors available?

The BAM Interceptor is an object that lets you instrument your application to capture data of interest.

☛ BAM WCF interceptor: BAM can capture data from SOAP envelope in a WCF request, response or fault message. The data is specified using interceptor configuration (IC) file (XML file created by developer). The service’s app.config must be modified to load the BAM components at runtime.

☛ BAM WF interceptor: like WCF Services, BAM can also capture milestones from WF Activities. Am IC file is used to specify the data that must be captured. BAM components must also be loaded at runtime.

 168 views