Common Biztalk Interview Question expected in a job interview
Schemas
What is the difference between a Document Schema and a Property Schema?
Can an Envelope schema consist of more than one schema type?
Messaging
What are un-typed messages, how does one create them?
What is the difference between static, dynamic and direct binding?
How does one enable subscriptions in BizTalk?
Can a flat file message be processing without a pipeline?
Can multiple messages be processed or batched without an envelope schema?
What is property promotion, why is it required?
In which scenarios would use a "promoted property" vs "distinguished fields"?
In Biztalk, what does a message type consist of?
Orchestrations
What is the purpose of the property "Activate" in a Receive shape?
Can an orchestration Start without an Activatable receive?
Is it necessary for all .NET components being called from an Orchestration be Serializable?
When do we need set the property "Synchronized" = true for a scope?
What is the difference between an Exception block and a Compensation block? is it the equivalent of try-catch-finally?
How do you prevent occuring of zombies in a Parallel Convoy?
What is the difference between a delay shape vs a listen shape?
When you use Call Orchestration shape vs Start Orchestration shape?
What is the difference between a "Message Assignment" shape and an "Expression" shape?
Does BizTalk Orchestrations support recursion?
Is it possible to have a exception block for an Atomic scope? if not why?
How does one enable Correlations in BizTalk?
Is it possible to share variables across two branches in a Parallel shape?
Does BizTalk automatically compensate a unsuccessful transaction?
What is the main difference between a Long-Running transaction and an Atomic Transaction in BizTalk context?
Architecture and Design
In an Orchestration design, Orchestration A calls another Orchestration B, and vice versa. Is it possible to implement this design?
List out the three important things to consider while designing a BizTalk orchestration!
Enumerate the steps required to deploy an BizTalk solution from one machine to another machine.
Schemas
What is the difference between a Document Schema and a Property Schema?
Can an Envelope schema consist of more than one schema type?
Messaging
What are un-typed messages, how does one create them?
What is the difference between static, dynamic and direct binding?
How does one enable subscriptions in BizTalk?
Can a flat file message be processing without a pipeline?
Can multiple messages be processed or batched without an envelope schema?
What is property promotion, why is it required?
In which scenarios would use a "promoted property" vs "distinguished fields"?
In Biztalk, what does a message type consist of?
Orchestrations
What is the purpose of the property "Activate" in a Receive shape?
Can an orchestration Start without an Activatable receive?
Is it necessary for all .NET components being called from an Orchestration be Serializable?
When do we need set the property "Synchronized" = true for a scope?
What is the difference between an Exception block and a Compensation block? is it the equivalent of try-catch-finally?
How do you prevent occuring of zombies in a Parallel Convoy?
What is the difference between a delay shape vs a listen shape?
When you use Call Orchestration shape vs Start Orchestration shape?
What is the difference between a "Message Assignment" shape and an "Expression" shape?
Does BizTalk Orchestrations support recursion?
Is it possible to have a exception block for an Atomic scope? if not why?
How does one enable Correlations in BizTalk?
Is it possible to share variables across two branches in a Parallel shape?
Does BizTalk automatically compensate a unsuccessful transaction?
What is the main difference between a Long-Running transaction and an Atomic Transaction in BizTalk context?
Architecture and Design
In an Orchestration design, Orchestration A calls another Orchestration B, and vice versa. Is it possible to implement this design?
List out the three important things to consider while designing a BizTalk orchestration!
Enumerate the steps required to deploy an BizTalk solution from one machine to another machine.
No comments:
Post a Comment