Ab Initio and Unix Shell Scripting

Quiz covering Ab Initio ETL tool components, data transformation, and Unix/Linux shell scripting commands

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Command to verify whether the file is present in the current path.

  1. -f
  2. -e
  3. 1 and 2
  4. None of the above
Question 2 Multiple Choice (Single Answer)

Which loop control allows a section of code to be run repetitively as long as a certain condition is false

  1. while
  2. for
  3. until
  4. none of the above
Question 3 Multiple Choice (Single Answer)

Command to rescan the line by the shell

  1. echo
  2. export
  3. eval
  4. exec
Question 4 Multiple Choice (Single Answer)

The command to remove a file of type “d” in the current directory and in its sub directories

  1. rm
  2. rmdir
  3. grep
  4. find
Question 5 Multiple Choice (Single Answer)

EME Stands for?

  1. Enterprise Metadata Environment
  2. Environment Metadata Enterprise
  3. Environment Metadata Experiment
  4. Enable Metadata Environment
Question 6 Multiple Choice (Single Answer)

What does .dat file signify?

  1. Database Configuration files
  2. Data Files(only serial files)
  3. Data Files(either serial files or multifiles)
  4. Data Manipulation Language files
Question 7 Multiple Choice (Single Answer)

What is the function of Look up file?

  1. Returns the number of matching data records in a Lookup File.
  2. Returns successive data records from a Lookup File.
  3. Returns a data record from a partition of a Lookup File.
  4. Returns a data record from a Lookup File which matches with the values of expression argument.
Question 8 Multiple Choice (Single Answer)

What is the value of cust_id in the following expression: record string(8) cust_dept;    int cust_id = NULL(-1);    string(10) cust_name = NULL("    "); end

  1. Cust_id is space if its value is -1
  2. Cust_id is null if its value is -1
  3. ust_id is null if cust_name is space
  4. Cust_id is -1 if its value is space
Question 9 Multiple Choice (Single Answer)

What is the value stored in a max-core parameter?

  1. 1000 MB
  2. Depends on your particular graph and the environment.
  3. 128782
  4. None of the above
Question 10 True/False

Same file can be read from and written to in a graph. Is this statement true/false?

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

This signifies a program cannot progress, causing a graph to hang.

  1. file lock
  2. deadlock
  3. roll back
  4. run host
Question 12 Multiple Choice (Single Answer)

This is a yellow high-lighted area that signifies required information is missing.

  1. to-do cue
  2. flow
  3. all-to-all flows
  4. component
Question 13 Multiple Choice (Single Answer)

What does field1 returns: record string field1 = ‘ABCD”; string(5) field2; end reformat logic:field1+"5"

  1. ABCDE
  2. ABCDI
  3. ABCD5
  4. None of the above
Question 14 Multiple Choice (Single Answer)

What is the difference between REFORMAT and REDEFINE components?

  1. Both are same.
  2. Reformat changes the bytes in the data and Redefine changes the record format of the data keeping the data unchanged.
  3. Redefine changes the bytes in the data and Reformat changes the record format of the data keeping the data unchanged.
  4. None of the above.
Question 15 Multiple Choice (Single Answer)

How many bytes does the data type decimal(7,2) and decimal(7.2) occupy?

  1. 9,9
  2. 7,7
  3. 7,8
  4. 10,10
Question 16 True/False

Local variable is reinitialized each time the transform function is called. Is the statement true/false?

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

Funnel Stage can have

  1. One input and one output links
  2. one input,one output and one reject link
  3. Multiple input links and one output link
  4. Multiple input links,one output link and one reject link
Question 18 Multiple Choice (Multiple Answers)

In which type(s) of funneling Link Ordering page is enabled?

  1. Continuous
  2. Sort
  3. Sequence
  4. All
Question 19 Multiple Choice (Single Answer)

In which funneling method, the order of the output data is unpredictable?

  1. Continuous
  2. Sequence
  3. Sort
  4. None
Question 20 Multiple Choice (Single Answer)

What is the default funneling method in Funnel Stage?

  1. Sort
  2. Continuous
  3. Sequence
  4. 2 or 3