P2090-047 Dumps

P2090-047 Braindumps P2090-047 Real Questions P2090-047 Practice Test P2090-047 Actual Questions


IBM


P2090-047


IBM PureData System for Transactions Technical Mastery Test v1


https://killexams.com/pass4sure/exam-detail/P2090-047

QUESTION: 123

Which two statistical data points are automatically updated when performing an INSERT on a table? (Choose two.)


  1. The number of rows in the table.

  2. The column histogram statistics.

  3. The number of NULLs in each column.

  4. The number of unique values in each column.

  5. The minimum and maximum column value information (excluding text columns).


Answer: A, E


QUESTION: 124

How does the PureData System for Analytics utilize the distribution key to store records on disk?


  1. System assigns records to a FPGA based on their distribution key value.

  2. System assigns records to the host based on their distribution key value.

  3. System assigns records to a logical data slice based on their distribution key value.

  4. System assigns records to a Netezza Database Accelerator based on their distribution key value.


Answer: C


QUESTION: 125

What should be considered when you are asked to select the distribution key columns for a very large fact table?


  1. As many columns as possible.

  2. Columns that contain many nulls.

  3. Columns that contain few unique values.

  4. Columns used to join to other large tables.


Answer: D


QUESTION: 126

A table, TableA has one column, ColumnA. The following query can be used to determine the skew of Table A.


  1. Select distinct (ColumnA) from TableA;

  2. Select distinct(datasliceid) from TableA;

  3. Select datasliceid, count(*) from TableA group by 1 order by 2;

  4. Select ColumnA, count(*) from TableA group by ColumnA order by 2;


Answer: C


QUESTION: 127

Which statement is true?


  1. All user space is available for database expansion.

  2. Each database is assigned it's own section of disk space.

  3. When creating the database you can specify which disks to use.

  4. When you create a database you can set the maximum space it is allowed to use.


Answer: A


QUESTION: 128

When a poor choice of distribution key is made, what is the impact to storage allocation?


  1. Data is likely to negatively affect views.

  2. Data is likely to negatively affect compression.

  3. Data is likely to generate duplicate sequence values.

  4. Data is likely to be unevenly spread across the system.


Answer: D


QUESTION: 129

Which statement is true about optimizer settings?


  1. They can be set system wide only.

  2. They can be set at the database level only.

  3. They can be set at the session and at the group level.

  4. They can be set system wide and at the session level.


Answer: D


QUESTION: 130

Which statement about the GROOM TABLE feature is true?

  1. GROOM TABLE requires space to make a complete copy of the table.

  2. GROOM TABLE only operates on tables that include an ORGANIZE ON clause.

  3. GROOM TABLE prevents nzload from adding data while groom is in progress.

  4. GROOM TABLE allows UPDATE, DELETE, and INSERT operations to occur while groom is in progress.


Answer: D


QUESTION: 131

After performing a groom on a clustered base table, which statement is true?


  1. The table is redistributed on the ORGANIZE ON clause.

  2. The table is reorganized on the ORGANIZE ON clause.

  3. The table is reorganized on the DISTRIBUTE ON clause.

  4. The table is redistributed on the DISTRIBUTE ON clause.


Answer: B


QUESTION: 132

What are two considerations for usage of materialized views? (Choose two)


  1. Materialized views are not supported.

  2. Materialized views are logical entities.

  3. Materialized views may improve query performance.

  4. Materialized views are the same as database views.

  5. Materialized views are considered for usage by the Optimizer.


Answer: C, E