:: Home     :: MS Dynamics CRM     :: .Net 1.1     :: .Net 2.0     :: Sharepoint Portal     :: Ajax

  login:        
  passwords:  
Asp.Net Interview Questions
  • 2.0 Interview Questions
  • Ado .Net 2.0 Interview Questions
  • Ado .Net Interview Question
  • Ado.Net Interview Questions
  • Ado.Net Interview Questions In .Net
  • Asp Interview Questions
  • Asp.Net Exam Questions
  • Asp.Net Interview
  • Asp.Net Interview Points
  • Asp.Net Interview Question
  • Asp.Net Interview Question And Answer
  • Asp.Net Interview Questions
  • Asp Net Latest Interview Questions
  • Asp.Net Multiple Questions
  • Asp.Net Possible Interview Question
  • Asp.Net Questions
  • Asp.Net Questions For Interview
  • Asp.Net Related Questions
  • Asp.Net Web Developer Interview Questions
  • Asp.Net Web Development Interview Questions
  • Ibm Asp.Net Interview Questions
  • Important Interview Questions In Asp.Net
  • Interview Question Asp.Net
  • Interview Question For Asp.Net
  • Interview Question In Asp.Net
  • Interview Question Of Asp.Net
  • Interview Question On Asp.Net
  • Interview Questions Asp.Net
  • Interview Questions For An Asp.Net Developer
  • Interview Questions For An Asp.Net Developer
  • Interview Questions For Asp.Net
  • Interview Questions In Asp.Net
  • Interview Questions Of Asp.Net
  • Interview Questions On Asp.Net
  • Interview Questions Related To Asp.Net
  • Interview Questoins In Asp.Net
  • Latest Interview Question AspNet
  • Latest Interview Question Asp.Net
  • .Net Asp Interview Questions
  • Questions In Asp.Net
  • Questions On Asp.Net Application Domain
  • Questions On Dataset In Asp.Net
  • Interview Question On Asp Net 1.1 Asp.Net 2.0
  • Asp.Net FAQS
  • Asp.Net Faq s
  • Asp.Net Faq With Answer
  • Asp.Net Faqs
  • Asp.Net Interview Faqs
  • Faq On Asp.Net
  • Faqs In Asp.Net
  • Faqs On Asp.Net
  • Questions In Asp.Net
  • Questions On Asp.Net Application Domain
  • To Asp.Net Faqs
  • Asp.Net 2.0 Interview Questions
  • Asp 2.0 Interview Questions
  • Asp Net 2.0 Exam Questions
  • Asp.Net 2.0 Interview
  • Asp.Net 2.0 Interview Question
  • Asp.Net 2.0 Interview Questions
  • Asp.Net 2.0 Job Interview
  • Asp.Net 2.0 Job Interview Questions
  • Asp.Net 2.0 Questions
  • Asp.Net 2.0 Website Programming Interview Questions
  • Asp.Net 2 Exam Questions
  • Asp.Net 2 Interview Questions
  • Asp.Net 2005 Interview Questions
  • Interview s Questions Of Asp.Net 2.0
  • Interview Question Asp.Net 2.0
  • Interview Question For Asp.Net 2.0
  • Interview Question In Asp.Net 2.0
  • Interview Question Of Asp.Net 2.0
  • Interview Question On Asp.Net 2005
  • Interview Questions Asp.Net 2.0
  • Interview Questions For Asp.Net 2.0
  • Interview Questions In Asp.Net 2.0
  • Interview Questions In Asp.Net 2.0
  • Interview Questions In Asp.Net 2.0
  • Interview Questions Of Asp.Net 2.0
  • Interview Questions On Asp.Net 2.0
  • Question On Asp.Net 2.0
  • Asp.Net 1.1 Interview Questions/FAQS
  • Asp.Net 1.1 Faqs
  • Interview Question On Asp.Net 1.1 & Asp.Net 2.0
  • Java Script/HTML/DHTML Interview Questions
  • Javascript Interview Questions In .Net
  • Interview Question Answer Html Dhtml
  • .Net WebServices & Remoting Interview Questions
  • .Net Remoting Interview Questions
  • .Net Web Services Interview Question
  • .Net Web Services Interview Questions
  • .Net Webservice Interview
  • .Net Webservices Interview Questions
  • Web Services Interview Questions
  • Share Point Interview Questions
  • Interview Questions For Sharepoint Developer
  • Sharepoint Administrator Interview Questions
  • Sharepoint Interview Questions
  • Sharepoint Interview Questions & Answers
  • Sharepoint Portal Interview Questions
  • Biz Talk Server Interview Questions
  • Biztalk Server Interview Questions
  • Visual Studio 2005/2003 Interview Questions
  • Visual Studio 2005 Interview Questions
  • Vs 2005 Interview Questions
  • .Net 2.0 Interview Questions
  • Interview Questions For .Net 2.0
  • Interview Questions In .Net 2.0
  • .Net 2.0 Interview
  • .Net 2.0 Interview Question
  • .Net 2.0 Interview Questions
  • .Net 2.0 Question
  • .Net 2.0 Questions
  • .Net 2 Interview Questions
  • .Net 2005 Interview Questions
  • .Net Framework 2.0 Faq s
  • . Net_Framework_2.0_Faq s.aspx
  • .Net Interview Questions/FAQS
  • Faqs In Net
  • Interview Question .Net
  • Interview Question Of .Net
  • Interview Question On .Net
  • Interview Question Related to net
  • Interview Questions For .Net
  • Interview Questions .Net
  • Interview Questions On .Net
  • Interview Work Exam For .Net Programmer
  • .Net Framework Interview Questions
  • .Net Interview Faq
  • .Net Interview Faqs
  • .Net Interview Question
  • .Net Interview Faq
  • .Net Interview Question List
  • .Net Interview Question With Options
  • .Net Interview Questions
  • Questions In .Net
  • What Type Questions In .Net
  • Download .net interview question
  • Microsoft .Net Interview Questions
  • Simple Interview Questions On Microsoft .Net
  • .Net Windows/Web Forms Interview Questions
  • .Net Web Developer Interview Questions
  • Windows .Net Forms Interview Questions
  • .Net Web Developer Interview Questions
  • Asp.Net/Classic Asp Questions
  • Asp Interview Questions
  • Asp.Net Multiple Questions
  • Asp.Net Possible Interview Question
  • Classic Asp Interview Questions

  • Biztalk Server Interview Questions


    1. What is BizTalk?

      Biztalk is a messaging based integration tool.
      Bonus:It consists of several different pieces including Business Processes (Orchestrations), BAM, Rules Engines, and HAT.

    2. What is a Message Type (i.e. BTS.MessageType) and how is it used in BizTalk?

      Message Type is a BizTalk System property that is promoted inside a Pipeline. It is made up of Document Name Space # Root Node Name.

    3. What is the default mapping for Auto Mapping?

      The default is by structure.This can be change to by node name on the map properties.

    4. How do you call a Non-Serializable .Net helper class inside an Expression Shape?
      • Add a reference to that class.

      • Make sure your Orchestration is Long Running transactional.

      • Add an Atomic scope.

      • Create an Orchestration variable of that class inside the scope.

      • Create an instance on that object inside the scope.

      • Call the method.

      • Bonus: Mention the class must be strongly signed and in the GAC.

    5. What if the class is Serializable?

      No transactional Orchestration or Atomic scope is needed.

    6. What does the Value Mapping Functoid do?

      Returns the second parameter if the first parameter is true

    7. What is the difference between a Distinguished field and a Promoted Property?
      • Distinguished fields are light weight and can only be used inside an Orchestration.

      • Promoted Properties are defined inside a property schema, are tracking in SQL, can be tracked in HAT, and can be used for content based routing.

    8. How do you achieve First-In-First-Out message processing of messages received from multiple sources using an Orchestration?
      • Use a Sequential Convoy to process the messages in the order they are received into the Message Box.

      • Make sure Ordered Delivery is set to True inside the Orchestration Receive Port.

    9. At high level, what do Receive Ports and Orchestration Send Port really do in terms of messaging? What about Send Ports and Orchestration Receive Ports?
      • Receive Ports and Orchestration Send Port are both publishers.

      • Ports and Orchestration Receive Ports are both subscribers.

    10. When working with Schemas, Maps, Pipelines, and Orchestrations how should the projects be structured?
      • Schemas and Maps in its own project.

      • Or Schemas and Maps together in its own project.

      • Orchestrations in its own project.

      • Pipelines in it own project.

    11. What is direct binding?
      • Direct binding has three types: direct to message box, self correlating, and partner ports.

      • Used to route message between the message box and Orchestrations without using bindings or from one Orchestration to another Orchestration.

    12. What is BAM used for?

      BAM is used to monitor business milestones and key metrics in near real-time throughout a process in BizTalk.

    13. What is the Rules Engine?

      Rules are used to provide highly efficient, easily changeable business rules evaluation to Business Processes. This allows rules to be changed without rebuilding and redeploying .net assemblies. The Business Rules Engine (BRE) can also be called from any .net component through the API’s

    14. What are Persistence Points and what causes them?
      • Persistence is when the state of a running Orchestration is stored into SQL.

      • It is good enough to know various shape and actions cause persistence. More specifically, it occurs: end of a transactional scope, at a send shape, at a start Orchestration shape, during dehydration, if the system shuts down expectedly or unexpectedly, or the business process suspends or ends.

    15. What group does a user need to belong to in order to submit messages to the message box?

      The user needs to be a member of the hot group or isolated host group (assuming a default installation).

    16. What user rights to you need to perform most actions in HAT?
      • BizTalk Server Administrator

        When installing Biztalk in a multi-server configuration with a remote SQL and Analysis Services

    Google
     
    ::  Home :: Services ::  Prices ::  Request Quote
    Copyright 2007, Megasolutions Ltd