wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

webMethod Final Review Session

Total questions: 36

Worksheet time: 12mins

Name
Class
Date
1.

If I am in this view, which perspective I am using?

a)

Development

b)

Run Service

c)

Debug

2.

A service is uniquely identified by folder[.subfolder...]:service

a)

True

b)

False

3.

Integration Architecture is a specialty under Data Architecture is a software architecture that facilitates how different applications or services communicate with each other.

a)

True

b)

False

4.

What is the default EXIT ON value of a SEQUENCE?

a)

DONE

b)

SUCCESS

c)

FAILURE

5.

Complete the sentence:

Each _____ is like a black box. It receives data, perform the operation and returns the data

a)

Service

b)

Package

c)

Pipeline

6.

In this type of connection in webMethods adapter, the connection automatically commits (Auto Commit) all operations

a)

No Transaction

b)

Local Transaction

c)

XA Transaction

7.

There are 3 ways to declare the service input and output, via specification text box and input panel, true or false?

a)

False

b)

True

8.

If I see that the database connection has this name "mySQL_NTX", I can assume that the transaction type is

a)

XA Transaction

b)

No Transaction

c)

Local Transaction

9.

My flow service is showing an implicit map for variables with same name, which flow step is being used here?

a)

Map

b)

Exit

c)

Invoke

10.

I want to create a scenario in which my flow step will re-invoke the HTTP call if there are errors, what will I use?

a)

REPEAT

b)

SEQUENCE

c)

LOOP

11.

In webMethods best practices guidelines, it is recommended to use PascalCase for variable names

a)

True

b)

False

12.

Can I use this document as a document type in my trigger?

a)

Yes

b)

No

13.

Which folder contains the components I will use to invoke the consumer service?

a)

connectors

b)

docTypes

c)

responseServices

14.

If there are multiple tables and I want to set up the fields that will show in the Input section of this table, which tab I will update?

a)

Tables

b)

Joins

c)

SELECT

d)

WHERE

15.

I want to know the services that is using my service, I will click Find Dependents in this option

a)

True

b)

False

16.

webMethods integration basic category that provide tool for developing and testing an integration solution

a)

Runtime

b)

Administrative Monitoring

c)

Design Time

17.

Both JSON and XML can be parsed and used by lots of programming languages

a)

True

b)

False

18.

I will use Object Reference List if I want to use an existing document and make it an array type document

a)

True

b)

False

19.

REST stands for

a)

REjected Status Transfer

b)

REpetitive State Transfer

c)

REpresentational State Transfer

20.

The company wants to connect to a third party service and have asked the service provider for its WSDL. In the web service descriptor creation page, what should I click?

a)

Provider and Existing IS Service

b)

Provider and WSDL

c)

Consumer and WSDL

d)

Consumer and Existing IS Service

21.

XML are hierarchical (values within values) but JSON is not

a)

True

b)

False

22.

What is the default value of the property Stateless in webMethods flow service?

a)

True

b)

False

c)

None

23.

I want to see all the documentation for webMethods product suite, where can I find it in the webMethods home installation directory

a)

C:\SoftwareAG\common\_documentation

b)

C:\SoftwareAG\documentation

c)

C:\SoftwareAG\_documentation

24.

This regex will evaluate to true if the value contains the word “part” followed by one or more spaces and then the characters “555-A”

a)

/part + *555-A/

b)

/[part] + 555-A/

c)

/part + 555-A/

25.

A (a)   element contains the call and response information

26.

This WSDL component defines the data elements for each operation

a)

binding

b)

types

c)

messages

d)

portType

27.

In the flow step BRANCH, what is the Evaluate Label value if I want to evaluate the switch variable?

a)

False

b)

True

c)

None

28.

A JMS trigger subscribes to one or more publishable document types and processes instances of these document types

a)

True

b)

False

29.

In this sequence configuration, if the service encounters an error, it will throw an exception and finishes the next flow steps within the sequence to complete the process

a)

Yes

b)

No

30.

pub.flatFile:convertToValues converts a flat file document to an IS document (IData object) based on the input flat file schema

a)

True

b)

False

31.

What will be the proper sequence if I want to set my response to JSON

a)
b)
c)
d)
32.

My flow service encounters a service exception, what will happen to my triggers if I have this setting?

a)

Suspended

b)

Enabled

c)

Disabled

33.

Package name are NOT in the namespace

a)

True

b)

False

34.

XA Transaction is an All or Nothing approach, means all the operations on the same connection in one transaction boundary will be committed or rolled back together

a)

True

b)

False

35.

I need to remove this field in my response, I will set my Allow Null to True

a)

True

b)

False

36.

In the Flat File elements, this is called the atomic pieces of data

a)

Schema Definition

b)

Record Definition

c)

Composite Definition

d)

Field Definition