You are on page 1of 2

>1. Tell me about your project?

>2. Tell me how may business users you interacted with and how?
>3. Tell me about the maximum data that you have handled?
A. 10mb or 20 mb per each run.
>4. What is a partitioned table in Oracle?
A. the table, which is partitoned using some key columns in order to fetch the data based on the
uniq requirement.
>5. What is a index? Explain the advantages and disadvantages of the same?

>6. Assume a parent child relationship in oracle and can you delete the a
>row in a parent. How do you do it?
A. no
>7. Types of parallelism in abinitio?
>8. What is a dml, xfr and have you used conditional dmls?
>9. what are the two types of dbc files used? where do you specify it?
>10. Have you used conventional path in abinito?
>11. Diff b/n the conventional path and direct path used in oracle?
>12. You have a multipartitioned table and you want it in a single flow how
>do you go about?
>13. What is rollup, scan, have you used them?
>14. How do you get the return status of a shell script?
>15 How do you get the no of arguments passed into a shell script?
>16. What are lookup files?
>17. Are you familiar with the EME sand box?
>18.You are supposed to load 1 million records on an operational table, how
>do you do it using abinitio?
>19. What are vectors and where are they used?
>20. How do you convert a number of records into a single record?
>21. Tell me about the dat file you recieve and how do you show the end
>result to the business people?
>22. Have you prepared any Technical specification document and how do you
>interact with the business people using this?
>23. How many interfaces did your previous project have?
>24. how did you run the shell scripts??How did you know which shell script
>to run one after another?
>25. Have you loaded data in a partitioned table using abinitio?
>26. Tell me about your technical experience?
>27. How many types of blocks are there in plsql? what are they?
>28. What is a cursor?? what is it's advantage?
>29. What is an exception block?
>30. Suppose you handle a exception in an exception block, will it return
>back to the main program?
>31. Why do you need a xfr??
>32. Types of Join in join component
>33. How do you have effect of inner join by selecting explict type
>34. Different types of parition components.
>35. I have a 4 way multifile I need to transform it to 6 way multifile
>how do i do it.
>36. How is depth different from layout
>37. What do you mean by depth issues
>38. What does parition by key component does? How does it know how many
>ways it has to partition?
>39. I have 2 files file A and file B.
>
>File A - Acct num, Card Number
>File B - Acct Num, Card Number
>
>Acct Num can have multiple card numbers but card number can have only one
>account number. Both files are paritioned on Acct number and sorted. Now I
>want to join these two files with card number what do i have to do?
>
>40. Types of flow in Ab Initio
>41. When you set flow to two stage routing what happens?
>42. Have you worked on lookup files? What is range lookup
>43. What is lookup local? When will you use it?
>44. What are the pre requiste to create a lookup local file?
>45. How will you write SQL to find duplicate rows in a table.
>46. What is $$, $#, $?
A.
>47. What are difference between cut and awk command
A. cut is used for to fetch particular position from any string. Find and cut.
Awk is used for to find and replace
>48. How do you find the size of an MFS file
>49. How do you configure input table component to access oracle table.
A. by using dbc file, we can download the required table or we can use select query depends on
the requirement to fetch the data from the data particular table listed under the same dbc file.
>50 can you use system variables in where clause?
>51. How do you convert cobol copy book to DML.
>52 What is control partition?

You might also like