Vous êtes sur la page 1sur 10

The Primary Key and Primary Index are composed of the same columns:

Always
Never
Sometimes

2.
An RDBMS lets you view the data as a collection of:
Indexes
Rows
Columns
Tables

3.
Primary Index values cannot be NULL:
True
False

4.
What ensures even data distribution?
A Primary Index column with unique values
Data that is correctly partitioned prior to loading.
Many tables related to each other.
Tables with an even number of rows.

5.

In a Teradata Database, a full-table scan is extremely rare and performed only when a user
specifically requests it.
True
False

6.
Which three statements about archival utilities are true? (Choose three.)
NetVault is available on Microsoft Windows, and NetBackup is available on
UNIX MP-RAS.
ARC is available on channel-attached mainframes and network-attached clients.
ARC is used along with NetVault or NetBackup in network-attached client
environments.
Teradata Database archival utilities can restore data from tape media.

7.
Vprocs in a Teradata Database system communicate over the:
BYNET
Channel connection
vnet
MTDP (Micro Teradata Director Program)

8.
Which two statements about hashing are true? (Choose two.)
Two Primary Index values that hash to the same row hash value are called hash
synonyms.
The uniqueness value is a component of the row hash value.
In a table that has a NUPI, all rows with the same NUPI value are distributed to
the same AMP.

The output of the hashing algorithm is called the hash map.

9.
A clique is a group of nodes that share access to the same:
Network connections
Disk arrays
Clique setting in software
PEs

10.
Duplicate rows are not allowed in:
The Teradata Database
Tables distributed across AMPs based on a NUPI
The relational model
The ANSI standard

11.
What are two rules for Foreign Keys in relational theory? (Choose two.)
A Foreign Key always affects how relational data is distributed.
A Foreign Key value may be non-unique.
A table must have one, and only one, Foreign Key.
A Foreign Key must exist as a Primary Key in a related table.

12.
Primary Key values: (Choose three.)

Are used for distributing data


Should not be changed
Cannot be NULL
Are always unique

13.
Which statement about indexes is true?
A Primary Index is created when a table is created, and a Secondary Index can
be created any time during the lifetime of a table.
Both Primary and Secondary Indexes can be created any time during the lifetime
of a table.
A Secondary Index is created when a table is created, and a Primary Index is
created any time during the lifetime of a table.
Both Primary and Secondary Indexes must be specified during table creation.

14.
In a parallel environment, response time is as fast as:
The slowest AMP involved.
The sum of all AMPs involved.
The fastest AMP involved.
The average performance of all AMPs involved.

15.
A clique provides protection in the event of a:
Disk array controller failure
Disk failure
AMP failure

Node failure

16.
All systems have one and only one clique:
True
False

17.
Which statement is true because of the scalability of the Teradata Database? (Choose one.)
Increasing the number of concurrent users has no effect on system performance.
You can add hardware to an existing system to accommodate increases in
workload.
You must tune the Teradata Database system to increase the complexity of
queries as your business grows.
When you add nodes to expand an MPP system, replacing the RDBMS is
required.

18.
What are four features of the Teradata Database? (Choose four.)
Organizes the data functionally according to what it does, not what it is.
Provides a single data source for multiple clients.
Provides a mature, parallel aware Optmizer.
Allows multiple concurrent users to ask complex questions of the data.
Provides automatic, even data distribution.

19.
Which four statements about rows are true? (Choose four.)

The order of rows is arbitrary.


Each row represents an occurence of an entity (person, place, thing, event)
defined by the table.
Each row contains all the columns in the table.
A row is an instance of all columns.
Each table can contain multiple row formats.

20.
Tables are: (Choose three.)
A special type of trigger
A type of database object
A pre-defined set of SQL statements
Made up of rows and columns
A two dimensional representation of data

21.
Which activity is required of a Teradata Database Administrator?
Ordering of data prior to loading
None of these.
Data distribution
Index maintenance
Data partitioning

22.

True or False: A valid table does not have to be populated with rows, but it must be defined
with at least one column.
True
False

23.
A Teradata Database node:
Has its own copy of the operating system, PDE, and Teradata Database software.
Shares one copy of the operating system and PDE with the other nodes, but has
its own copy of the Teradata Database software.
Contains a copy of the operating system, PDE, and Teradata Database software
for each AMP.
Shares a single copy of the operating system, PDE, and Teradata Database
software with all the other nodes in the system.

24.
Which Teradata Analyst Pack tool uses a Query Capture database to store query plans?
Teradata Statistics Wizard
Teradata Index Wizard
Teradata Visual Explain
Teradata System Emulation Tool

25.
Match the TPT Operator with the load or unload utility that performs the same function.
FastExport
TPump
FastLoad
MultiLoad
A.

UPDATE

B.
C.
D.

STREAM
EXPORT
LOAD

26.
Match the data warehouse evolution stage with the appropriate description.
Stage 2
Stage 5
Stage 4
Stage 3
Stage 1
A.
B.
C.
D.
E.

Analytical modeling grows


Primarily batch
Event-based triggering takes hold
Increase in ad-hoc queries
Continous updates and time sensititve queries become important

27.
What is a dependent data mart?
A separate physical data store created from an existing data warehouse
A subset of an existing data warehouse
A separate physical data store created directly from the operational systems
An existing part of a data warehouse

28.
Match the following type of data processing with the appropriate example.
DSS
OLTP
OLAP

A.
B.
C.

Update a checking account to reflect a deposit


Show a comparison of sales from this month to last month
Show the weekly sales of childrens shoes last year.

29.
Teradata Virtual Storage is responsible for: (Choose four.)
Pooling clique storage and allocating cylinders from the storage pool to
individual AMPs
Maintaining statistics on the frequency of data access ("data temperature") and
on the performance of physical storage media
Migrating frequently used data ("hot data") to fast disks and data used less
frequently ("cold data") to slower disks.
Tracking where data is stored on the physical media
Creating workload definitions and recommending Service Level Goals.

30.
Characteristics of a hot standby node are: (Choose four,)
A node that is a member of a clique.
Helps with unplanned outages.
Eliminates the need for a restart to bring a failed node back into service.
Normally participates in the trusted parallel application (TPA).
Can be brought into the configuration when a node fails in the clique.

31.
Match the workload management utility or concept with its description.

Priority Scheduler
Teradata Dynamic Workload Manager
Performance Monitor
Database Query Log
Teradata Active Systems Manager
A.
B.
C.
D.
E.

Resource control prior to execution to control what and how much is allowed
to begin execution.
Resource control during query execution to manage the level of resources
allocated to different priorities of executing work.
Allows DBA or user to examine the active workload during query execution.
Analyze query performance and behavior after query completion.
Allows DBA to define and refine the rules, (i.e., filters, throttles and workload
definitions), that control the allocation of resources to workloads running on a
system.

32.
Response Time is how many queries were processed, while Throughput is how long that
processing takes.
True
False

33.
With a multi-level PPI (MLPPI), you create multiple access paths to the rows in the base table
that the Optimizer can choose from.
True
False

Vous aimerez peut-être aussi