Skip to main content

Top 88 ODI Interview Questions



ODI (Oracle Data Integrator) Interview Question

My friends has attended ODI (Oracle data integrator) interview in few companies, I am posting here those question companies wise


ODI interview attended by Siva in Accenture, Bangalore.


1) What is the history of ODI?


2) What are the types of Knowledge Modules?


3) What are the types of data contol?


4) What is Journalization and why we are using in ODI?


5) Tell me step by step to enable Journalization?


6) What is An Interface ?




7) What is temporary Interface( Yellow Interface) ?

8) Tell me some differences between ODI 10g and ODI 11g?

9) Tell what are the ODI tools have u used in your project?

10) What are the Types of repositories in ODI?

11) Can i create more than one Master Repository in ODI?

12) What is a scenario in odi?

13) What is load plan and types of load plans in ODI?

14) What is CKM and when we will use this CKM?

15) What is SKM and when we will use this SKM?

16) What is package and main advantages?

17) Differences between package and loadplans?

18) How to load data from multiple files to single target?

19) How to load data from file to file and what are the KM's required for this requirement?

20) how to pass a variable more than one values?

21) What is an agent and What are the types of agents?

22) What is StandAlone Agent and default port number?

23) What is J2EE Agent and port number?

24) What is the use solutions?

25) What is flexfileds and use of flexfileds in odi?

26) What is CDC and explain complete CDC process flow?

27) What are the types of profiles in ODI?

28) What are the types of Generic profiles types in ODI?

29) Which profile required to access Models in Designer tool?

30) Which profile required to access solution in Designer tool?

31) Which profile required to access ODI Console?

32) What is ODI console?

33) What are types of LOG LEVELS in ODI?

34) What is the use of Markers?

35) What is memo?

36) How to move objects from DEV to QA and QA to PROD Environments?


ODI Interview attended by Hari in Hexaware, Chennai.
1. Oracle Data Integrator Interview Questions and answers?

2. What is Oracle Data Integrator (ODI)? 


3. Explain what is ODI?why is it different from the other ETL tools.

4. What is E-LT? Or What is the difference between ODI and other ETL Tools? 


5. Components of Oracle Data Integrator?

6. What systems can ODI extract and load data into?

7. What are Knowledge Modules?

8. Does my ODI infrastructure require an Oracle database?

9. Does ODI support web services?

10. what is the ODI Console? 


11. suppose I having 6 interfaces and running the interface 3 rd one failed how to run remaining interfaces?

12. what is load plans and types of load plans?

13. what is profile in ODI?

14. How to write the sub-queries in ODI?

15. How to remove the duplicate in ODI?

16. Suppose having unique and duplicate but i want to load unique record one table and duplicates one table?
17. how to implement data validations?
18. How to handle exceptions?

19. In the package one interface got failed how to know which interface got failed if we no access to operator?

20. How to implement the logic in procedures if the source side data deleted that will reflect the target side table?

21. If the Source have total 15 records with 2 records are updated and 3 records are newly inserted at the target side we have to load the newly changed and inserted records

23. Can we implement package in package?

24. what we specify the in XML data server and parameters for to connect to xml file?
ODI Interview attended by Anoop Philip  in Seventhsense Technology, Chennai.

1.What is Memos?

2.What is Sequences?

3.What is Session?

4.What is Session Tasks?

5.What are Knowledge Modules?

6.Does ODI support web services?

7.what is the ODI Console?

8.what is load plans and types of load plans?

9.what is profile in ODI?

10. How to write the sub-queries in ODI?

11.How to remove the duplicate in ODI? 


12. Suppose having unique and duplicate but i want to load unique record one table and duplicates one table?

13.how to implement data validations?

14.How to handle exceptions?
15.In the package one interface got failed how to know which interface got failed if we no access to operator?
16. How to implement the logic in procedures if the source side data deleted that will reflect the target side table?

17.Can we implement package in package?

18.How to load the data with one flat file and one RDBMS table using joins?

19. How to reverse engineer views(how to load the data from views)?
 

20.What systems can ODI extract and load data into?
 

21. what is load plans and types of load plans?
 

22. what is the odi console?
 

23.how to write the sub queries in odi?
 

24.suppose i having 6 interfaces and running the interface 3 rd one failed how to run remaining interfaces?

25. how to remove the duplicate in odi?

26. suppose having unique and duplicate but i want to load unique record one table and duplicates one table?

27. how to write the procedures in odi? 


28. suppose I having 6 interfaces and running the interface 3 rd one failed how to run remaining interfaces?

Comments

  1. Tanq u very much..could u plz provide scenarios with answers

    ReplyDelete
  2. Thanks for proving this oracle data integrator (ODI) interview questions. I was looking for this from long time. Thanks kashif.

    ReplyDelete
  3. Awesome interview questions great stuff thanks for sharing...!

    ReplyDelete
  4. Thanks to all who contributed. Thanks.

    ReplyDelete

Post a Comment

Popular posts from this blog

Contact Me

Do You have any queries ?                   If you are having any query or wishing to get any type of help related Datawarehouse, OBIEE, OBIA, OAC then please e-email on below. I will reply to your email within 24 hrs. If I didn’t reply to you within 24 Hrs., Please be patience, I must be busy in some work. kashif7222@gmail.com

Top 130 SQL Interview Questions And Answers

1. Display the dept information from department table.   Select   *   from   dept; 2. Display the details of all employees   Select * from emp; 3. Display the name and job for all employees    Select ename ,job from emp; 4. Display name and salary for all employees.   Select ename   , sal   from emp;   5. Display employee number and total salary   for each employee. Select empno, sal+comm from emp; 6. Display employee name and annual salary for all employees.   Select empno,empname,12*sal+nvl(comm,0) annualsal from emp; 7. Display the names of all employees who are working in department number 10   Select ename from emp where deptno=10; 8. Display the names of all employees working as   clerks and drawing a salary more than 3000   Select ename from emp where job=’clerk’and sal>3000; 9. Display employee number and names for employees who earn commission   Select empno,ename from emp where comm is not null and comm>0. 10

Informatica sample project

Informatica sample project - 1 CareFirst – Blue Cross Blue Shield, Maryland (April 2009 – Current) Senior ETL Developer/Lead Model Office DWH Implementation (April 2009 – Current) CareFirst Blue Cross Blue Shield is one of the leading health care insurance provided in Atlantic region of United States covering Maryland, Delaware and Washington DC. Model Office project was built to create data warehouse for multiple subject areas including Members, Claims, and Revenue etc. The project was to provide data into EDM and to third party vendor (Verisk) to develop cubes based on data provided into EDM. I was responsible for analyzing source systems data, designing and developing ETL mappings. I was also responsible for coordinating testing with analysts and users. Responsibilities: ·          Interacted with Data Modelers and Business Analysts to understand the requirements and the impact of the ETL on the business. ·          Understood the requirement and develope