Cuestiones
ayuda
option
Mi Daypo

TEST BORRADO, QUIZÁS LE INTERESECS_WM_04

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

Descripción:
Examen WebMethos 4

Autor:
Benito Camelo
(Otros tests del mismo autor)

Fecha de Creación:
03/08/2022

Categoría:
Otros

Número preguntas: 27
Comparte el test:
Facebook
Twitter
Whatsapp
Comparte el test:
Facebook
Twitter
Whatsapp
Últimos Comentarios
No hay ningún comentario sobre este test.
Temario:
When generating Documents for a Flat File Schema called ‘a.b:c’, what will be the name of the generated Document? a.b:cDT a.b.c:DT a.b.DT:c cDT a.b:c_DT.
When creating Flow services, what is the purpose of a SEQUENCE step? To halt the execution of a Flow and throw an exception To execute a step base on the run-time value of a pipeline variable To execute a series of Flow operations a specific number of times To group a sequence of steps so that they are treated as a unit To perform a set of Flow steps for each element in an array.
The Integration Server public caching services are located in WmPublic in namespace Pub.storage.cache Pub.cache Pub.cache.storage Pub.cache.services.
For a REPEAT step to execute the child steps only once, the count parameter needs to be set to: 0 -1 Null INGNORE 1.
In the handing service for a native publishable document, you receive a native document with an activation field set to “abc”. If in the same service, you publish another native document, then, by default, the activation field of the new document will contain… A randomly generated string The string “abc” No value The null string.
When coding Integration Server services, how can a DocumentList be represented in Java? IData[ ] Object IData String[ ][ ] String[ ].
When using the JDBC Adapter Notification model, you must create a service to map the date retrieved form the buffer table and then publish it to the document that has the syntax &It;notiferName> PublishDocument. True False.
Where does the Integration Server store the data for an Adapter Connection? In a the webMethods database in the IS Internal Database This depends on the individual adapter In a XML File in the integration Server config directory Inside a Cache in memory As an Adapter Connection Object in the Integration Server namespace.
In a Web Service Descriptor (WSD), which of the following is not one of the tabs? Handlers Polices Binders Aliases WSDL.
What is the correct variable substitution sytax to return the value of a field named “dbSchema” contained inside a document “DbConfig” which is contained in the first element of a document list “DbConfigSet”? %dbSchem[0]% %dbSchema[1]% %dbSchema% %DbConfigSet[1]/DbConfig/dbSchema% %DbConfigSet[0]/DbConfig/dbSchema%.
What built-in service do you use to publish an IS document (proprietary IData) from Integration Server to webMethods Messaging Provider (UM or Broker) without waiting for a reply? pub.publish.publish pub.jms:publishAndWait pub.pub:publish pub.jms:send.
If an IS Document Type’s Encoding type is set to Protocol buffers, at runtime the Integration Server will… Encode the document as a Software AG protocol buffer Encode the document as a Google protocol buffer Encode the document instance as a serialized IData object Encode the document in an IData payload.
What IS package contains the webMethods Adapter Runtime? WMAdapterRT WmAdapterRuntime WmART WmAdapterRuntime.
Which function is not available by Integration Server Service Logging? Record the client that called the service, and the Integration Server port on which the client connected Track when services start, their status, and their duration Record the pipeline content when a service finish Resubmission of services Track whether services completed successfully or failed.
What is one of the differences between the Flow steps LOOP and REPEAT? LOOP iterates for each item in an array; while REPEAT iterates based on the success or failure of child steps, and the “count” parameter LOOP will iterate the number of times specified by the “count” parameter, REPEAT will iterate once for each item in an array REPEAT requires both an array and the number of iterations as inputs; LOOP requires only the number of iterations LOOP and REPEAT are identical and can used interchangeably LOOP requires the number of iterations to be specified ahead of time; REPAT does not.
When a publishable IS Document Type is synchronized with the Universal Messaging provider, the following happens A JNDI Connection Factory will be created/update on the Universal Messaging real, with the name of the IS Document Type A channel will be created/updated on the Universal Messaging real, with the name that matches the full namespace name of the IS Document Type A JMS queue will be created/updated on the Universal Messaging real, with the name of the IS Document Type A webMethods Messaging Trigger will be automatically created and configure on the Integration Server to subscribe to the IS Document Type.
According to the webMethods Java API Reference, which of the following is a valid cursor for accessing IData? IDataTableCursor IDataPipelineCursor IDataCursor IDataArrayCursor IDataReferenceCursor.
When you assign a specification to a service, you can add, delete, or modify the declared variables using the services Input/Output tab. True False.
To do point-to-point messaging with a JMS Provider, you require a: Bucket Topic Queue DataGroup.
A web Service Alias can be used to override all of the following EXCEPT URLs Client Certificates Usernames/Passwords Operations.
When debugging a FLOW service, in the Debug perspective, you can do all of the following EXCEPT Set Breakpoint Change the value of String variables Step into Java Services View the call stack.
What is maximum size for a Package? 32MB File size At most 512 Objects of the same type There is no hard limit, except those given by the operating system, filesystem, JVM memory, etc. No more than 64 top level services At most 4096 Objects.
Which built-in service do you use to publish a webMethods Message to subscriber(s) and wait for reply? pub.publish:publishAndWait pub.publish:deliverAndWait pub.publish:publish pub.publish:deliver.
To prevent losing publishable IS Documents at runtime, which of the following is recommended? Set Discard to False and Storage type to Guaranteed Set Discard to True and Storage type to Guaranteed Set Discard to True and Storage type to Volatile Set Discard to False and Storage type to Volatile.
To ensure uniqueness, Notification Buffer Table names are based on the combination of which of the following? Prefix(WMB) and Base Name and Suffix (based on a timestamp) Prefix(WMB) and Base Name Prefix(BUFFER) and Base Name and Suffix(based on a timestamp) Base Name and Suffix(WMB) Prefix (WMB) and Suffix(base on a timestamp).
When using webMethods Messaging Triggers with Universal Messaging and an IS Document Type’s Encoding property set to Protocol buffers, it is recommended that document payload filtering be don using the Filter field. False True.
IS Document Types can be created on the Integration Server using the New Document Wizard. Select the source type that cannot be used to create a new document type: DTD None JSON CSV XML XSD.
Denunciar test Consentimiento Condiciones de uso