New BizTalk Interview Questions :: ALLInterview.com http://www.allinterview.com New BizTalk Interview Questions en-us in which case you have to use updategram and stored procedure? http://www.allinterview.com/showanswers/69168.html define mapping,orchestration ,schema,adapters.pipelines,BRE,HAT,BAM http://www.allinterview.com/showanswers/62105.html what is custom pipeline and the use of custom pipeline ? why and how http://www.allinterview.com/showanswers/62104.html 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. How to version your schema? http://www.allinterview.com/showanswers/53891.html Having version attribute in the root node name 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. 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. How to transfer files without using Orchestration? http://www.allinterview.com/showanswers/53888.html Use content Base routing 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 and why you have to use Active Directory in BizTalk development? http://www.allinterview.com/showanswers/53886.html 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. 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. 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. 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.