質問 1:You want to federate communication between two databases. What are two key requirements? (Choose two.)
A. Enable the client for federation.
B. Enable the server for federation.
C. Define nicknames for the tables of a federated server.
D. Use the JDBC Type 4 driver.
正解:B,C
質問 2:You want to grant user BOB the ability to create tables in table space PLANS and to grant this privilege to others Which command would you use?
A. GRANT USE AND GRANT FOR plans TABLESPACE TO bob
B. GRANT USE OF TABLESPACE plans TO bob WITH GRANT OPTION
C. GRANT USE AND GRANT FOR TABLESPACE plans TO bob
D. GRANT USE OF plans TABLESPACE TO bob WITH GRANT OPTION
正解:B
質問 3:Which privilege will allow a user to extract AUDIT data into delimited files for analysis?
A. EXECUTE
B. CREATE AUDIT
C. AU DI T_D E LI M_EXT R AC T
D. AUDIT
正解:A
質問 4:Which statement is correct about informational constraints?
A. The database manager uses an informational constraint to enforce the uniqueness of the key during changes to the columns of the unique constraint.
B. An informational constraint specifies that every row that is inserted or updated in the table must conform to the definition of the table.
C. An informational constraint is a column or combination of columns that has the same properties as a unique constraint.
D. An informational constraint can be used by the SQL compiler to improve the access to data and query performance.
正解:D
質問 5:Click the Exhibit button.
What does the SQL in the exhibit show?
A. The SQL shows the most frequently used indexes on the SYSIBM.SYSTABLES table since the last database activation.
B. THE SQL shows indexes on SYSIBM.SYSINDEXES table that have not been used since the last database activation.
C. The SQL shows indexes on the SYSIBM.SYSTABLES table that are used for index-only access.
D. The SQL shows the most frequently used indexes on the SYSIBM.SYSINDEXES table since the last database activation
正解:A
質問 6:Click the Exhibit button.
IBM 000-541: Practice Exam
Refer to the logging configuration parameters shown in the exhibit.
What will happen if there are currently 100 active log files and DB2 needs to create log file 101?
A. The database will appear to be hung since the active log space is full and the BLK_LOG_DSK_FUL parameter is set to YES.
B. At least one application will receive a "log full" error and at least one transaction will be rolled back because the active log space is full.
C. Log file 101 will go into the OVERFLOWLOGPATH directory since the active log space is full and infinite logging has been enabled.
D. Log file 101 will be successfully created in the primary log path since infinite logging has been enabled. Applications will continue processing normally.
正解:D
質問 7:A file named db2advise.in contains the text shown below:
--#SET FREQUENCY 100
SELECT COUNTO FROM employee;
SELECT * FROM employee WHERE lastname='HAAS';
What does the line -#SET FREQUENCY 100 convey when this file is used as input for the Design
Advisor?
A. Executes both SQL statements in the workload file 100 times.
B. Executes up to 100 combinations of optimizations for both SQL statements in the workload file
C. Executes the first SOL statement in the workload file 100 times.
D. Executes an index analysis for the first SQL statement in the workload file 100 times.
正解:A
質問 8:Which two tasks can DB2 Workload Management do? (Choose two.)
A. Automatically change DB2dbm and db configuration.
B. Audit users, who did what and when.
C. Limit the number of disruptive database activities that can run concurrently
D. Stop the execution of activities that exceed defined boundaries.
正解:C,D
TopExamは君に000-541の問題集を提供して、あなたの試験への復習にヘルプを提供して、君に難しい専門知識を楽に勉強させます。TopExamは君の試験への合格を期待しています。
弊社は失敗したら全額で返金することを承諾します
我々は弊社の000-541問題集に自信を持っていますから、試験に失敗したら返金する承諾をします。我々のIBM 000-541を利用して君は試験に合格できると信じています。もし試験に失敗したら、我々は君の支払ったお金を君に全額で返して、君の試験の失敗する経済損失を減少します。
安全的な支払方式を利用しています
Credit Cardは今まで全世界の一番安全の支払方式です。少数の手続きの費用かかる必要がありますとはいえ、保障があります。お客様の利益を保障するために、弊社の000-541問題集は全部Credit Cardで支払われることができます。
領収書について:社名入りの領収書が必要な場合、メールで社名に記入していただき送信してください。弊社はPDF版の領収書を提供いたします。
一年間の無料更新サービスを提供します
君が弊社のIBM 000-541をご購入になってから、我々の承諾する一年間の更新サービスが無料で得られています。弊社の専門家たちは毎日更新状態を検査していますから、この一年間、更新されたら、弊社は更新されたIBM 000-541をお客様のメールアドレスにお送りいたします。だから、お客様はいつもタイムリーに更新の通知を受けることができます。我々は購入した一年間でお客様がずっと最新版のIBM 000-541を持っていることを保証します。
弊社は無料IBM 000-541サンプルを提供します
お客様は問題集を購入する時、問題集の質量を心配するかもしれませんが、我々はこのことを解決するために、お客様に無料000-541サンプルを提供いたします。そうすると、お客様は購入する前にサンプルをダウンロードしてやってみることができます。君はこの000-541問題集は自分に適するかどうか判断して購入を決めることができます。
000-541試験ツール:あなたの訓練に便利をもたらすために、あなたは自分のペースによって複数のパソコンで設置できます。
弊社のIBM 000-541を利用すれば試験に合格できます
弊社のIBM 000-541は専門家たちが長年の経験を通して最新のシラバスに従って研究し出した勉強資料です。弊社は000-541問題集の質問と答えが間違いないのを保証いたします。
この問題集は過去のデータから分析して作成されて、カバー率が高くて、受験者としてのあなたを助けて時間とお金を節約して試験に合格する通過率を高めます。我々の問題集は的中率が高くて、100%の合格率を保証します。我々の高質量のIBM 000-541を利用すれば、君は一回で試験に合格できます。
IBM DB2 9.7 DBA for Linux UNIX and Windows 認定 000-541 試験問題:
1. For which two events is it recommended to execute RUNSTATS? (Choose two.)
A) When LOAD with STATISTICS has been run.
B) When a table is altered by adding new columns.
C) When row compression has been enabled.
D) When a table is created.
2. When are packages automatically rebound?
A) When invalid packages are executed.
B) When the DB2_AUTO_REBIND registry variable is set to YES.
C) When inoperative packages are executed.
D) When the DB2_AUTO_REBIND configuration parameter is set to ENABLED
3. If this command is executed:
db2advis -d sample -g
What is the Design Advisor using to perform its analysis?
A) A set of dynamic SQL statements that have been captured by the snapshot monitor for a database named SAMPLE.
B) A set of dynamic SQL statements that have been stored in the SYSCAT.WORKLOADS catalog view of a database named SAMPLE.
C) A set of dynamic SQL statements that are stored in a file named db2advise.in that is to be executed against a database named SAMPLE
D) A set of dynamic SQL statements that have been captured by the Query Patroller for a database named SAMPLE.
4. A database administrator takes a full backup of the PRODUCTS database every Sunday. During the week, two other backups are taken, one on Tuesday and one on Thursday. The PRODUCTS database is about 800 GB in size, and about 20 percent of the data is modified throughout a week. Assuming that backup times need to be kept to a minimum, which command should be used to produce the Tuesday and Thursday backup images?
A) BACKUP DATABASE products INCREMENTAL TO /mnt/backup
B) BACKUP DATABASE products TO /mnt/backup
C) BACKUP DATABASE products INCREMENTAL DELTA TO /mnt/backup
D) BACKUP DATABASE products TO /mnt/backup UTIL_IMPACT_PRIORITY 10
5. Click the Exhibit button.
IBM 000-541: Practice Exam
What is the result after executing the SELECT statement shown below?
SELECT COUNTO FROM applicant WHERE gender='C'
A) 0
B) 3
C) 4
D) 7
質問と回答:
質問 # 1 正解: A、C | 質問 # 2 正解: A | 質問 # 3 正解: A | 質問 # 4 正解: C | 質問 # 5 正解: A |