Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

IBM C2090-616 DB2 11.1 Fundamentals for LUW Exam Practice Test

Page: 1 / 6
Total 63 questions

DB2 11.1 Fundamentals for LUW Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 1

Which of the following statements describe super exclusive (Z) locks for a table? (Choose two.)

Options:

A.

No other applications can access the table

B.

Only uncommitted read (UR) applications can access the table

C.

The lock owner and other applications can read, but not update, the locked table

D.

The lock owner can both read and update data. Other applications can read the table

E.

This lock is acquired under certain conditions, such as when the table is altered or dropped or an index on the table is dropped

Question 2

A portion of your database tables are used for OLTP-type processing and another portion are used for more analytical queries. There is a small subset of tables that are used in both of these usage patterns. What could you use to derive the analytic improvements offered by BLU technology in such an environment?

Options:

A.

Shadow tables

B.

Range-partitioned tables

C.

Materialized query tables

D.

Multidimensional clustering tables

Question 3

What is the maximum length allowed for a VARCHAR2 data type when the VARCHAR2_COMPAT database configuration parameter is set to ON?

Options:

A.

32672 bytes

B.

65344 bytes

C.

98016 bytes

D.

130688 bytes

Question 4

Which constraint can be used to ensure that identical values are never stored in a set of columns in a table?

Options:

A.

NOT NULL

B.

Foreign key

C.

Primary key

D.

Informational constraint

Question 5

Your manager has asked you to review cloud service offering for hosting a DB2 database. As the DBA, you still want to maintain control over all maintenance and patching operations. Which of the following Cloud offerings best suits your needs?

Options:

A.

Cloudant

B.

DB2 on Cloud

C.

dashDB for analytics

D.

dashDB for transactions

Question 6

Application 1 executes the following statements:

INSERT INTO TAB1 (NAME,AMOUNT) VALUES (‘John,100);

COMMIT;

UPDATE TAB1 SET AMOUNT=90 WHERE NAME=‘John’;

After a few seconds, application 2 executes the following query:

SELECT AMOUNT FROM TAB1 WHERE NAME=‘John’

Assuming the Currently Committed (CUR_COMMIT) configuration parameter is enabled, which of the following is TRUE?

Options:

A.

Application 2 will read the amount of 90

B.

Application 2 will read the amount of 100

C.

Application 2 will receive a warning message

D.

Application 2 will enter lock-wait state until application 1 commits or the locktimeout value expires

Question 7

Which of the following statements about stored procedures is TRUE?

Options:

A.

Stored procedures can be written in SQL PL, but not in the PL/SQL dialect

B.

The CREATE SOURCED PROCEDURE statement defines a procedure that is based on another procedure in a federated database

C.

There are three types of stored procedures which can be deployed: SQL procedures, external procedures, and sourced procedures

D.

Two identically-named procedures within a schema are permitted to have exactly the same number of parameters, but the parameters must have different data types assigned

Question 8

The DDL statement is used to create table T1:

CREATE TABLEt1 (

c1 INTEGER,

c2 INTEGER NOT NULL,

c1 DECIMAL(11,2),

c4 TIMESTAMP WITH DEFAULT CURRENT TIMESTAMP

)

Which of the following INSERT statements will execute successfully?

Options:

A.

INSERT INTO t1 VALUES (100)

B.

INSERT INTO t1 (c1, c2) VALUES (100)

C.

INSERT INTO t1 (c1, c3) VALUES (‘100’, ‘100.00’)

D.

INSERT INTO t1 (c2, c3) VALUES (100, 100.00), (101, 101)

Question 9

You are asked to provide a recommendation for the appropriate DB2 edition for a new application. The application is characterized by long, complex queries that select a subset of columns and often perform grouping and aggregation. The initial database size is estimated at 5 TB, with growth of about 100 GB per year. Keep data size on disk to a minimum is a priority?

Which of the following editions would be best meet the described needs?

Options:

A.

DB2 Express-C

B.

DB2 Enterprise Server Edition

C.

DB2 Workgroup Server Edition

D.

DB2 Advanced Enterprise Server Edition

Page: 1 / 6
Total 63 questions