Friday 22 June 2012

webmethods interview questions

WebMethods Faqs-->2

16.What happens when the pub.flow:tracePipeline service is invoked?

The Integration Server logs the name-value pairs in the pipeline at that time

17.When creating a BRANCH flow element, what is the purpose of the "scope" field on the properties tab?

To restrict pipeline access to only the data in this document

18.What is the primary function of the built-in pub.flow:savePipeline service?

Save the current pipeline to a named memory location on the Integration Server

19.When you create and save the FLOW "my.pack:myFlow" in the "MyPack" package, where will you find the code?

In the "MyPack\ns\my\pack\myFlow\flow.xml" file

20.What is the Branch operation?

Branch operation conditionally executes an operation based on the value of a variable at run time

21.What is the default behavior, if a Flow EXIT does not specify a "from"?

$loop will be assumed, and a com.wm.lang.flow.FlowException will be thrown if the EXIT is not in a LOOP

22.An Integration Server package may have one or more startup services. When does a startup service execute?

Whenever the package is loaded or re-loaded

23.By default, the webMethods Integration Server has an HTTP listener assigned to which port?

5555

24.How can the webMethods Integration Server logging date format be changed?

By editing the watt.server.dateStampFmt parameter in the server.cnf file

25.When coding IS Services, how can a variable of type Document Type be represented in Java?

Variable of type Document Type be represented as "IData "

26.For a REPEAT operation to execute as long as the specified repeat condition remains true, the count parameter needs to be set to:

The count parameter needs to be set to "-1 " .

27.When creating Flow services, what is the purpose of a SEQUENCE operation?

The purpose of Sequence operation is to group a subset of Flow operations so that they are treated as a unit.

28.If the webMethods Integration Server is started with from the server root directory with this command, "bin\server.bat -debug 9 -log none", what does this tell the server to do?

Start in level 9 debug mode and write all server log information to the screen.

29.The Integration Server requires access to the Java classes for each JDBC driver that it will use. Typically, where must such Java classes be placed?

webMethods6\IntegrationServer\lib\jars

30.The Flow Services are physically stored on the webMethods Integration Server in the form of:

Flow Services are physically stored on the webMethods Integration Server as "XML" files.

0 comments:

Post a Comment