Top BizTalk Interview Questions :: ALLInterview.com http://www.allinterview.com Top BizTalk Interview Questions en-us What are Host and Host Instance? Did you deploy BizTalk more than on http://www.allinterview.com/showanswers/53889.html Host is nothing but the logical container of host instance. from which we can create host instance. Host instance is a Win-NT service. Can we get messages to Orchestration without using schema? http://www.allinterview.com/showanswers/53892.html YES. This will be in case when you route the failed messages. what is the difference between promoted and distinguished property? http://www.allinterview.com/showanswers/17912.html promoted property makes schema variables visible for data segregation , distinguished property makes the variable visible within the orchestration. What is Message routing and Content routing? http://www.allinterview.com/showanswers/53890.html When A message is passed through biztalk without being processed then it is called Message Routing. When A message is passed based on certain field value of schema, it is called content routing. How to version your schema? http://www.allinterview.com/showanswers/53891.html Having version attribute in the root node name How to create dynamic ports? http://www.allinterview.com/showanswers/53885.html create one port, port type as dynamic. Drag one expression shape in orchastration. in that type, Portname(Microsoft.XLANGS.BaseTypes.Addresses) = Address url. How to put data using SQL Adapter? http://www.allinterview.com/showanswers/53883.html We use Stored procedure or updategram to put data in SQL Adapter. In BizTalk development where and how you have to use custom develope http://www.allinterview.com/showanswers/53887.html Can have custom functoids, custom pipelines, custom adapters, custom way of calling BRE, calling external .NET assemblies Kris How to transfer files without using Orchestration? http://www.allinterview.com/showanswers/53888.html Use content Base routing in which case you have to use updategram and stored procedure? http://www.allinterview.com/showanswers/69168.html Use it for SQL schema generation using Add Generated items wizard. Use it for Send and receive Port Source schema has nodes First Name, Last Name and destination schema http://www.allinterview.com/showanswers/53884.html Create a MAP in Biz talk and add first name and last name strings with space in between and map to destination schema node. Use that map in port to port binding either in recieve port or in send port. what is custom pipeline and the use of custom pipeline ? why and how http://www.allinterview.com/showanswers/62104.html Custom Pipeline components extend the behavior of Pipelines to include processing data of virtually any format. They can be a powerful solution if you support legacy systems that require integration with other products, but your legacy data f What are convoys http://www.allinterview.com/showanswers/89810.html Convoys exist in the world any time multiple single items must be related together in order to achieve something that the individual item cannot accomplish by itself. This concept generalizes into a basic design pattern. This is convoy proces define mapping,orchestration ,schema,adapters.pipelines,BRE,HAT,BAM http://www.allinterview.com/showanswers/62105.html Mapping - its just used to transfer values from one XSD to other XSD. Orchestration - Work flow of processes. Schema - Schema(Sample) of the XML files which will be used for processing messages. Adapter.Pipeline - Gateway to receive and send How and why you have to use Active Directory in BizTalk development? http://www.allinterview.com/showanswers/53886.html its all depends on sort of deployment, in case of single box hosting sql and biztalk services then absolutely no need of active directory which is mostly happens in development environments, but AD importance coming in to the picture in enter