000-732 Exam

DB2 9 for z/OS Database Administrator

  • 科目编号:000-732
  • 科目名称:DB2 9 for z/OS Database Administrator
  • 考题数目:146 Q&As
  • 更新日期:2010-05-28
  • 价 格 : ¥ 462.00 ¥ 413.00

免费下载 000-732 认证考题Demo

下载 000-732 PDF 认证考试题库
下载 TestInside 测试引擎

 

选择 Testinside 000-732 题库

000-732 考试是 IBM 公司的 DB2 9 for z/OS Database Administrator 认证考试官方代号,TestInside 000-732 权威考试题库软件是 IBM 认证厂商的授权产品,TestInside 绝对保证第一次参加 000-732 考试的考生即可顺利通过,否则承诺全额退款!

DB2 9 for z/OS Database Administrator 认证作为全球IT领域专家 IBM 热门认证之一,是许多大中IT企业选择人才标准的必备条件。 如果你正在准备 000-732 考试,为 IBM DB2 9 for z/OS Database Administrator认证做最后冲刺,又苦于没有绝对权威的考试真题模拟, TestInside 希望能助你成

1、Testinside考题大师000-732试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用本站的考试题库参加000-732 考试,我们保证您一次轻松通过考试;

2、售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,我们才能发展。客户至上是我们Testinside考题大师的一贯宗旨;

3、Testinside实行“一次不过全额退款”承诺。如果您购买我们000-732的考题,只要不是首次通过,凭盖有PROMETRIC或VUE考试中心钢印的考试成绩单,我们将退还您购买000-732考题大师的全部费用,绝对保证您的利益不受到任何的损失;

4、本站000-732题库根据000-732考试的变化动态更新,在厂家考题每次发生变化后,我们承诺2天内更新000-732题库。确保000-732考题的覆盖率始终都在95%以上;我们提供2种 000-732 考题大师版本供你选择。

5、软件版本000-732 考试题库
优点:具有学习模式,测试模式,线上自动升级
缺点:仅限固定电脑使用,不可打印为文本,只能PC阅读

6、PDF 格式000-732 考试题库(部分最新更新科目已不提供PDF)
优点:不需下载安装软件,方便用户打印和携带,但也带来了可随意复制的弊端,因此我们提醒用户不得随意公开或出售本站的000-732题库,一经发现立即取消其升级资格,且不予退款。
缺点:不具备测试模式,通过查看 Testinside.cn网站及查收我们的更新E-MAIL获取更新信息。
 
 
Exam : IBM 000-732
Title : DB2 9 for z/OS Database Administrator


1. At which of the following times is the access control authorization routine (DSNX@XAC) invoked?
A. At DB2 startup.
B. When executing a DB2 GRANT statement.
C. When DB2 has cached authorization information.
D. During any authorization check if NO was specified in the USE PROTECTION field of the DSNTIPP panel.
Answer: A

2. A DBA wishes to audit all access to the non-audited table OWNER.EMPLOYEE. Assuming no audit traces are started, which of the following steps are needed to audit access to this table?
A. -START TRACE AUDIT CLASS (5)
B. -START TRACE AUDIT CLASS (4, 5)
C. -START TRACE AUDIT CLASS (4, 5) and ALTER TABLE OWNER.EMPLOYEE AUDIT ALL
D. -START TRACE AUDIT CLASS (4, 5) and ALTER TABLE OWNER.EMPLOYEE DATA CAPTURE CHANGES
Answer: C

3. If an object is created statically by a role within a trusted context and the ROLE AS OBJECT OWNER clause is specified, who becomes the object owner when executing the package?
A. The role
B. The schema name
C. The owner keyword
D. The current SQLID (if set)
Answer: A

4. A company uses TRUSTED CONTEXT "ERP1" and ROLE "ERP_ROLE" as a security mechanism to limit security exposure for an application. All the DB2 objects (databases, table spaces, tables, indexes, views, plans and packages) have been created by that ROLE. The ROLE "ERP_ROLE" has been assigned to User ID "DBA01" in order to perform DBA related tasks. When the user "DBA01" leaves the company, the authorization ID is removed. Which of the following statements are correct? (Select two answers)
A. None of these DB2 objects need to be recreated to re-grant the privileges.
B. The related plans and packages have to be recreated and the privileges re-granted.
C. When removing user "DBA01" privileges, none of these DB2 objects need to be dropped.
D. Only the related databases, table spaces, tables, indexes and views need to be recreated and the privileges re-granted.
E. To remove the privileges of user "DBA01" on these related plans and packages, they have to be dropped and as a result all associated privileges are revoked.
Answer: AC

5. A DBA needs to use the DSN command processor to delete DB2 packages that are no longer needed. Which of the following choices is correct for the DBA to use?
A. SPUFI or QMF with the DROP statement
B. FREE Package (<collid>.<name of package>.<version id>)
C. DROP Package (<collid>.<name of package>.<version id>)
D. DROP PLAN (<plan name>) PKLIST (<collid>.<name of a particular package>.<version id>)
Answer: B

6. An audit trace shows that TSO user TSOID1, with DBADM authority, is continually attempting to update a table in DB2 subsystem DSN1 that is not supposed to be updated. Which of the following will prevent access to the DB2 subsystem?
A. REVOKE DBADM FROM TSOID1
B. Change TSOID1's access to DSNR resource class DSN1.TSO to NONE
C. Change TSOID1's access to DSNR resource class DSN1.BATCH to READ
D. Change TSOID1's access to DSNR resource class DSN1.BATCH to NONE
Answer: D

7. A DBA has been required by a new company policy to implement a new DB2 security method. The company would like to separate the authorization IDs that can execute plans and packages from the authorization IDs that can create new plans and packages. Which of the following explicit system privileges allows the user to create new plans and packages without being able to also execute them?
A. BINDADD
B. CREATEIN
C. BINDAGENT
D. CREATEDBA
Answer: C

8. Which of the following RACF profiles would be used to allow IMS to access DB2 DSN1?
A. DSN1.IMS
B. DSNR.IMS
C. DSN1.MASS
D. DSN1.SASS
Answer: C

TestInside 的优势

000-732 试题的质量和价值

TestInside 模拟测试题具有最高的专业技术含量,只供具有相关专业知识的专家和学者学习和研究之用。

100% 保证您通过 000-732 的考试

如果你使用 TestInside 模拟测试,我们将保证你的第一次参加考试即取得成功,否则,我们将全额退款!

试用后再购买

TestInside 提供每种产品免费测试。在您决定购买之前,请检测联接,可能存在的问题及试题质量和适用性。

TestInside认证考试题库网专业提供IBM 000-732 最新题库下载,完全覆盖 000-732 考试原题。

客户反馈

I鈥檝e simply read the textbook without buying any dumps,and I failed twice.Today I see the TestInside.My friends said that it鈥檚 perfect,now I wanna try it. Prima - 2009-07-03 02:00:28



产品保证 | 购买指南 | 常见问题 | 支付方式 | 退款协议 | 隐私声明 | 联系我们 | 站点地图 1 2 3 4

Copyright©2006-2009 TestInside Limited. All Rights Reserved