免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1193 | 回复: 0
打印 上一主题 下一主题

000-607考題下載 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-01-06 18:06 |只看该作者 |倒序浏览
<p align="left"><p align="left">最新000-607考題分享</p></p><p align="left"><p align="left">1.Which of the following are TRUE regarding Service Component Architecture (SCA)?</p></p><p align="left"><p align="left">A. Standard Java classes are used to store data.</p></p><p align="left"><p align="left">B. Integration developers can concentrate more time on the details of the service implementation.</p></p><p align="left"><p align="left">C. Without SCA, you must change application code to respond to service implementation changes.</p></p><p align="left"><p align="left">D. SCA provides a single service component abstraction for services that may already be implemented as business processes.</p></p><p align="left"><p align="left">E. The service component definition is included in a file called &lt;SERVICE_NAME&gt;.SCDL that can have zero or more interfaces associated with it.</p></p><p align="left"><p align="left">Answer: C,D</p></p><p align="left"><p align="left">2.Refer to the exhibits.Exhibit 1 shows the definition of Customer business object.</p></p><p align="left"><p align="left">Exhibit 2 contains fragments of Java code that creates an instance of Customer business object. Which of the following lines of code places a value in the telephone field in the ArrayOfTelephone child business object?</p></p><p align="left"><p align="left">A. DataObject tele_array = customer.createDataObject(&quot;ArrayOfTelephone&quot;A.DataObject tele_array =</p></p><p align="left"><p align="left">customer.createDataObject(&quot;ArrayOfTelephone&quot; tele_array.setString(&quot;telephone&quot;, &quot;111-1111&quot;</p></p><p align="left"><p align="left">B. DataObject tele_array = bof.create(&quot;http://Test&quot;, &quot;ArrayOfTelephone&quot;B.DataObject tele_array =</p></p><p align="left"><p align="left">bof.create(&quot;http://Test&quot;, &quot;ArrayOfTelephone&quot; tele_array.setString(&quot;telephone&quot;, &quot;111-1111&quot;</p></p><p align="left"><p align="left">C. DataObject tele_array = customer.createDataObject(&quot;ArrayOfTelephone&quot;C.DataObject tele_array =</p></p><p align="left"><p align="left">customer.createDataObject(&quot;ArrayOfTelephone&quot; Sequence seq = tele_array.getSequence();</p></p><p align="left"><p align="left">seq.add(&quot;telephone&quot;, &quot;111-1111&quot;</p></p><p align="left"><p align="left">D. DataObject tele_array = customer.createDataObject(&quot;ArrayOfTelephone&quot;D.DataObject tele_array =</p></p><p align="left"><p align="left">customer.createDataObject(&quot;ArrayOfTelephone&quot;); Sequence seq = tele_array.getString(&quot;telephone&quot;);?</p></p><p align="left"><p align="left">seq.add(&quot;telephone&quot;, &quot;111-1111&quot;);</p></p><p align="left"><p align="left">Answer: C</p></p><p align="left"><p align="left">3.A company is redesigning an existing business process. During implementation, the integration developer realizes that the interface of an imported service is now different from the reference of the business process. Which of the following is the BEST solution for supporting future releases?</p></p><p align="left"><p align="left">A. Implement a bridge using a java component.</p></p><p align="left"><p align="left">B. Implement an EJB that connects to both interfaces.</p></p><p align="left"><p align="left">C. Use a data map to connect both interfaces.</p></p><p align="left"><p align="left">D. Use a mediation flow to connect both interfaces.</p></p><p align="left"><p align="left">Answer: D</p></p><p align="left"><p align="left">4.Refer to the Exhibit. Assuming some_adapter is a valid JCA adapter, which of the following is TRUE about this configuration?</p></p><p align="left"><p align="left">A. Since SolutionA_Library is referenced by the two solutions, it has to be configured as a shared library.</p></p><p align="left"><p align="left">B. The configuration is incorrect because SolutionA_Library isn't included in the project references of SolutionB.</p></p><p align="left"><p align="left">C. When exporting SolutionB for server deployment, an EAR file containing 2 JARs, 1 WAR and 1 RAR is created.</p></p><p align="left"><p align="left">D. When exporting SolutionB for command-line service deployment, a ZIP file containing 2 JARs, 1 WAR and 1 RAR is created</p></p><p align="left"><p align="left">Answer: C</p></p><p align="left"><p align="left">5.Refer to the Exhibit.</p></p><p align="left"><p align="left">As shown in the Exhibit, both modules of SolutionA reference the library, which is configured to be deployed with the module. If an integration developer exports SolutionA for command-line service deployment, the result is:If an integration developer exports SolutionA for command-line service deployment, the result is:</p></p><p align="left"><p align="left">A. one zip file containing the folders for the library and both modules.</p></p><p align="left"><p align="left">B. two zip files, one for each module, containing the folders for the library and the module.</p></p><p align="left"><p align="left">C. one enterprise archive containing the archives for the library, both modules, and a web application.</p></p><p align="left"><p align="left">D. two enterprise archives, one for each module, containing the archives for the library, the module and a web application.</p></p><p align="left"><p align="left">Answer: B</p></p>
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP