최신 WebSphere 000-607 무료샘플문제:
1. 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)
throws ServiceBusinessException
...
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) {
...
DataObject no Funds = bofactory.create("http://Exampleprocess, NoFundsFault");
ServiceBusinessException ex = new ServiceBusinessException (noFunds);
Throw (ex);
...
D) Public Float transferFunds(DataObject source, DataObject destination, Floar amount)
throws NoFundsFault{
...
NoFundsFault noFunds = (NoFundsFault) bofactory.create(http://ExampleProcess,
"NoFundsFault");
...
}
2. An integration developer creates a new version of a current module and needs to update the SCA module version in the WebSphere Integration Developer test environment. Which of the following task will the integration developer need to perform in order to create new instances of the latest version of the process?
A) Create process migration specification by selecting the process components in the module that apply and then deploy the exported EAR file.
B) Export the versioned module as an EAR file and manually deploy it using the administrative console.
C) Run serviceDeploy against the exported, versioned module file to generate an installable EAR file.
D) Add the versioned module to UTE via Add/Remove projects option and confirm that the status of the project changes to published.
3. An integration developer is working on a large project that consists of a large number of modules and libraries. The libraries have dependencies on other libraries that have a large number of business objects, interfaces and other resources. Performance testing has shown signs of a large memory footprint. The application goes live in a week. Which of the following tasks should the integration developer perform?
A) Redesign the application to reduce the number of modules and libraries.
B) Modify the java properties of the modules and libraries.
C) Create an independent, global shared library used by all the modules.
D) Verify that all the dependent libraries are being deployed with the SCA modules that have dependencies on them.
4. An integration developer added a default activity administration task for a process, and set the "Administrators" role to "UserGroup1" and the "Readers" role to "UserGroup2". Which of the following statements is accurate?
A) "UserGroup1" users will be able to terminate process instances.
B) "UserGroup2" users will be able to update input messages of any "Ready" activity.
C) "UserGroup1" users will have administrator rights to all activities in the process in addition to any activity-specific definitions.
D) The default administration task staff settings will override any task that has explicit administration settings.
5. Refer to the Exhibit.
This flow will generate a build error because there:
A) is a cycle.is a cycle.
B) is a deadlock.is a deadlock.
C) is a lack of synchronization.is a lack of synchronization.
D) are multiple Single Entry - Single Exit (SESE) regions.
질문과 대답:
질문 # 1 정답: C | 질문 # 2 정답: C | 질문 # 3 정답: C | 질문 # 4 정답: A | 질문 # 5 정답: C |