Skip to main content

Microsoft BizTalk Server | Interview Questions | Set 1


Hi Folks,

Below is list of Some important questions that you may want to go through for a Biztalk developer role opening.

Sharing the set 1 now just with questions.
Will be sharing more soon.


  1. What is BizTalk Server?
  2. List down components of Biztalk server
  3. Biztalk architecture how is it?
  4. Types of schemas
  5. Document schema vs Envelope schema
  6. How to create envelope schema and its properties
  7. What is Property schema , how to create and its basic properties
  8. Purpose of using Flat file schema
  9. How to create a Flat file schema
  10. What do you mean by Canonical Schema
  11. What's is a message type
  12. Can a schema be without namespace
  13. What is min max and group min max property in a schema
  14. Explain Block default property
  15. Property promotion and types
  16. Distinguished field vs Promoted field
  17. Is it possible to promote XML record of complex content
  18. What is <Any> element in a schema
  19. Max length Promoted field and distinguished field
  20. What's Auto mapping and Default mapping 
  21. Can we have more than one source schema and one in destination
  22. Can we create maps without Links
  23. How to set Global variable in a map
  24. Can and how be a value from orchestration be passed in a map
  25. What is mass copy functoid
  26. Difference between Value mapping and value mapping flattening functoid
  27. Is it possible to reuse a method in Scripting component in a map
  28. Max number of inputs in string concatenation functoid
  29. How to index of current record in looping structure
  30. How are messages created in orchestration
  31. What is metadata of a message in Biztalk
  32. Can recursion be achievable in orchestration
  33. What is Typed and Un typed message in orchestration
  34. State the design patterns in Biztalk orchestration
  35. What is BTDF how to use it
  36. What is binding in . Orchestration and types of binding
  37. What is a scope in orchestration
  38. Types of scope in Orchestration
  39. What are persistence points In Orchestration
  40. What is correlation in Biztalk orchestration and how to use it
  41. Difference between a message assignment and expression shape in orchestration
  42. How to call a non serizable .net helper class in orchestration
  43. Difference between delay shape and listen shape
  44. Difference between call and start orchestration shape in Biztalk orchestration
  45. What is the purpose of Activate recieve shape and can an orchestration start without an activable recieve shape
  46. Why do we set Synchronised == True in a scope
  47. What is max number of properties used for correlation
  48. What is written properties in Biztalk
  49. What is And OR logic in Biztalk orchestration
  50. How to skip an orchestration from being compiled


Stay tuned for answers and more questions.

#ShareAndLearn
#KeepLearning

PS: These questions are taken down from Actual interviews, hope it helps! 😁

Comments

  1. Thanks a lot for questions but where are the jobs for BizTalk these days ? :(

    ReplyDelete
    Replies
    1. True Bhavani. There are some rare opportunities in MNCs like Accenture, TCS and Capgemini.. but it's turning down to be a very rare and niche skill.

      Delete

Post a Comment

Popular posts from this blog

Microsoft BizTalk Server| Interview Questions| Set 2

Hi folks, We are back with set 2 of Biztalk server developer Interview Questions. Let's have a look then. State and explain stages of receive and send pipeline. Difference Between XML receive pipeline and passThru pipeline. State minimum components required in a pipeline. State maximum components used in a pipeline. Which property is required using Flat file dissambler and what happens if it is not set. What are the base types of pipeline components. What Interfaces are used for developing a general custom component pipeline. What Interfaces are used for implementing a dissambler custom pipeline component. How to execute a pipeline in an Orchestration. How to set properties of an adaptor dynamically in an Orchestration. What is message box and its purpose in Biztalk server. Types of subscription in Biztalk. Is it possible to have more than one port with same name. In which state can a send port do not subscribe to a message. Why multiple receive locations can

Microsoft C# - Basics

What is C#? We'll Take this definition from Wiki: Basic Points we should cover up: We would be learning following points in this Post: Writing and Reading from Console Variables, Data Types and Conversions Operators Conditions Passing Values to methods Handling Nullables Arrays, String, Struct and Enums Let's Code: The below Program will help you understand the basics of the above points listed. Go through each region separately and get to know the syntax of C#. We Believe, it's always better to Code and Learn than Read and Learn! If you want theoretical help related the basics, please visit here: C# Basics   Hope this helps to get you to start off with C# Coding! We would be adding more to this soon! And don't forget to visit  Joodle  to compile your codes online. Thanks! 😀