Database Triggers and ETL Transformations

Covers database triggers (Oracle), ETL transformations (Informatica), and Teradata database architecture concepts

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

You need to remove BUSINESS_HOUR DB trigger.WHich command in SQL*PLUS environmet is used to delete it?

  1. Drop trigger business_hour;
  2. delete trigger business_hour;
  3. remove trigger business_hour;
  4. delete from user_triggers where trigger_name=business_hour;
Question 2 Multiple Choice (Multiple Answers)

Creation of which DB objects will cause a DDL trigger to fire?

  1. Index
  2. Cluster
  3. Package
  4. DB links
  5. Function
Question 3 Multiple Choice (Single Answer)

A call statement inside the trigger body enables you to call:

  1. Package
  2. Function
  3. Procedure
  4. Another DB trigger
Question 4 Multiple Choice (Single Answer)

What part of a DB trigger determines the number of times a trigger body executes?

  1. Trigger type
  2. Trigger body
  3. Trigger event
  4. Trigger timing
Question 5 Multiple Choice (Single Answer)

You need to remove BUSINESS_HOUR DB trigger.WHich command in SQL*PLUS environmet is used to delete it?

  1. Drop trigger business_hour;
  2. delete trigger business_hour;
  3. remove trigger business_hour;
  4. delete from user_triggers where trigger_name=business_hour;
Question 6 Multiple Choice (Single Answer)

Which component of teradata DB transfers messages

  1. AMP
  2. MPL
  3. PE
  4. VDisk
Question 7 Multiple Choice (Single Answer)

What is false about Teradata DD

  1. Maintained by RDBMS
  2. Partially maintained users
  3. Accessed via teradata supplied views
  4. Distributed across all AMPs
Question 8 Multiple Choice (Single Answer)

Which of following can be hardware too

  1. AMP
  2. PDE
  3. PE
  4. BYNET
Question 9 True/False

MTDP is required for client attached system

  1. True
  2. False
Question 10 Multiple Choice (Single Answer)

Request & response is controlled by

  1. TDP
  2. CLI
  3. ODBC
  4. MOSI
Question 11 Multiple Choice (Single Answer)

Clique is a collection of

  1. AMP
  2. PE
  3. NODE
  4. Vdisk
Question 12 True/False

Teradata can be expanded linearly

  1. True
  2. False
Question 13 Multiple Choice (Single Answer)

In Teradata v2r5 onwards, which component can be software and hardware both

  1. PE
  2. AMP
  3. BYNET
  4. PDE
Question 14 Multiple Choice (Single Answer)

Actual request processing is done by which component

  1. PE
  2. AMP
  3. Vdisk
  4. TDP
Question 15 Multiple Choice (Single Answer)

In Teradata SMP stands for

  1. Scalar Module Processor
  2. Synchronous Module Processor
  3. Synchronous Multiple Processor
  4. Scalar Multiple Processor
Question 16 Multiple Choice (Single Answer)

Which transformation has sorted input option available in the properties?

  1. Joiner, Sorter
  2. Aggregator, Update Strategy
  3. Aggregator, Joiner
  4. All of above
Question 17 Multiple Choice (Single Answer)

Which is true regarding joiner transformation?

  1. We cannot use joiner transformation when any input pipeline contains update strategy transformation
  2. We can connect sequence generator transformation directly before the joiner
  3. Both of above options
  4. None of the above
Question 18 Multiple Choice (Single Answer)

For Aggregator default cache directory is?

  1. $CachePMDir
  2. $PMCacheDir
  3. $PMDir
  4. None of the above
Question 19 Multiple Choice (Single Answer)

To maximize session performance by filter it should be?

  1. Near to source
  2. Near to target
  3. Can be placed anywhere
  4. Session performance is not affected
Question 20 Multiple Choice (Single Answer)

Which of the following transformation is passive and connected?

  1. Aggregator
  2. Expression
  3. Joiner
  4. Filter