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
Questions
In a Sequence - Job activity, you are selecting a Multiple instance job and what happens if the Invocation ID is left blank?
- Invocation ID will not appear in Job activity
- Log will appear in the original job name
- You cannot leave it blank
- None of the above
What would be the result of the below expression? Len(Arg1) where Arg1 is NULL
- NULL
- Empty
- Zero
- Causes Run Time Error
Which three stages support the dynamic (runtime) definition of the physical column metadata?
- Sequential Stage
- Column Export Stage
- CFF Stage
- DRS Stage
- Column Import Stage
In a Teradata environment which stage invokes Teradata Supplied Utilities?
- Teradata API
- DRS Teradata
- Teradata Enterprise
- Teradata Multiload
Which two tasks will create Datastage Projects?
- Export and Import of a Datastage project from Datastage Manager
- Add new project from Datastage Administrator
- Install the Datastage Engine
- Copy a project in Datastage Administrator
Which three are keyless pertitioning method?
- Entire
- Modulus
- Round Robin
- Random
- Hash
Which environment variable controls whether performance statistics can be displayed in Designer?
- APT_NO_JOBMON
- APT_PERFORMANCE_DATA
- APT_PM_SHOW_PIDS
- APT_RECORD_COUNTS
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
- diff orig.txt -d copy.txt | grep 1999 > result.1999
- diff orig.txt copy.txt | grep 1999 >> result.1999
- grep 1999 *.txt >> result.1999
- cmp grep 1999 *.txt >> result.1999
How do you tell the server to use your local display (197.42.197.67) for X-windows?
- set display local
- setenv DISPLAY 192.42.197.67:0.0
- setdsp x 192.42.197.67
- setenv display local
How do you uncompress and untar an archive called "lot_of_thing.tar.Z"
- tar lot_of_thing.tar.Z | decomp
- zcat lot_of_thing.tar.Z | tar xvf -
- tar xvf lot_of_thing.tar.Z
- unzip xvf lot_of_thing.tar.Z
Create a new file "new.txt" that is a concatenation of "file1.txt" and "file2.txt".
- cat file1.txt file2.txt > new.txt
- make new.txt=file1.txt+file2.txt
- tail file1.txt | head file2.txt > new.txt
- mkdir file1.txt file2.txt > new.txt
What is optional feature/product of IBM CM?
- Library Server
- Resource Manager
- Text Search
- None of above
EIP / Ii4C toolkit provides connectors in:
- C++ only
- Java only
- Both C++ and Java
- Neither C++ nor Java
During CM installation we have option to decide if want to use LDAP. What is full-form of LDAP?
- Local Directory Access Protocol
- Lightweight Directory Access Protocol
- Lotus Domino Access Protocol
- None of above
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?
- DB2 Application Development Client
- DB2 Text Information Extender
- DB2 Everyplace
- DB2 Connect
When you log on, the application checks _____ first. If the information cannot be found there, it checks _____ (in this order).
- DB2, CM
- CM, DB2
- CM, WAS
- DB2, WAS
What is invalid parameter wrt ICMRM.properties file:
- DBUser
- DBPassword
- DBJDBCDriver
- DBUrl
In ICMNLSDB, we executed query: select RMCODE, RMNAME, RMFLAGS from ICMSTRESOURCEMGR. What is the value of RMFLAGS which will tell RMDB is OFFLINE:
- 0
- 1
- 2
- 3
Which of these is NOT one of the CM V8 specific Enhancement (i.e. NOT there in earlier versions):
- Native Oracle support
- XML
- eClient
- Pre-req software dependency (Removal of C/C++ compiler)
Library Server and System Administration Client require:
- DB2 Runtime Client
- DB2 Control Center
- DB2 Application Development Client
- DB2 Net Search Extender