최신 IBM certifications I 000-418 무료샘플문제:
1. You have a job named MyJob in project ProdProject and directory /xmlReportDir. Which two return an XML report containing complete performance data for MyJob? (Choose two.)
A) $APT_DUMP_SCORE=true
B) dsjob -report ProdProject MyJob XML > /xmlReportDir/MyJob.xml
C) dsjob -report ProdProject MyJob DETAIL > /xmlReportDir/MyJob.xml
D) $APT_PERFORMANCE_DATA=/xmlReportDir
2. You are working on a project that contains a large number of jobs contained in many folders. You would like to review the jobs created by the former developer of the project. How can you find these jobs?
A) Query the VOC with the appropriate parameters.
B) Use the Advanced Find feature contained in the Designer interface.
C) Sort the jobs by date.
D) In the Director, use the Find feature.
3. Which three statements describe a DataStage installation in a clustered environment? (Choose three.)
A) Compiled job and all shared components must be available across all servers.
B) All machines within the cluster must have connectivity to the metadata repository.
C) The conductor node will create the job score and consolidate messages to the DataStage log.
D) For clustered implementations, appropriate node pools are useful to reduce data shipping.
E) DataStage must be installed on the same kind of operating system as the metadata repository.
4. You are using the Change Capture stage in your job design to identify changes made to the input link (before image) to obtain the results in the output link. This job will be using a multi-node configuration file when executed. What are two requirements on the input link data for the Change Capture stage? (Choose two.)
A) Sequential mode
B) Sorted
C) Key partitioned
D) Merged links
5. A customer's business requirement states that the processing of a file must be aborted immediately if a certain condition is encountered within that file. How would this be accomplished within a Transformer stage?
A) Set the $APT_ABORT_ON_BAD_CONDITION environment variable.
B) Call a non-existent external UNIX function from within a stage variable definition.
C) Use a constraint and the "Abort After Rows" property on an output link.
D) Issue a warning message to be picked up by the Job Sequence condition.
질문과 대답:
질문 # 1 정답: B,D | 질문 # 2 정답: B | 질문 # 3 정답: A,C,D | 질문 # 4 정답: B,C | 질문 # 5 정답: C |