Employee data must be synchronized between Application A and Application B whenever an employee data is updated. However, the data format of Application A and B is different so that the employee data must be mediated through a data map. Application A uses a three-letter country code while Application B spells out the country name. (For example, "GBR" in Application A maps to "United Kingdom" in Application B.) The responsible data map must convert the three-letter country code to full country name before sending the employee data from Application A to Application B.
Which of the following actions will BEST accomplish this task?
A. Use Lookup transformation which calls a static relationship.
B. Leave the state field blank, and have Application B to implement a method to convert the country code.
C. Use XPath expression to assign the country name.
D. Implement a selector and invoke it from the data map.
正解:A
質問 2:
Refer to the Exhibits. Exhibit 1 shows the assembly diagram of StockQuote mediation module.

Exhibit 2 shows the configuration of the StockQuote_Test. Which of the following statements is TRUE?

A. Since fine-grained trace is enabled for StockQuote_MediationFlow, the server starts cross-component trace once the test is invoked.
B. This configuration is set up to test the StockQuote_MediationFlow component in isolation.
C. The monitor on StockQuote_MediationFlow will generate common base events upon the component execution.
D. A monitor for RealtimeService and DelayedService are not needed, since their corresponding emulator will display the data.
正解:B
質問 3:
Which of the following Service Message Object (SMO) context objects is used to aggregate data when using the Fan Out and Fan In mediation primitives?
A. transient
B. correlation
C. shared
D. failInfo
正解:C
質問 4:
Refer to the Exhibit.

Which of the following statements is TRUE for this configuration?
A. A people assignment criteria of Everybody or Nobody cannot be used with human tasks that use the parallel ownership pattern.
B. A runtime exception will be thrown.
C. The first potential owner to claim the task becomes the tasks sole owner.
D. The task will continue to run after two days if a response has not been received by an owner.
正解:A
質問 5:
Refer to the Exhibit.

Which of the following is TRUE?
A. A build error will occur.
B. When inMessage is "true", LogCase1 and LogCase2 will run.
C. LogOtherwise will never run.
D. When inMessage is "true", LogCase1 will run.
正解:D
質問 6:
Refer to the Exhibit.

Which of the following statements CORRECTLY describes the configuration?
A. The interface implemented by Component1 must have only 1 operation.
B. The TargetFunctionName HTTP header must be set on the incoming request in order to invoke Component1.
C. Any operations implemented by Component1 must be two-way because the HTTP export binding is synchronous.
D. Component1 can be invoked using a SOAP input message.
正解:A
質問 7:
Refer to the Exhibit.

While developing the transferFunds method of a WSDL interface in a Java component, the integration developer needs to throw a NoFundsFault fault. Assume that the type of bofactory is BOFactory and the namespace of NoFundsFault is http://ExampleProcess.
Which of the following is the BEST solution?
A. Public Float transferFunds(DataObject source, DataObject destination, Floar amount) {
...
Fault noFunds = bofactory.createFault(http://Exampleprocess, NoFundsFault");
ServiceBusinessException ex = new ServiceBusinessException (noFunds);
Throw (ex);
...
}
B. Public Float transferFunds(DataObject source, DataObject destination, Floar amount) {
...
DataObject no Funds = bofactory.create("http://Exampleprocess, NoFundsFault");
ServiceBusinessException ex = new ServiceBusinessException (noFunds);
Throw (ex);
...
C. Public Float transferFunds(DataObject source, DataObject destination, Floar amount)
throws NoFundsFault{
...
NoFundsFault noFunds = (NoFundsFault) bofactory.create(http://ExampleProcess,
"NoFundsFault");
...
}
D. Public Float transferFunds(DataObject source, DataObject destination, Floar amount)
throws ServiceBusinessException
...
DataObject no Funds = bofactory.create("http://Exampleprocess, NoFundsFault");
ServiceBusinessException ex = new ServiceBusinessException (noFunds); Throw (ex);
...
}
正解:B
1176 お客様のコメント







堀越** -
受かりました。模擬テストはとても優れており、楽しく学習できたと思います。
今度、A2180-607試験をを目指すなら絶対御社の問題集でいきたいと思います。
またよろしくお願い致します。