SQL and Data Transformations Quiz

Test your knowledge of SQL queries, database concepts, normalization, views, and Informatica PowerCenter data transformation rules and services.

19 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Services that represent PowerCenter server-based functionality, such as the Repository Service and the Integration Service is known as?

  1. Integration services
  2. Application services
  3. Temporary services
  4. Admin services
Question 2 Multiple Choice (Single Answer)

______________ is used to create mapping template that can be used to generate multiple mappings?

  1. Data Stencil
  2. Template Doc
  3. Designer
  4. Format
Question 3 Multiple Choice (Multiple Answers)

Choose the Active transformations given below:

  1. Expression Transformation
  2. Joiner Transformation
  3. Router Transformation
  4. Lookup Transformation
Question 4 True/False

Active transformation changes the numbers of rows as data passes through it.

  1. True
  2. False
Question 5 True/False

In the Datatype Conversions Date can be converted only to date and string and vice versa.

  1. True
  2. False
Question 6 True/False

In Filter Transformation Boolean condition is always faster as compared to complex conditions?

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

The SQLPLUS command used to stop display between pages is

  1. set break
  2. set pause
  3. set gap
  4. None of the Above
Question 8 Multiple Choice (Single Answer)

Which of the following denote group clause in SQL

  1. having
  2. group by
  3. Where
  4. Both A. and B.
Question 9 Multiple Choice (Single Answer)

SHARE UPDATE lock permit users to

  1. to query data
  2. to lock data
  3. both A. and B.
  4. None of the Above
Question 10 Multiple Choice (Single Answer)

In order to fetch data from database which of the following SQL command is used?

  1. RETRIEVE
  2. SELECT
  3. RECOVER
  4. FETCH
Question 11 Multiple Choice (Single Answer)

The transformation functions used are

  1. CONVERT
  2. TRANSLATE
  3. DECODE
  4. Both B. and C.
Question 12 Multiple Choice (Single Answer)

Which of the following is TRUE about Views in SQL?

  1. Views are windows of existing table
  2. Creation of view is done by using CREATE VIEW statement
  3. Views do not contain data but table from which it is created contain data
  4. All the Above
Question 13 Multiple Choice (Single Answer)

Unique numbers can be assigned to columns in a database using

  1. Clusters
  2. Synonym
  3. Views
  4. Sequences
Question 14 Multiple Choice (Single Answer)

The SQL function SIGN (-50) gives value as

  1. -50
  2. 50
  3. -1
  4. 1
Question 15 Multiple Choice (Single Answer)

While creating tables the concept that is used to reduce redundancy in data is called

  1. Views
  2. Aliases
  3. Sequence
  4. Normalization
Question 16 Multiple Choice (Single Answer)

Consider an EMP table having data as follows: EMPNOEMPNAME 1000SOPHIA 1001RITA 1002MARY Which of the following SQL query will fetch all columns with name RITA only?

  1. SELECT FROM EMP WHERE EMPNAME='RITA';
  2. SELECT FROM EMP MATCHING EMPNAME='RITA';
  3. SELECT * FROM EMP WHERE EMPNAME='RITA';
  4. SELECT # FROM EMP MATCHING EMPNAME='RITA';
Question 17 Multiple Choice (Single Answer)

Which level rule is LoadSegmentedRecord?

  1. Image Level Rule
  2. Field Level Rule
  3. Transaction Level Rule
  4. Not a rule
Question 18 Multiple Choice (Single Answer)

What should be the set origin condition when using SDo rule?

  1. MPG+0, MPG+0
  2. ABS+0, ABS+0
  3. ABS+0, MPG+0
  4. Set origin and SDO are independent
Question 19 Multiple Choice (Single Answer)

In Movenum rule masking M is for money, N is to leave the output blank if the number is zero or negative, what is NM mask used for?

  1. Blank when there are alphabets
  2. Suppress leading zero
  3. Leaves the field blank
  4. Adds minus sign