Вы находитесь на странице: 1из 22

Questions 1. Which statement regarding temporary tables is TRUE?

A. They are limited to 1 terabyte in size


B. They may include a DISTRIBUTE ON clause
C. They are limited to 16 tables per user per database
D. They will be included in any nzbackup of the database
Answer: B
Explanation:
Questions 2. Which of the following properties about the rowid column is FALSE?
A. At installation the initial rowid value is 100,000
B. Rowid values are sequential across each table
C. The system automatically assigns values for the column
D. The host assigns a range of sequential rowids to each SPU
Answer: C
Explanation:
Questions 3. Which of the following criteria can be limited for active plans? (C
hoose two.)
A. User
B. Rules
C. Runtime
D. Memory allocation
E. Resource group priority
Answer: A,D
Explanation:
Questions 4. What is the maximum factor that page granular zone maps can improve
performance over extent- based zone maps?
A. 8 times
B. 16 times
C. 24 times
D. 48 times
Answer: C
Explanation:
Questions 5. Why should Boolean data types be avoided when selecting a distribut
ion key for a table?
A. The table will not broadcast
B. The table will be highly skewed
C. The table is likely to be evenly spread across data slices
D. The table will not join to other tables unless both tables have a Boolean col
umn
Answer: B
Explanation:
Questions 6. Which statement is true about queries on the Pure Data System for A
nalytics appliance?
A. Queries are executed in parallel by the host.
B. Queries must be compressed before they can be executed.
C. Queries are compiled into snippets and executed in parallel by the S-Blades.
D. Queries must be uncompressed by the user and executed in parallel by the host
.
E. A query is compiled into a snippet which is executed across all available S-B
lades.
Answer: C,E
Explanation:
Questions 7. All database users are members of what predefined database group, w
hich governs the basic access permissions that are granted to the system?
A. GUEST

B. USERS
C. PUBLIC
D. GLOBAL
Answer: C
Explanation:
Questions 8. Which command will backup users and groups on the system?
A. nzbackup -all
B. nzhostbackup
C. nzbackup-globals
D. nzbackup-system
Answer: B
Explanation:
Questions 9. Which statement is TRUE regarding any database user?
A. The user has a tablespace defined
B. The user can be assigned to more than one group
C. The user must have a corresponding host account
D. The user can be removed from the default PUBLIC group
Answer: B
Explanation:
Questions 10. Why is it important to manage data skew?
A. Low table skew negatively impacts performance
B. High table skew negatively impacts performance
C. Low table skew negatively impacts data compression
D. Deleted rows consume disk space until they are freed
Answer: B
Explanation:
Questions 11. When doing a CREATE SEQUENCE, which is always true about INCREMENT
BY?
A. The value may only be positive
B. The value may only be negative
C. Cross-database access is supported
D. The value may be either negative or positive
Answer: C
Explanation:
Questions 12. In order for an ODBC application running on Microsoft Windows to c
onnect to Pure Data System for Analytics, which two steps must be performed? (Ch
oose two.)
A. Install nzsql for Windows
B. Install nzAdmin for Windows
C. Install an ODBC driver for Windows
D. Install an ODBC Driver Manager for Windows
E. Create or modify a Data Source Name (DSN) for a connection to a database
Answer: C,E
Explanation:
Questions 13. Here's an excerpt from a successful query execution plan file:
What does "DownloadTableNode distribute" indicate?
A. A broadcast is going to take
B. A redistribution is going to
C. A broadcast is going to take
D. A redistribution is going to
uted
Answer: D
Explanation:

place every time the query is executed


take place every time the query is executed
place only the first time the query is executed
take place only the first time the query is exec

Questions 14. What is a view?


A. A virtual table stored in memory rather than on disk
B. A pre-defined query executed in real time when the view is accessed
C. A table of which only portions are visible to users based on user permissions
D. All of the above
Answer: B
Explanation:
Questions 15. A user is logged onto the PROD database. The user has access to ot
her databases on the same appliance. Which types of objects from other databases
can the user reference in queries?
A. Views
B. Tables
C. Synonyms
D. All of above
Answer: B
Explanation:
Questions 16. Which log file should be reviewed to troubleshoot an intermittent
SPU failure?
A. pg.log
B. dbos.log
C. sysmgr.log
D. eventmgr.log
Answer: C
Explanation:
Questions 17. How are security labels represented?
A. <categories> : <access> : <level>
B. <cohorts> : <categories> : <level>
C. <level> : <categories> : <cohorts>
D. <access> : <cohorts> : <categories>
Answer: A
Explanation:
Questions 18. Which of the following statements is TRUE for an audit database in
use?
A. If the history data staging area exceeds its STORAGELIMIT value, the system c
ontinues to function normally
B. If the history data staging area exceeds its QUERYLIMIT value, the system sto
ps, and the administrator must free up space and restart the system before users
can resume activity
C. If the history data staging area exceeds its STORAGELIMIT value, the system s
tops, and the administrator must free up space and restart the system before use
rs can resume activity
D. If the history data staging area exceeds its STORAGELIMIT value, the system s
tops, and the database security officer must free up space and restart the syste
m before users can resume activity
Answer: C
Explanation:
Questions 19. Which statement is TRUE regarding the NPS compression engine?
A. Data automatically gets compressed
B. Columns to be compressed must be defined
C. The nzcompress utility must be run to compress the table
D. The nzcompress utility must be run to compress the database
Answer: A
Explanation:

Questions 20. Short Query Bias is enabled by default. Which of the following is
NOT an advantage of using Short Query Bias?
A. It allows for all short queries to run in a guaranteed amount of time
B. The cost threshold is configurable with the hostschedSQBNominalSecs setting
C. When the standard scheduler is full, short queries can take advantage of addi
tional resources reserved for them
D. It allows queries with a cost estimate less than or equal to the defined shor
t query length to run on a busy system
Answer: D
Explanation:
Questions 21. Which statement is TRUE about a simple load using external tables?
A. The load can be configured
being loaded
B. The load can be configured
ble being loaded
C. The load can be configured
ble being loaded
D. The load can be configured
lade reset or failure
Answer: D
Explanation:

to automatically create a backup file of the table


to automatically create a duplicate copy of the ta
to automatically remove duplicate rows from the ta
to automatically continue to load following an S-B

Questions 22. NPS syncs up which two folder structures between the active and pa
ssive hosts? (Select two)
A. /nz El
B. /log
C. /host
D. /admin
E. /export/home
Answer: B,E
Explanation:
Questions 23. What new feature simplifies the gathering of information for a pro
blem management record (PMR) with IBM Support?
A. Call IBM
B. Call 911
C. Call Home
D. File Open PMR
Answer: C
Explanation:
Questions 24. Which of the following statements is TRUE when a table is created?
A. 3MB of temporary space is allocated on each dataslice for the table
B. One page of storage space is allocated on each dataslice for the table
C. One extent of storage space is allocated on each dataslice for the table
D. No space is allocated by the system until a record is inserted into the table
Answer: B
Explanation:
Questions 25. Which of the following can the NZDUMPSCHEMA command be used for?
A. Backup a database
B. Dump the entire system catalog
C. Output a shell script with SQL statements
D. Generate schema information, with its associated user data
Answer: D
Explanation:
Questions 26. Dropping an external table does which of the following?

A. Deletes the data but not the table definition


B. Deletes the table definition but not the data
C. Deletes both the table definition and the data
D. Deletes neither the table definition nor the data
Answer: A
Explanation:
Questions 27. What will occur when two large tables are joined together and the
data is NOT co-located?
A. A hash join is not performed
B. No data movement is required
C. Data is dynamically redistributed or broadcasted
D. One of the tables must be manually redistributed
Answer: C
Explanation:
Questions 28. Which of the following is FALSE?
A. Outdated rows will cause queries to run slower
B. Outdated rows will cause disk space to be consumed by deleted data
C. Outdated rows consume space on a full backup
D. Outdated rows will show up in the query's result set
Answer: B
Explanation:
Questions 29. What are the two primary components of an S-Blade?
A. CPUs and hosts
B. FPGAs and hosts
C. CPUs and FPGAs
D. CPUs and the fabric
Answer: D
Explanation:
Questions 30. In order to set a runaway query event to trigger when a query runs
longer than two minutes, which two items should be configured? (Choose two)
A. The runaway query event must be enabled
B. The pg.log file must be configured for two minutes
C. The runaway query event must be configured for two minutes
D. The nzsystem command must be used to set the QUERYTIMEOUT to two minutes
E. The CREATE or ALTER USER command must be used to set the QUERYTIMEOUT to two
minutes
Answer: A,C
Explanation:
Questions 31. Which event type can be used to monitor queries that exceed config
ured query timeout limits?
A. RunAwayQuery
B. SystemStucklnState
C. InfiniteOueryDetected
D. Transaction LimitEvent
Answer: C
Explanation:
Questions 32. What is the function of the Distributed Replicated Block Device (D
RBD)?
A. DRBD allows both hosts to work on certain large processing loads concurrently
B. DRBD allows the stand-by host to act as an "eighth SPU" to assist with proces
sing queries
C. If the active host fails over to the stand-by host, DRBD allows specific file
s to immediately become available to the new active host
D. DRBD allows the stand-by host to perform various system functions, such as ba

ckups and logging, so the primary host is free to process queries


Answer: B
Explanation:
Questions 33. Which groups are used by default by Guaranteed Resource Allocation
?
A. Query
B. System
C. Public
D. Administrators
E. All the above
Answer: E
Explanation:
Questions 34. Which statement about the Netezza System Health Check tool is TRUE
?
A. The tool stores captured data in the system catalog
B. The tool is integrated with the failover and upgrade processes
C. The tool must be manually started with the "nzhealthcheck-start" command
D. The tool can automatically fix the basic issues identified via Level 1 rule e
valuation
Answer: C
Explanation:
Questions 35. The query history data collected DOES NOT provide insight to which
of the type of performance and behavior questions?
A. The typical or most common types of queries.
B. The longest and shortest running queries on the system.
C. The queries submitted by specific users or groups of users.
D. The rotational speed of the disk drives during query execution.
Answer: D
Explanation:
Questions 36. Which of the following will NOT change the priority of all jobs in
a session?
A. nzsystem -session -id 21664 -priority high
B. ALTER SESSION 21664 SET PRIORITY TO HIGH;
C. nzsession priority -high -u user -pw password -id 21664
D. NzAdmin tool > click on Session > right click on session > change priority >
click on priority level
Answer: B
Explanation:
Questions 37. When a CREATE TABLE AS (CTAS) is performed on a table inserting mo
re than 1,000,000,000 rows, which statement is TRUE?
A. Groom will be automatically invoked
B. Primary key constraints will be checked
C. Statistics will automatically be generated
D. Materialized views will be automatically generated
Answer: C
Explanation:
Questions 38. After a successful upgrade, what must be done to place new session
limits into effect?
A. No further action is required
B. Log out of NZ and log back in
C. Execute the NZSESSION NEW command
D. Execute the NZSESSION REFRESH command
Answer: D
Explanation:

Questions 39. Data Restrict Optimization does NOT accomplish which of the follow
ing?
A. Reduces latency of the query
B. Reduces the time taken to process a single snippet
C. Allows multiple different snippets to run concurrently
D. Reduces the number of drives searched by a snippet
Answer: C
Explanation:
Questions 40. When creating a table with nullable columns, which statement is TR
UE?
A. 0 is equal to null, the empty string (`') is equal to null
B. 0 is equal to null, the empty string (`') is not equal to null
C. 0 is not equal to null, the empty string (`') is equal to null
D. 0 is not equal to null, the empty string (`') is not equal to null
Answer: B
Explanation:
Questions 41. Within a single Pure Data System for Analytics, what is the fastes
t way to copy a very large table from database PROD to database TEST?
A. Use a CTAS statement
B. Use the COPY command
C. Use external tables and UNIX pipes
D. Use nzbackup and nzrestore commands
Answer: D
Explanation:
Questions 42. Why is generating statistics on a table important to query perform
ance?
A. The table statistics are used to facilitate dislespace reclamation of deleted
rows
B. The optimizer uses statistics to determine the optimal execution plan for que
ries
C. The zone map information cross references the table statistics for each colum
n to avoid scanning
D. The Field Programmable Gate Array (FPGA) utilizes the statistics to identify
which rows/columns to filter
Answer: B
Explanation:
Questions 43. What must be properly defined for a table in order to avoid data s
kew:
A. Skew ratio
B. Distribution
C. Organization
D. Statistics generation
Answer: C
Explanation:
Questions 44. When reviewing the output of an EXPLAIN PLANGRAPH in IBM Netezza P
erformance Portal, how is the output read?
A. Left to right, from top to bottom
B. Left to right, from bottom to top
C. Right to left, from top to bottom
D. Right to left, from bottom to top
Answer: B
Explanation:
Questions 45. What utility is used to find out which host is currently active?

A. nzstate
B. nzconfig
C. crm_resource
D. service heartbeat start
Answer: A
Explanation:
Questions 46. What information is the NZDUMPSCHEMA command capable of outputting
?
A. Table definitions only
B. Table definitions, and view definitions only
C. Table definitions, view definitions, and database statistical information onl
y
D. Table definitions, view definitions, database statistical information, and us
er-defined extensions registered within the database
Answer: D
Explanation:
Questions 47. Columns in a table may be zone mapped. How are those columns chose
n?
A. They are automatically selected by the system
B. They are always based on the samecolumns as the table's distribution key
C. They are added via the ALTER TABLE ADD INDEX(column_name) statement
D. They are added via the ALTER TABLE ADD ZONEMAP(column_name) statement
Answer: A
Explanation:
Questions 48. When enabled, query history always collects information about logi
n failures, session creation, session termination, and query history process sta
rtup. Which area does query history NOT collect data?
A. Plans
B. Disks
C. Tables
D. Queries
Answer: C
Explanation:
Questions 49. When working with sequences, which statement will always be TRUE?
A. Only integers are generated
B. The default data type is SMALL I NT
C. The first value generated is the number 1
D. Values generated by the sequence will be unique across all tables and databas
es
Answer: D
Explanation:
Questions 50. What is the only predefined database user, which is able to access
all objects and perform all tasks against the database?
A. Root
B. Public
C. Admin
D. System
Answer: B
Explanation:
Questions 51. Which of the following system views will NOT show information abou
t active queries?
A. _v_qryhist
B. _v_qrystat
C. _v_planstatus
D. _v_querystatus

Answer: C
Explanation:
Questions 52. What statement about LDAP security is TRUE?
A. If a user can be authenticated locally, LDAP authentication will not be used
B. When LDAP authentication is used, NPS will require a password if the ALTER US
ER statement is run
C. If LDAP authentication fails, NPS will note the reason for the failure in the
/nz/kit/log/postgres/pg.log file
D. When LDAP authentication is used, NPS will require a password if the CREATE U
SER statement is run
Answer: B
Explanation:
Questions 53. Which two characteristics describe materialized views? (Choose two
.)
A. Materialized views can contain aggregates
B. Materialized views can contain a HAVING clause
C. Materialized views can contain a WHERE clause
D. Materialized views can contain an ORDER BY clause
E. Materialized views can reference only one base table in the FROM clause
Answer: B,D
Explanation:
Questions 54. A user is running Netezza Performance Server Release 7.0.3 on an e
nvironment where cross- database access has been enabled. The user sees the foll
owing prompt:
DEV(ADMIN)=>
Which two sets of statements will execute successfully? (Choose two.)
A. CREATE SEQUENCE prod..seq1;
B. INSERT INTO emp SELECT * FROM dev..emp;
C. INSERT INTO prod..emp SELECT * FROM emp;
D. INSERT INTO emp SELECT * FROM prod..emp;
E. CREATE MATERIALIZED VIEW emp AS SELECT * FROM prod..emp;
Answer: A,C
Explanation:
Questions 55. What two types of actions can be configured using the NZ Event Man
ager? (Choose two)
A. Inserting a row into a table
B. Running a stored procedure
C. Sending an email to a list of addresses
D. Running a command on the active host
E. Sending a Simple Network Message Protocol (SNMP) event
Answer: B,C
Explanation:
Questions 56. What is the maximum supported size of a BLOB in NPS?
A. 32k bytes
B. 64k bytes
C. 128k bytes
D. BLOBs are not supported. A data warehouse is no place to store such large fil
es
Answer: A
Explanation:
Questions 57. Here's an excerpt from a successful query execution plan:
Which of the following statements is TRUE?

A. 3 columns from
SPUs
B. 3 columns from
ed "LINK"
C. 3 columns from
orary table
D. 3 columns from
ed "2147517585"
Answer: C
Explanation:

FREQ_SHOPPER table were broadcast as a temporary table to all


FREQ_SHOPPER table were redistributed in a temporary table nam
FREQ_SHOPPER table were redistributed in a system-managed temp
FREQ_SHOPPER table were redistributed in a permanent table nam

Questions 58. What mechanism does NPS use for LDAP authentication?
A. Pluggable Authentication Module (PAM)
B. Generic Security Services API (GSSAPI)
C. Simple Authentication and Security Layer (SASL)
D. Berkeley Software Distribution Authentication (BSDAuth)
Answer: A
Explanation:
Questions 59. The Pure Data System for Analytics implements which level of trans
action isolation?
A. Serializable
B. Committed read
C. Repeatable read
D. Uncommitted read
Answer: A
Explanation:
Questions 60. What is the maximum number of columns you can choose as organizing
keys for a clustered base table?
A. 1
B. 2
C. 4
D. 8
Answer: C
Explanation:
Questions 61. Which of the following is NOT true about the createxid column?
A. They can be queried
B. They are updated to zero during a DELETE operation
C. Rows loaded in a transaction are assigned the same value
D. They contain the ID of the transaction that created the record
Answer: D
Explanation:
Questions 62. What is nzconvert used for?
A. To convert compressed external tables into ASCII text
B. To convert between character encodings before loading data
C. To translate stored procedures into NZPLSOL compatible syntax
D. To upgrade/downgrade the database to a different software version
Answer: B
Explanation:
Questions 63. Dirty reads occur when a transaction reads data that is written by
concurrentuncommitted transactions. Under what conditions are dirty reads allow
ed on the IBM PDA system?
A. When an FPGA is busy
B. By turning off serialization within the system
C. They are never permitted under any conditions
D. When the transaction isolation is read-committed
Answer: B

Explanation:
Questions 64. What can be backed up using the nzbackup utility?
A. Host data
B. pg.log files
C. Temporary tables
D. User permissions
Answer: A
Explanation:
Questions 65. Which of the following will NOT show the current sessions on the N
etezza server?
A. nzsql\act
B. nzsession
C. nzsystem-showSessions
D. SELECT* FROM_v_session
Answer: D
Explanation:
Questions 66. Which of the following statements about temporary tables is TRUE?
A. Synonyms can be created for temporary tables
B. Temporary tables have been deprecated as of NPS 7.0.3
C. Temporary tables can be specified as a base table for materialized views
D. When a user executes the command "SET SESSION READ ONLY", they are still able
to create and write to temporary tables
Answer: C
Explanation:
Questions 67. What are two considerations for usage of materialized views? (Choo
se two.)
A. Materialized views are not supported.
B. Materialized views are logical entities.
C. Materialized views may improve query performance.
D. Materialized views are the same as database views.
E. Materialized views are considered for usage by the Optimizer.
Answer: C,E
Explanation:
Questions 68. In NZPLSQL which of the following statements is TRUE?
A. If you specify the BEGIN AUTOCOMMIT ON syntax, the procedure executes each st
atement in the block as a singleton statement with an implied COMMIT after each
statement
B. If you specify the BEGIN AUTOCOMMIT OFF syntax, the procedure executes each s
tatement in the block as a singleton statement with an implied COMMIT after each
statement
C. If you specify the BEGIN AUTOCOMMIT OFF syntax, the procedure executes each s
tatement in the block as a singleton statement with an implied ROLLBACK after ea
ch statement
D. If you specify the BEGIN AUTOCOMMIT ON syntax, the procedure executes eachsta
tements the block as a singleton statement with an implied ROLLBACK after each s
tatement
Answer: A
Explanation:
Questions 69. Netezza database accounts are NOT created and/or managed using
A. The NzAdmin tool
B. The Netezza Performance Portal
C. The Netezza command line interface
D. The Netezza host's command line interface
Answer: B

Explanation:
Questions 70. Select the statement about the ENABLE_USER_SCHEMA variable that is
TRUE in a system using Netezza Performance Server Release 7.0.3 or higher.
A. The default value for this variable is FALSE
B. This variable controls whether the system allows users to create and manage m
ultiple schemas
C. If the variable is set to TRUE and the user does not specify a schema, the sy
stem will connect to the default schema for the database
D. If the variable is set to FALSE and the user does not specify a schema, the s
ystem will connect to a schema that matches the database user name
Answer: B
Explanation:
Questions 71. External tables that only exist for the duration of a single query
are known as
A. Hosted Tables
B. Session Tables
C. Transient External Tables
D. Temp or Temporary External Tables
Answer: C
Explanation:
Questions 72. A user performs a full backup of a database on Monday and a differ
ential backup on Tuesday. On Wednesday what is the fastest method to ensure a co
mplete backup of user data?
A. Perform a full backup
B. Perform a differential backup
C. Perform a cumulative backup
D. Perform cumulative and differential backups
Answer: D
Explanation:
Questions 73. In Release 7.1 what happened to Gatekeeper registry settings?
A. They were replaced by Scheduler Rules
B. They were replaced by Gatekeeper Rules
C. The number of registry settings was significantly reduced
D. The number of registry settings was significantly increased
Answer: B
Explanation:
Questions 74. Which
A. They will always
B. They will always
C. Unlike createxid
D. A&B
Answer: D
Explanation:

of the following statements about rowids is TRUE?


be unique within a table
be sequential within a table
and deletexid, rowids are only 8 bytes

Questions 75. A thermal fault has occurred. Where would more information be foun
d regarding the problem?
A. nz/kit/log/dbos/dbosJog
B. nz/kit/log/postgres/pgJog
C. /nz/kit/log/sysmgr/sysmgr.log
D. /nz/kit/log/sysmgr/hardwareJog
Answer: C
Explanation:
Questions 76. When a temporary table is created, where will the data be stored?
A. In physical memory on the S-Blades
B. On the host under the /nz/tmp directory

C. On the S-Blades under the data partition


D. On the S-Blades under the swap partition
Answer: C
Explanation:
Questions 77. Which of the following is FALSE about clustered base tables (CBT)?
A. A CTAS from a CBT results in another CBT
B. You cannot create materialized views on a CBT
C. Records are stored in nearby extents based on multiple key values
D. "ALTER TABLE ... ORGANIZE ON NONE" changes a CBT into a regular table
Answer: B
Explanation:
Questions 78. A database administrator enters the following command: "nzhealthch
eck." Select the statement that is FALS
E.
A. The command will generate and print a health check report
B. The command will request the monitoring daemon to evaluate policy rules.
C. The command will provide the power status of each hardware component in the s
ystem.
D. The command will provide a path to a text file that contains advice on fixing
existing issues.
Answer: C
Explanation:
Questions 79. What database object in the history database will you use to find
the version number of the history database?
A. _t_version
B. _vt_version
C. Histversion
D. $hist_version
Answer: C
Explanation:
Questions 80. What should be considered when selecting distribution key columns?
A. Select as many columns as possible
B. Select columns that contain many nulls
C. Select columns that contain few unique values
D. Select columns used to join to other large tables
Answer: B
Explanation:
Questions 81. Which of the following default Guaranteed Resource Allocation sett
ings is correct?
A. Admin user has 50% maximum
B. Public group has 20% maximum
C. Public group has 20% minimum & 50% maximum
D. Admin user has 100% minimum & 100% maximum
Answer: C
Explanation:
Questions 82. Where are the NPS log files located on the host?
A. /var/log
B. /usr/local
C. /nz/kit/log
D. The SYSTEM database
Answer: C
Explanation:

Questions 83. The CUSTOMER table has one column, customerid. Which statement can
be used to determine the data skew of the table?
A. SELECT DISTINCT (datasliceid) FROM customer;
B. SELECT DISTINCT (customerid) FROM customer;
C. SELECT datasliceid, COUNT(*) FROM customer GROUP BY 1 ORDER BY 2;
D. SELECT customerid, COUNT(*) FROM customer GROUP BY 1 ORDER BY 2;
Answer: D
Explanation:
Questions 84. Which additional feature in NPS would you need to configure to use
an audit database?
A. Call home
B. Multi-level security
C. Enhanced cryptography SP 800-131
D. Workload Management Scheduler Rules
Answer: D
Explanation:
Questions 85. Which of the following are valid types of scheduler rules? (Choose
two.)
A. Resource scheduler rule
B. Limiting scheduler rule
C. Runtime scheduler rule
D. Modifying scheduler rule
E. Prioritizing scheduler rule
Answer: A,E
Explanation:
Questions 86. Which of the following statements will create a row secure table?
A. Create rowsecure table myRST (aint, b int);
B. Create table myRST (aint, b int) row security;
C. Create table myRST (aint, b int) as row secure table;
D. Create table myRST (a int, b int, _sec_labelvarchar(4000));
Answer: B
Explanation:
Questions 87. nzload is invoked with the "allowReplay" option enabled- If the st
ate changes from online to pausing then to online, which statement is TRUE?
A. nzload will fail
B. nzload automatically continues without user intervention
C. nzload must be stopped and resumed by the user from the last check point
D. nzload automatically restarts but the user must remove the allowReplay option
Answer: C
Explanation:
Questions 88. What CANNOT be measured and managed by system views?
A. Power supply status for each rack
B. Temperature values on an S-blade
C. Status of the host attached storage
D. Resource group utilization and history
Answer: C
Explanation:
Questions 89. Which statement will cause IBM Netezza Replication Services to use
"By-Value" instead of the "By-SQL" replication method?
A. INSERT INTO customer VALUES (NULLIF(a, b),,);
B. INSERT INTO customer VALUES (RANDOMO,,);
C. INSERT INTO customer SELECT rowid FROM orders;
D. B & C
E. A & B

Answer: E
Explanation:
Questions 90. Which statement is TRUE regarding the NPS compression engine?
A. Compression ratio is data dependent
B. Compression is performed by the host
C. Compression degrades data scan speeds
D. Compression is performed by the SAS switches
Answer: C
Explanation:
Questions 91. Which command is used to abort a user's SQL transaction?
A. Kill
B. Abort
C. Nzstop
D. Nzsession
Answer: D
Explanation:
Questions 92. Which of the following statements is NOT true about Short Query Bi
as?
A. The default length is 2 seconds
B. Additional memory is allocated for short queries
C. It guarantees query run times of less than 2 seconds
D. It is based on the optimizer's cost estimate of the query run time
Answer: B
Explanation:
Questions 93. Which of the following invisible columns exists on every table in
the database?
A. Editid
B. Createxid
C. Deletedate
D. Createdate
Answer: B
Explanation:
Questions 94. A user has access to two databases, DEV and PRO
D. Currently the user is connected to the DEV database.
Which operation is permitted?
A. DELETE FROM prod.dbuser.customer
B. SELECT * FROM prod.dbuser.customer
C. TRUNCATE TABLE prod.dbuser.customer
D. INSERT INTO prod.dbuser.customer SELECT * FROM dev.dbuser.customer
Answer: D
Explanation:
Questions 95. Which of the following statements about temporary tables is TRUE?
A. A temporary table can have 1800 columns
B. A temporary table can only persist for the lifetime of a transaction
C. Querying temporary tables typically performs slower than querying equivalent
external tables
D. An ADMIN user using the nzsql utility can list existing temporary tables usin
g the "\de" internal slash command
Answer: C
Explanation:
Questions 96. Which attribute CANNOT be defined for both users and groups?
A. Row set limit
B. Default priority
C. Query time out

D. Password expiration
Answer: D
Explanation:
Questions 97. Which nzload operation statement is TRUE?
A. nzload must have a control file
B. nzload must be run from the host
C. nzload performs only singleton inserts
D. nzload user must have CREATE EXTERNAL TABLE privilege
Answer: B
Explanation:
Questions 98. Which of the following is NOT performed by the nzhw utility?
A. It shows the current storage topology
B. It shows the role of each component in the appliance
C. It shows the location of each component in the appliance
D. It shows the hardware ID of each component in the appliance
Answer: D
Explanation:
Questions 99. What method will show only the deleted rows on the CUSTOMER table?
A. SELECT * FROM customer WHERE deletexid<> 0;
B. Deleted rows can't be shown as they have been deleted
C. Set show_deleted_records = true; SELECT * FROM customer;
D. Set show_deleted_records = true; SELECT* FROM customer WHERE deletexid<> 0;
Answer: C
Explanation:
Questions 100. Which option does NOT trigger a HardwareNeedsAttention event?
A. A power supply has failed
B. A switch has been rebooted
C. A SAS cable fails or is disconnected
D. A chassis or fabric switch port is in a down state for longer than the define
d threshold
Answer: B
Explanation:
Questions 101. With LDAP enabled, which of the following can be verified against
an LDAP server?
A. ADMIN user authentication
B. Non-ADMIN user authentication
C. Database user SELECT privileges
D. Database user GROUP authentication
Answer: D
Explanation:
Questions 102. Which of the following cannot be found with an EXPLAIN statement?
A. Viewing scan order
B. Viewing active queries
C. Viewing confidence level
D. Viewing estimated costs
Answer: C
Explanation:
Questions 103. What is the naming convention for system views?
A. _v_
B. _$v_ r
C. nz_v_
D. sys_v_

Answer: B
Explanation:
Questions 104. If nzload is being used to load data into the customer table, whi
ch of the following operations will be blocked until the load has completed?
A. SELECT from the customer table
B. DELETE from the customer table
C. TRUNCATE of the customer table
D. nzbackup of the database in which the customer table resides
Answer: A
Explanation:
Questions 105. What does "Plan 4.457" signify in the attached snapshot of a plan
file?
A. The query
B. The query
C. The query
D. The query
Answer: D
Explanation:

plan
plan
plan
plan

was
was
was
was

built in 4457 seconds


saved in 4457 seconds
queued for 4457 seconds
executed in 4457 seconds

Questions 106. Which statement about external tables is TRUE?


A. Materialized views can be created for external tables
B. External table data is deleted using the DELETE statement
C. The GENERATE STATISTICS command can be run against external tables
D. External tables can be used to unload data to a Microsoft Windows directory
Answer: B
Explanation:
Questions 107. Which file format is NOT supported by the nzload utility?
A. ASCII delimited format
B. Fixed length record format
C. gzip compressed file format
D. Pure Data System for Analytics compressed file format
Answer: C
Explanation:
Questions 108. Which of the following is a valid data type definition?
A. TEXT
B. CLOB
C. CHAR(128000)
D. NUMERIC(38,1)
Answer: A
Explanation:
Questions 109. Which of the following is TRUE regarding distribution keys?
A. Up to 4 columns can be specified for a distribution key on a table
B. The distribution key cannot be changed on a given table once that table is cr
eated
C. Rows with the same distribution key value are stored on the same data slice
D. All of the above
Answer: C
Explanation:
Questions 110. Which log directories will record system state changes? (Choose t
wo)
A. /nz/kit/log/bnrmgr
B. /nz/kit/log/sysmgr

C. /nz/kit/log/fcommtx
D. /nz/kit/log/eventmgr
E. /nz/kit/log/sessionmgr
Answer: B,C
Explanation:
Questions 111. What
A. There are active
B. There are active
C. There are active
D. There are active
Answer: C
Explanation:

will prevent a GROOM TABLE command from running on a table?


materialized views on the table
selects running against the table
nzloads running against the table
updates running against the table

Questions 112. The DBA created and loaded the table CUSTOMER as follows:
Please refer to the excerpt (highlighted in bold) of a successful query executio
n plan which used the CUSTOMER table.
Which of the following statements is TRUE?

A. The FPGA cannot restrict columns declared as CHAR(7)


B. The FPGA can only restrict columns which are distribution columns
C. The FPGA can directly compute the result of the table predicate while reading
the rows
D. The FPGA cannot compute the result of the table predicate for varying charact
er columns
Answer: B
Explanation:
Questions 113. What two conditions must be met to achieve a co-located join betw
een two tables without a dynamic redistribution? (Choose two.)
A. Both tables have primary keys defined
B. Both join columns have the same name
C. Both tables must be distributed on random
D. Both join columns have identical data types
E. Both tables must be distributed on their join column
Answer: B,E
Explanation:
Questions 114. A stored procedure returning one value is created. Which two meth
ods can be used to execute the procedure? (Choose two.)
A. EXECUTE command
B. SELECT statement within a FROM clause
C. SELECT statement within a HAVING clause
D. SELECT statement without a FROM clause
E. SELECT statement with tables in the FROM clause
Answer: B,C
Explanation:
Questions 115. Which of the following is TRUE regarding Multiple Schema Support?
A. Schemas can contain several databases
B. Only the admin user can manage schemas
C. Schemas allow users to reuse object names
D. Multiple schema support is enabled by default
Answer: C
Explanation:

Questions 116. When might a user receive an "unable to serialize" error?


A. A user submits a stored procedure
B. A user is notified of a system event
C. A user runs system diagnostics
D. None of the above
Answer: B
Explanation:
Questions 117. In a UNIX 64-bit environment, a 64-bit application requires which
software to execute SQL statements via ODBC? (Choose two.)
A. nzsql
B. An ODBC driver manager
C. The system does not support 64-bit ODBC
D. A 64-bit ODBC driver for the same UNIX environment
E. A 32-bit ODBC driver for the same UNIX environment
Answer: B,C
Explanation:
Questions 118. Which will guarantee that a zonemap is generated for the NAME col
umn?
A. CREATE TABLE customer (name VARCHAR(20));
B. ALTER TABLE customer ZONEMAP ON (name);
C. CREATE TABLE customer (name VARCHAR(20)) DISTRIBUTE ON (name);
D. CREATE MATERIALIZED VIEW custview AS SELECT * FROM customer ORDER BY name;
Answer: C
Explanation:
Questions 119. Given the following query: SELECT * FROM customers;
How does data flow through the Pure Data System for Analytics components?
A. FPGA to Disk to Host to User
B. Disk to FPGA to CPU to Host to User
C. Disk to CPU to FPGA to Host to User
D. Disk to Host to S-Blade to FPGA to User
Answer: B
Explanation:
Questions 120. Which of the following statements is TRUE?
A. Each table is assigned its own set of data slices
B. Each database is assigned its own set of data slices
C. When creating a database the maximum allowed space can be specified
D. When the system creates records, it assigns them to a logical data slice base
d on their distribution key value.
Answer: C
Explanation:
Questions 121. Which statement about nzrestore is NOT true?
A. nzrestore can restore selected tables
B. nzrestore can perform a redirected restore
C. nzrestore can restore from an nzbackup UNIX pipe
D. nzrestore can restore to a different Pure Data System for Analytics server fr
om the backup server
Answer: D
Explanation:
Questions 122. Which statement about the GROOM feature is TRUE?
A. GROOM requires space to make a complete copy of the table
B. GROOM prevents nzload from inserting data while in progress
C. GROOM only operates on tables that include an ORGANIZE ON clause
D. GROOM allows UPDATE, DELETE, and INSERT operations to occur while a backup is
in progress
Answer: B

Explanation:
Questions 123. Which High-Availability (HA) mechanism is used by the PureData Sy
stem for Analytics Appliance?
A. AIX-HA
B. Linux-HA
C. SuSE-HA
D. Solaris-HA
Answer: B
Explanation:
Questions 124. What is the definition of appliance topology?
A. The ratio of CPU cores to FPGAs to disk drives
B. The model number of the appliance, e.g, N1000
C. The map showing which SPUs manage which data slices
D. The number of disk drives in the system and in which disk enclosures they res
ide
Answer: C
Explanation:
Questions 125. What command would you use to create a query history database?
A. nzdb
B. nzsql
C. nzhistcreatedb
D. nzdatacreatedb
Answer: D
Explanation:
Questions 126. The optimizer estimates cost in units of:
A. Seconds (e.g. 1=1 second)
B. Tenths of seconds (e.g. 10 = 1 second)
C. Hundredths of seconds (e.g. 100 = 1 second)
D. Thousandths of seconds (e.g. 1000 = 1 second)
Answer: B
Explanation:
Questions 127. When setting up a crontab entry, what must be done on a Pure Data
System for Analytics server?
A. Pause the appliance
B. Create an nzcron event
C. Stop and start the appliance
D. Add a file entry to both hosts
Answer: D
Explanation:
Questions 128. Which of the following is NOT a Prioritized Query Execution prior
ity level?
A. Low
B. High
C. Urgent
D. Critical
E. Normal
Answer: E
Explanation:
Questions 129. When using a CREATE TABLE statement, constraints can be specified
at the column level. Which two constraints are NOT automatically enforced via t
he database? (Choose two.)
A. NULL
B. UNIQUE

C. NOT NULL
D. RIMARY KEY
E. DEFAULT value
Answer: B,D
Explanation:
Questions 130. What is the host Linux file that must be modified to permanently
adjust optimizer settings such as enabling schema support?
A. /nz/data/postgresql.conf
B. /nz/data/config/system.cfg
C. /nz/kit/sys/initTopology.cfg
D. /nz/kit/log/sysmgr/sysmgr.log
Answer: A
Explanation:
Questions 131. What columns contain row count information in the system tables?
(Choose two.)
A. STAHIVALB. RELREFSC. STALOVALD. RELTUPLESE. ATTDISPERSION
Answer: B,E
Explanation:

Questions 132. Which statement or operation will cause IBM Netezza Replication S
ervices to use the "By-VALUE" replication gmethod?
A. Insert data from a non-replicated databaseB. LIMIT ALLC. RANDOMOD. A & CE. B
& C
Answer: C
Explanation:

Questions 133. The CUSTOMER table is distributed on "c_custkey".


The ORDERS table is distributed on "o_custkey".
Please refer to the SQL Query below:
Which of the following statements is TRUE?

A. The query plan will show a double redistribute for both tables CUSTOMER and O
RDERS followed by a HashJoinNode to compare all rowsB. The query plan will show
a broadcast for table CUSTOMER so that all rows in CUSTOMER can be compared to a
ll rows in ORDERS using a HashJoinNodeC. The query plan will show a broadcast fo
r table CUSTOMER so that all rows in CUSTOMER can be compared to all rows in ORD
ERS using an ExprJoinNodeD. The query plan will show a redistribute for table CU
STOMER so that all rows in CUSTOMER can be compared to all rows in ORDERS using
an ExprJoinNode
Answer: D
Explanation:

Questions 134. Which procedural logic is NOT supported by NZPLSQL?


A. Scrollable cursorsB. Looping (while, for)C. Conditionals (if, else)D. Returni
ng a scalar result or result set
Answer: A

Explanation:

Вам также может понравиться