Top BizTalk Interview Questions :: ALLInterview.com http://www.allinterview.com Top BizTalk Interview Questions en-us 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 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. 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 put data using SQL Adapter? http://www.allinterview.com/showanswers/53883.html We use Stored procedure or updategram to put data in SQL Adapter. 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. 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 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. 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 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 How and why you have to use Active Directory in BizTalk development? http://www.allinterview.com/showanswers/53886.html define mapping,orchestration ,schema,adapters.pipelines,BRE,HAT,BAM http://www.allinterview.com/showanswers/62105.html