Enterprise IT Technologies: IBM CM, Unix/Linux, and DataStage

Tests knowledge of enterprise IT technologies including IBM Content Manager configuration, Unix/Linux command line operations, and IBM InfoSphere DataStage ETL tool

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

In a Sequence - Job activity, you are selecting a Multiple instance job and what happens if the Invocation ID is left blank?

  1. Invocation ID will not appear in Job activity
  2. Log will appear in the original job name
  3. You cannot leave it blank
  4. None of the above
Question 2 Multiple Choice (Single Answer)

What would be the result of the below expression? Len(Arg1) where Arg1 is NULL

  1. NULL
  2. Empty
  3. Zero
  4. Causes Run Time Error
Question 3 Multiple Choice (Multiple Answers)

Which three stages support the dynamic (runtime) definition of the physical column metadata?

  1. Sequential Stage
  2. Column Export Stage
  3. CFF Stage
  4. DRS Stage
  5. Column Import Stage
Question 4 Multiple Choice (Single Answer)

In a Teradata environment which stage invokes Teradata Supplied Utilities?

  1. Teradata API
  2. DRS Teradata
  3. Teradata Enterprise
  4. Teradata Multiload
Question 5 Multiple Choice (Multiple Answers)

Which two tasks will create Datastage Projects?

  1. Export and Import of a Datastage project from Datastage Manager
  2. Add new project from Datastage Administrator
  3. Install the Datastage Engine
  4. Copy a project in Datastage Administrator
Question 6 Multiple Choice (Multiple Answers)

Which three are keyless pertitioning method?

  1. Entire
  2. Modulus
  3. Round Robin
  4. Random
  5. Hash
Question 7 Multiple Choice (Single Answer)

Which environment variable controls whether performance statistics can be displayed in Designer?

  1. APT_NO_JOBMON
  2. APT_PERFORMANCE_DATA
  3. APT_PM_SHOW_PIDS
  4. APT_RECORD_COUNTS
Question 8 Multiple Choice (Single Answer)

What is the command to find the differences in the lines containing "1999" between the files orig.txt and copy.txt, and add the result to file result.1999

  1. diff orig.txt -d copy.txt | grep 1999 > result.1999
  2. diff orig.txt copy.txt | grep 1999 >> result.1999
  3. grep 1999 *.txt >> result.1999
  4. cmp grep 1999 *.txt >> result.1999
Question 9 Multiple Choice (Single Answer)

How do you tell the server to use your local display (197.42.197.67) for X-windows?

  1. set display local
  2. setenv DISPLAY 192.42.197.67:0.0
  3. setdsp x 192.42.197.67
  4. setenv display local
Question 10 Multiple Choice (Single Answer)

How do you uncompress and untar an archive called "lot_of_thing.tar.Z"

  1. tar lot_of_thing.tar.Z | decomp
  2. zcat lot_of_thing.tar.Z | tar xvf -
  3. tar xvf lot_of_thing.tar.Z
  4. unzip xvf lot_of_thing.tar.Z
Question 11 Multiple Choice (Single Answer)

Create a new file "new.txt" that is a concatenation of "file1.txt" and "file2.txt".

  1. cat file1.txt file2.txt > new.txt
  2. make new.txt=file1.txt+file2.txt
  3. tail file1.txt | head file2.txt > new.txt
  4. mkdir file1.txt file2.txt > new.txt
Question 12 Multiple Choice (Single Answer)

What is optional feature/product of IBM CM?

  1. Library Server
  2. Resource Manager
  3. Text Search
  4. None of above
Question 13 Multiple Choice (Single Answer)

EIP / Ii4C toolkit provides connectors in:

  1. C++ only
  2. Java only
  3. Both C++ and Java
  4. Neither C++ nor Java
Question 14 Multiple Choice (Single Answer)

During CM installation we have option to decide if want to use LDAP. What is full-form of LDAP?

  1. Local Directory Access Protocol
  2. Lightweight Directory Access Protocol
  3. Lotus Domino Access Protocol
  4. None of above
Question 15 Multiple Choice (Single Answer)

To use Text Search feature of IBM DB2 CM for allowing full text searching, which product must be installed when the Library Server is being installed?

  1. DB2 Application Development Client
  2. DB2 Text Information Extender
  3. DB2 Everyplace
  4. DB2 Connect
Question 16 Multiple Choice (Single Answer)

When you log on, the application checks _____ first. If the information cannot be found there, it checks _____ (in this order).

  1. DB2, CM
  2. CM, DB2
  3. CM, WAS
  4. DB2, WAS
Question 17 Multiple Choice (Single Answer)

What is invalid parameter wrt ICMRM.properties file:

  1. DBUser
  2. DBPassword
  3. DBJDBCDriver
  4. DBUrl
Question 18 Multiple Choice (Single Answer)

In ICMNLSDB, we executed query: select RMCODE, RMNAME, RMFLAGS from ICMSTRESOURCEMGR. What is the value of RMFLAGS which will tell RMDB is OFFLINE:

  1. 0
  2. 1
  3. 2
  4. 3
Question 19 Multiple Choice (Single Answer)

Which of these is NOT one of the CM V8 specific Enhancement (i.e. NOT there in earlier versions):

  1. Native Oracle support
  2. XML
  3. eClient
  4. Pre-req software dependency (Removal of C/C++ compiler)
Question 20 Multiple Choice (Single Answer)

Library Server and System Administration Client require:

  1. DB2 Runtime Client
  2. DB2 Control Center
  3. DB2 Application Development Client
  4. DB2 Net Search Extender