Teradata Basics Exam - Sample Question Set 1 (Answers in Italic Font)
Teradata Basics Exam - Sample Question Set 1 (Answers in Italic Font)
1.
1.
2.
3.
4.
Users logged on the Teradata Database and have authenticated, they are authorized to access
All the Object in the database.
Objects allowed by their database privileges.
Operational System
Teradata Server
2. The database Objects that allows more secure database environment (Chose )
1. Views
2. Macros
3. Primary Index .
4. Stored Procedure
5. UDFs
6. Roles
7. Locks
8. Row Level Security
9. Password
3.
1.
2.
3.
4.
5.
4.
1.
2.
3.
4.
Which three mechanisms authenticate access to the Teradata Database? (Chose Three)
LDAP
User Defined Functions
Password
Single Sign On
5.
1.
2.
3.
4.
6.
1.
The LDAP integration enables the authentication of a Teradata Database users identity and
password by an external directory service
3. database access authorized based on a directory security group membership.
4. By providing an enterprise user name and password, the user initiates a login, which is
authenticated through a secure bind to the external directory.
5. This authentication allows the same user name and password to be applied to a Teradata Database
logon and other enterprise applications and systems.
2.
7.
1.
2.
3.
4.
5.
6.
7.
8.
1.
2.
3.
4.
5.
Teradata advantages..
It allow user to submit ad hoc query.
It provide the single views to the business
Unconditional parallelism.
High availability.
Concurrent users
9.
1.
2.
3.
4.
Teradata advantages..
Scalability.
Parallelism.
Open Architecture
TCO (Automatic data Distribution).
10.
1.
2.
3.
4.
5.
6.
11.
1.
2.
3.
4.
Teradata feature
Parallel Processing
Open Architecture
Linear scalability.
Provide an excellent platform for OLTP workloads.
12.
1.
2.
3.
4.
Which feature allows the Teradata Database to process large amounts of data quickly(chose one)
High availability software and hardware components
Parallelism.
Proven Scalability
High performance servers from intel
13.
1.
2.
3.
4.
14.
1.
2.
3.
4.
Which two tasks do Teradata Database Administration never have to do(choose two)
Reorganize the data
Select primary Index
Restart the system
Pre-Prepare data for loading
15.
1.
2.
3.
4.
5.
A Database contains
Logically related data.
Shared access.
Protected
Spool Space
Access rights
16.
1.
2.
3.
4.
17.
1.
2.
3.
4.
18.
1.
2.
3.
4.
19.
1.
2.
3.
4.
20.
1.
2.
3.
4.
21.
1.
2.
3.
4.
22.
1.
2.
3.
4.
23.
1.
2.
3.
4.
24.
1.
2.
3.
4.
5.
Views
Pre defined subset of tables
Pre defined subset of other views
It has physical rows
Definition stored in the DD/D
It is standardize access techniques.
25.
1.
2.
3.
4.
5.
Stored Procedures
It is a program that is Stored in Teradata
Its need Perm Disk Space
Its not needed Perm Disk Space
Its invoked through a single SQL CALL statement
It contain both Teradata SQL statements and procedural statements.
26.
1.
2.
3.
4.
27.
1.
2.
3.
Views.
It is an alternate way of organizing and presenting information
Its need perm space.
It limit the access to data and to allow different user to looks at same data from different
perspectives.
4. Views can show part of one table(single-table view)
5. View can show part of more than one table.
28.
1.
2.
3.
4.
Feature of MACRO.
Macros are source code stored on the DBC.
They are re-optimize at execution time.
They can be executed by interactive or batch applications.
They can accept user-provided parameter values
29. When comparing a Primary Key and a Primary Index, which statement is true only for the Primary
Index?
1. It can improve join performance.
2. It uniquely identifies each row in the table.
3. It ensures referential integrity of the data.
4. It supports table access using alternate, less frequently used paths.
30. When comparing a Primary Key and a Primary Index, which statement is unique for the Primary
Key?
1. It implies an access path to the data.
2. It identifies relationships between views.
3. It can be made up of a maximum of 64 columns.
4. It is a logical database representational concept.