Exam4Training

IBM C1000-085 IBM Netezza Performance Server V11.x Administrator Online Training

Question #1

What access is required to create a new user in IBM Netezza Performance Server?

  • A . An account with NEW USER administrative privilege
  • B . An account with CREATE USER administrative privilege.
  • C . An account with CREATE GROUP access on the host OS.
  • D . An account with CREATE ID access on the host OS.

Reveal Solution Hide Solution

Correct Answer: A
Question #2

How does IBM Netezza Performance Server store data?

  • A . Tables are distributed across all data slices compressed
  • B . Tables are distributed to a single data slice compressed.
  • C . Tables are distributed across all data slices uncompressed.
  • D . Tables are distributed across a subset of data slices uncompressed.

Reveal Solution Hide Solution

Correct Answer: A
Question #3

Which two command line support tools are used to determine the order of data for a given table?

  • A . nz_physical_table_layout
  • B . nz_zonemap
  • C . nz_pagemap
  • D . nz_sort_order
  • E . nz_get

Reveal Solution Hide Solution

Correct Answer: B,C
Question #4

What are Clustered Base Tables (CBT)?

  • A . Tables that decrease allocated storage
  • B . Tables that contain sorted data using one to four columns.
  • C . Tables that increase pre-sorting of new table records before a loading operation.
  • D . Tables that replicate the base table.

Reveal Solution Hide Solution

Correct Answer: B
Question #5

DRAG DROP

What is the order of the operations of a typical snippet in a query plan?

Reveal Solution Hide Solution

Correct Answer:


Question #6

To enable or disable multiple schema support on the IBM Netezza Performance Server, which configuration file needs to be updated?

  • A . system.cfg
  • B . pg_hba.conf
  • C . postgresql.conf
  • D . startup.cfg

Reveal Solution Hide Solution

Correct Answer: C
Question #7

When is a PRIMARY KEY (PK) table constraint evaluated during an INSERT statement into the table?

  • A . The PK constraint is never checked when a row is inserted into the table.
  • B . After the row is inserted into the table.
  • C . Before the row is inserted into the table.
  • D . The PK constraint is only checked during a GENERATE STATISTICS operation.

Reveal Solution Hide Solution

Correct Answer: C
Question #8

When restoring a database using nzrestore utility, which is true for the npshost option?

  • A . It is the hostname of the storage server
  • B . It is a HOSTNAME value set in backupHostname.txt file on the backup source system.
  • C . It is a host name of the target system to restore a database to.
  • D . It is a remote host name or IP address of the system to connect to.

Reveal Solution Hide Solution

Correct Answer: C
Question #9

Which log file provides a DBA with an actual SQL statement that was executed?

  • A . clientmgr.log
  • B . pg.log
  • C . sysmgr.log
  • D . dbos.log

Reveal Solution Hide Solution

Correct Answer: C
Question #10

Which statement is accurate regarding snippets?

  • A . The number of snippets depends on query and complexity.
  • B . Every query is always turned into four snippets.
  • C . Every query is always turned into one snippet.
  • D . The number of snippets is always based on the size of the system.

Reveal Solution Hide Solution

Correct Answer: C

Question #11

Which two commands can be used to get a plan file for a query?

  • A . nzsql -c "show planfile <planid>"
  • B . nzsql -c "select plan_text from _v_plan"
  • C . nzsql -c "get planfile <planid>"
  • D . nz_get <planid>
  • E . nz_plan <planid>

Reveal Solution Hide Solution

Correct Answer: A,D
Question #12

When integrating IBM Spectrum Protect into IBM Netezza Performance Server (NPS) for backup and restore, how must the NPS host be defined?

  • A . as a client of the storage manager server
  • B . as the primary storage manager server
  • C . as the primary backup target
  • D . as a cloud storage repository

Reveal Solution Hide Solution

Correct Answer: A
Question #13

What happens to NFS mounts after a container failover?

  • A . NFS is handled by Red Hat OpenShift and does not need to be mounted.
  • B . Sysmgr will remount it as part of the IBM Netezza Performance Server environment
  • C . A containers do not allow for NFS mounts.
  • D . It will be automatically mounted by the ipsnfs service.

Reveal Solution Hide Solution

Correct Answer: A
Question #14

When computing the row size for a table row, what overhead should be accounted for?

  • A . 48 bytes for ROWID, CREATEXID and DELETEXID only
  • B . 32 bytes for ROWID. CREATEXID, DELETEXID and the null vector
  • C . 32 bytes for ROWID. CREATEXID and DELETEXID and a variable number of bytes for the null vector if there are nullable columns
  • D . 24 bytes for ROWID. CREATEXID and DELETEXID plus null vector if there are nullable columns and record header depending on string columns

Reveal Solution Hide Solution

Correct Answer: A
Question #15

What is the maximum length of a CHAR/VARCHAR column?

  • A . 65.535
  • B . 32.000
  • C . 64,000
  • D . 16.000

Reveal Solution Hide Solution

Correct Answer: A
Question #16

Which date time format is used to capture history activities?

  • A . system time
  • B . local time
  • C . EST
  • D . GMT

Reveal Solution Hide Solution

Correct Answer: A
Question #17

What ap cli command is used to disable a node?

  • A . ap node power off
  • B . ap node set__personality fail
  • C . ap stopnode
  • D . ap node disable

Reveal Solution Hide Solution

Correct Answer: D
Question #18

Which system view stores the information on how many resources have been allocated for the resource group versus how many were allowed?

  • A . _v_sched_gra
  • B . _v_system_util
  • C . _v_qryhist
  • D . _v_plan_resource

Reveal Solution Hide Solution

Correct Answer: D
Question #19

What should be the state of the IBM Netezza Performance Server system in order to run the nz_manual_vacuum command?

  • A . online
  • B . running
  • C . stopped
  • D . paused

Reveal Solution Hide Solution

Correct Answer: C
Question #20

Consider a scenario where a customer has a FACT_SALES table with a column zip_code with data type char (5| They frequently restrict on this column, but the query is very inefficient.

What is the correct way to optimize this query without modifying the column?

  • A . Create a copy of FACT_SALES table with zip_code as integer data type.
  • B . alter table fact_sales to organize on zip_code. followed by groom.
  • C . CREATE ORGANIZED view for FACT_SALES table
  • D . Create a view with a typecast to integer and use view for query purposes

Reveal Solution Hide Solution

Correct Answer: C
Exit mobile version