Cuestiones
ayuda
option
Mi Daypo

TEST BORRADO, QUIZÁS LE INTERESECS_WM_03

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del test:
CS_WM_03

Descripción:
Examen WebMethods

Autor:
Ana Lisa Melchotto.
(Otros tests del mismo autor)

Fecha de Creación:
03/08/2022

Categoría:
Otros

Número preguntas: 29
Comparte el test:
Facebook
Twitter
Whatsapp
Comparte el test:
Facebook
Twitter
Whatsapp
Últimos Comentarios
No hay ningún comentario sobre este test.
Temario:
An Integration Server package may have one or more startup services. When does a startup service execute? Only when the pub.package:startup service is invoked Only on server startup Only the first time the package is loaded Whenever the package is loaded or re-loaded Right before the package is unloaded.
What statement is FALSE when considering the use of packages in Integration? A package name must be carefully chosen, since packages are loaded in alphabetical order and there is no way to specify inter-Package dependencies It is Good practice that packages contain related objects They are deployable in the form of a zip file A package exists in a physical directory identified by the name of the package They are the smallest deployable unit of related objects.
To connect the Integration Server to a JMS provider you require the following: JNDI Provider Alis and JMS Connection Alias JNDI Provider Alias and webMethods Messaging Alias webMethods Messaging Alias JMS Connection Alias and JMS Trigger.
How do you define the input for an Integration Server handling service that will receive an IS Documents from a webMethods Messaging trigger? Add a reference to pub.jms.triggerSpec Add a document reference to the specific Document Type you will be receiving Define the Document Types directly in the Input/Output tab Add a document reference to the specific Document Type you will be receiving and set the name to the full qualified Document Type Name.
Select the models that can be used with the JDBC adapter: Invocation, Notification, Publish and Subscribe Invocation, Notification and Triggered Invocation and Notification.
Which one of the following is not a built-in transaction management service? Pub.art.transaction:commitTransaction Pub.art.transaction:rollbackTransaction Pub.art.transaction:startTransaction Pub.art.transaction:setTransactionError Pub.art.transactionn:setTransactionTimeout.
Which JDBC Adapter template can use $(variable)? StoredProcedure InsertSQL DeleteSQL DynamicSQL DynamiteSQL SelectSQL.
The Integration Server can only be connected to one JMS Provider. False True.
What is the main difference between Basic and Automatic Notification? Automatic Notification does not support Exactly Once Notification Automatic Notification does not support Stored Procedure Notification Basic Notification does not create a publish document Basic Notification requires that a user define a Buffer Table and a database trigger or other means of monitoring database changes so that changes are written into the buffer table Basic Notification does not support Exactly Once Notification.
A service that references a Specification Can only be written in Java Cannot have any other declared inputs or outputs Has a set of base Parameters, that it may extend as needed Can only be written in C/C++ Does not need to be updated when the Specification changes.
An IS Document is an instance of an IS Document Type. It is populated with data and flows the Integration Server? False True.
Within a webMethods IS Flow service, the MAP step allows what is know as “conditional map”. A conditional map... Will only copy date if the specified condition is false Will cause the mapping line to turn blue in Designer Cannot be used in a Flow service unless the “allow conditional mapping” service property is set to “true” Can only be used when mapping data to or from an XML node object in the pipeline Can only be used when invoking Transformer services.
When using the Flow EXIT step, the “Exit from” property can be set to which one of the following special variables? $current $session $this $parent $service.
You want to use the Compare/Merge Feature for Services. You can compare… Two or more Flow services on the same IS, and you can compare one Flow service with another on a different IS Two or more Flow services on the same IS, but you can’t compare one Flow service with another on a different IS Two Flow services on the same IS, but you can’t compare one Flow service with another on a different IS Two Flow services on the same IS, and you can compare one Flow service with another on a different IS.
Which is FALSE: A Custom Context ID… Is a free text field for identification of a service instance Is assigned using the service pub.flow:setCustomContextID Can be used in Keyword searches in the MWS Monitor UI Is valid during the lifetime of a session Can be displayed in the MWS Monitor UI.
To implement a federated query with IS Document types and webMethods Messaging, which of the following built-in services should you use? Pub.publish:reply Pub.publish:publish-set Async Property to true Pub.publish:deliver Pub.publis:publisAndWait-set Async property to true.
To send an IS Document (IData) in a JMS Message, you should map into the JMSMessage in the following location: JMSMessage/properties JMSMessage/body/idata JMSMessage/body/string JMSMessage/body/data JMSMessage/header.
Web Services are self-describing, accessible by open protocol, discoverable and… One possible implementation of a Service Oriented Architecture The only possible implementation of a Service Oriented Architecture Implemented in Java.
When coding services in Java, the IS Data Type “Document” would be instantiated by executing which method? IDataFactory.new() IData.new() IDataFactory.create() IData.create() IDataFactory.createDocument().
Which of the following is not one of the runtime components or specialized add-ons for the integration Server Trading Networks Apama Streaming Analytics Active Transfer webMethods Adapters.
What needs to be created on JMS Provider before the developer can build JMS messaging solutions? Topic(s) and/or Queue(s) and ACLs Connection factory(s), ACLS and interfaces Channels and Interfaces Connection factory(s), Topic(s) and/or Queue(s).
In the Designer, you have a FLOW serviceA which contains a BRANCH followed by a MAP step. After selection the MAP statement, you can indent the MAP under the Branch by all of the following methods EXCEPT by. Cutting the MAP statement and pasting in on top of the BRANCH statement Clicking the Right Arrow button on your keyboard Dragging the MAP onto the BRANCH statement Clicking the “Move Right” Icon Clicking the keyboard shortcut (CTRL-SHIFT-RIGHT).
A document resolver service… Has a Signature that is dependant on the Document types being resolved Is a service you can code that contains custom logic to determine if a Document is a duplicate Must be configured for every Trigger Must be configured for every Document type Must be written in Java.
Which statement is FALSE? An IS Document… May exceed 64KB in size May be nested deeper than 16 levels Is implemented internally by the IData interface Can contain any Number of sub-Documents Is only used with publish/subscribe messaging.
If you create a new Java Service called stringCompare, which signature will be generated? Public void stringCompare(IData pipeline) throws JavaException Public static void stringCompare(IData pipeline) throws ServiceException Public static final void stringCompare(IData pipeline) throws ServiceException Private static final void stringCompare(IData pipeline) throws ServiceException.
From the list, select the Adapter Service Template that is INCORRECT BatchInsertSQL CustomSQL InsertSQL SelectSQL ChangeSQL.
If using webMethods Messaging and you want to process documents in the order they were received in the trigger queue, you need to set: The trigger’s Processing mode to Concurrent The trigger’s Processing mode to Serial The trigger’s Max Retry attempts to “Max attempts reached”.
How can an Integration Server service subscribe to a JMS message without using a JMS Trigger? Create a database trigger Create a service that uses the built-in services pu.jms:createConsumer and pub.jms:acknowledge Create a webMethods Messaging Trigger Create a service that uses the built-in services pub.jms:createConsumer, pub.jms:receive and pub.jms:acknowledge.
Which Flat File validator is not editable by a developer? Conditional Byte Length Code List Length.
Denunciar test Consentimiento Condiciones de uso