An integration developer wants to make some of the properties of the mediation primitives configurable at runtime. Which of the following properties can be promoted to be visible to be visible within the Administrative Console (Integrated Solutions Console)?
A. 'Root' of Event Emitter
B. 'Handler' of Message Logger
C. 'Table name' of Database Lookup
D. 'Binding Type' of Endpoint Lookup
E. 'Invocation Style' of Service Invoke
An integration developer is developing a mediation flow and wants to stop the execution of a path in the flow. The developer has to choose between a Stop and a Fail mediation primitive. Which of the following is the correct option to consider while making a choice between the two?
A. A Stop primitive would stop the execution, throw an exception and may rollback global transactions if configured; a Fail primitive would stop the execution and consume the message silently.
B. A Stop primitive would stop the execution and consume the message silently; a Fail primitive would stop the execution, throw an exception and may rollback global transactions if configured.
C. A Stop primitive would stop the execution, throw an exception and consume the message; a Fail primitive would stop the execution and may return the message to the downstream primitive through its output terminal if configured.
D. A Stop primitive would stop the execution and may return the message to the downstream primitive through its output terminal if configured; a Fail primitive would stop the execution, throw an exception and may return the message to the downstream primitive through its output terminal if configured.
An integration developer has been tasked to create a solution to process electronic invoices. The invoices must be sent through Web services with a swaRef-type attachment per the Web Services Interoperability Organization (WS-I) Attachment Profile 1.0. Which of the following is a required step in order to expose a module as a Web Service supporting the above technology?
A. Add the predefined SwaRefLib in the library section of the dependency editor of the module.
B. Add a custom interface with a field 'attachment' to an export and when generating the WS binding select the '(WS-I) Attachment Profile 1.0 with swaRef' option.
C. Select the 'WS-I attachment profile 1.0 swaRef schema file' interface in the Predefined Resources section of the dependency editor of the module.
D. Create a custom interface that follows the WS-I Attachment Profile 1.0 in a library and add it in the library section of the dependency editor of the module.
An integration developer is creating a test configuration using the integration test client (ITC). Which of the following statements are applicable to the test configuration?
A. Test configuration is used to control a unit test.
B. Test bucket can be customized for a specific test case.
C. Test bucket configuration is used to customize and control a component test.
D. The integration developer can create only one test bucket configuration.
E. The integration developer can save one open test configuration per test configuration.
An integration developer is using Component Test Explorer Emulators to perform testing of a mediation module. Which is the most appropriate justification for the use of Test Explorer Emulators?
A. Use JSON assistance to emulate interface information.
B. Use interface emulators to define a component test project.
C. Use if interface of the emulated component is not available.
D. Use if component not available at test time or execution of component may produce errors.
During the development of an SCA component, an integration developer added event monitoring to the component's export. What value should the logging level be set to, in order to only notify the Common Event Infrastructure (CEI) that an event occurred?
A. "CEI"
B. "Full"
C. "Empty"
D. "Digest"
A service implementation has been exposed through an SCA Export binding. An integration developer drags the SCA Export of this service into the assembly diagram of a mediation module to integrate it with this service through an SCA Import binding. At this point, neither the service, nor the consuming mediation module is versioned. After deploying these modules in production, the integration developer decides to create multiple versions of the service with no change to the mediation module.
Which of the following statements is correct if the developer implements this change on the server? With multiple versions of the service, the import in the mediation module would:
A. fail to resolve to any export.
B. resolve to only the latest version of the export.
C. resolve to only the oldest version of the export.
D. randomly pick up any version of the export to get bound to it.
An integration developer wants to test a component by using a component test project. While specifying values for the input parameters the integration developer needs to invoke a function defined in a utility.jar.
Which of the following required actions should be performed?
A. Copy the function java cods into the value field of type java expression.
B. Add the utility.jar as a dependency using the dependency editor of the component test project
C. Add the utility jar as a dependency using the dependency editor of the module containing the component to be tested.
D. Add the utility.jar to a library included in the dependency editor of the module containing the component to be tested.
An integration development team has been making use of the Trace Mediation primitive in order to examine various mediation flow paths during an extended test run. The Trace primitive has been set to log this data to a user trace file. The team is only interested in the JMSHeader part of the SMO. During this test run, the team notices that their trace file is becoming very large and that most of the content being logged is not needed.
How can the team address the amount of trace being generated?
A. Change the Trace primitives destination to write to the server log.
B. Change the Trace primitives Root settings to only log the parts of the message needed.
C. Increase the size of the trace files in the server's administrative console.
D. Place a Message Filter primitive before the Trace primitive to filter out just the parts of the message needed.
An integration developer needs to perform an iteration over an array of elements using the Fan Out - Fan In primitives.
Where in the Service Message Object (SMO) can the integration developer find the data of each occurrence of the repeating element?
A. In the body section.
B. In the user context section.
C. In the shared context section.
D. In the primitive context section.