-
Phase verses Checkpoint
Difference between a phase and checkpoint as far as i know it something related with how temporary files containing the data landed to disk is handled.that is phases are used to break up a graph so that it does not use up all the memory , it reduce the no of component running in parallel hence improves the performances (used for performance fine tuning, by managing the resource in perfect manner)Check...
-
Abinition Multi file Conversion
How will you convert 8 way mfs to 10 way mfs for multi files?
-
-
-
-
Join on partitioned flow
If I have 2 files containing field file1(A,B,C) and file2(A,B,D), if we partition both the files on key A using partition by key and pass the output to join component, if the join key is (A,B) will it join or not and WHY?
-
Force_error Function
How does force_error function work ? If we set never abort in reformat , will force_error stop the graph or will it continue to process the next set of records ?
-
MAX Core value in abinitio
What is max core value? wat is the use of max core?
-
How to Convert 4 way mfs to 2 way mfs
how to Convert 4 way mfs to 2 way mfs ....can anyone tell me clear how to do with example
-
How to convert rows into columns and column into rows in abinitio?
I have a scenario:
Input file
Col1 col2
1 A
2 B
3 C
4 D
and desired output should be like below:
col1 1 2 3 4
col2 A B C D
Could you please help
-
Fetch Next Record Data
How can we fetch next record data for a particular field in ab initio?
i/p
id sal
101 500
102 800
103 900
105 200
o/p
id sal Pre_sal
101 500 0
102 800 500
103 900 800
105 200 900 -
-
-
-
-
How do find out particular record in partition by using PBK?
I have 400 records in my in0 file, its 4-way multifile system. How can I find out particular 150th record will goes to which partition using Partition by Key?
-
How to convert rows into columns and column into rows in abinitio
I have a scenario:
Input file
Col1 col2
1 A
2 B
3 C
4 D
and desired output should be like below:
col1 1 2 3 4
col2 A B C D
Could you please help
-
Not Selecting Lookups Record
I have data like below.
source file:
EmpID sal
A 1000
B 2000
C 3000
D 4000
Lookup File
EmpID
A
B
Output File
EMPID Sal
C 3000
D 4000
I want empId, sal of employees those not present in lookup file -
Process 1TB Data and get Max age for each gender group
I have 1 TB of record with below format:
CUST_ID
CUST_NAME
GENDER
MOBILE_NO
AGE
I want to fetch max age from each Gender group by only using Reformat component. How to achieve this? -
Abinitio Interview Questions
Ans