Font size
WorksheetswebMethod Final Review Session
Total questions: 36
Worksheet time: 12mins
If I am in this view, which perspective I am using?
Development
Run Service
Debug
A service is uniquely identified by folder[.subfolder...]:service
True
False
Integration Architecture is a specialty under Data Architecture is a software architecture that facilitates how different applications or services communicate with each other.
True
False
What is the default EXIT ON value of a SEQUENCE?
DONE
SUCCESS
FAILURE
Complete the sentence:
Each _____ is like a black box. It receives data, perform the operation and returns the data
Service
Package
Pipeline
In this type of connection in webMethods adapter, the connection automatically commits (Auto Commit) all operations
No Transaction
Local Transaction
XA Transaction
There are 3 ways to declare the service input and output, via specification text box and input panel, true or false?
False
True
If I see that the database connection has this name "mySQL_NTX", I can assume that the transaction type is
XA Transaction
No Transaction
Local Transaction
My flow service is showing an implicit map for variables with same name, which flow step is being used here?
Map
Exit
Invoke
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?
REPEAT
SEQUENCE
LOOP
In webMethods best practices guidelines, it is recommended to use PascalCase for variable names
True
False
Can I use this document as a document type in my trigger?
Yes
No
Which folder contains the components I will use to invoke the consumer service?
connectors
docTypes
responseServices
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?
Tables
Joins
SELECT
WHERE
I want to know the services that is using my service, I will click Find Dependents in this option
True
False
webMethods integration basic category that provide tool for developing and testing an integration solution
Runtime
Administrative Monitoring
Design Time
Both JSON and XML can be parsed and used by lots of programming languages
True
False
I will use Object Reference List if I want to use an existing document and make it an array type document
True
False
REST stands for
REjected Status Transfer
REpetitive State Transfer
REpresentational State Transfer
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?
Provider and Existing IS Service
Provider and WSDL
Consumer and WSDL
Consumer and Existing IS Service
XML are hierarchical (values within values) but JSON is not
True
False
What is the default value of the property Stateless in webMethods flow service?
True
False
None
I want to see all the documentation for webMethods product suite, where can I find it in the webMethods home installation directory
C:\SoftwareAG\common\_documentation
C:\SoftwareAG\documentation
C:\SoftwareAG\_documentation
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”
/part + *555-A/
/[part] + 555-A/
/part + 555-A/
A (a) element contains the call and response information
This WSDL component defines the data elements for each operation
binding
types
messages
portType
In the flow step BRANCH, what is the Evaluate Label value if I want to evaluate the switch variable?
False
True
None
A JMS trigger subscribes to one or more publishable document types and processes instances of these document types
True
False
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
Yes
No
pub.flatFile:convertToValues converts a flat file document to an IS document (IData object) based on the input flat file schema
True
False
What will be the proper sequence if I want to set my response to JSON
My flow service encounters a service exception, what will happen to my triggers if I have this setting?
Suspended
Enabled
Disabled
Package name are NOT in the namespace
True
False
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
True
False
I need to remove this field in my response, I will set my Allow Null to True
True
False
In the Flat File elements, this is called the atomic pieces of data
Schema Definition
Record Definition
Composite Definition
Field Definition
