Dell Boomi Interview Questions Basics
Dell Boomi Interview Questions Basics
1. What is the difference between a route shape and a branch shape?
Ans. A branch shape send all the documents to each branch leg sequentially, whereas, a route shape sends the documents to different paths based on any specific condition.
2. What is the difference between local atom and cloud atom
Ans. Cloud atom can be used to connect to any connection that is publically available, like salesforce, successfactors etc. , however, if we have to access the resources that are hosted on the local network then we will have to use the local atom, for instance database server, or any shared network location.
3. What is difference between decision shape and business rule shape?
Ans. Decision shape returns a Boolean value, true or false, for any specific condition, where as we can check multiple conditions by using a business rule shape. A business rule shape can be replaced by using multiple decision steps.
4. Difference between dynamic document properties and dynamic process properties
Ans. Document properties gets initiated with a document and remain available till the life-cycle of an individual document ends, where as dynamic process properties initiates with the initiation of a process and are available throughout the process till it ends.
5. What is the difference between a try catch shape and an exception shape?
Ans. A try catch shape is used to catch any error which may come during the execution of the process, however, an exception shape is used to throw a custom exception in any business scenario.
No comments:
Post a Comment