Biztalk Functoid

  Home  BizTalk Server  Biztalk Functoid


“Biztalk Functoid related Frequently Asked Questions by expert members with professional career as Biztalk Functoid. These list of interview questions and answers will help you strengthen your technical skills, prepare for the new job interview and quickly revise your concepts”



30 Biztalk Functoid Questions And Answers

4⟩ Tell us what is the difference between Value Mapping and Value Mapping Flattening functoid?

☛ Value Mapping: When both the source and the destination schemas define parallel repeating structures between which the relevant data is mapped.

☛ Value Mapping (Flattening): When the source schema defines a repeating structure and the destination schema defines a flat structure, such that different instances of the repeating structure in the source schema are intended to be mapped into the unique elements in the flat structure in the destination schema.

 217 views

5⟩ BAM Based Biztalk Functoid Interview Questions

☛ 1. What are activities ?

☛ 2. What are Views ?

☛ 3. How to capture data for your activities ?

☛ 4. What is TPE ?

☛ 5. What are the different types of event streams ?

☛ 6. What do you enable continuation ?

☛ 7. How do you ensure Transactional Integrity with Event Streams ?

☛ 8. Difference between Message and Orchestration Event Streams ?

☛ 9. What are the different sources of Data (event sources) inside TPE ?

☛ 10. How do you set permissions to a view ?

 191 views

6⟩ What is dehydration?

When an orchestration has been idle for a while, the orchestration engine will save the state information of the instance and free up memory resources.

 200 views

9⟩ Schemas & Maps Biztalk Functoid Interview Questions

☛ 1. What are the different Types of Schemas ?

☛ 2. What is an Envelope Schema ?

☛ 3. What is a property schema ?

☛ 4. How property Schema differs from Others ?

☛ 5. How do you validate the incoming message against a particular Schemas ?

☛ 6. What are the ways to reuse Schemas ?

☛ 7. What is the difference between Importing and Including a Schema ?

☛ 8. What is a Canonical Schema ?

☛ 9. What is a Context Property ?

☛ 10. Are all Context Properties promoted ?

☛ 11. What happens if promoted property is not filled ? Will an exception be thrown.

☛ 12. What is the difference between Message Context Property Base and Message Data Property Base in Property Schema ?

☛ 13. How can you deploy 2 schemas side by side ?

☛ 14. Difference between Value Mapping and Value Mapping Flattening Functiods.

☛ 15. What is Auto Mapping Feature ?

☛ 16. Database Functoids.

☛ 17. Table Looping Functoids.

☛ 18. Cross Reference Functoids.

☛ 19. Difference between Value and ID Cross Reference Functoids ?

☛ 20. What is Part Context Property Base ?

☛ 21. Are Message Context Property Base Elements Promoted ? (No)

☛ 22. Can we have multiple versions of Schema within a pipeline ?

☛ 23. Difference between Index and Iteration Functoid ?

☛ 24. How do you call an external assembly from Map ?

 196 views

11⟩ General Biztalk Functoid Interview Questions

☛ 1. Explain the Architecture of BizTalk Server.

☛ 2. What is a Messaging Agent ?

☛ 3. BizTalk Server is Very Costly. Why do you go for it.

☛ 4. Advantages of using BizTalk Server.

☛ 5. Why BRE ? What are the Advantages over Other Tools as it is very costly for Clients?

☛ 6. What is a Host?

☛ 7. What is a Host Instance ?

☛ 8. How do you run a Host Instance in a different Server ?

☛ 9. Difference between Inprocess and Isolated Host ? Why is Isolated Host required ?

☛ 10. How do you set the Host as Send/Receive Handlers ?

 200 views

13⟩ Do you know what is Correlation? Why do we need it?

An Orchestration can have more than one instance running simultaneously. Even though each of those multiple instances perform the same action, it does it on different data contained within a message.

Correlation is a process of associating an incoming message with the appropriate instance of an orchestration.

For Example: If your orchestration issues a purchase order, receives an invoice, and sends a payment, the developer must make certain that the invoice message is received by the orchestration instance which corresponds to the orchestration that sent the Purchase Order. Without correlation, it would be possible to send out an invoice for thousands of items even though the purchase order is for one. And each correlation is based on a set of properties known as correlation types.

 216 views

15⟩ Explain me how can you build an if-then-else construction with functoids?

To build if-then-else it will need any of the Logical functoid (depending upon the requirements, e.g., if the value is to be matched then Equal Functoid) and a Value mapping functoid. The combination (Logical Functoid and Value Mapping Functoid) will repeat, firstly to implement IF condition and secondly to implement ELSE condition.

 193 views

19⟩ Please explain what is functoid?

The term functoids refers to predefined functions within the BizTalk Mapper tool set. Functoids support a number of useful translations and transformations.

We can consider functoids, as pre-defined functions that we can use to perform complex data manipulations and transformations. Typically on a map, the data is copied from source to destination by dragging links between elements of the two schemes. Functoids stays in the middle of these operations and apply an operation on the incoming data in order to transform them to the requirements of the destination. BizTalk Mapper Designer represents a functoid as a box in the middle of the link or links between the processing elements. As a point of interest, functoid is a term coined by Microsoft and is commonly described as “functions on steroids.”

 198 views

20⟩ Orchestrations Based Biztalk Functoid Interview Questions

☛ 1. What is an Orchestration ?

☛ 2. Read about each and every shape used in Orchestration. Specifically – Parallel, Listen, Compensate

☛ 3. Transactions in Orchestration.

☛ 4. Difference between Atomic and Long Running Transactions.

☛ 5. How to handle Delivery Failures ?

☛ 6. How do you ensure FIFO ?

☛ 7. Different Orchestration Patterns.

☛ 8. What is an Orchestration Instance.

☛ 9. How can you build a Singleton Pattern in Orchestration.

☛ 10. Convoys.

☛ 11. Race Condition and Zombie /Orphaned messages.

☛ 12. How can you deploy 2 Orchestration side by side ?

☛ 13. How do you update a deployed Orchestration with 0 or Less downtime.

☛ 14. How do you debug an Orchestration ?

☛ 15. How do you trace the messages processed by an Orchestration ?

☛ 16. Difference between call and start Orchestrations

☛ 17. Direct Binding ?

☛ 18. What are dynamic ports. How will you dynamically set the port.

☛ 19. Can we have dynamic send and receive ports ?

☛ 20. How do you consume a web/wcf service in an Orchestration ?

☛ 21. What are Persistence points ?

☛ 22. How do you count the Number of Persistence Points ?

☛ 23. What is Correlation ?

☛ 24. What are subscriptions ?

☛ 25. Which shapes will yield persistence points ?

☛ 26. How do you enable FIFO ?

☛ 27. What is a Multipart Message ? How do you use that ?

☛ 28. What is the use of Compensate shape ?

☛ 29. Assume you are using Transactions in your Orchestration. How do you set Timeout incase if you dont receive a response from an external system ?

☛ 30. What is XPath ? How can you use that ?

☛ 31. Difference between using XPath and using Distinguished fields.

☛ 32. Can you control the number of instances created for an Orchestration ?

☛ 33. How do you execute a Pipeline from an Orchestration ?

☛ 34. What happens when to try to use the Promoted Propery whose value (missing element/node) is not present in the message ? (Missing Property Exception)

☛ 35. How do you test the existence of a Promoted Property before using it ?

☛ 36. How do you ensure that a message is delivered to the destination ?

☛ 37. How do you call a non-serialazable class from an Orchestration ?

☛ 38. Advantage of having an Atomic scope.

 197 views