Skip to main content

Informatica Interview Questions for 3 years experience

This are the frequently asked questions by informatica interviewers for 3+ years above expereince person in informatica, This questions is asked in Accenture for one of my friend. 



I have a 100files of same structure, i want to extract and do transformations in middle and load it to target what is the approach?

I have a file on server and i want to extract that file and do mapping and load it and give it to vendor what is the approach and how we automate at informatica level and unixlevel?

I have a order by query at source and i have a order by query at lookup override how do you handle this situation? is there any conflict .. if so, what do you do

I have a lookup for millions of rows and buffer cache size is small what do you do??
Informatica Interview Questions for 3 years experience
Informatica Interview Questions for 3 years experience

I have 100000 records at session no commit interval is specified so at what point it commits the data?

I have table1 at oracle table2 at db2 and there are 5 records each table has table1--1,2,3,4,5 and table2--4,5,6,7,8 and i want to laod only unique records how do i do.

How can you tell that a workflow or Mapping is well tuned with out changing any thing in the any of the objects like session,workflow or mapping. on the first look

When we sort the data in ascending from the sorter transformation sending into the aggregator will increase the performance. If i change the same to descending will there is any performance change.

I have created a mapping,session for the same and workflow for the same.Now when i executed the same worflow i cannot able to see the running workflow in the monitor. why this will happen ?

Comments

  1. Please post the answers for the above questions

    ReplyDelete
  2. Q1.the default commit intravel valus is 10000 , once 10000 records are affected in target table its automatically start his commit process. we can alter this value incress or decress : for example : we can change 10000 to 50000 or 10000 to 2000


    Q2.we can do many more approch to solve this problm ,
    i need all uniqu rec ont tgt,another rec are load another tgt
    this time we do in the exp tran create 3 variable port ,one output port
    v_curr_id = id
    v_flag = iif( v_curr_id = v_pre_id , v_flag+1 ,1);
    v_pre_id = id
    o_flag = (v_flag)

    and create one router trans two group
    1st grp condition = o_flag =1-------uniq rec
    2nd group condition = o_flag>1 ------dup rec


    q3.using debugging option in mapping design

    q4. not enough to connect repository to IS folder

    ReplyDelete
  3. i need this type of interview question more ,
    please verify my answere and replay me
    my email id :sivariddle@gmail.com

    ReplyDelete
  4. Need still more interesting questions for the SQl topics if you could sharing it it would be helpful.

    oracle sql interview questions on joins

    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