Database Triggers and ETL Transformations
Covers database triggers (Oracle), ETL transformations (Informatica), and Teradata database architecture concepts
Questions
You need to remove BUSINESS_HOUR DB trigger.WHich command in SQL*PLUS environmet is used to delete it?
- Drop trigger business_hour;
- delete trigger business_hour;
- remove trigger business_hour;
- delete from user_triggers where trigger_name=business_hour;
Creation of which DB objects will cause a DDL trigger to fire?
- Index
- Cluster
- Package
- DB links
- Function
A call statement inside the trigger body enables you to call:
- Package
- Function
- Procedure
- Another DB trigger
What part of a DB trigger determines the number of times a trigger body executes?
- Trigger type
- Trigger body
- Trigger event
- Trigger timing
You need to remove BUSINESS_HOUR DB trigger.WHich command in SQL*PLUS environmet is used to delete it?
- Drop trigger business_hour;
- delete trigger business_hour;
- remove trigger business_hour;
- delete from user_triggers where trigger_name=business_hour;
Which component of teradata DB transfers messages
- AMP
- MPL
- PE
- VDisk
What is false about Teradata DD
- Maintained by RDBMS
- Partially maintained users
- Accessed via teradata supplied views
- Distributed across all AMPs
Which of following can be hardware too
- AMP
- PDE
- PE
- BYNET
MTDP is required for client attached system
- True
- False
Request & response is controlled by
- TDP
- CLI
- ODBC
- MOSI
Clique is a collection of
- AMP
- PE
- NODE
- Vdisk
Teradata can be expanded linearly
- True
- False
In Teradata v2r5 onwards, which component can be software and hardware both
- PE
- AMP
- BYNET
- PDE
Actual request processing is done by which component
- PE
- AMP
- Vdisk
- TDP
In Teradata SMP stands for
- Scalar Module Processor
- Synchronous Module Processor
- Synchronous Multiple Processor
- Scalar Multiple Processor
Which transformation has sorted input option available in the properties?
- Joiner, Sorter
- Aggregator, Update Strategy
- Aggregator, Joiner
- All of above
Which is true regarding joiner transformation?
- We cannot use joiner transformation when any input pipeline contains update strategy transformation
- We can connect sequence generator transformation directly before the joiner
- Both of above options
- None of the above
For Aggregator default cache directory is?
- $CachePMDir
- $PMCacheDir
- $PMDir
- None of the above
To maximize session performance by filter it should be?
- Near to source
- Near to target
- Can be placed anywhere
- Session performance is not affected
Which of the following transformation is passive and connected?
- Aggregator
- Expression
- Joiner
- Filter