IBM DataStage and ETL Fundamentals
Questions about IBM InfoSphere DataStage tool including its components, stages, partitioning methods, and ETL concepts
Questions
A Workflow fails and you need to consult the logs. Which power center application will allow to check session and workflow logs?
- Designer
- Admin Console
- Workflow Manager
- Workflow Monitor
Which is NOT a valid way to start a workflow?
- Right-click the workflow workspace and select Start workflow
- Issue a Start Workflow command from the Admin console
- From the Command line, using pmcmd
- In Workflow Manager, use the Workflows-> Start Workflow option
PHP server scripts are surrounded by delimiters, which?
- <?php>...</?>
- <?php…?>
- <script>...</script>
- <&>...</&>
What is the correct way to include the file "time.inc" ?
- <!--include file="time.inc"-->
- <?php include_file("time.inc"); ?>
- <?php require("time.inc"); ?>
- <% include file="time.inc" %>
What can you use to replace like with hate in I like Eminem?
- preg_replace("like", "hate", "I like Eminem")
- preg_replace("/like/", "hate", "I like Eminem")
- preg_replace("/like/", "/hate/", "I like Eminem")
- preg_replace("hate", "like", "I like Eminem")
What library do you need in order to process images?
- c-client library
- GIF/PNG library
- Image Library
- GD library
What does this function do:
- tests whether $variable is a number and ends in 2
- tests whether $variable ends in 2
- tests whether $variable is a number and contains 2
- tests whether $variable is an even number
Dallas Semiconductor was founded in
- 1984
- 1990
- 1989
- 1975
The java ring is first introduced at
- JavaTwo Conference
- Orlando
- Celebration school
- None of these
Java Ring can be used for
- Starting the car
- Authentication
- Audit trails
- Adjusting room temperature
Protocol used in smart card of the java ring
- TCP/IP
- FTP
- UDP
- APDU
Expansion for ETL
- Exact Transform Load
- Extract Transform Load
- Exec Transform Load
- Except Transform Load
Datastage is tool of
- Microsoft
- Sun Microsystems
- IBM
- Oracle Corporation
Where do we design a datastage job?
- Director window
- Designer window
- Administrator Window
- Palette
What is expansion of RCP
- Random Column Propogation
- Remove Column Propogate
- Runtime Column Propogation
- Real-time Column Propogation
Which two stages allow reject links? (Choose two.)
- Join stage
- Merge stage
- Funnel stage
- Lookup stage
List 2 types of keyless partitioning
- Entire
- Same
- Hash
- Modulus
) Which Stage Takes a single data set as input and assigns each input record to an output data set based on the value of a selector field.
- Filter stage
- Merge stage
- Funnel stage
- Switch stage
Which Client Component is used to import & export the project to view & edit the contents of the repository?
- Administrator
- Manager
- Designer
- Director
Where do we check the log?
- Administrator
- Manager
- Designer
- Director