Tag: technology

Questions Related to technology

Which of the query will print the output as 'TCS' (single quotes should come in the output of the query)

  1. select '''||'TCS'||''' from dual

  2. select 'TCS' from dual

  3. select '''TCS''' from dual

  4. select "TCS" from dual


Correct Option: A

What's the output select to_Date('2009-may-25','yyyymmdd') from dual

  1. 2009-may-25

  2. Error

  3. may-2009-25

  4. 200925may


Correct Option: B

Which of the query will print the output as 'TCS' (single quotes should come in the output)

  1. select '''||'TCS ||''' from dual

  2. select '''TCS''' from dual

  3. select "TCS" from dual

  4. select 'TCS' from dual


Correct Option: B

Session Handling is done by which part of teradata system?

  1. AMP

  2. PE

  3. BYNET

  4. CLIQUE


Correct Option: B
  1. Nothing

  2. Everything

  3. Disk

  4. Processor


Correct Option: A
  1. Group of nodes that share a common set of disk arrays.

  2. Group of AMP's that share a common set of VDisk

  3. Group of PE's used for fault tolerance.

  4. Group of teradata systems.


Correct Option: A
  1. Row hash

  2. Row id

  3. Hash map

  4. Hash value


Correct Option: B