Posts

Showing posts with the label webMethods Interview Questions

webMethods Interview Questions on Integration Server

Image
Hello Readers, Welcome to my blog. Happy reading :-)  Below are the questions related to webMethods Integration Server or IS from Development and Admin level Experience. 1. What is Integration Server. 2. What are the different types of logs in webMethods. 3. What is ACL and how to create ACL from IS Admin console. 4. How to create User on Integration Server. 5. What are extended settings. 6. How to restart the Integration Server from console. 7. How to Shutdown Integration Server from IS console. 8. How to Reload the package from the Integration Server. 9. How to take the Archive of the Full package from IS console. 10. How to take the patch Archive of a package. 11. If the IS memory is out of usage how will you handle it. 12. How to kill the service which is running infinitely. 13. What are the default ACL that IS supports. 14. What will happen if you assign the ACL. to a package and to perticular elements within the package. 15. What's the differenc

ATS Events in webMethods

Image
Hello Readers, Welcome to my blog. Happy Reading! In this blog, today we will see the types of ATS events in webMethods. 1. Login to MWS 2.  On  successfull login, on the left hand you will see the menu like this. Click on the option Event Management 3.  You will see the page like below. There are two types of Events. Post Processing Events Scheduled Events If you like this post/article, please do share your feedback in the comments section below. Thanks!!

webMethods Interview Questions on Try-Catch

Hello Readers, Welcome back to my blog. Happy Reading :-) Below are the set of most asked Interview Questions on webMethods Try- Catch Scenarios. 1. How to implement Try-Catch in webmethods. 2. Name the service or first flow step that need to be invoked under catch. 3.In which package you will find getLastError service. 4. What will happen if you donot invoke getLastError as the first flow step inside catch 5. How will you implement finally block in webmethods 6. If any error occurs in catch block what happens 7. Tell me the Business scenarios where you will apply finally block 8. Let's Consider a Scenario; SEQUENCE on failure   SEQUENCE  on done        Map step         exit with signal success   SEQUENCE on done       Hardcode something in map step What happens in this above case 9. Let's consider a scenario; SEQUENCE  on failure    SEQUENCE  on failure        Map step exit with signal success    SEQUENCE  on failure      Hardcode something in m