Exam Code : P11-101
Exam Name : PayPal Certified Developer- Payments
Vendor Name :
"PayPal"
P2090-050 Dumps
P2090-050 Braindumps P2090-050 Real Questions P2090-050 Practice Test P2090-050 Actual Questions
IBM PureData System for Analytics Technical Mastery Test v1
https://killexams.com/pass4sure/exam-detail/P2090-050
Which two statistical data points are automatically updated when performing an INSERT on a table? (Choose two.)
The number of rows in the table.
The column histogramstatistics.
The number of NULLs in each column.
The number of unique values in each column.
The minimum and maximum column value information (excluding text columns).
How does the PureData System for Analytics utilize the distribution key to store records on disk?
System assigns records to a FPGA based on their distribution key value.
System assigns records to the host based on their distribution key value.
System assigns records to a logical data slicebased on their distribution key value.
System assigns records to a Netezza Database Accelerator based on their distribution key value.
What should be considered when you are asked to select the distribution key columns for avery large fact table?
As many columns as possible.
Columns that contain many nulls.
Columns that contain few unique values.
Columns used to join to other large tables.
A table, TableA has one column, ColumnA. Thefollowing query can be used to determine the skew of Table A.
Select distinct (ColumnA) from TableA; 35
Select distinct(datasliceid) from TableA;
Select datasliceid, count(*) from TableA group by 1 order by 2;
Select ColumnA, count(*) from TableA group by ColumnA order by 2;
Which statement is true?
All user space is available for database expansion.
Each database is assigned it's own section of disk space.
When creating the database you can specify whichdisks to use.
When you create a database you can set the maximum space it is allowed to use.
When a poor choice of distribution key is made, what is the impact to storage allocation?
Data is likely to negatively affect views.
Data is likely to negatively affect compression.
Data is likely to generate duplicate sequence values.
Data is likely to be unevenly spread across the system.
Which statement is true about optimizer settings?
They can be set system wide only.
They can be set at the database level only.
They can be set at the session and at the group level.
They can be set system wide and at the session level.
Which statement about theGROOM TABLE feature is true?
GROOM TABLE requires space to make a complete copy of the table.
GROOM TABLE only operates on tables that include an ORGANIZE ON clause.
GROOM TABLE prevents nzload from adding data while groom is in progress.
GROOM TABLE allows UPDATE, DELETE, and INSERT operations to occur while groom is in progress.
After performing a groom on a clustered base table, which statement is true?
The table is redistributed on the ORGANIZE ON clause.
The table is reorganized on the ORGANIZE ON clause.
The table is reorganized on the DISTRIBUTE ON clause.
The table is redistributed on the DISTRIBUTE ON clause.
What are two considerations for usage of materialized views? (Choose two)
Materialized views are not supported.
Materialized views are logical entities.
Materialized views may improve query performance.
Materialized views are the same as database views.
Materialized views are considered for usage by the Optimizer.
What is the limitation on join types with floating-point data types?
The system does not have a limitation on floating-point data types.
The system cannot perform any type of join on floating-point data types.
The system cannot perform afast sort merge join on a floating point data type, but instead must perform a slower hash join.
The system cannot perform a fast hash join on a floating point data type, but instead must perform a slower sort merge join.