You are on page 1of 117

Question 1: What package contains the pub.flow.clearPipeline service?

Question no.: 3025

Please select the right answer.

WmPublic
WmPipeline
WmRoot
WmDB
WmTN

a.

Question 2: What is the purpose of the pub.flow:clearPipeline service?


Question no.: 3022

Please select the right answer.


Reset all Variables in the pipeline to their default Values
Initialize all Variables in the pipeline
Delete a given list of variables from the pipeline
Delete all but a given list of variables from the pipeline
Reset the pipeline to the state when the top level service began executing

d.

Question 3: Which is the correct format for referencing a service called


"process" within a folder named "database" that is contained within a Package
called "MyCompany"? Question no.: 3015
Please select the right answer.
MyCompany:database.process
Database.process
process:database
MyCompany.database/process
database:process

e.

Question 4: What statement is wrong when considering the use of packages in


Integration Server? Question no.: 3018

Please select the right answer.

They are the smallest deployable unit of related objects

It is good pratice that packages contain related objects


Packages are not used for version control of individual services

They are the units of code maintained by the WmDeployer package

A Package name must be carefully chosen, since packages are loaded in


alphabetical order and there is no way to specify inter-Package dependencies

e.

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

Please select the right answer.

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

In the "MyPack\code\my\pack\myFlow.xml" file

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

In the "MyPack\code\source\my\pack\myFlow.xml" file

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

e:

Question 6: Which of the following is false: In an Integration Server Cluster


each server should... Question no.: 2991

Please select the right answer.

...connect to the same set of databases


...connect to same broker

...have it's own diagnostic port

...have the same event subscriptions

...have the same network address

E.

Question 7: What Data Is Shared in a Cluster? Question no.: 2994

Please select the right answer.

The session state

All Pipeline Data of executing Services

All adapter connection data

All packages and their content

All of the above

a.

Question 8: Where does the system store the data for an Adapter Connection?
Question no.: 2988

Please select the right answer.

In a XML File in the Integration Server config directory


This depends on the individual adapter

As an Adapter Connection Object in the Integration Server namespace

In a server parameter

In an Integration Server Document

C:

Question 9: If you have an adapter connection using LOCAL_TRANSACTION and you


call an adapter service using that connection within a Flow service, without
using pub.art.transaction services, then when is the transaction committed?
Question no.: 2984

Please select the right answer.

When the adapter service call completes

When the Flow service that calls the adapter service completes successfully

When the top-level service completes, irrespective of whether successfully or


with failure

When the top-level service completes successfully

When the users Session ends

D:

Question 10: Which of the following is false: When creating your adapter you
... Question no.: 2974

Please select the right answer.

...should register the Adapters Major Code with Software AG

...must use JAVA to interface with Integration Server

...create an Adapter Package as one of the first development tasks

...usually create DSP files to administrate your Adapter

...can choose JAVA or C/C++ to implement your Adapter

A:

uestion 11: The Integration Server comes with a built-in XML parser. By default
the webMethods XML parser will: Question no.: 3008

Please select the right answer.

Always attempt to validate a XML file against its Schema or DTD


Convert a XML file, received at the FTP port, to a "node" object and place it
into the Pipeline In of the service being invoked
Throw an exception when parsing XML if the DTD is not present
Always reject invalid XML prior to attempting to parse it
Convert an FTPed XML file to an Integration Server document and place it into
the Pipeline In of the service being invoked

B:

Question 12: To ensure uniqueness, Notification Buffer Table names are based on
the combination of which of the following? Question no.: 3004

Please select the right answer.


Prefix (WMB) and Base Name
Base Name and Suffix (WMB)
Prefix (BUFFER) and Base Name and Suffix (based on a timestamp)
Prefix (WMB) and Base Name and Suffix (based on a timestamp)
Prefix (WMB) and Suffix (based on a timestamp)
D:

Question 13: Why do you have to specify a package name when creating an adapter
connection? Question no.: 3005

Please select the right answer.

This information is required for future use. It is obtained preventically

This question is invalid - You are not asked for a Package Name when creating
an JDBC Adapter Connection

For security reasons - Only Services in this package have access to the
connection

To specify where in the namespace to store the JDBC Adapter Connection Object

For performance reasons - Services in the given package can invoke the
connection without ACL checking on the connection Object

C:(doubt) D

Question 14: What are the two Object Types introduced by the FlatFile Package?
Question no.: 2996

Please select the right answer.

FlatFileDictionary, FlatFileSchema

FlatFileDictionary, FlatFileService
FlatFileSchema, FlatFileLibrary

FlatFileLibrary, FlatFileService

FlatFileService, FlatFileDictionary
A.

Question 15: When generating Documents for a Flat File Schema called
'foo.bar:toast', what will be the name of the generated Document? Question
no.: 3001

Please select the right answer.

toastDT
foo.bar:toast_DT
foo.bar.TD:toast
foo.bar:toastDT
foor.bar.toast:DT

D:

Question 16: In order to connect to a webMethods Integration Server, there must


be a "listener" active on the server. Which of the following statements
regarding listener configuration is true? Question no.: 3033

Please select the right answer.


Multiple listeners may share a port, but only if the listeners use different
protocols
There can be only one active listener at any one time
The port number of a HTTP listener can be changed while the listener is enabled
The primary listener on a webMethods Integration Server can only be a HTTP or
HTTPS listener
webMethods IS listeners are restricted to ports numbered between 5000 and 6000

D:

Question 17: Which of the following is FALSE when discussing the Broker
security model? Question no.: 3035

Please select the right answer.


The Broker security model authorizes access permissions by comparing a clients
SSL identity against a list of identities contained in an Access Control List
(ACL)
In the Broker security model, you can set access permission to control which
Brokers can join a territory, but you cannot control what data the Broker has
access to
In the Broker security model, you can also set access permissions to control
which Brokers can join a territory, and whether a Broker in another territory
connected by a gateway is allowed to access data
The Broker security model provides reference integrity through SSL,
guaranteeing the identity of a Broker Server to a requesting client, and
optionally, that of a client to a Broker Server
D:

Question 18: Which of the following log files may not be re-directed to a
database? Question no.: 2979

Please select the right answer.

Session
Debug
All logs may be re-directed to the database
Server

D:

Question 19: If you wish to resubmit a service, you must have... Question
no.: 2980

Please select the right answer.

...a failed service; services that successfully complete cannot be resubmitted


...an ID for the document that caused the service to fail
...a successful service; failed services cannot be resubmitted
...a Remote Server configured

D:

Question 20: If watt.server.auditLog is set to verbose, which of the following


is true? Question no.: 2982

Please select the right answer.


Pipeline data will always be written to the audit logs
(verbose,off,perSVC,breif)
The developer controls auditing through individual service properties
Pipeline data will never be written to the audit logs
Only failed services will log begin, end, and failed states

a.

Question 21: What is the maximum number of Broker storage files allowed?
Question no.: 2949

Please select the right answer.

62
100

10

A:

Question 22: "What is the Broker log file used for?


" Question no.: 2951

Please select the right answer.

Logging the interactions between the Broker and its clients


There is no such thing as a Broker log file. All Broker logging goes to the
Server log
Where data waiting to be persisted to disk is held
Logging activities of the Broker

D:

Question 23: The Gateway in Territory A that connects to Territory B is called:


Question no.: 2947

Please select the right answer.

A-B
A_B
A>B
B>A
B_A

C:

Question 24: When a client connects to a Broker, what does the Client Group
determine? Question no.: 2955

Please select the right answer.


Document publish and subscribe permissions only
Document permissions and queue storage type
Only whether or not the Broker maintains state on a disconnect
Hostname and port of the Retry Server
Broker hostname and port number

B:

Re-Clear
Question 25: What is the purpose of a resource monitoring service in a trigger?
Question no.: 2960
Please select the right answer.
It checks if a given document type is available for processing
You can call it to find out, how busy an individual trigger is
It is used by a trigger to find out if it should resume document processing
It is called by a resource to signal to the trigger that a document is
available for further processing
It can be called at the end of a triggers processing service to tell the
trigger that processing is completed. The processing service itself might then
continue to execute other tasks

C:

Question 26: Documents can be sent to Trading Networks by all of the following
but a... Question no.: 3093

Please select the right answer.


...Java client
...C/C++ client
...Visual Basic client
...Excel client
...SOAP client

Protocols : http,https,ftp,fttps,smtp
E:

Question 27: Using the webMethods IS Developer, the best way to test a Flow
service that requires an XML node object as input would be: Question no.: 2970

Please select the right answer.

From the Test menu, select "Step" and then use the F7 key to step through the
flow

Highlight the first operation of the service and select "Trace to Here" from
the Test menu
Set a breakpoint at the first operation that uses the node, and select "Trace"
from the Test menu
From the Test menu, select "Send XML File", then select either "Trace" or
"Step" as desired
Simply select "Trace" from the Test menu

D:

Question 28: In Designer, which of the following is an INVALID join type?


Question no.: 2963

Please select the right answer.


COMPLEX
UNSYNCHRONIZED OR
XAND
OR
AND
Note : Designer does not support editing for modifiing trigger,specification ,
Dictionary and schemas.

C:

Question 29: What is a Correlation Service? Question no.: 2964

Please select the right answer.

A Service that matches an incoming document with a specific instance of a


running process

A Service that matches an incoming TN document with an IS Document Type

A Service that uses the XREF tables to avoid Echo Suppression

A Service that triggers the Process Runtime after enabling a Process

Any Service with a mapped Activation ID in its env Document

u should create co-realation process using pub.prt:Corelationservice.


A:

Question 30: Which statement is wrong? A Document... Question no.: 3039

Please select the right answer.


...can contain any Number of sub-Documents
...is implemented internally by the IData interface
...can store serializable Java Objects only
...may exceed 64KB in size
...may be nested deeper than 16 levels

C:

Question 31: Check the correct continuation: To make a Document Type


publishable you... Question no.: 3040

Please select the right answer.


...must manually set its 'Publishable' property to True

...must manually synchronize the Document with the broker

...must manually add a document reference to pub.publish:envelope called _env

...don't have to change anything, every document is publishable per se

...must send it's DTD to the broker

A:

Question 32: What is true about a Document Type and an Document Instance?
Question no.: 3042

Please select the right answer.

They are the same. These are identical names for the same thing

The Document Type is a blueprint for a Document, while the Document Instance is
the runtime incarnation of the latter

The Document Instance is a blueprint for the Document, while the Document Type
is the runtime incarnation of the latter

The Document Instance can only contain Data members defined in the Document
Type

The Document Type must define all permissable content of the Document Instance

B:
Question 33: The built-in pub.client:http service can be used to send data to
applications on the internet in a variety of ways. Which of the following data
input parameters can only be used if the method is POST? Question no.: 3057

Please select the right answer.

Table

Args

Payload

String

Stream

E: stream or byte array

Question 34: To create a Flow service which retrieves an XML file from a web
server via HTTP, and then parses the contents into a document, which two built-
in services should be used? Question no.: 3062

Please select the right answer.

pub.xml:xmlNodeToDocument and pub.xml:queryXMLNode

pub.xml:xmlStringToXMLNode and pub.xml:xmlNodeToDocument

pub.xml:loadXMLNode and pub.xml:xmlNodeToDocument

pub.xml:queryXMLNode and pub.xml:xmlNodeToDocument


pub.xml:freeXMLNode and pub.xml:getNextXMLNode

C:

Question 35: Which of the following statements concerning Flow services is


true? Question no.: 3059

Please select the right answer.

A Flow service cannot invoke a Java service, except as a Transformer

Flow services can only invoke services that reside on the same webMethods
Integration Server

A Flow service can invoke services on any webMethods Integration Server for
which a Remote Server Alias has been configured

Flow services can only invoke services that are not protected by an Access
Control List (ACL)

Flow services cannot perform recursive invokes (i.e., a Flow service cannot
call itself)

C:

Question 36: For a REPEAT operation to continue executing until the specified
repeat condition becomes false, the count parameter needs to be set to:
Question no.: 3069

Please select the right answer.


1

$null

-1

NULL

infinity condition count should be -1 or empty

D:

Question 37: When creating a BRANCH flow element, what is the purpose of the
"scope" field on the properties tab? Question no.: 3077

Please select the right answer.

To loop over a subset of the specified document

To restrict pipeline access to only the data in this document

To disallow duplicate variable names in the pipeline by setting scope to "true"

To specify the list of acceptable values for the switch variable

To specify the name of the document where the switch variable is contained

B:

Question 38: What is one of the differences between the Flow operations LOOP
and REPEAT? Question no.: 3066
Please select the right answer.

LOOP requires the number of iterations to be specified ahead of time; REPEAT


does not

REPEAT requires both an array and the number of iterations as inputs; LOOP
requires only the number of iterations

LOOP will iterate the number of times specified by the "count" parameter;
REPEAT will iterate once for each item in an array

LOOP iterates for each item in an array; REPEAT iterates based on the value of
the "count" parameter

LOOP and REPEAT are identical and can be used interchangeably

D:

Question 39: For a REPEAT operation to execute the code once, the count
parameter needs to be set to: Question no.: 3067

Please select the right answer.

-1

IGNORE

1
NULL

A:

Question 40: Integration server can receive SOAP requests using which protocol?
Question no.: 3091

Please select the right answer.

HTTP

FTP

FTPS

SMTP

IMAP

A:

Question 41: A Broker Trigger... Question no.: 3085

Please select the right answer.


...has only one document handling Service
...has only one join type
...always processes its documents serially
...always processes its documents in parallel
...can process documents based on a user assigned priority

E:

Question 42: A document handling service for a Broker Trigger... Question


no.: 3082

Please select the right answer.


...has a Signature dependant on the Documents the Service is supposed to handle

...must implement the specification given by pub.publish:documentResolverSpec

...will always receive as many documents as there are available for processing

...will never run in parallel

...must create a local copy of the received documents, before it is allowed to


modify the received data.

A:

Question 43: What happens if two triggers on one IS subscribe to the same
Document type and an Instance of the Document is published? Question no.: 3087

Please select the right answer.

This cannot happen. There can only be one Trigger subscribing to any one
Document Type

Both Triggers receive a copy of the Document

One Trigger receives a copy of the Document

Each trigger receives a copy of the Document with a different UUID assigned

The Broker sends the Document to the Trigger with the shortest Document queue

B:

Question 44: Where do you store the activation id when you want to do Join
operations using webMethods JMS? Question no.: 3089
Please select the right answer.

The question is void, JMS does not support joins

In an optional Parameter to the publishing service pub.jms:send

As a Property in the header field of the JMS Message

As a Property in the MapMessage

In a field in the pub.jms:Message document

D:

Question 45: Specifications are used to... Question no.: 3053

Please select the right answer.

...replace XML Stylesheets within Integration Server

...define the exact parameters of a FLOW Service

...define the exact parameters of a Java Service

...define the exact parameters of a C/C++ Service

...define the Formatting of a services return parameters


B&C

Question 46: A service that references a Specification... Question no.: 3055

Please select the right answer.

...cannot have any other declared inputs or outputs

...has a set of base Parameters, that it may extend as needed

...does not need to be updated when the Specification changes

...can only be written in Java

...can only be written in C/C++

C:

Question 47: When coding Integration Server services, how can a DocumentList be
represented in Java? Question no.: 3048

Please select the right answer.

String

IData

String[ ]

String[ ][ ]
IData[ ]

E:

Question 48: When coding IS Services, how can a variable of type Document Type
be represented in Java? Question no.: 3045

Please select the right answer.

String[ ][ ]

IData[ ]

IData

String

String[ ]

C:

Question 49: Select the item that holds true for all Java services residing
within the same folder on a given Integration Server version 8: Question no.:
3051

Please select the right answer.

All Java services within a folder are separate classes which extend the
superclass named for the folder

Each Java service in a folder is a separate java class named like the service,
with the String _SVC appended.

All Java services in the same folder are methods of a single class named for
the folder
All Java services defined in a folder are separate classes that implement the
Interface named for the parent folder and share methods and Java class imports

Each Java service in a folder is a separate Java class named for the service,
contained in a jar file that is named for the folder

B:

Question 50: Check the correct continuation: An Adapter Service... Question


no.: 3036

Please select the right answer.

...can be invoked like any other Service

...can only be invoked by an Adapter

...is exposed by the Broker

...has an Interface defined by the Specification in pub.art:AdapterSpec

...is only callable by members of the Administrators group

A:

Question 1: What package contains the pub.flow.clearPipeline service?


Question no.: 3025

wmPublic

Please select the right answer.

WmPublic
WmPipeline

WmRoot

WmDB

WmTN

A:

------------------

Question 2: What is the purpose of the pub.flow.debugLog service? Question


no.: 3023

Please select the right answer.

Prepare the logfile for further output operation

Return a service result to a client

Display internal information

You must not call this function, its reserved for the debugger

Check the correctness of the server context

A:

--------------------

Question 5: An Integration Server package may have one or more startup


services. When does a startup service execute? Question no.: 3014
Please select the right answer.

Right before the package is unloaded

Only when the pub.package:startup service is invoked

Whenever the package is loaded or re-loaded

Only the first time the package is loaded

Only on server startup

C:
-----------------------

Question 6: Which of the following is false: In an Integration Server Cluster


each server should... Question no.: 2991

Please select the right answer.

...connect to the same set of databases

...connect to same broker

...have it's own diagnostic port

...have the same event subscriptions

...have the same network address

E:
---------------------------
Question 7: Which of the following is false: In an Integration Server Cluster,
all nodes must... Question no.: 2990

Please select the right answer.

...have the same user accounts

...have the same system time

...have the same versions of the same packages installed

...run the same operating system

...use the same ACL's

D:

----------------------------
Question 10: Which of the following is false: When creating your adapter you...
Question no.: 2974

Please select the right answer.

...should register the Adapters Major Code with Software AG

...must use JAVA to interface with Integration Server

...create an Adapter Package as one of the first development tasks


...usually create DSP files to administrate your Adapter

...can choose JAVA or C/C++ to implement your Adapter

A:

------------------------
Question 11: Integration Server comes with many built in Services. Which
Package contains the FlatFile services? Question no.: 3009

Please select the right answer.

WmPublic

WmRoot

WmCommon

WmFlatFile

None, the FlatFile services are part of an Adapter

D:

-------------------------

Question 12: Why do you have to specify a package name when creating an adapter
connection? Question no.: 3005

Please select the right answer.

This information is required for future use. It is obtained preventically


This question is invalid - You are not asked for a Package Name when creating
an JDBC Adapter Connection

For security reasons - Only Services in this package have access to the
connection

To specify where in the namespace to store the JDBC Adapter Connection Object

For performance reasons - Services in the given package can invoke the
connection without ACL checking on the connection Object

D:

-------------------

Question 13: When using the JDBC Adapter, you must specify a DataSource Class.
What is this information used for? Question no.: 3007

Please select the right answer.

It's the name of a Class to instantiate when setting up the JDBC Connection to
the Database

This question is invalid. There is no such Information to configure

This class determines which Data Types the database may return

This class is used to check, if the caller has appropriate permission to


connect to the database

This class serves a utility to serialize BLOB's returned by the Database

A:

-----------------
Question 14: What is not a Character that you can specify in a FlatFile Schema
with a Delimiter Based Record Parser? Question no.: 2998

Please select the right answer.

Record Delimiter

Record Identifier Delimiter

Field or Composite Delimiter

Subfield Delimiter

Quoted Release Character

B:

--------------------

Question 15: What is the ConvertToValues service being used for? Question
no.: 2997

Please select the right answer.

Converts a record from the incoming Flat File to an IS Document

Converts an IS Document to a record for an outgoing Flat File

Converts a FlatFileSchema object into an entry in a FlatFileDictionary

Converts an entry in a FlatFileDictionary into a FlatFileSchema object


Converts a FlatFileLibrary to a FlatFileDictionary

A:

----------------
Question 16: Each of the following is a "security best practice" when working
with the webMethods Integration Server EXCEPT: Question no.: 3031

Please select the right answer.

The system configuration should be as simple as possible

System access should be restricted only where explicitly necessary; the default
should be to grant access to everything

System access should be permitted only where explicitly granted; the default
should be to deny access

Users and Software should be granted the fewest privileges necessary to perform
their tasks

Possible conflicts in permissions should be minimized

B:

----------------------

Question 17: What is the purpose of the "List ACL" on the Permissions tab of an
Integration Server service? Question no.: 3029

Please select the right answer.

Restrict who can edit the service in the Developer


Add the service to the Frequently Used Services list of the affected users'
Developer sessions

Specify which users can view the source code of the service in the Developer

Allow only specific users to invoke the service

Control which users can see the service at all in the Developer

A:

--------------------

Question 18: If watt.server.auditLog is set to off, which of the following is


true? Question no.: 2981

Please select the right answer.

Pipeline data will always be written to the audit logs

Pipeline data will never be written to the audit logs

The developer controls auditing through Developer

All services will log begin and end states

B:

---------------

Question 19: Which of the following are correct entries for the
watt.server.auditLog property? Question no.: 2975
Please select the right answer.

perSvc

none

database

local

A:
-------------------------

Question 20: If watt.server.auditLog is set to verbose, which of the following


is true? Question no.: 2982

Please select the right answer.

Pipeline data will always be written to the audit logs

The developer controls auditing through individual service properties

Pipeline data will never be written to the audit logs

Only failed services will log begin, end, and failed states

A:
---------------------------

Question 21: What is the maximum number of Broker storage files allowed?
Question no.: 2949

Please select the right answer.


62

100

10

A:

----------------

Question 22: A Client State Object, which is maintained by the broker for each
connected Client, contains the following Information except a... Question no.:
2953

Please select the right answer.

...Client ID

...Client Group

...Publication List

...Subscription List

...Document Queue

C:

----------------

Question 25: "How is a multi-threaded trigger created?


" Question no.: 2956

Please select the right answer.

Create two or more identical triggers

Set the processing property to Serial

A trigger cannot be multi-threaded

Set the processing property to Concurrent

E:
-----------------

Question 26: Check the correct continuation: Trading Networks... Question


no.: 3092

Please select the right answer.

...runs on MWS

...is administrated by the Integration Server Administrators console

...is a set of business processes

...is installed as a Package on Integration Server

...is intended to run only within the bounds of your organization

D:
----------------------

Question 30: Which statement is wrong? A Document... Question no.: 3039

Please select the right answer.

...can contain any Number of sub-Documents

...is implemented internally by the IData interface

...can store serializable Java Objects only

...may exceed 64KB in size

...may be nested deeper than 16 levels

C:

---------------------

Question 31: Which field[s] of the _env member of a publishable Document do you
have to change when using joins? Question no.: 3041

Please select the right answer.

activation only

priority only

appUsername and appPassword

activation and priority


businessContext only

A:
-----------------------

Question 32: What is true about a Document Type and an Document Instance?
Question no.: 3042

Please select the right answer.

They are the same. These are identical names for the same thing

The Document Type is a blueprint for a Document, while the Document Instance is
the runtime incarnation of the latter

The Document Instance is a blueprint for the Document, while the Document Type
is the runtime incarnation of the latter

The Document Instance can only contain Data members defined in the Document
Type

The Document Type must define all permissable content of the Document Instance

B:

-----------------------

Question 33: Which of the following is the most likely result of using an
existing Service Specification to define the inputs and outputs of a set of new
services? Question no.: 3056

Please select the right answer.


Any changes made to the specification will automatically be applied to every
service which uses the specification

Input and output variables will need to be manually specified for each service

Each service will have totally different inputs and outputs

Any future changes to the specification will have to be manually propagated to


the existing services that use the specification

The inputs and outputs from the specification will be applied to the new
services, but may be customized on a per service basis

A:
------------------

Question 34: Exception event subscribers will be invoked for which type of
exception? Question no.: 3061

Please select the right answer.

Any exception thrown in a SEQUENCE with exit on set to DONE

com.wm.lang.flow.FlowException and com.wm.app.b2b.server.ServiceException only

com.wm.lang.flow.FlowException only

com.wm.app.b2b.server.ServiceException only

Any unhandled exception

E:
----------------
Question 41: A Broker Trigger... Question no.: 3085

Please select the right answer.

...has only one document handling Service

...has only one join type

...always processes its documents serially

...always processes its documents in parallel

...can process documents based on a user assigned priority

E:

-----------

Question 42: A document handling service for a Broker Trigger... Question


no.: 3082

Please select the right answer.

...has a Signature dependant on the Documents the Service is supposed to handle

...must implement the specification given by pub.publish:documentResolverSpec

...will always receive as many documents as there are available for processing

...will never run in parallel


...must create a local copy of the received documents, before it is allowed to
modify the received data.

A:

------------
estion 43: What is not a property of a Broker Trigger? Question no.: 3086

Please select the right answer.

Enabled

Priority Enabled

Capacity

Processing Mode

Guaranteed Delivery Enabled

E:
---------------

Question 44: Where do you store the activation id when you want to do Join
operations using webMethods JMS? Question no.: 3089

Please select the right answer.

The question is void, JMS does not support joins

In an optional Parameter to the publishing service pub.jms:send


As a Property in the header field of the JMS Message

As a Property in the MapMessage

In a field in the pub.jms:Message document

D:

--------------------

Question 45: Specifications are used to... Question no.: 3053

Please select the right answer.

...replace XML Stylesheets within Integration Server

...define the exact parameters of a FLOW Service

...define the exact parameters of a Java Service

...define the exact parameters of a C/C++ Service

...define the Formatting of a services return parameters

--------------------

Question 46: Specifications... Question no.: 3054

Please select the right answer.

...are used to enforce service Interfaces


...are helpful in reducing typing efforts when creating services with similar
Interfaces

...are stored outside the Integration Servers Namespace

...can only be maintained with Designer

...are used internally by Integration Server

B:

----------------

Question 49: Select the item that holds true for all Java services residing
within the same folder on a given Integration Server version 8: Question no.:
3051

Please select the right answer.

All Java services within a folder are separate classes which extend the
superclass named for the folder

Each Java service in a folder is a separate java class named like the service,
with the String _SVC appended.

All Java services in the same folder are methods of a single class named for
the folder

All Java services defined in a folder are separate classes that implement the
Interface named for the parent folder and share methods and Java class imports

Each Java service in a folder is a separate Java class named for the service,
contained in a jar file that is named for the folder
------------
B

Question 1: Is it important to drop unused variables from the pipeline?


Question no.: 3026

Please select the right answer.

Yes, you must do so to avoid duplicate Names

No, Dropping variables is not a pipeline related activity

Yes, because there is a limit of 64 variables that can be in the pipeline at


any time

No, the system discovers unused variables on its own and drops them as soon as
possible

Yes, for space and performance reasons you want to keep the pipeline as small
as possible

E:

Question 2: What is the pipeline being used for in Integration Server?


Question no.: 3024

Please select the right answer.

Temporary storage of variables

To determine the execution order of individual service steps

As call stack during service invocations


Only to pass arguments to java services

As persistent storage that's available across the invocations of top level


services

A:

Question 7: When using webMethods Adapters in a clustered Environment...


Question no.: 2992

Please select the right answer.

...at least 2 nodes in the cluster must run a duplicate version of the adapter

...all nodes in the cluster must run a duplicate version of the adapter

...exactly one node in the cluster must run the adapter

...you are using an unsupported feature.

All the answers above are false

B:

Question 12: What is the main difference between Basic and Automatic
Notification? Question no.: 3002

Please select the right answer.

Basic Notification does not support Exactly Once Notification


Automatic Notification does not support Exactly Once Notification

Automatic Notification does not support Stored Procedure Notification

Basic Notification requires a user-defined Buffer Table

Basic Notification does not create a publish document

D:

Question 17: Which of the following is FALSE when discussing the Broker
security model? Question no.: 3035

Please select the right answer.

The Broker security model authorizes access permissions by comparing a clients


SSL identity against a list of identities contained in an Access Control List
(ACL)

In the Broker security model, you can set access permission to control which
Brokers can join a territory, but you cannot control what data the Broker has
access to

In the Broker security model, you can also set access permissions to control
which Brokers can join a territory, and whether a Broker in another territory
connected by a gateway is allowed to access data

The Broker security model provides reference integrity through SSL,


guaranteeing the identity of a Broker Server to a requesting client, and
optionally, that of a client to a Broker Server

D:

Question 20: If watt.server.auditLog is set to brief, which of the following is


true? Question no.: 2978
Please select the right answer.

The developer controls auditing through Developer

Pipeline data will never be written to the audit logs

Pipeline data will always be written to the audit logs

All services will log begin and end states


D:

Question 23: What objects in a Broker cannot be secured with an ACL? Question
no.: 2948

Please select the right answer.

Client Groups

admin Client Group

Broker Server

Broker Territory

The question is void - All above objects can be secured with an ACL

E:

Question 25: When a client connects to a Broker, what does the Client Group
determine? Question no.: 2955
Please select the right answer.

Document publish and subscribe permissions only

Document permissions and queue storage type

Only whether or not the Broker maintains state on a disconnect

Hostname and port of the Retry Server

Broker hostname and port number


B:

Question 28: In Designer, which of the following is an INVALID Transition Type?


Question no.: 2962

Please select the right answer.

Error

Timeout

Retries Exceeded

Default

Cancelled

E:

Question 29: Which of the following statements is wrong? Question no.: 2965
Please select the right answer.

Developer will implement all Designer functionality step by step

Designer is a plugin for Eclipse

Designer cannot run on an Application Server

Designer offers the basic Development features

Developer will extend Designer functionality

: B

Question 33: Which of the following is the most likely result of using an
existing Service Specification to define the inputs and outputs of a set of new
services? Question no.: 3056

Please select the right answer.

Any changes made to the specification will automatically be applied to every


service which uses the specification

Input and output variables will need to be manually specified for each service

Each service will have totally different inputs and outputs

Any future changes to the specification will have to be manually propagated to


the existing services that use the specification

The inputs and outputs from the specification will be applied to the new
services, but may be customized on a per service basis

Question 46: Specifications... Question no.: 3054

A:
Please select the right answer.

...are used to enforce service Interfaces

...are helpful in reducing typing efforts when creating services with similar
Interfaces

...are stored outside the Integration Servers Namespace

...can only be maintained with Designer

...are used internally by Integration Server

B:
Question 49: In the Designer version 8, what is the purpose of the extends
field on the shared tab of a java service? Question no.: 3050

Please select the right answer.

Lists the subclasses which extend the current class


This field is no longer supported with version 8
Lists Java interfaces from which to inherit constants and methods
Defines global variables and methods shared by all services in this interface
Lists the names of additional Java packages whose classes are available to the
current class

B:

--

Question 10: Which of the following is false: When creating your adapter you...
Question no.: 2974

Please select the right answer.

...should register the Adapters Major Code with Software AG

...must use JAVA to interface with Integration Server


...create an Adapter Package as one of the first development tasks

...usually create DSP files to administrate your Adapter

...can choose JAVA or C/C++ to implement your Adapter

B:

Question 15: What is not stored in a FlatFile Dictionary? Question no.: 3000

Please select the right answer.


Flat File Definition
Record Definition
Composite Definition
Field Definition
Record Definition and Field Definition

A:

Question 16: Which of the following is FALSE when discussing the Broker
security model? Question no.: 3035
Please select the right answer.

The Broker security model authorizes access permissions by comparing a clients


SSL identity against a list of identities contained in an Access Control List
(ACL)

In the Broker security model, you can set access permission to control which
Brokers can join a territory, but you cannot control what data the Broker has
access to

In the Broker security model, you can also set access permissions to control
which Brokers can join a territory, and whether a Broker in another territory
connected by a gateway is allowed to access data

The Broker security model provides reference integrity through SSL,


guaranteeing the identity of a Broker Server to a requesting client, and
optionally, that of a client to a Broker Server

Doubt:

Question 22: A Client State Object, which is maintained by the broker for each
connected Client, contains the following Information except a... Question no.:
2953

Please select the right answer.

...Client ID

...Client Group
...Publication List
...Subscription List
..Document Queue

C:

Question 24: What is the purpose of a resource monitoring service in a trigger?


Question no.: 2960

Please select the right answer.

It checks if a given document type is available for processing

You can call it to find out, how busy an individual trigger is


It is used by a trigger to find out if it should resume document processing
It is called by a resource to signal to the trigger that a document is available
for further processing

It can be called at the end of a triggers processing service to tell the


trigger that processing is completed. The processing service itself might then
continue to execute other tasks

C:

Question 25: How can you enable documents processing based on priority in a
trigger? Question no.: 2957
Please select the right answer.

This feature does not exist

By storing the requested priority into _env/priority

By storing the requested priority into _env/priority and setting the Triggers
"Priority enabled" property to True"
By setting the Triggers "Priority enabled" property to True"

D:

Question 26: Documents can be sent to Trading Networks by all of the following
but a... Question no.: 3093

Please select the right answer.


...Java client
...C/C++ client
...Visual Basic client
...Excel client
...SOAP client

E:

Question 30: Which statement is wrong? A Document... Question no.: 3039

Please select the right answer.

...can contain any Number of sub-Documents


...is implemented internally by the IData interface

...can store serializable Java Objects only


...may exceed 64KB in size
...may be nested deeper than 16 levels

C:

Question 32: What is true about a Document Type and an Document Instance?
Question no.: 3042

Please select the right answer.


They are the same. These are identical names for the same thing
The Document Type is a blueprint for a Document, while the Document Instance is
the runtime incarnation of the latter
The Document Instance is a blueprint for the Document, while the Document Type
is the runtime incarnation of the latter
The Document Instance can only contain Data members defined in the Document
Type

The Document Type must define all permissable content of the Document Instance

Question 38: What is the default behavior if a Flow EXIT does not specify
a "from"? Question no.: 3073

Please select the right answer.

$flow will be assumed, and the EXIT will halt operation of the current service
and return control to the calling routine

The EXIT will throw an java.lang.NullPointerException

$parent will be assumed, and the EXIT will behave normally

The EXIT will not be executed, but no exceptions will be thrown

$loop will be assumed, and a com.wm.lang.flow.FlowException will be thrown if


the EXIT is not in a LOOP
E:

Question 41: A Broker Trigger... Question no.: 3085

Please select the right answer.

...has only one document handling Service

...has only one join type

...always processes its documents serially

...always processes its documents in parallel

...can process documents based on a user assigned priority

B:
Question 42: A document resolver service... Question no.: 3083

Please select the right answer.

...is the last chance for a Trigger to find out if a Document is a Duplicate

...must be configured for every Document type

...must be configured for every Trigger

...has a Signature that is dependant on the Documenty types being resolved


...must be written in Java

A:

Question 1: Is it important to drop unused variables from the pipeline?


Question no.: 3026

Please select the right answer.

Yes, you must do so to avoid duplicate Names

No, Dropping variables is not a pipeline related activity

Yes, because there is a limit of 64 variables that can be in the pipeline at


any time

No, the system discovers unused variables on its own and drops them as soon as
possible

Yes, for space and performance reasons you want to keep the pipeline as small
as possible

Question 2: What is the pipeline being used for in Integration Server?


Question no.: 3024

Please select the right answer.

Temporary storage of variables

To determine the execution order of individual service steps


As call stack during service invocations

Only to pass arguments to java services

As persistent storage that's available across the invocations of top level


services

Question 7: When using webMethods Adapters in a clustered Environment...


Question no.: 2992

Please select the right answer.

...at least 2 nodes in the cluster must run a duplicate version of the adapter

...all nodes in the cluster must run a duplicate version of the adapter

...exactly one node in the cluster must run the adapter

...you are using an unsupported feature.

All the answers above are false

Question 12: What is the main difference between Basic and Automatic
Notification? Question no.: 3002

Please select the right answer.

Basic Notification does not support Exactly Once Notification

Automatic Notification does not support Exactly Once Notification


Automatic Notification does not support Stored Procedure Notification

Basic Notification requires a user-defined Buffer Table

Basic Notification does not create a publish document

Question 17: Which of the following is FALSE when discussing the Broker
security model? Question no.: 3035

Please select the right answer.

The Broker security model authorizes access permissions by comparing a clients


SSL identity against a list of identities contained in an Access Control List
(ACL)

In the Broker security model, you can set access permission to control which
Brokers can join a territory, but you cannot control what data the Broker has
access to

In the Broker security model, you can also set access permissions to control
which Brokers can join a territory, and whether a Broker in another territory
connected by a gateway is allowed to access data

The Broker security model provides reference integrity through SSL,


guaranteeing the identity of a Broker Server to a requesting client, and
optionally, that of a client to a Broker Server

Question 20: If watt.server.auditLog is set to brief, which of the following is


true? Question no.: 2978

Please select the right answer.

The developer controls auditing through Developer


Pipeline data will never be written to the audit logs

Pipeline data will always be written to the audit logs

All services will log begin and end states

Question 23: What objects in a Broker cannot be secured with an ACL? Question
no.: 2948

Please select the right answer.

Client Groups

admin Client Group

Broker Server

Broker Territory

The question is void - All above objects can be secured with an ACL

E:

Question 25: When a client connects to a Broker, what does the Client Group
determine? Question no.: 2955

Please select the right answer.

Document publish and subscribe permissions only


Document permissions and queue storage type

Only whether or not the Broker maintains state on a disconnect

Hostname and port of the Retry Server

Broker hostname and port number

Question 28: In Designer, which of the following is an INVALID Transition Type?


Question no.: 2962

Please select the right answer.

Error

Timeout

Retries Exceeded

Default

Cancelled

Question 29: Which of the following statements is wrong? Question no.: 2965

Please select the right answer.

Developer will implement all Designer functionality step by step


Designer is a plugin for Eclipse

Designer cannot run on an Application Server

Designer offers the basic Development features

Developer will extend Designer functionality

Question 33: Which of the following is the most likely result of using an
existing Service Specification to define the inputs and outputs of a set of new
services? Question no.: 3056

Please select the right answer.

Any changes made to the specification will automatically be applied to every


service which uses the specification

Input and output variables will need to be manually specified for each service

Each service will have totally different inputs and outputs

Any future changes to the specification will have to be manually propagated to


the existing services that use the specification

The inputs and outputs from the specification will be applied to the new
services, but may be customized on a per service basis

Question 46: Specifications... Question no.: 3054

Please select the right answer.


...are used to enforce service Interfaces

...are helpful in reducing typing efforts when creating services with similar
Interfaces

...are stored outside the Integration Servers Namespace

...can only be maintained with Designer

...are used internally by Integration Server

Question 49: In the Designer version 8, what is the purpose of the extends
field on the shared tab of a java service? Question no.: 3050

Please select the right answer.

Lists the subclasses which extend the current class

This field is no longer supported with version 8

Lists Java interfaces from which to inherit constants and methods

Defines global variables and methods shared by all services in this interface

Lists the names of additional Java packages whose classes are available to the
current class
--------------------------------------------------------------------------------
-----------------------------------------------

A resource monitoring service is a service that you create to check the


availability of
resources used by a trigger. Integration Server schedules a system task to
execute a
resource monitoring service after it suspends a trigger. Specifically,
Integration Server
suspends a trigger and invokes the associated resource monitoring service when
one of
the following occurs:
? During exactly-once processing, the document resolver service ends because of
an
ISRuntimeException and the
watt.server.trigger.preprocess.suspendAndRetryOnError property is set to true
(the
default).
? A retry failure occurs and the configured retry behavior is suspend and retry
later
When the resource monitoring service indicates that the resources used by the
trigger are
available, Integration Server resumes the trigger.

A document resolver service is a service that you create to perform duplicate


detection.
The Integration Server uses the document resolver service as the final method of
duplicate detection.
The document resolver service must do the following:
? Use the pub.publish:documentResolverSpec as the service signature. The
Integration Server
passes the document resolver service values for each of the variables declared
in the
input signature.
? Return a status of New, In Doubt, or Duplicate. The Integration Server uses
the status
to determine whether or not to process the document.
? Catch and handle any exceptions that might occur, including an
ISRuntimeException.
For information about how Integration Server proceeds with duplicate detection
when an exception occurs, see “Document Resolver Service and Exceptions” on
page 164. For information about building services that throw a retry exception,
see
Developing Integration Solutions: webMethods Developer User’s Guide.
? Determine how far document processing progressed. If necessary, the document
resolver service can issue compensating transactions to reverse the effects of a
partially completed transaction.

Client State Objects

? Client ID. An ID that uniquely identifies the client.


? Application Name. An optional label that client programs can use to
identify the system
or application to which they belong.
? Client Group. The name of the client group to which the client belongs.
? Subscription List. The list of document types this client wants to receive.
? Queue. The list of document instances that are currently enqueued for the
client.
? Sessions. A client can optionally enable “shared-state” when it connects
to a Broker.
The shared-state property enables multiple clients to connect to the Broker
using the
same client state object. (Typically, a client application does this to enable
multiple
client processes to retrieve and process documents from the client’s queue,
thereby
improving performance.) When shared state is enabled, the client state object
contains a list of sessions. Each session identifies the IP address of a client
that is
currently connected to the Broker using that client state object. For example a
trigger
on a cluster of two Integration Servers appears as one client on the Broker
(that is,
they share the same client state object), but the client state object has two
sessions, one
for each Integration Server.

If the lifecycle value is... The Broker...


Explicit Destroy Maintains the client state object after the client disconnects.
The client state object continues to receive documents in its
queue, even though the client program is not actively
connected to the Broker. The client can subsequently
reconnect (using the same client ID) and retrieve documents
from the queue.
Destroy on Disconnect Drops the client state object. When the client state
object is
dropped, the Broker loses all knowledge of that client.

Broker 8.0 does not support one way SSL


in teritorry u can not restrict what data has to flow between brokers but in
gateway we can configure document types

Standard Integration Server Broker Clients


DefaultClient
RequestReply client
SyncClient
TriggerClient

http methods of using or modes of using.


delete
get
head
options
post
put
trace
Question 1: Services manipulate data in the pipeline. What type of Java object
is the pipeline? Question no.: 3021

Please select the right answer.

ans - com.wm.data.IData

java.util.Hashtable

java.util.Vector

com.wm.data.BasicData

java.lang.Component

Question 2: What package contains the pub.flow.clearPipeline service?


Question no.: 3025

Please select the right answer.

ans - WmPublic

WmPipeline

WmRoot

WmDB
WmTN

Question 3: Which Package contains the pub.flow:AddInts service? Question


no.: 3019

Please select the right answer.

WmLibrary

ans - WmPublic

WmMath

WmRoot

WmUser

Question 4: Which is the correct format for referencing a service called


"process" within a folder named "database" that is contained within a Package
called "MyCompany"? Question no.: 3015

Please select the right answer.

MyCompany:database.process

Database.process

process:database
MyCompany.database/process

ans- database:process

Question 5: What is the maximum size for a Package? Question no.: 3020

Please select the right answer.

at most 4096 Objects

32MB Filesize

at most 512 Objects of the same type

There is no hard limit, except those given by the operating system, filesystem
etc.

no more that 64 top level services

Question 6: What Data Is Shared in a Cluster? Question no.: 2994

Please select the right answer.

ans- The session state

All Pipeline Data of executing Services

All adapter connection data

All packages and their content


All of the above

Question 7: Which of the following is false: In an Integration Server Cluster


each server should... Question no.: 2991

Please select the right answer.

...connect to the same set of databases

...connect to same broker

...have it's own diagnostic port

...have the same event subscriptions

ans - ...have the same network address

Question 8: If you have an adapter connection using LOCAL_TRANSACTION and you


call an adapter service using that connection within a Flow service, without
using pub.art.transaction services, then when is the transaction committed?
Question no.: 2984

Please select the right answer.

When the adapter service call completes

When the Flow service that calls the adapter service completes successfully

When the top-level service completes, irrespective of whether successfully or


with failure
ans - When the top-level service completes successfully

When the users Session ends

Question 9: Which of the following is not a valid JDBC Adapter Notification


Question no.: 2989

Please select the right answer.

Insert Notification

Update Notification

Delete Notification

Stored Procedure Notification

ans - Schema Notification

Question 10: What is the purpose of the webMethods ADK? Question no.: 2972

Please select the right answer.

It contains services for the deployment of adapters

ans -You use it for the development of your own adapters

It can be used to extend existing adapters

This package provides Support for asynchronuos Data Collection


It supports the automated generation of Documentation

Question 11: On which port does the diagnostic HTTP listener wait for requests?
Question no.: 3011

Please select the right answer.

90

9090

ans- 9999

7070

7777

Question 12: When using the JDBC Adapter, you must specify a DataSource Class.
What is this information used for? Question no.: 3007

Please select the right answer.

ans -It's the name of a Class to instantiate when setting up the JDBC
Connection to the Database

This question is invalid. There is no such Information to configure

This class determines which Data Types the database may return
This class is used to check, if the caller has appropriate permission to
connect to the database

This class serves a utility to serialize BLOB's returned by the Database

Question 13: To ensure uniqueness, Notification Buffer Table names are based on
the combination of which of the following? Question no.: 3004

Please select the right answer.

Prefix (WMB) and Base Name

Base Name and Suffix (WMB)

Prefix (BUFFER) and Base Name and Suffix (based on a timestamp)

ans - Prefix (WMB) and Base Name and Suffix (based on a timestamp)

Prefix (WMB) and Suffix (based on a timestamp)

Question 14: What is not a Character that you can specify in a FlatFile Schema
with a Delimiter Based Record Parser? Question no.: 2998

Please select the right answer.

Record Delimiter

ans -Record Identifier Delimiter

Field or Composite Delimiter


Subfield Delimiter

Quoted Release Character

Question 15: What is not stored in a FlatFile Dictionary? Question no.: 3000

Please select the right answer.

ans- Flat File Definition

Record Definition

Composite Definition

Field Definition

Record Definition and Field Definition

Question 16: Which of the following is FALSE when discussing the Broker
security model? Question no.: 3035

Please select the right answer.

The Broker security model authorizes access permissions by comparing a clients


SSL identity against a list of identities contained in an Access Control List
(ACL)

In the Broker security model, you can set access permission to control which
Brokers can join a territory, but you cannot control what data the Broker has
access to
In the Broker security model, you can also set access permissions to control
which Brokers can join a territory, and whether a Broker in another territory
connected by a gateway is allowed to access data

The Broker security model provides reference integrity through SSL,


guaranteeing the identity of a Broker Server to a requesting client, and
optionally, that of a client to a Broker Server

Question 17: When configuring a "listener" for integration server, the access
mode parameter can be used to... Question no.: 3034

Please select the right answer.

...allow access only to a list of users

...specify which machines in a network are permitted to access the server

...allow access only to specific service types (like WEB-Services)

...allow access only to a set of services

...override the log level of invoked services

Question 18: If watt.server.auditLog is set to off, which of the following is


true? Question no.: 2981

Please select the right answer.

Pipeline data will always be written to the audit logs

Pipeline data will never be written to the audit logs

The developer controls auditing through Developer


All services will log begin and end states

Question 19: Which of the following are correct entries for the
watt.server.auditLog property? Question no.: 2975

Please select the right answer.

ans - perSvc

none

database

local

Question 20: Which of the following is true: The service cache in Integration
server... Question no.: 2983

Please select the right answer.

...speeds up service lookup

...is used only for services that have the Cache Results property set to false

...can be used to avoid recomputations of service invocations

...stores an optimized bytecode representation of a flow services operations

Question 21: What is the default Base Port of the first Broker Server on a
given Host? Question no.: 2954
Please select the right answer.

6850

ans - 6849

6848

6847

6846

Question 22: "What is the maximum size of the Broker storage file?
" Question no.: 2950

Please select the right answer.

ans -32G

16G

64G

8G

Question 23: In a Territory... Question no.: 2944

Please select the right answer.


...each Broker is connected to each other Broker

...there is a central Broker that is connected to each other Broker

...each Broker is connected to at most 3 other Brokers

...you have to maintain which Broker knows which other Broker

...Broker to Broker connections are created as needed

Question 24: What does the "Refill level" property specify for a Trigger?
Question no.: 2959

Please select the right answer.

The number of unprocessed documents that must remain in this trigger queue,
before the Broker retrieves more documents for the trigger from the Client

The number of processed documents that must remain in this trigger queue,
before the Client retrieves more responses for the trigger from the Broker

The number of unprocessed documents that must remain in this trigger queue,
before the Client retrieves more documents for the trigger from the Broker

The size of unprocessed documents that must remain in this trigger queue,
before the Client retrieves more documents for the trigger from the Broker

The size of unprocessed documents that must remain in this trigger queue,
before the Broker retrieves more documents for the trigger from the Client

Question 25: What is the syntax for a Broker Filter to subscribe to all
documents that would otherwise go into the dead letter queue? Question no.:
2958
Please select the right answer.

{DeadLetterOnly}

{hint:DeadLetterOnly}

ans-{hint:DeadLetterOnly = true}

DeadLetterOnly

hint:DeadLetterOnly

Question 26: Documents can be sent to Trading Networks by all of the following
but a... Question no.: 3093

Please select the right answer.

...Java client

...C/C++ client

...Visual Basic client

...Excel client

...SOAP client

Question 27: Using the webMethods IS Developer, the best way to test a Flow
service that requires an XML node object as input would be: Question no.: 2970
Please select the right answer.

From the Test menu, select "Step" and then use the F7 key to step through the
flow

Highlight the first operation of the service and select "Trace to Here" from
the Test menu

Set a breakpoint at the first operation that uses the node, and select "Trace"
from the Test menu

From the Test menu, select "Send XML File", then select either "Trace" or
"Step" as desired

Simply select "Trace" from the Test menu

Question 28: Which of the following statements is wrong? Question no.: 2965

Please select the right answer.

Developer will implement all Designer functionality step by step

Designer is a plugin for Eclipse

Designer cannot run on an Application Server

Designer offers the basic Development features

Developer will extend Designer functionality

Question 29: What is a Correlation Service? Question no.: 2964


Please select the right answer.

A Service that matches an incoming document with a specific instance of a


running process

A Service that matches an incoming TN document with an IS Document Type

A Service that uses the XREF tables to avoid Echo Suppression

A Service that triggers the Process Runtime after enabling a Process

Any Service with a mapped Activation ID in its env Document

Question 30: Using the Developer, all of the following can be used to generate
a Document Type for an XML structure except: Question no.: 3038

Please select the right answer.

A sample instance of the XML document

The schema for the XML document

Sample instance of the XML document with an embedded DTD

An XSLT document

The DTD for the XML document

Question 31: Which field[s] of the _env member of a publishable Document do you
have to change when using joins? Question no.: 3041
Please select the right answer.

activation only

priority only

appUsername and appPassword

activation and priority

businessContext only

Question 32: What is true about a Document Type and an Document Instance?
Question no.: 3042

Please select the right answer.

They are the same. These are identical names for the same thing

The Document Type is a blueprint for a Document, while the Document Instance is
the runtime incarnation of the latter

The Document Instance is a blueprint for the Document, while the Document Type
is the runtime incarnation of the latter

The Document Instance can only contain Data members defined in the Document
Type

The Document Type must define all permissable content of the Document Instance
Question 33: The built-in pub.client:http service can be used to send data to
applications on the internet in a variety of ways. Which of the following data
input parameters can only be used if the method is POST? Question no.: 3057

Please select the right answer.

Table

Args

Payload

String

Stream

Question 34: Which of the following statements concerning Flow services is


true? Question no.: 3059

Please select the right answer.

A Flow service cannot invoke a Java service, except as a Transformer

Flow services can only invoke services that reside on the same webMethods
Integration Server

A Flow service can invoke services on any webMethods Integration Server for
which a Remote Server Alias has been configured

Flow services can only invoke services that are not protected by an Access
Control List (ACL)
Flow services cannot perform recursive invokes (i.e., a Flow service cannot
call itself)

Question 35: Which of the following is a valid reference to an Integration


Server service named "quoteService" inside the folder "stock" within the parent
folder "bank"? Question no.: 3060

Please select the right answer.

bank.stock:quoteService

bank.stock.quoteService

bank/stock.quoteService

bank/stock:quoteService

bank::stock::quoteService

Question 36: Which of the following is a valid Flow operation? Question no.:
3063

Please select the right answer.

FUNCTION

RETRY

GOTO

LOOP
SWITCH

Question 37: You are tasked to create a BRANCH which will execute a service
only if a string named "partNo" begins with "WEBM". With the evaluate labels
parameter set to "true", what is the correct syntax for the label of the
service? Question no.: 3076

Please select the right answer.

%partNo%=/WEBM.*/

%partNo%==/[WEBM]/

%partNo%==/$WEBM/

%partNo%==/^WEBM/

%partNo%=="WEBM*"

Question 38: When invoking an Integration Server service via an HTML form post,
how will a string named "$xmldata" appear in the pipeline? Question no.: 3065

Please select the right answer.

It will not appear, $xmldata is a reserved word

As an object called node

As a document called node

As a string called $xmldata


As an object called $xmldata

Question 39: For a REPEAT operation to continue executing until the specified
repeat condition becomes false, the count parameter needs to be set to:
Question no.: 3069

Please select the right answer.

$null

-1

NULL

Question 40: Integration server can receive SOAP requests using which protocol?
Question no.: 3091

Please select the right answer.

HTTP

FTP

FTPS

SMTP
IMAP

Question 41: A Broker Trigger... Question no.: 3085

Please select the right answer.

...has only one document handling Service

...has only one join type

...always processes its documents serially

...always processes its documents in parallel

...can process documents based on a user assigned priority

Question 42: A document handling service for a Broker Trigger... Question


no.: 3082

Please select the right answer.

...has a Signature dependant on the Documents the Service is supposed to handle

...must implement the specification given by pub.publish:documentResolverSpec

...will always receive as many documents as there are available for processing

...will never run in parallel


...must create a local copy of the received documents, before it is allowed to
modify the received data.

Question 43: What happens if two triggers on one IS subscribe to the same
Document type and an Instance of the Document is published? Question no.: 3087

Please select the right answer.

This cannot happen. There can only be one Trigger subscribing to any one
Document Type

Both Triggers receive a copy of the Document

One Trigger receives a copy of the Document

Each trigger receives a copy of the Document with a different UUID assigned

The Broker sends the Document to the Trigger with the shortest Document queue

Question 44: Which of the following is not a valid JMS Message type? Question
no.: 3088

Please select the right answer.

StreamMessage

MapMessage

TextMessage

ObjectMessage
BinaryMessage

Question 45: How do you create a Specification? Question no.: 3052

Please select the right answer.

By importing a WSDL file from a UDDI Repository or via a http Request to a WEB
Service Endpoint

By writing a template Service and then extracting the service specification

By importing the corresponding XSLT file

Using the normal 'new' Functionality of Designer or Developer

You never create a Specification, the System always creates them for you

Question 46: Specifications... Question no.: 3054

Please select the right answer.

...are used to enforce service Interfaces

...are helpful in reducing typing efforts when creating services with similar
Interfaces

...are stored outside the Integration Servers Namespace

...can only be maintained with Designer


...are used internally by Integration Server

Question 47: "Which of the following is the correct signature for a Java
Service?
" Question no.: 3049

Please select the right answer.

public static void stringCompare(IData pipeline) throws ServiceException

public static final void stringCompare(IData pipeline) throws ServiceException

public static void stringCompare(IData pipeline)

private static final void stringCompare(IData pipeline) throws ServiceException

Question 48: When coding services in Java, the IS Data Type "Document" would be
instantiated by executing which method? Question no.: 3044

Please select the right answer.

IDataFactory.create()

IData.new()

IData.create()

IDataFactory.createDocument()

IDataFactory.new()
Question 49: In the Designer version 8, what is the purpose of the extends
field on the shared tab of a java service? Question no.: 3050

Please select the right answer.

Lists the subclasses which extend the current class

This field is no longer supported with version 8

Lists Java interfaces from which to inherit constants and methods

Defines global variables and methods shared by all services in this interface

Lists the names of additional Java packages whose classes are available to the
current class

Question 50: Check the wrong statement: The JDBC Adapter... Question no.:
3037

Please select the right answer.

...does not provide any Adapter Services

...provides Adapter Services for Database Operations like Select, Update,


Insert, Delete

...allows it to specify alternate DB credentials for every Database Operation

...installs as an additional Package in Integration Server


...can perform JOIN operations across multiple DB Tables during a SELECT
statement

Question 10: Which of the following is false: When creating your adapter you...
Question no.: 2974

Please select the right answer.

...should register the Adapters Major Code with Software AG

...must use JAVA to interface with Integration Server

...create an Adapter Package as one of the first development tasks

...usually create DSP files to administrate your Adapter

...can choose JAVA or C/C++ to implement your Adapter

Question 15: What is not stored in a FlatFile Dictionary? Question no.: 3000

Please select the right answer.

Flat File Definition

Record Definition

Composite Definition

Field Definition
Record Definition and Field Definition

Question 16: Which of the following is FALSE when discussing the Broker
security model? Question no.: 3035

Please select the right answer.

The Broker security model authorizes access permissions by comparing a clients


SSL identity against a list of identities contained in an Access Control List
(ACL)

In the Broker security model, you can set access permission to control which
Brokers can join a territory, but you cannot control what data the Broker has
access to

In the Broker security model, you can also set access permissions to control
which Brokers can join a territory, and whether a Broker in another territory
connected by a gateway is allowed to access data

The Broker security model provides reference integrity through SSL,


guaranteeing the identity of a Broker Server to a requesting client, and
optionally, that of a client to a Broker Server

Question 22: A Client State Object, which is maintained by the broker for each
connected Client, contains the following Information except a... Question no.:
2953

Please select the right answer.

...Client ID

...Client Group

...Publication List
...Subscription List

...Document Queue

Question 24: What is the purpose of a resource monitoring service in a trigger?


Question no.: 2960

Please select the right answer.

It checks if a given document type is available for processing

You can call it to find out, how busy an individual trigger is

It is used by a trigger to find out if it should resume document processing

It is called by a resource to signal to the trigger that a document is


available for further processing

It can be called at the end of a triggers processing service to tell the


trigger that processing is completed. The processing service itself might then
continue to execute other tasks

Question 25: How can you enable documents processing based on priority in a
trigger? Question no.: 2957

Please select the right answer.

This feature does not exist

By storing the requested priority into _env/priority


By storing the requested priority into _env/priority and setting the Triggers
"Priority enabled" property to True"

By setting the Triggers "Priority enabled" property to True"

Question 26: Documents can be sent to Trading Networks by all of the following
but a... Question no.: 3093

Please select the right answer.

...Java client

...C/C++ client

...Visual Basic client

...Excel client

...SOAP client

Question 30: Which statement is wrong? A Document... Question no.: 3039

Please select the right answer.

...can contain any Number of sub-Documents

...is implemented internally by the IData interface

...can store serializable Java Objects only


...may exceed 64KB in size

...may be nested deeper than 16 levels

Question 32: What is true about a Document Type and an Document Instance?
Question no.: 3042

Please select the right answer.

They are the same. These are identical names for the same thing

The Document Type is a blueprint for a Document, while the Document Instance is
the runtime incarnation of the latter

The Document Instance is a blueprint for the Document, while the Document Type
is the runtime incarnation of the latter

The Document Instance can only contain Data members defined in the Document
Type

The Document Type must define all permissable content of the Document Instance

Question 38: What is the default behavior if a Flow EXIT does not specify
a "from"? Question no.: 3073

Please select the right answer.

$flow will be assumed, and the EXIT will halt operation of the current service
and return control to the calling routine

The EXIT will throw an java.lang.NullPointerException


$parent will be assumed, and the EXIT will behave normally

The EXIT will not be executed, but no exceptions will be thrown

$loop will be assumed, and a com.wm.lang.flow.FlowException will be thrown if


the EXIT is not in a LOOP

Question 41: A Broker Trigger... Question no.: 3085

Please select the right answer.

...has only one document handling Service

...has only one join type

...always processes its documents serially

...always processes its documents in parallel

...can process documents based on a user assigned priority

Question 42: A document resolver service... Question no.: 3083

Please select the right answer.

...is the last chance for a Trigger to find out if a Document is a Duplicate

...must be configured for every Document type


...must be configured for every Trigger

...has a Signature that is dependant on the Documenty types being resolved

...must be written in Java

Question 1: Services manipulate data in the pipeline. What type of Java object
is the pipeline? Question no.: 3021

Please select the right answer.

com.wm.data.IData

java.util.Hashtable

java.util.Vector

com.wm.data.BasicData

java.lang.Component

Question 2: What package contains the pub.flow.clearPipeline service?


Question no.: 3025

Please select the right answer.

WmPublic
WmPipeline

WmRoot

WmDB

WmTN
a

Question 3: Which Package contains the pub.flow:AddInts service? Question


no.: 3019

Please select the right answer.

WmLibrary

WmPublic

WmMath

WmRoot

WmUser

doubt
Question 4: Which is the correct format for referencing a service called
"process" within a folder named "database" that is contained within a Package
called "MyCompany"? Question no.: 3015

Please select the right answer.


MyCompany:database.process

Database.process

process:database

MyCompany.database/process

database:process
e
Question 5: What is the maximum size for a Package? Question no.: 3020

Please select the right answer.

at most 4096 Objects

32MB Filesize

at most 512 Objects of the same type

There is no hard limit, except those given by the operating system, filesystem
etc.

no more that 64 top level services


d
Question 6: What Data Is Shared in a Cluster? Question no.: 2994

Please select the right answer.

The session state


All Pipeline Data of executing Services

All adapter connection data

All packages and their content

All of the above

a
Question 7: Which of the following is false: In an Integration Server Cluster
each server should... Question no.: 2991

Please select the right answer.

...connect to the same set of databases

...connect to same broker

...have it's own diagnostic port

...have the same event subscriptions

...have the same network address


e
Question 8: If you have an adapter connection using LOCAL_TRANSACTION and you
call an adapter service using that connection within a Flow service, without
using pub.art.transaction services, then when is the transaction committed?
Question no.: 2984

Please select the right answer.


When the adapter service call completes

When the Flow service that calls the adapter service completes successfully

When the top-level service completes, irrespective of whether successfully or


with failure

When the top-level service completes successfully

When the users Session ends


d
Question 9: Which of the following is not a valid JDBC Adapter Notification
Question no.: 2989

Please select the right answer.

Insert Notification

Update Notification

Delete Notification

Stored Procedure Notification

Schema Notification
e
Question 10: What is the purpose of the webMethods ADK? Question no.: 2972

Please select the right answer.

It contains services for the deployment of adapters


You use it for the development of your own adapters

It can be used to extend existing adapters

This package provides Support for asynchronuos Data Collection

It supports the automated generation of Documentation

b
Question 11: On which port does the diagnostic HTTP listener wait for requests?
Question no.: 3011

Please select the right answer.

90

9090

9999

7070

7777
c
Question 12: When using the JDBC Adapter, you must specify a DataSource Class.
What is this information used for? Question no.: 3007

Please select the right answer.


It's the name of a Class to instantiate when setting up the JDBC Connection to
the Database

This question is invalid. There is no such Information to configure

This class determines which Data Types the database may return

This class is used to check, if the caller has appropriate permission to


connect to the database

This class serves a utility to serialize BLOB's returned by the Database


a
Question 13: To ensure uniqueness, Notification Buffer Table names are based on
the combination of which of the following? Question no.: 3004

Please select the right answer.

Prefix (WMB) and Base Name

Base Name and Suffix (WMB)

Prefix (BUFFER) and Base Name and Suffix (based on a timestamp)

Prefix (WMB) and Base Name and Suffix (based on a timestamp)

Prefix (WMB) and Suffix (based on a timestamp)


d
Question 14: What is not a Character that you can specify in a FlatFile Schema
with a Delimiter Based Record Parser? Question no.: 2998

Please select the right answer.


Record Delimiter

Record Identifier Delimiter

Field or Composite Delimiter

Subfield Delimiter

Quoted Release Character


b
Question 15: What is not stored in a FlatFile Dictionary? Question no.: 3000

Please select the right answer.

Flat File Definition

Record Definition

Composite Definition

Field Definition

Record Definition and Field Definition


a
Question 16: Which of the following is FALSE when discussing the Broker
security model? Question no.: 3035

Please select the right answer.


The Broker security model authorizes access permissions by comparing a clients
SSL identity against a list of identities contained in an Access Control List
(ACL)

In the Broker security model, you can set access permission to control which
Brokers can join a territory, but you cannot control what data the Broker has
access to

In the Broker security model, you can also set access permissions to control
which Brokers can join a territory, and whether a Broker in another territory
connected by a gateway is allowed to access data

The Broker security model provides reference integrity through SSL,


guaranteeing the identity of a Broker Server to a requesting client, and
optionally, that of a client to a Broker Server
e
Question 17: When configuring a "listener" for integration server, the access
mode parameter can be used to... Question no.: 3034

Please select the right answer.

...allow access only to a list of users

...specify which machines in a network are permitted to access the server

...allow access only to specific service types (like WEB-Services)

...allow access only to a set of services

...override the log level of invoked services


d
Question 18: If watt.server.auditLog is set to off, which of the following is
true? Question no.: 2981

Please select the right answer.


Pipeline data will always be written to the audit logs

Pipeline data will never be written to the audit logs

The developer controls auditing through Developer

All services will log begin and end states


b
Question 19: Which of the following are correct entries for the
watt.server.auditLog property? Question no.: 2975

Please select the right answer.

perSvc

none

database

local
a
Question 20: Which of the following is true: The service cache in Integration
server... Question no.: 2983

Please select the right answer.

...speeds up service lookup

...is used only for services that have the Cache Results property set to false
...can be used to avoid recomputations of service invocations

...stores an optimized bytecode representation of a flow services operations


c
Question 21: What is the default Base Port of the first Broker Server on a
given Host? Question no.: 2954

Please select the right answer.

6850

6849

6848

6847

6846
b
Question 22: "What is the maximum size of the Broker storage file?
" Question no.: 2950

Please select the right answer.

32G

16G

64G
8G
a
Question 23: In a Territory... Question no.: 2944

Please select the right answer.

...each Broker is connected to each other Broker

...there is a central Broker that is connected to each other Broker

...each Broker is connected to at most 3 other Brokers

...you have to maintain which Broker knows which other Broker

...Broker to Broker connections are created as needed


a
Question 24: What does the "Refill level" property specify for a Trigger?
Question no.: 2959

Please select the right answer.

The number of unprocessed documents that must remain in this trigger queue,
before the Broker retrieves more documents for the trigger from the Client

The number of processed documents that must remain in this trigger queue,
before the Client retrieves more responses for the trigger from the Broker

The number of unprocessed documents that must remain in this trigger queue,
before the Client retrieves more documents for the trigger from the Broker

The size of unprocessed documents that must remain in this trigger queue,
before the Client retrieves more documents for the trigger from the Broker
The size of unprocessed documents that must remain in this trigger queue,
before the Broker retrieves more documents for the trigger from the Client

Question 25: What is the syntax for a Broker Filter to subscribe to all
documents that would otherwise go into the dead letter queue? Question no.:
2958

Please select the right answer.

{DeadLetterOnly}

{hint:DeadLetterOnly}

{hint:DeadLetterOnly = true}

DeadLetterOnly

hint:DeadLetterOnly
c
Question 26: Documents can be sent to Trading Networks by all of the following
but a... Question no.: 3093

Please select the right answer.

...Java client

...C/C++ client

...Visual Basic client


...Excel client

...SOAP client
e
Question 27: Using the webMethods IS Developer, the best way to test a Flow
service that requires an XML node object as input would be: Question no.: 2970

Please select the right answer.

From the Test menu, select "Step" and then use the F7 key to step through the
flow

Highlight the first operation of the service and select "Trace to Here" from
the Test menu

Set a breakpoint at the first operation that uses the node, and select "Trace"
from the Test menu

From the Test menu, select "Send XML File", then select either "Trace" or
"Step" as desired

Simply select "Trace" from the Test menu


e
Question 28: Which of the following statements is wrong? Question no.: 2965

Please select the right answer.

Developer will implement all Designer functionality step by step

Designer is a plugin for Eclipse


Designer cannot run on an Application Server

Designer offers the basic Development features

Developer will extend Designer functionality

doubt
Question 29: What is a Correlation Service? Question no.: 2964

Please select the right answer.

A Service that matches an incoming document with a specific instance of a


running process

A Service that matches an incoming TN document with an IS Document Type

A Service that uses the XREF tables to avoid Echo Suppression

A Service that triggers the Process Runtime after enabling a Process

Any Service with a mapped Activation ID in its env Document

a
Question 30: Using the Developer, all of the following can be used to generate
a Document Type for an XML structure except: Question no.: 3038

Please select the right answer.

A sample instance of the XML document

The schema for the XML document


Sample instance of the XML document with an embedded DTD

An XSLT document

The DTD for the XML document


d
Question 31: Which field[s] of the _env member of a publishable Document do you
have to change when using joins? Question no.: 3041

Please select the right answer.

activation only

priority only

appUsername and appPassword

activation and priority

businessContext only
a
Question 32: What is true about a Document Type and an Document Instance?
Question no.: 3042

Please select the right answer.

They are the same. These are identical names for the same thing

The Document Type is a blueprint for a Document, while the Document Instance is
the runtime incarnation of the latter
The Document Instance is a blueprint for the Document, while the Document Type
is the runtime incarnation of the latter

The Document Instance can only contain Data members defined in the Document
Type

The Document Type must define all permissable content of the Document Instance
b
Question 33: The built-in pub.client:http service can be used to send data to
applications on the internet in a variety of ways. Which of the following data
input parameters can only be used if the method is POST? Question no.: 3057

Please select the right answer.

Table

Args

Payload

String

Stream
e
Question 34: Which of the following statements concerning Flow services is
true? Question no.: 3059

Please select the right answer.

A Flow service cannot invoke a Java service, except as a Transformer


Flow services can only invoke services that reside on the same webMethods
Integration Server

A Flow service can invoke services on any webMethods Integration Server for
which a Remote Server Alias has been configured

Flow services can only invoke services that are not protected by an Access
Control List (ACL)

Flow services cannot perform recursive invokes (i.e., a Flow service cannot
call itself)
c
Question 35: Which of the following is a valid reference to an Integration
Server service named "quoteService" inside the folder "stock" within the parent
folder "bank"? Question no.: 3060

Please select the right answer.

bank.stock:quoteService

bank.stock.quoteService

bank/stock.quoteService

bank/stock:quoteService

bank::stock::quoteService
a
Question 36: Which of the following is a valid Flow operation? Question no.:
3063

Please select the right answer.


FUNCTION

RETRY

GOTO

LOOP

SWITCH
d
Question 37: You are tasked to create a BRANCH which will execute a service
only if a string named "partNo" begins with "WEBM". With the evaluate labels
parameter set to "true", what is the correct syntax for the label of the
service? Question no.: 3076

Please select the right answer.

%partNo%=/WEBM.*/

%partNo%==/[WEBM]/

%partNo%==/$WEBM/

%partNo%==/^WEBM/

%partNo%=="WEBM*"
d
Question 38: When invoking an Integration Server service via an HTML form post,
how will a string named "$xmldata" appear in the pipeline? Question no.: 3065

Please select the right answer.


It will not appear, $xmldata is a reserved word

As an object called node

As a document called node

As a string called $xmldata

As an object called $xmldata


b
Question 39: For a REPEAT operation to continue executing until the specified
repeat condition becomes false, the count parameter needs to be set to:
Question no.: 3069

Please select the right answer.

$null

-1

NULL
d
Question 40: Integration server can receive SOAP requests using which protocol?
Question no.: 3091

Please select the right answer.


HTTP

FTP

FTPS

SMTP

IMAP
a
Question 41: A Broker Trigger... Question no.: 3085

Please select the right answer.

...has only one document handling Service

...has only one join type

...always processes its documents serially

...always processes its documents in parallel

...can process documents based on a user assigned priority


e
Question 42: A document handling service for a Broker Trigger... Question
no.: 3082

Please select the right answer.

...has a Signature dependant on the Documents the Service is supposed to handle


...must implement the specification given by pub.publish:documentResolverSpec

...will always receive as many documents as there are available for processing

...will never run in parallel

...must create a local copy of the received documents, before it is allowed to


modify the received data.
a
Question 43: What happens if two triggers on one IS subscribe to the same
Document type and an Instance of the Document is published? Question no.: 3087

Please select the right answer.

This cannot happen. There can only be one Trigger subscribing to any one
Document Type

Both Triggers receive a copy of the Document

One Trigger receives a copy of the Document

Each trigger receives a copy of the Document with a different UUID assigned

The Broker sends the Document to the Trigger with the shortest Document queue
b
Question 44: Which of the following is not a valid JMS Message type? Question
no.: 3088

Please select the right answer.


StreamMessage

MapMessage

TextMessage

ObjectMessage

BinaryMessage
doubt

Question 45: How do you create a Specification? Question no.: 3052

Please select the right answer.

By importing a WSDL file from a UDDI Repository or via a http Request to a WEB
Service Endpoint

By writing a template Service and then extracting the service specification

By importing the corresponding XSLT file

Using the normal 'new' Functionality of Designer or Developer

You never create a Specification, the System always creates them for you
d
Question 46: Specifications... Question no.: 3054

Please select the right answer.

...are used to enforce service Interfaces


...are helpful in reducing typing efforts when creating services with similar
Interfaces

...are stored outside the Integration Servers Namespace

...can only be maintained with Designer

...are used internally by Integration Server

Question 47: "Which of the following is the correct signature for a Java
Service?
" Question no.: 3049

Please select the right answer.

public static void stringCompare(IData pipeline) throws ServiceException

public static final void stringCompare(IData pipeline) throws ServiceException

public static void stringCompare(IData pipeline)

private static final void stringCompare(IData pipeline) throws ServiceException


b
Question 48: When coding services in Java, the IS Data Type "Document" would be
instantiated by executing which method? Question no.: 3044

Please select the right answer.

IDataFactory.create()
IData.new()

IData.create()

IDataFactory.createDocument()

IDataFactory.new()
a..doubt
Question 49: In the Designer version 8, what is the purpose of the extends
field on the shared tab of a java service? Question no.: 3050

Please select the right answer.

Lists the subclasses which extend the current class

This field is no longer supported with version 8

Lists Java interfaces from which to inherit constants and methods

Defines global variables and methods shared by all services in this interface

Lists the names of additional Java packages whose classes are available to the
current class
doubt
Question 50: Check the wrong statement: The JDBC Adapter... Question no.:
3037

Please select the right answer.

...does not provide any Adapter Services


...provides Adapter Services for Database Operations like Select, Update,
Insert, Delete

...allows it to specify alternate DB credentials for every Database Operation

...installs as an additional Package in Integration Server

...can perform JOIN operations across multiple DB Tables during a SELECT


statement
b

You might also like