OSB Basic Interview Question Part 2
1. What is Java Callout ?
Ans:- Through which we can execute some java methods.
2. What is assign ?
Ans:- it is a action to initialize a variable.
3. What is replace ?
Ans:- which will replace the element specified by the Xpath in In variable with expression. which can replace node content and entire node.
4. What is insert ?
Ans:- through which we can add one more element in xml message.
5. What is delete ?
Ans:- through which we can delete an element.
6. What is publish ?
Ans:- through which we can invoke one way services.
7. What is configuration file ?
Ans:- Configuration file contains the endpoint url's of the business services, which is used in migration of services from one server to other server.
=> we can create a configuration file through sbconsole for a project.
=> we can execute a configuration file through sbconsole.
8. What is Routing table ?
Ans:- through which we can achive content based routing.
9. What are your roles and responsibilities in OSB ?
Ans:- (a) creation of business services.
(b) creation of proxy services.
(c) creation of xquery resources.
(d) writing complex business logic in pipeline pairs.
(e) creation of JMS queues.
(f) creation of alert destinations.
(g) creation of wsdl files for custom requirements.
(h) working with split join to achive paralled flow.
10. What is message flow ?
Ans:- here we define the logic of the project, we do all types of transformation routing and other processing.
Comments
Post a Comment