GeekInterview.com
Series: Subject: Topic:

Informatica Interview Questions

Showing Questions 21 - 40 of 725 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

Typical scenario - schedule

Asked By: n.sriramk | Asked On: Nov 7th, 2010

Please help to set up following scenarioi have a source EIther file or db tableeno ename sal dept101 sri 100 1102 seeta 200 2103 lax 300 3104 ravam 76 1105 soorp 120 2want to run a session 3 times.First time: it should populate dept 1second time: dept 2 onlythird time: dept 3 onlyhow can we do...

Answered by: MAHESH MANAM on: Sep 27th, 2012

We can solve this issue by the following types: First, we can create a mapping parameter and run the mapping in each time give the parameter value according to your requirement. Second, we can creat...

Answered by: dileep671 on: Jul 25th, 2012

Put this query in Source Qualifier select empno, ename, sal, deptno from emp_src where deptno not in (select deptno from emp_trg); Then connect it to Rank Transformation In the properties, Select To...

Update target table

Asked By: shojol13 | Asked On: Jul 26th, 2012

Can we update target table without using update strategy transformation?

Answered by: MAHESH MANAM on: Aug 22nd, 2012

Yes, By using session level properties. In that use follow the steps Session --> Edit --> Properties --> Treat source rows as --> Update and also you should check options in Mapping --> Target --> U...

Answered by: pranyarockvi on: Jul 29th, 2012

yes we can , it is the just that update strategy is used for conditional updates, and the update option available at the mapping level in the target is update without any condition.

Can we use aggregator/active transformation after update strategy transformation

Asked By: ritesh kundu | Asked On: Jan 29th, 2006

Answered by: MAHESH MANAM on: Aug 16th, 2012

We can but the results may change what you are expecting in output

Answered by: vinusha on: Aug 1st, 2012

what will be if the flag will be Insert and SUM in the agggregator T/R?

How to read the data from XML and flat files in Informatica?

Asked By: sunitha ravula | Asked On: Apr 25th, 2011

Answered by: MAHESH MANAM on: Aug 16th, 2012

From flat file you use the following wys: --> In source analyzer you can create file by manually -->you can import file -->you can use any of the flat file and give session properties in that correc...

Answered by: dileep671 on: Aug 3rd, 2012

Go to Source analyzer , then import XML Source, a wizard opens up.. select the Schema Definition (XSD) of th XML file

When you run the session, give the XML file name and XML file directory path.

What is staging are why we need it

Asked By: kishore sai | Asked On: Aug 3rd, 2012

Answered by: MAHESH MANAM on: Aug 16th, 2012

It is a automated process of building a data warehouse which involves taking the data from disparate source systems, converting them into a consistent form that can be loaded into the warehouse and pe...

Can we update target table without using update strategy transformation? Why?

Asked By: phanimv | Asked On: Apr 20th, 2007

Answered by: Amit Gaikwad on: Jul 26th, 2012

Step 1: Go to session , and in treat source rows as :UPDATE
step2: in target table option select INSERT and UPDATE ELSE INSERT :)
Step 3:Refresh and Run the session .

Answered by: nagadurgaraju on: Sep 1st, 2010

By using source qualifier transformation to update tha target table,through SQL overriding...

In which condtions we can not use joiner transformation(limitaions of joiner transformation)?

Asked By: Interview Candidate | Asked On: Sep 21st, 2004

Both pipelines begin with the same original data source. Both input pipelines originate from the same source qualifier transformation. Both input pipelines originate from the same normalizer transformation. Both input pipelines originate from the same joiner transformation. EIther input pipelines contains...

Answered by: Twinkle on: Jul 25th, 2012

Why Joiner transformation cannot be used when either of the input pipeline contains an Update Strategy transformation.

Answered by: divakar on: Nov 5th, 2007

We cannot use joiner transformation in the following two conditions:-1. When our data comes through Update Strategy transformation, or in other words after Update strategy we cannot add joiner transfo...

Hi... This was asked in acccenture interview can anyone plz tell me the answerwhat is the difference between Informatica 7.1 and 8.1

Asked By: Interview Candidate | Asked On: Jan 9th, 2007

Answered by: jyothi on: Jul 24th, 2012

service oriented Architecture,Pushdown Optimization,sql t/r is added,java t/r is add

Answered by: prashant on: Sep 3rd, 2011

main difference between informatica 7.x and 8.x are:-

1. Java transformation is introduced in Informatica 8.x. while was not in 7.x

2.and Power exchange tool also introduced in informatica 8.x while was not in 7.x

Structure of the reject file in Informatica

Asked By: PPRASADPMP | Asked On: Apr 4th, 2012

What is the structure of the reject file in Informatica?

Answered by: Ramarao on: Jul 10th, 2012

we need to give the option in target level for rejected data (means needs to give the path of the badfiles to capture the rejected data)

Answered by: Kiran on: Apr 15th, 2012

There is no predefined structure for bad files. It has the same structure as of the target table.

If you have four lookup tables in the workflow. How do you troubleshoot to improve performance?

Asked By: Kalam | Asked On: Feb 10th, 2006

Answered by: jayapraveen on: Jun 21st, 2012

If the lookup source is same for all the lookups and if we are returning different columns for calculations then it is better to use unconnected lookup with expression instead of using connected lookup.

Answered by: Utkarsh on: Mar 25th, 2012

1) Create Indexes on look up tables.
2) Try to use static cache instead of Dynamic cache.
3) Use Pushdown Optimization.

1.How to enter same record twice in target table? Give me syntax.2. How to get particular record from the table in Informatica?3.How to create primary key only on odd numbers?4. How to get the records...

Asked By: shivaleela | Asked On: Aug 1st, 2006

Answered by: jayapraveen on: Jun 21st, 2012

by using BELOW SCENARIO we can do it the flow is like this
SRC-->SQ-->EXP-->T1
T2

Answered by: priyank_divya on: Jun 11th, 2012

Hi Shiva,

You can use Normalizer t/f to achieve the desired output. There is an "Occur" option in Normalizer in which you can mention the no of times you want to load the same source data into target.

Why sorter transformation is an active transformation?

Asked By: nandita | Asked On: Jun 16th, 2006

Answered by: jayapraveen on: Jun 21st, 2012

Actually Sorter acts as both passive/Active if we check the Distinct Property then it acts as Active othewrwise passive

Answered by: vishalkrishan on: Jun 19th, 2012

The Sorter transformation is an Active transformation because its attribute, Distinct provides a facility to remove duplicates from the input rows.

How to load data from Oracle table source to flat file using Informatica?

Asked By: wadate | Asked On: May 25th, 2012

Hi all, I have Oracle data source table and flat file target, now I want load data from Oracle table source to flat file? How can I do? Which tranformation needs to this one? Please give solution with steps. thanks in advance.

Answered by: lakshmi on: May 27th, 2012

source--->sqt/r--->Target
In session level(advanced file properties) u have to set some of the properties like output type,directory, filename and codepage type.

How we can validate all mapping at a time?

Asked By: Ramesh12888 | Asked On: May 26th, 2012

We can validate all mappings in powercenter repository manager window by each folder.

Answered by: lakshmi on: May 27th, 2012

in repository go to menu tool then queries.query browser dialog box will appear.then click on new button. in query editor,choose folder name and object type after that execute it(by clicking the blue...

Target details verification

Asked By: sarun5 | Asked On: Feb 24th, 2008

If the records are transfered from source to target and if you want to check whether all the records are stored in the target. What are the possible ways to check that.

Answered by: Rishak on: May 21st, 2012

If you want to check the records,you can directly use MINUS query for eg

Code
  1.  SELECT  count(*) FROM source
  2. minus
  3. SELECT count(*) FROM target
  4.  
  5.  

Hope this will help Thanks Risha

Answered by: skaur29 on: Nov 17th, 2011

1) Check Session Logs
2) Use Preview Data option for Target in PowerCenter once session is completed
3) Sql queries if it is a Relational database

How can we load date type of data in month wise in Informatica?

Asked By: chary_vurimalla0246 | Asked On: Sep 21st, 2011

Answered by: rakesh on: May 18th, 2012

TO_CHAR(DATE,MM) or
TO_CHAR(DATE,MON) or
TO_CHAR(DATE,FMMONTH)

Answered by: mouni on: Apr 30th, 2012

ex :to_char(trunc(sysdate),mm)
to_char(date,mm)

Error handling logic

Asked By: ash22 | Asked On: Apr 18th, 2009

How do you handle error logic in Informatica? What are the transformations that you used while handling errors? How did you reload those error records in target?

Answered by: Umesh on: May 14th, 2012

So we create 2 variable for every field on which we have to do error logging. 1 variable will check the condition for error (i.e. check for isnull or check for datatype) and assign NULL if it does not...

Answered by: prashant.baranwal on: Sep 11th, 2010

It is one of the most common concept which is being implement in alomost all DW projects. A very simple way of handing error and with their approprite messages is:Concat all the columns with a delimet...

How to connect in mapping from target to any other transformation in Informatica ?

Asked By: shaikiliyas | Asked On: Apr 15th, 2011

I have two target tables,so I want to make union of both the target,so please let me know about this

Answered by: santanu on: May 11th, 2012

Make two flows in the same mapping:
flow 1: load both the targets
flow 2: use both the targets as the source and use SQL override to join the tables. Then load them into a single table

Answered by: Sreedhar Lokaray on: Nov 3rd, 2011

I think your question is how to merge the records from two targets after they got loaded? If this is your question then first import the two target tables as source tables. Complete the mapping to loa...

Informatica solve pcsf_10342

Asked By: akmohanty | Asked On: Mar 14th, 2012

How to solve pcsf_10342 when enabling integration service in Informatica 8.6.1 ?

Answered by: Sudarshan on: May 2nd, 2012

Login to the admin console and delete the repository content and recreate it. Restart the integration service. It works!

What is redo log file in Informatica ?.

Asked By: Manoj | Asked On: Aug 3rd, 2007

Answered by: Suhel Shaikh on: Apr 4th, 2012

There is no redo log file in informatica.Its in oracle.

Answered by: jayapraveen on: Oct 5th, 2010

Redo log file stores the value only after the" Commit "Transaction Occurs

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.