1. 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.

2. 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.

3. 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.

4. Tell me how to apply maps on send port group?

Maps can't be applied to Send Port Group.

6. 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.

7. Do you know what is MessageBox?

MessageBox is a SQL server database along with messaging agent.

8. 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.

9. 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.

10. Explain how does MessageBox treats messages without subscriber?

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

Download Interview PDF

11. Tell us can a send group be a part of multiple send group?

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

12. 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.

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 many receive locations can a single receive port have?

Receive port can have any number of receive location.

15. 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.

16. 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.

17. 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.

18. 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.

19. 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.

20. 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.

21. Explain me what is the purpose of MessageBox?

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

22. 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.

23. 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.

24. 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.

Download Interview PDF

25. 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.