Simulador
![]() |
![]() |
![]() |
Título del Test:![]() Simulador Descripción: 60 preguntasG |




Comentarios |
---|
NO HAY REGISTROS |
1 The integration server has built-in services for performing data validation using constrains defined in integration server schemas. Using only core functionality, an is schema may be generated using the Designer from which one of the following?. A HTML file. A Comma separated values (CSV) file. An existing Service Specification. A Schema for Object-oriented XML (SOX) file. An XML Schema Definition (XSD) or XML Document Type Definition (DTD). 2 With CentralSite Integration in Designer... you can create Java service using Drag and Drop. you can create Service Specifications using Drag and Drop. you can create Document types using Drag and Drop. you can create WebMethods Messaging using Drag and Drop. .you can create Flow services using Drag and Drop. 3 What can you use to pre-defined a set of property values for flow, Java and C Services?. Element property templates. Service property Templates. Properties tab. Global variables. Service property files the config directory. 4 Which of the following is not a valid JDBC Adapter Notification?. Delete Notificcation. Schema Notification. Stored Procedure Notification. Insert Notification. Update Notification. 5 The WebMethods Integration Server has many built-in Services. The pub.art.transaction:startTransaction service is used for what ?. Starting the XA Manager om the Integration Server. Invoking an Adapter service in auto-commit mode. It starts an explicit transaction. It must be used in conjunction with a commitTransaction or rollbackTransaction. Delivery transaction on a remote webMethods Integration Server. Invoking a service on a remote webMethods Integration Server for which an Alias has been registered. 6 What are the two Object Types introduced by the FlatFile Package?. FlatFileLibrary, FlatFileService. FlatFileSchema, FlatFileLibrary. FlatFileService, FlatFileDictionary. FlatFileDictionary, FlatFileService. FlatFileDictionary, FlatFileSchema. 7 When generating Documents for a Flat file Schema called ‘a.b.c’, what will be the name of the generated Document?. a.b.c:DT. cDT. a.b.DT:c. a.b:cDT. a.b:c_DT. 8 What is the name main difference between Basic and Automatic Notification?. Basic Notification does not create a publish document. Automatic Notification does not support Stored Procedure Notification. Basic Notification does not support Exactly Once Notification. Basic Notification requires that a user define a Buffer Table and a database trigger or other means of monitoring database so that changes are written onto the buffer table. Automatic Notification does not support Exactly Once Notification. 9 Which of the following statements regarding Integration Server packages is true?. Packages can be enabled and disable using the Designer. The package name determines the fully qualified name of services contained in the package. Every package on an integration Server must be structure with a single. Uniquely named top-level folder. The name of package is not part of the fully qualified name of services contained in the package. One Integration Server can host 2 packages with the same name as long as the version number are different. 10 What is the maximum size for a package?. There is no hard limit. Except those given the operating system, filesystem, JVM memory, etc. 32MB Filesize. At most 512 Objects of the same type. No more that 64 top level services. At most 4096 Objects. 11 Which is the correct format for referencing a service called “process” within a folder named “database” that is contained withing a Package called “MyCompany?. MyCompany.database:process. Database:process. Database.process. MyCompany:database.process. Process:database. 12 What is the purpose of the pub.flow.debugLog service?. Return a service result to a client. You must not call this function. Its reserved fot the debugger. Prepare the logfile for further output operation. Check the correctness of the server context. Write information to the integration server log. Useful for debugging. 13 What is the pipeline being used for the Integration Server?. a temporary in-memory data structure in which input and output values are maintained for a service. a temporary in-memory data structure in which input and output values are maintained for all services. To determine the execution order of individual service steps. As persistent storage that’s available across the invocations of top level services. As call stack during service invocations. 14 The integration server public caching services are located in WmPublic in namespace: Pub.cache.services. Pub.cache. Pub.cache.storage. Pub.storage.cache. 15 If you have large XML documents to process in the integration server, what built.in parser can be to process these documents?. Big XML parser. Custom XML parser. Enhanced XML parser. Extended XML parser. 16 Select the models that can be used with the JDBC Adapter. Invocation and Notification. Invocation, Notification and Trigger. Synchronous and Asynchronous. Invocation, Notification, Publish and Subscribe. 17 When using Transaction Management Services with webMethods Adapters, what service must be invoked before invoking pub.art.transaction:commitTrasaction or pub.art.transaction:rollbackTransaction?. pub.wmart.transaction:startTransaction. pub.art.transaction:beginTransaction. pub.wmart.transaction:startTheTransaction. pub.wmart.transaction:beginTransaction. pub.art.transaction:StartTransaction. 18 When using the JDBC Adapter Notification model, what do you need to create on the integration server to process the notification document?. Handling service, webMethods Messaging Trgger or JMS Trigger. Web Service to handle the notification document, webMethods Messaging Trigger or JMS Trigger and database trigger. IS Document type(made Publishable) webmethods Messaging Trigger, Handling service. 19 Using the Designer, all of the following can be used generated a document Type for an XML structure except: The DTD for the XML document. An XSLT document. Sample instance of the XML document with an embedded DTD. A sample instance of the XML document. The schema for the XML document. 20 An IS Document is an instance of an IS Document Type. It is populated with data and flows through the Integration Server?. True. False. 21 Check the correct continuation: To make a document type pubishable you. must send it´s metada to the Messaging provider. must manually add a document reference to pub.publish:envelope valled _env. must manually syncronize the document with the Messaging provider. must manually set its ‘Publishable’ property to true. don’t have to change anything, every document is publishable per se. 22 To prevent losing publishable IS Document at runtime, which of the following is recommended?. Set Discard to False and Storage type to Volitile. 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 Volitile. 23 According to the webMethods Java API Reference, which of the following is a valid cursor for accessing IData?. IDataReferenceCursor. IDataPipelineCursor. IDataCursor. DataArrayCursor. IDataTableCursor. 24 When coding Integration Server services, how can a DocumentList be represented in java?. String [][]. String[]. String. IData. IData[]. 25 Which of the following Java class combines the functionality of IData, IDataFactory, IDataUtil, and IDataCursor classes?. IDatTreeCursosr. IDataCoder. IDataMapper. IDataMap. 26 A service that references a Specification.. Does not need to be be update when the Specification changes. Has a set of base parameters, that it may extend as needed. Can only be written in java. Can only be written in C/C++. Cannot have any other declared inputs or outputs. 27 How do you create a Specification?. By importing the corresponding XSLT file. By writing a template Service and then extracting the service specification. Using the normal ‘new’ functionality of Designer. By importing a WSDL file from a UDDI Repository or via a http Request to a WEB Service Endpoint. You never create a Specification, the System always creates them for you. 28 When invoking an integration server service via an HTML form post, how will a string named “xml” appear in the pipeline?. As a document type called node. As an object called node. As a string called node. As a string called xml. As an object called xml. 29 Which is FALSE: A custom Context ID…. Is a free text field for identification of a service instance. Can be displayed in the MWS Monitor UI. Can be used in Keyword searches in the MVS Monitor UI. Is assigned using the service pub.flow:setCustomContextID. Is valid during the lifetime of a session. 30 A MAP is used to map a SupplierCatalog (DocumentList) to a distributorsCatalog (DocumentList). If a transformer, with an input of type String, is added to the MAP to increase each price by 10% then at run time the transformer will…. throw a Java Exception. only increase the price of the last item from the SupplierCatalog. be ignored and none of the prices will be increased. increase the price of all the items from the SupplierCatalog. only increase the price of the first item from the SupplierCatalog. 31 Which of the following statements about invoking Transformer services within a Flow MAP step is true?. Transformer inputs must be manually mapped, even if a variable of the same name exists in the Input Pipeline. Only one Transformer can be used MAP step. Transformer services always run in specific order. Only services from the WmPublic package can be used as Transformers. The output of one Transformer can be mapped to the input of another Transformer within the same MAP. 32 For a REPEAT step to continue executing until the specified repeat condition become false, the count parameter needs to be set to: -1. $null. 1. 0. 33 When creating Flow service. What is the purpose of a SEQUENCE step?. To halt the execution of a flow an throw an exception. To execute a step base on the run-time value of a pipeline variable. To group a sequence of steps so that they are treated as a unit. To execute a series of flow operations a specific number of times. To perform a set of flow steps for each element in an array. 34 When invoking an integration server service via an HTML form post how will a string named “$xmldata” appear in the pipeline?. As an object called $xmldata. It will not appear, $xmldata is a reserved word. As an object called node. As a string called $xmldata. As a document called node. 35 Over which of the following communication protocols can an integration server service be invoked by default?. TELENET. SMTP. SSH. RSH. SNMP. 36 A document resolver service…. Must be configured for every Trigger. Must be writing in Java. is a service you can code that contains custom logic to determine if a Document is a duplicate. must be configured for every Document type. has a Signature that is dependant on the Document types being resolver. 37 What happens of two webMethods messaging triggers on one is subscribe to the same document type and an instance of the document is published?. This cannot happened. There can only be one Trigger subscribing to any one document Type. Each trigger receives a copy of the document with a different UUID assigned. One trigger receives a copy of the document. Both triggers receive a copy of the document. 38 What should you create to enable subscribers to receive all the messages published on a topic, including those published while the subscriber is inactive?. Durable subscriber. Durable handling service. Guaranteed document. Java service. 39 Integration server can receive SOAP request using which transport protocols?. HTTP, HTTPs, JMS, SMTP. HTTP, HTTPS, JMS. HTTP, HTTPS. IMAP. HTTP,FTP, FTPS. 40 assume you created a doc:validation publishable document with an is isvalid field. You have then used the document type in a webMethods messaging trigger and various flow services. If you rename the document type to doc:validation and choose the “update usages” option, then all of the following will be updated EXCEPT: Other document types. Trigger´s document type. Service inputs and outputs. Variable substitution of the document type name. 41 a web service alias can be used override all of the following EXCEPT: Usersnames/passwords. URLs. Client certificates. Operations. 42 which statement about the WEB services is FALSE for the integration server: SMTP can be used as transport for SOAP messages in addition to HTTP, HTTPS and JMS. Integration server administration is different for WS providers and WS consumers. AS of version 8.2 you can set a “pre-8.2 campatibility mode”. This tells the system to use earlier version of the web service stack. The base WSDL URL is http://server:port/ws/... JMS can be used as transport for SOAP messages in addition to HTTP. 43 webMethods Messaging is a standard messaging format available with java. True. False. 44 if a webMethods messaging trigger subscribes to a document type with enconding set to IData and provider filter of country = ‘DE’ which field does the publisher need to populate in order for the trigger service to be executed?. Country. Header/country. Properties/country. _properties/country. 45 When an is document type is made publishable AND Encoding type is set protocol buffers…. A google message descriptor is created at run-time by the universal, messaging realm. A google message descriptor is created at design-time by the integrations server. An is schema is created at design-time based on the document structure. An is schema is created at design-time by the developer based on the document structure. 46 If a webMethods Messaging Trigger defines a Provider Filter (UM only), where is the filter evaluated?. by the Universal Messaging realm. by the webMethods Broker. by the Integration Server after it receives the message from Universal Messaging. by the handling service that is invoked by the webMethods Messaging trigger. 47 To implement a federated query with IS Document types and webMethods Messagin, which of the following built-in services should you use?. Pub.publish:publishAndWait – set Async property to true. Pub.publish:reply. Pub.publish:publish set Async property to true. Pub.publish:deliver. 48 If using webMethods messaging and you want to process document 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 to serial. The trigger´s max retry attempts “Max attempts reached”. 49 To do publish/subscribe with a JMS provider, you require a : Thread. Bucket. DataGroup. Topic. 50 To send an IS Document (IData) in a JMS Message, you should map it into the JMSMessage in the following location Select one: JMSMessage/propeties. JMSMessage/body/string. JMSMessage/header. JMSMessage/body/idata. JMSMessage/body/data. 51 To do point-to-point messaging with a JMS provider, you require a: Bucket. Topic. Queue. DataGroup. 52 You have a global variabe dailyRate set to 20, and a local pipeline variable dailyRale set to 30 if you set the pipeline variable, loanRate, to %dailyRate%, but you don´t check aither the “Perform pipeline variable substitution” or the “Perform globar variable substitution” checkboxes, then the value of loanRate will be. Select one. %dailyRate%. Java.exception. 20. 30. 53 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 flow services on the same IS, but you can’t 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, and you can compare one flow service with another on a different IS. 54 Your schema file contains a reference to “anyAttibute”. To correctly model this document type, you can use... Standard Document Type. Either a Standard Document Type or an XML Document Type. this is not supported. XML Document Type. 55 When selecting the input and output arrays for a ForEach statement…. The two arrays can have different types. Both arrays must be StringList. Both arrays must be the same type. Both arrays must be DocumentLists. 56 A MAP service is written in what language?. DotNet. C#. C++. FLOW. JAVa. 57 When developing XSLT services, the XSLT engine caches stylesheets. This can be inconvenient in Development situations. As a developer, to turn this feature off, you can create and set the input variable…. $cacheXSLT to true. $cacheXSLT to false. $useCache to false. $useCache to true. 58 Which of the following is not one of the Integration Platform components?. Integration Cloud. API Gateway. Apama Streaming Analytics. Messaging Provider. |