0% found this document useful (0 votes)
486 views7 pages

731 WebMethods Interview Questions Answers Guide

Uploaded by

Gilbert Courtot
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
486 views7 pages

731 WebMethods Interview Questions Answers Guide

Uploaded by

Gilbert Courtot
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

WebMethods Job Interview

Questions And Answers

Interview Questions Answers


https://interviewquestionsanswers.org/
About Interview Questions Answers

Interview Questions Answers . ORG is an interview preparation guide of thousands of Job


Interview Questions And Answers, Job Interviews are always stressful even for job seekers who have
gone on countless interviews. The best way to reduce the stress is to be prepared for your job
interview. Take the time to review the standard interview questions you will most likely be asked.
These interview questions and answers on WebMethods will help you strengthen your technical
skills, prepare for the interviews and quickly revise the concepts.

If you find any question or answer is incorrect or incomplete then you can submit your question or
answer directly with out any registration or login at our website. You just need to visit WebMethods
Interview Questions And Answers to add your answer click on the Submit Your Answer links on the
website; with each question to post your answer, if you want to ask any question then you will have a
link Submit Your Question; that's will add your question in WebMethods category. To ensure quality,
each submission is checked by our team, before it becomes live. This WebMethods Interview
preparation PDF was generated at Saturday 6th February, 2021

You can follow us on FaceBook for latest Jobs, Updates and other interviews material.
www.facebook.com/InterviewQuestionsAnswers.Org

Follow us on Twitter for latest Jobs and interview preparation guides.


https://twitter.com/InterviewQA

If you need any further assistance or have queries regarding this document or its material or any of
other inquiry, please do not hesitate to contact us.

Best Of Luck.

Interview Questions Answers.ORG Team


https://InterviewQuestionsAnswers.ORG/
[email protected]
WebMethods Interview Questions And Answers
In
te

WebMethods Interview Questions And Answers Guide.


rv
ie
w
Q

Question - 1:
Explain what is indices in MAP flow step?
ue

Ans:
In MAP Step Indices Is When You Have Array of data if you want to MAP One of the element in Array to the target Element then you can Use the indices
View All Answers
st

Question - 2:
io

Explain IS is thread or process?


Ans:
A single process might contains multiple threads; all
ns

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.
View All Answers
A

Question - 3:
ns

How You Can Delete Session Logs On IS?


Ans:
Go to Installationfolder/IntegrationServer/logs/
Here you will find logs in the name WMSESSION_.log
w

Delete this log files.


View All Answers
er

Question - 4:
Explain What are the new features in 8.0 compared to 7.1?
s.

Ans:
My webmethods
O

webMethods ApplinX
webMethods Business Events
webMethods Business Rules
R

webMethods communicate
webMethods Cntent Service Platform
webMethods Meadiator
G

webMethods OneData
webMethods ProcessEngine
webMethods designer
EntreX
View All Answers

Question - 5:
If i dont want to repeat then what i need to do?
Ans:
put exit step in repeat loop whenever you want to exit from repeat
View All Answers

Question - 6:
Scenario: i have a loop A, under which i have a child loop B, under which i have a Branch with few services with a condition. if a condition is satisfied , then i need
my branch to exit from loop B, what should i do?

Copyright © https://InterviewQuestionsAnswers.org Page 3/7


WebMethods Interview Questions And Answers

Ans:
Place a Exit Step inside the branch condition and set the
property exit from to "Loop".
View All Answers
In

Question - 7:
te

What are extended settings?


Ans:
extended settings are basically done for specifying values
rv

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
ie

compiler only for compiling the java code.


View All Answers
w

Question - 8:
If i have a parent sequence with the property set- exit on success, n the try sequence block set to exit on failure, n the catch sequence block too set to failure, what is
the result?
Q

Ans:
In this case if any step in try block fails it will exit
ue

that and come to catch block and if any step in catch block
fails it will exit from the catch block and skip rest of
the flow steps.
View All Answers
st

Question - 9:
io

What are client groups?


Ans:
client groups contains a list of clients and it configures
ns

which all documents its client could publish and subscribe to.
View All Answers

Question - 10:
A

How to convert document list to document?


If document list contain documents and documents contain strings field. How to convert?
ns

Ans:
Directly invoke the service
pub.document:documentListToDocument to convert document
list into document.
w

This service is the buit in services and its availble in


wMpublic package in developer.
er

View All Answers

Question - 11:
s.

How we can catch exception error on run time mode using Flow language in WebMethods? and how we can send error description as an output parameter?
Ans:
O

> sequence ---------- Succeded


|--sequence ------------- try block------
|--sequence ------------- catchBlock-----
R

|-- invoke getLastError service


View All Answers
G

Question - 12:
What is the file (.jar) name that sharing between WebMethods integrated with JD Edwards?
Ans:
Connector.jar, database.jar, jdeutil.jar, kernel.jar, log4j.jar, xalan.jar, xerces.jar, XTS.jar are the Jar files that you need to paste in the
"<EnterpriseOne_install_dir>systemclasses"
For enterpriseOne versions 8.9 and 8.10...
View All Answers

Question - 13:
How many kinds of log files in WebMethods? And where are they exist?
Ans:
1)Server Operations and errors that occur on
Integration Server, such as starting of Integration Server
subsystems and loading of packages belonging to Integration

Copyright © https://InterviewQuestionsAnswers.org Page 4/7


WebMethods Interview Questions And Answers

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
In

services.
4)Guaranteed delivery Guaranteed delivery
transactions.
te

5)Security Administrative and operational actions on


Integration Server, such as modifications to authorization
and authentication, and attempts to access Integration
rv

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.
ie

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.
w

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
Q

subscribe to on Brokers.
By default, Integration Server stores most of the data in
flat files
ue

View All Answers

Question - 14:
st

How many ways can you invoke a service?


Ans:
io

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
ns

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.
A

6.using webmethods supported protocols like http,https.


Ex: http://hostname:portnumber/Invoke/namespace
7.using Publish subscribe mechanism in webmethods
ns

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


through a webservice call
9.using Scheduler in webMethods
10.using Filepolling in webMethods
w

11.using Startup & Shutdown services


View All Answers
er

Question - 15:
How many interfaces you implemented sofar?
s.

Ans:
This answer is different to each other...
O

As per your experience tell the count of interfaces which


are developed by you. (ex: 20 or 30.....)
View All Answers
R

Question - 16:
G

When we use REPEATE, EXIT flow steps?


Ans:
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
View All Answers

Question - 17:
How to store logs in DB?
Ans:
watt.server.auditStore=database
View All Answers

Copyright © https://InterviewQuestionsAnswers.org Page 5/7


WebMethods Interview Questions And Answers

Question - 18:
Explain about Pub-Sub Architecture, where do you implemented this?
Ans:
In

1) Point-to-point Architecture
in this architecture source system will publish the data and
target system will receive the data.
2) Point-to-Multiple Architecture
te

In this Source system will publish the data to Broker, from broker multiple target systems will subscribe.
View All Answers
rv
ie
w
Q
ue
st
io
ns
A
ns
w
er
s.
O
R
G

Copyright © https://InterviewQuestionsAnswers.org Page 6/7


EAI Most Popular & Related Interview Guides

1 : TIBCO Interview Questions and Answers.

2 : BPM Interview Questions and Answers.

3 : SeeBeyond Interview Questions and Answers.

4 : JCAPS Interview Questions and Answers.

5 : Enterprise Application Integration (EAI) Interview Questions and Answers.

Follow us on FaceBook
www.facebook.com/InterviewQuestionsAnswers.Org

Follow us on Twitter
https://twitter.com/InterviewQA

For any inquiry please do not hesitate to contact us.

Interview Questions Answers.ORG Team


https://InterviewQuestionsAnswers.ORG/
[email protected]

You might also like