Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Basic Teradata Architecture Understanding Quiz

Total questions: 23

Worksheet time: 12mins

Name
Class
Date
1.

Which component is responsible for conversion?

a)

Amp

b)

PE

c)

BYNET

d)

CLI

2.

Non-Unique secondary index operation is always a ___________

a)

one AMP operation

b)

ALL AMPs operation

c)

five AMPs operation

d)

three AMPs Operation

3.

Which application interface is used by BTEQ?

a)

ODBC

b)

JDBC

c)

CLI

d)

NONE

4.

Which table will have UNIQUE records?

a)

MULTISET table with NUPI

b)

MULTIPSET with UPI

c)

MULTISET with NUSI

d)

All of the above

5.

Which of the following utilities use Work table?

a)

FastLoad

b)

FastExport

c)

TPUMP

d)

Multiload

6.

Which of the following is/are called Virtual Processor?

a)

AMP

b)

PE

c)

Both AMP and PE

d)

BYNET

7.

Which of the following is/are performed by bynet?

a)

communication between multiple SMP nodes

b)

checking syntax errors in SQL queries

c)

session management

d)

sending results to client

8.

Which of the following is NOT a way to create a Teradata table?

a)

CREATE TABLE statement with column definition

b)

CREATE TABLE from a node

c)

CREATE TABLE from an existing table

d)

CREATE TABLE statement with a SELECT statement

9.

Which command displays the create statement of an object?

a)

show

b)

help

c)

Both show & help

d)

None of these answers

10.

​ ​ ​ Which of the following tables have DDL stored in data dictionary, but does not share the data?

a)

Permanent

b)

Derived

c)

Volatile

d)

Global Temporary

11.

What is used by AMPs and PEs for internal communication?

a)

The Disk

b)

BYTNET

c)

A priprietary LAN

d)

An internode VAN

12.

One node can handle maximum ___ many virtual processors.

a)

128

b)

64

c)

32

d)

16

13.

Which of the following is true regarding Compute Clusters? (May have more than one correct answer)

a)

Compute clusters don't have any permanent data

b)

A compute cluster can read large tables in object storage

c)

Compute clusters DO have permanent data

d)

Compute clusters exist as separate cluster of a BYNET

14.

TRUE or FALSE: SMPs have multiple nodes that work together to comprise a larger scale of Teradata implementation

a)

TRUE

b)

FALSE

15.

What are the two types of Teradata Systems?

a)

BYNET & AMP

b)

DISK & AMP

c)

PE & DISK

d)

SMP & MPP

16.

What are the primary components of Teradata architecture?

a)

Parsing Engine

b)

Bynet

c)

Clusters

d)

AMP

17.

What is the use of FALLBACK?

a)

to conduct a full table scan

b)

When results of query exceeds AMP space

c)

to handle AMP failures

d)

To check if there are any record with the same row hash

18.

Which is NOT a way for a user to access data in Teradata tables?

a)

Through Primary Index

b)

Through a Hashmap

c)

Through Secondary Index

d)

Full Table Scan

19.

The difference between SET and MULTISET tables is that: SET table does not allow duplicate records whereas MULTISET allows duplicate records

a)

True

b)

False

20.

Which of the following statements is false about Primary Key and Primary Index?

a)

They can be the same column

b)

They can contain unique data values

c)

They can be defined in a "Create Table" statement

d)

They are both optional in a Teradata table

21.

The process of changing the Number of AMP in a system is called ______

a)

Redistribution

b)

Reconfiguration

c)

Hash Mapping

d)

Partitioning

22.

MULTISET TABLE is created by default in ____ transaction mode

a)

ANSI

b)

Teradata

c)

Both ANSI and Teradata

d)

None of these

23.

_____ function can change a column of TIMESTAMP data type to a DATE data type.

a)

EXTRACT

b)

CAST

c)

INTERVAL

d)

Add_month