New BizTalk Interview Questions :: ALLInterview.com http://www.allinterview.com New BizTalk Interview Questions en-us how many Biztalk Components are there? http://www.allinterview.com/showanswers/100630.html I have a receive port and send port whose message types are differen http://www.allinterview.com/showanswers/100540.html 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 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 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 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 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 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 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.