InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What Is The Difference Between Check Point And Phase? |
|
Answer» Check point:
Phase:
Check point: Phase: |
|
| 2. |
What Is A Deadlock And How It Occurs? |
Answer»
|
|
| 3. |
State The Relation Between Eme, Gde And Co-operating System? |
|
Answer» EME:
GDE:
Co-operative System:
EME: GDE: Co-operative System: |
|
| 4. |
What Parallelisms Does Abinitio Support? |
|
Answer» AbInitio supports 3 parallelisms. They are Data PARALLELISM : Same data is PARALLELLY worked in a single application COMPONENT Parallelism : Different data is worked parallelly in a single application PIPELINE Parallelism : Data is passed from one component to another component. Data is worked on both of the components. AbInitio supports 3 parallelisms. They are Data Parallelism : Same data is parallelly worked in a single application Component Parallelism : Different data is worked parallelly in a single application Pipeline Parallelism : Data is passed from one component to another component. Data is worked on both of the components. |
|
| 5. |
What Are The Operations That Support Avoiding Duplicate Record? |
|
Answer» Duplicate records can be avoided by USING the following:
Duplicate records can be avoided by using the following: |
|
| 6. |
What Is Max Core Of A Component? |
Answer»
|
|
| 7. |
State The First_defined Function With An Example? |
Answer»
Example: A set of variables, say v1,v2,v3,v4,v5,v6 are assigned with NULL. Example: A set of variables, say v1,v2,v3,v4,v5,v6 are assigned with NULL. |
|
| 8. |
State The Working Process Of Decimal_strip Function? |
Answer»
Ex: Ex: |
|
| 9. |
Explain Pdl With An Example? |
|
Answer» To make a graph behave dynamically, PDL is used
For Example : define a parameter named myfield with a VALUE “string(“ | “”) NAME;”
To make a graph behave dynamically, PDL is used For Example : define a parameter named myfield with a value “string(“ | “”) name;” |
|
| 10. |
Describe The Evaluation Of Parameters Order: |
|
Answer» Following is the ORDER of EVALUATION:
Following is the order of evaluation: |
|
| 11. |
What Is The Function That Transfers A String Into A Decimal? |
|
Answer» Use decimal cast with the size in the transform() function, when the size of the STRING and decimal is same. Ex: If the source field is defined as string(8). - The DESTINATION is defined as decimal(8) - Let us ASSUME the field NAME is salary. - The function is out.field :: (decimal(8)) in salary - If the size of the destination field is lesser that the input then string_substring() function can be used Ex : Say the destination field is decimal(5) then use… - out.field :: (decimal(5))string_lrtrim(string_substring(in.field,1,5)) - The ‘ lrtrim ‘ function is used to remove leading and trailing spaces in the string Use decimal cast with the size in the transform() function, when the size of the string and decimal is same. Ex: If the source field is defined as string(8). - The destination is defined as decimal(8) - Let us assume the field name is salary. - The function is out.field :: (decimal(8)) in salary - If the size of the destination field is lesser that the input then string_substring() function can be used Ex : Say the destination field is decimal(5) then use… - out.field :: (decimal(5))string_lrtrim(string_substring(in.field,1,5)) - The ‘ lrtrim ‘ function is used to remove leading and trailing spaces in the string |
|
| 12. |
Explain The Methods To Improve Performance Of A Graph? |
|
Answer» The following are the ways to IMPROVE the PERFORMANCE of a graph :
The following are the ways to improve the performance of a graph : |
|
| 13. |
What Is The Difference Between Partitioning With Key / Hash And Round Robin? |
|
Answer» Partitioning by Key / Hash Partition :
Round Robin Partition :
For example: a pack of 52 cards is distributed among 4 players in a round-robin fashion. Partitioning by Key / Hash Partition : Round Robin Partition : For example: a pack of 52 cards is distributed among 4 players in a round-robin fashion. |
|
| 14. |
How To Add Default Rules In Transformer? |
Answer»
|
|
| 15. |
What Is A Rollup Component? Explain About It. |
Answer»
|
|
| 16. |
What Is A Ramp Limit? |
Answer»
|
|
| 17. |
What Is A Look-up? |
|
Answer» Look-up
Look-up |
|
| 18. |
What Is A Local Lookup? |
| Answer» | |
| 19. |
How To Run A Graph Infinitely? |
|
Answer» To run a graph infinitely:
To run a graph infinitely: |
|
| 20. |
How Do You Add Default Rules In Transformer? |
|
Answer» The following is the process to add default RULES in TRANSFORMER
The following is the process to add default rules in transformer |
|
| 21. |
What Kind Of Layouts Does Abinitio Support? |
| Answer» | |
| 22. |
We Know Rollup Component In Abinitio Is Used To Summarize Group Of Data Record Then Why Do We Use Aggregation? |
Answer»
|
|
| 23. |
Mention What Is The Syntax For M_dump In Abinitio? |
|
Answer» The syntax for m_dump in Abinitio is used to view the DATA in multifile from unix prompt. The command for m_dump includes
The syntax for m_dump in Abinitio is used to view the data in multifile from unix prompt. The command for m_dump includes |
|
| 24. |
Mention What Is Rollup Component? |
|
Answer» Roll-up component ENABLES the users to group the records on CERTAIN FIELD VALUES. It is a multiple stage function and consists initialize 2 and Rollup 3. Roll-up component enables the users to group the records on certain field values. It is a multiple stage function and consists initialize 2 and Rollup 3. |
|
| 25. |
List Out Some Of The Air Commands Used In Abintio? |
|
Answer» Air command used in Abinitio includes
Other air command for Abinitio include air object cat, air object modify, air lock show user, etc. Air command used in Abinitio includes Other air command for Abinitio include air object cat, air object modify, air lock show user, etc. |
|
| 26. |
Explain What Is De-partition In Abinitio? |
|
Answer» De-partition is done in ORDER to read data from multiple flow or operations and are used to re-join data RECORDS from different flows. There are several de-partition components AVAILABLE which INCLUDES Gather, Merge, Interleave, and Concatenation. De-partition is done in order to read data from multiple flow or operations and are used to re-join data records from different flows. There are several de-partition components available which includes Gather, Merge, Interleave, and Concatenation. |
|
| 27. |
Explain What Is Sandbox? |
|
Answer» A SANDBOX is REFERRED for the COLLECTION of GRAPHS and related files that are saved in a single directory tree and behaves as a group for the purposes of NAVIGATION, version control, and migration. A SANDBOX is referred for the collection of graphs and related files that are saved in a single directory tree and behaves as a group for the purposes of navigation, version control, and migration. |
|
| 28. |
Mention What Is A Partition And What Are The Different Types Of Partition Components In Abinitio? |
|
Answer» In Abinitio, partition is the process of dividing data sets into multiple sets for further processing. DIFFERENT types of partition COMPONENT includes
In Abinitio, partition is the process of dividing data sets into multiple sets for further processing. Different types of partition component includes |
|
| 29. |
Mention What Dedup-component And Replicate Component Does? |
| Answer» | |
| 30. |
Explain What Is Sort Component In Abinitio? |
|
Answer» The Sort Component in Abinitio re-orders the data. It comprises of TWO PARAMETERS “Key” and “Max-core”.
The Sort Component in Abinitio re-orders the data. It comprises of two parameters “Key” and “Max-core”. |
|
| 31. |
Mention What Are The Different Types Of Parallelism Used In Abinitio? |
|
Answer» Different types of parallelism USED in ABINITIO includes
Different types of parallelism used in Abinitio includes |
|
| 32. |
Mention What The Difference Between “look-up” File And “look Is Up” In Abinitio? |
|
Answer» LOOKUP file defines one or more serial file (Flat Files); it is a PHYSICAL file where the DATA for the Look-up is STORED. While Look-up is the component of ABINITIO graph, where we can save data and retrieve it by using a key parameter. Lookup file defines one or more serial file (Flat Files); it is a physical file where the data for the Look-up is stored. While Look-up is the component of abinitio graph, where we can save data and retrieve it by using a key parameter. |
|
| 33. |
Explain How You Can Run A Graph Infinitely In Ab Initio? |
|
Answer» To execute graph infinitely, the graph END script should CALL the .KSH FILE of the graph. Therefore, if the graph name is abc.mp then in the end script of the graph it should call to abc.ksh. This will run the graph for infinitely. To execute graph infinitely, the graph end script should call the .ksh file of the graph. Therefore, if the graph name is abc.mp then in the end script of the graph it should call to abc.ksh. This will run the graph for infinitely. |
|
| 34. |
Mention What Information Does A .dbc File Extension Provides To Connect To The Database? |
|
Answer» The .dbc EXTENSION PROVIDES the GDE with the information to connect with the database are
The .dbc extension provides the GDE with the information to connect with the database are |
|
| 35. |
List Out The File Extensions Used In Abinitio? |
|
Answer» The file extensions used in Abinitio are
The file extensions used in Abinitio are |
|
| 36. |
Mention How Can You Connect Eme To Abinitio Server? |
|
Answer» To connect with Ab initio Server, there are several WAYS like
To connect with Ab initio Server, there are several ways like |
|
| 37. |
Explain How Abinitio Eme Is Segregated? |
|
Answer» Abinition is LOGICALLY divided into two segments Abinition is logically divided into two segments |
|
| 38. |
Explain What Does Dependency Analysis Mean In Abinitio? |
|
Answer» In Ab INITIO, dependency analysis is a PROCESS through which the EME EXAMINES a project entirely and traces how DATA is transferred and transformed- from component-to-component, field-by-field, WITHIN and between graphs. In Ab initio, dependency analysis is a process through which the EME examines a project entirely and traces how data is transferred and transformed- from component-to-component, field-by-field, within and between graphs. |
|
| 39. |
Mention What Is The Role Of Co-operating System In Abinitio? |
|
Answer» The Abinitio co-operating system PROVIDE features like
The Abinitio co-operating system provide features like |
|
| 40. |
Explain What Is The Architecture Of Abinitio? |
|
Answer» Architecture of Abinitio includes
Architecture of Abinitio includes |
|
| 41. |
Mention What Is Abinitio? |
|
Answer» “Abinitio” is a latin WORD meaning “from the BEGINNING.” Abinitio is a TOOL used to extract, transform and load data. It is ALSO used for data analysis, data manipulation, batch processing, and graphical user INTERFACE based parallel processing. “Abinitio” is a latin word meaning “from the beginning.” Abinitio is a tool used to extract, transform and load data. It is also used for data analysis, data manipulation, batch processing, and graphical user interface based parallel processing. |
|