Biztalk Application Interview Questions & Answers
Download PDF

Biztalk Application related Frequently Asked Questions by expert members with job experience as Biztalk Application. These questions and answers will help you strengthen your technical skills, prepare for the new job interview and quickly revise your concepts

25 Biztalk Application Questions and Answers:

Biztalk Application Interview Questions Table of Contents:

Biztalk Application Job Interview Questions and Answers
Biztalk Application Job Interview Questions and Answers

1 :: Do you know in how many ways can we do the BizTalk Application deployment?

BizTalk Application deployment can be done using the following:
☛ Deploying from Visual Studio
☛ Building a Microsoft Installer (MSI) package that can be exported or imported between environments.
☛ Using command line-based tools such as MSBuild and BtsTask.
☛ Using community frameworks, such as BizTalk Deployment Framework and NANT.

2 :: Explain ordered delivery on send port has serious performance impact, why?

Because only one thread can submit messages through the port and each message has to wait for messages through the port and each message has to wait for the message before it can be processed.

3 :: Tell us in which state can a send port does not subscribe to a message?

In Unlisted state send port does not subscribe to any messages and no messages will be sent through the port.

4 :: Tell me when do Error Report properties get promoted?

When Failed message routing is enabled and if an error occurs at the port, then the message will have all the regular context properties unprompted and instead have some error-specific context properties promoted - all in the ErrorReport Namespace e.g. ErrorReport.ErrorType, ErrorReport.ReceivePortName etc.

5 :: Explain me what is the purpose of MessageBox?

☛ Store all messages and context received.
☛ Stores all subscriptions.
☛ Stores all Host Queues.

6 :: Explain me what happens when we run MSI package?

When we run MSI packages, it will register the application with Windows Operating System and then load any related assemblies in the Global Assembly Cache.

7 :: Do you know when don't filters on send port apply?

If a send port is directly bound to an orchestration port,then filters do not apply.

8 :: Tell me is it possible to have various ports with the same name in two applications?

No. The names of the various ports must be unique, not just inside an Application but for the whole BizTalk group.

9 :: Tell me how can we check what's going on inside BizTalk Server?

The group hub gives the user an overview of what is currently going on inside BizTalk.

10 :: Explain what happens to message when all subscribers have received their message?

BizTalk will no longer need to hold on the message and the message will be removed from BizTalk.

11 :: Tell me which is the first step to enable Subscription?

A filter on the send port is the first step to enable subscriptions in BizTalk.

12 :: Tell me how many receive locations can a single receive port have?

Receive port can have any number of receive location.

13 :: Tell me can Application be in start state when host is Offline?

Yes. But this application will not function properly.

14 :: Tell me how it's possible to work with several pipelines as soon as new Application is created?

BizTalk.System is already referenced in all new applications, as a result of this we can work with several pipelines as soon as a new application is created.

15 :: Tell us can a send group be a part of multiple send group?

No only static send ports can be part of send group.

16 :: Explain how does MessageBox treats messages without subscriber?

The message is suspended when there are no subscribers found for it.

17 :: Tell me what can be done to avoid loss of messages in a scenario where we know beforehand unavailability of the destination system, but source system is publishing messages?

In this scenario we can stop the send port bound to the destination system. This way the messages will lie in a queue inside Messagebox. Subsequently, we can start the send port when the destination system is available.

18 :: What is message Type (i.e. BTS.MessageType)?

Biztalk - Message Type (i.e. BTS.MessageType) - Messages in BizTalk are data, and each message must be of a selected message type.

19 :: Do you know what is MessageBox?

MessageBox is a SQL server database along with messaging agent.

20 :: Please explain what could be the reason for having multiple receive locations inside one Receive port?

The reason for having multiple receive locations inside one Receive port is to have the ability to receive different messages from different locations and having BizTalk treat them as if they were received from the same place and/or had the same message type.

22 :: Tell me how to apply maps on send port group?

Maps can't be applied to Send Port Group.

23 :: Tell me can a message in a MessageBox be changed?

Messages in BizTalk are immutable after constructed and the message is considered constructed after it is placed into the MessageBoxDatabase.

24 :: Do you know types of subscription in BizTalk?

Two types of subscription
☛ 1. Activation
☛ 2. Instance

☛ Instance subscriptions are removed from the message box while Activation subscriptions remain active as long as the orchestration or send port is enlisted.

☛ Instance subscriptions are removed from the message box while Activation subscriptions remain active as long as the orchestration or send port is enlisted.

25 :: Tell us what happens to the messages coming into MessageBox?

Checking the subscription table is the First thing when messages come in MessageBox and a copy of the message is sent to the subscriber.
Biztalk Application Interview Questions and Answers
25 Biztalk Application Interview Questions and Answers