Posts

Showing posts with the label OSB Questions

Oracle SOA Suite Administration interview questions - Part 3

Image
21. How does your application can call external web service ? 22. Calling async BPEL process within empty BPEL process? 23. Combination of ESB and BPEL and third party web services ? 24. Java embedding 48. BPEL and OSB console ? 25. Adapter - concepts, integration, life-cycle mgmt., translation errors ? 26. Oracle E-Biz adapter and capturing event from oracle ERP ? 27. Fine tuning BPEL process ? 28. What is the SOA Deployment framework used in your Project? A. Partitioned deployment strategy is most commonly used. Components can be deployed using Enterprise Manager or WLST Scripts. 29. Business rules and AIA ? 30. Email notification and rejection handler ? 31. Patches and installation - UNIX based and windows based ? 32. External resource management (example MQ shared library and third party jar files) ? 33. JMS and connection pools 58. Transformation and iteration ? 34. Which are the areas you think Oracle SOA fits perfectly? 35. What is a file adapter ? ...

Oracle SOA Suite Administration interview questions - Part 4

Image
This post is series of SOA Suite Administration interview Questions. You might be interested to see : 41. What is plan.xml and where do you need this? Whenever we have huge deployments in SOA environments and the variation only the DB Details and Context URL paths then we can create multiple plan.xml files to simplify the deployment Unit to multiple platforms such as QA, TEST, DEV etc. 42. Daily activities that you do as an Administrator in a SOA  project ? SOA admin daily activities are: Installation of Environments one time activity for Production multiple for non-Production Configurations - major once minor depending on releases Deployments - Currently every project is following Agile methodology twice in month for Production, non production daily [many times also] Control - Stop or start environments Monitoring the environment sweeping out the logs to clear disk space. recycle long running servers to free up JVM, etc DR sync up for every release code ensure every...

Oracle SOA Suite Administration interview questions

Image
Oracle SOA  Suite Administrator Interview Questions and Answers These questions are collected and produced as per my knowledge on SOA Suite 11g and 12c Administration. You could also share your experiences with us on SOA Admin interviews we will publish the unique questions with more accurate answers. What is SOA [Service-Oriented Architecture]? SOA is an IT architecture strategy for business solution (and infrastructure solution) delivery based on the concept of service-orientation. It is a set of components which can be invoked, and whose interface descriptions can be published and discovered. It aims at building systems that are extensible, flexible and fit with legacy systems. It promotes the re-use of basic components called services. Why we need Oracle SOA Suite? Service is the important concept. Services can be published, discovered and used in a technology neutral, standard form by the set of protocols of the web services. Other than being just archit...