EAI WebMethods

  Home  Enterprise Application Integration (EAI)  EAI WebMethods


“WebMethods frequently Asked Questions in various EAI WebMethods job Interviews by interviewer. Get preparation of WebMethods job interview”



19 EAI WebMethods Questions And Answers

1⟩ When we use REPEATE, EXIT flow steps?

REPEAT step is used when we want a particular step to be

repeated provided with some conditions.

EXIT step is used to exit from any loop or from the whole

flow step

 185 views

3⟩ How many ways can you invoke a service?

Following are the multiple ways to invoke a flow service in

webMethods.

1.using invoke step within webMethods IDE

2.using Transformers in Map Step

3.using remoteInvoke builtin service can invoke flow service

from other webMethods Environment

4.using service.doInvoke() in Java services

5.using webServices,consuming webService provider

operations.

6.using webmethods supported protocols like http,https.

Ex: http://hostname:portnumber/Invoke/namespace

7.using Publish subscribe mechanism in webmethods

8.In BPM using CAF application,invoking the flow service

through a webservice call

9.using Scheduler in webMethods

10.using Filepolling in webMethods

11.using Startup & Shutdown services

 194 views

7⟩ What are extended settings?

extended settings are basically done for specifying values

to some of the internal keys of Integration server.

Like we can specify java compiler at this setting and

whenever we compile any java service IS will take this

compiler only for compiling the java code.

 183 views

9⟩ What are client groups?

client groups contains a list of clients and it configures

which all documents its client could publish and subscribe to.

 187 views

13⟩ How many kinds of log files in WebMethods? And where are they exist?

1) Server Operations and errors that occur on

Integration Server, such as starting of Integration Server

subsystems and loading of packages belonging to Integration

Server or other webMethods products.

2) Session Sessions opened on Integration Server by

clients and Developer users.

3) Error Stack trace information about all errors that

occur in Integration Server, including exceptions thrown by

services.

4) Guaranteed delivery Guaranteed delivery

transactions.

5) Security Administrative and operational actions on

Integration Server, such as modifications to authorization

and authentication, and attempts to access Integration

Server resources or perform runtime events.

6) Service Services that run in Integration Server.

7) Business process Business processes modeled in

Designer that run on Integration Servers.

8) Task Tasks designed in Designer that run on My

WebMethods Server. Tasks can be called from business

processes or can run as standalone tasks.

9) Integration process Integration processes made up

of a chain of services that run on Integration Servers.

10) Document In doubt, failed, and retries exceeded

documents, and documents that Broker clients publish or

subscribe to on Brokers.

By default, Integration Server stores most of the data in

flat files

 207 views

14⟩ What are the advantages of eai?

Advantages of EAI solutions are:

Streamlines business processes and helps raise organizational efficiency.

Real time information access among systems.

Maintains information integrity across multiple systems.

Speedier transactions at reduced costs.

If one of the applications misbehaves and requires to be shut down for maintenance, then with EAI, we can easily “decouple” it from rest of the systems. Which avoids having to bring down other systems.

 186 views

16⟩ Explain IS is thread or process?

A single process might contains multiple threads; all

threads within a process share the same state and same

memory space, and can communicate with each other directly,

because they share the same variables. By this IS is a process.

 181 views