Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


If we are using an aggregator but forget to mention the
group by port .what will be the output??

Answers were Sorted based on User's Feedback



If we are using an aggregator but forget to mention the group by port .what will be the output??..

Answer / srinu

No group by Port-
The AggTrans wil check for group by Column port up to last
column. No group by port was find,The AggTrans wil return
the last row only.
Every Column row wil check for Group by port done or not,
up to last row.
Finally (By default) last row will return.
Last Row still waiting for Group by port.,,,,
Thats why Group by prot is must.

Any Corrections,,,,,srinu.srinuvas@gmail.com

Is This Answer Correct ?    57 Yes 4 No

If we are using an aggregator but forget to mention the group by port .what will be the output??..

Answer / kt

If we miss to enable any of the port as GROUP BY, the
aggregator will write the lat row of the table to the next
trnasformation.

Is This Answer Correct ?    50 Yes 1 No

If we are using an aggregator but forget to mention the group by port .what will be the output??..

Answer / sheelendra

I agree with Srinu.
and It will return only one aggregated value for all input.

Is This Answer Correct ?    13 Yes 1 No

If we are using an aggregator but forget to mention the group by port .what will be the output??..

Answer / g. manthiramoorthy

If we miss to enable any of the port as GROUP BY, the
aggregator will write the lat
row of the table to the next transformation

Is This Answer Correct ?    11 Yes 0 No

If we are using an aggregator but forget to mention the group by port .what will be the output??..

Answer / g. manthiramoorthy

If we miss to enable any of the port as GROUP BY,
the aggregator will write the last row of the table to the
next transformation

Is This Answer Correct ?    8 Yes 0 No

If we are using an aggregator but forget to mention the group by port .what will be the output??..

Answer / insha

I agree with shreenivas

Is This Answer Correct ?    4 Yes 0 No

If we are using an aggregator but forget to mention the group by port .what will be the output??..

Answer / vikneswaran

output is single record.for examples

col1
1
1
1
2
2
2
3
3
4
if i use group by and sum(col1) ...
output
col1
3
6
6
4
if i didn't use group by but same agg function
output
col1
19

Is This Answer Correct ?    10 Yes 7 No

If we are using an aggregator but forget to mention the group by port .what will be the output??..

Answer / guest

8

Is This Answer Correct ?    0 Yes 0 No

If we are using an aggregator but forget to mention the group by port .what will be the output??..

Answer / uppala chary

first of all group by port G is mandatory ,if u don't
enable the group by port it wiil returns last record,and
enable the group by port it will return all the records.

Is This Answer Correct ?    0 Yes 0 No

If we are using an aggregator but forget to mention the group by port .what will be the output??..

Answer / cooldude

It will behave like a passive transformation.All the rows
are passed witout any aggregation.

Is This Answer Correct ?    8 Yes 54 No

Post New Answer

More Informatica Interview Questions

How do you Merge multiple Flat files for example 100 flat files with out using Union T/F

4 Answers   IBM,


what is correlated query?

2 Answers   IBM,


Hi, What is exactly node ? what is exactly domain ? How loadbalancer will work ? what is Integration service (IS) ? Can anyone give me exact scenario when I click on start workflow in the workflow manager ? (Note : I am not expecting answer like, node means logical representation of a machine and domain will contain multiple nodes .I gone through Informatica help but I couldn’t understand. I am expecting exactly what is happening in background detailed explanation or Pictorial representation will be highly appreciation ) Advance thanks

3 Answers   IBM,


Why we use lookup transformations?

1 Answers  


What is the reusable transformation?

0 Answers  


how many data models u have done in informatica project?

2 Answers   TCS,


how to use incremental load?

2 Answers   TCS,


Is stop and abort are same in informatica?

0 Answers  


What is the sequence generator transformation in informatica?

0 Answers  


Hi experts ,I have a Source of 1000 records.I have to load 100 records in first target,101 to 200 records in 2nd target, 201 to 300 records in 3rd target and again 301 to 400 in first target like that as cyclick process. How can i acheive this.

5 Answers   DELL, TCS,


i have 1000 record flat file source i want 1st row to 1st target, 2nd row to 2nd target, 3rd row to 3rd target how will u do? Without using Mod Function? Explain....

4 Answers   TCS,


My source is like bellow F.NAME M.NAME L.NAME A B C D E F G H I and out put should like S.NO F.NAME M.NAME L.NAME 1 A B C 2 D E F 3 G H I 4 UNNOWN UNNOWN UNNOWN How can we acheive? please explane me indetail

2 Answers   Amdocs,


Categories