P2090-050 Dumps

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


IBM


P2090-050


IBM PureData System for Analytics Technical Mastery Test v1


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

QUESTION: 122

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 histogramstatistics.

  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: 123

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 slicebased on their distribution key value.

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


Answer: C


QUESTION: 124

What should be considered when you are asked to select the distribution key columns for avery 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: 125

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


  1. Select distinct (ColumnA) from TableA; 35

  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: 126

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 whichdisks to use.

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


Answer: A


QUESTION: 127

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: 128

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: 129

Which statement about theGROOM 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: 130

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: 131

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


QUESTION: 132

What is the limitation on join types with floating-point data types?


  1. The system does not have a limitation on floating-point data types.

  2. The system cannot perform any type of join on floating-point data types.

  3. The system cannot perform afast sort merge join on a floating point data type, but instead must perform a slower hash join.

  4. The system cannot perform a fast hash join on a floating point data type, but instead must perform a slower sort merge join.

Answer: D