can anyone explain me about sales project in informatica?

Answers were Sorted based on User's Feedback



can anyone explain me about sales project in informatica? ..

Answer / g. manthiramoorthy

Project Explanation:
I’m giving generic explanation of the project. Any project
either banking or sales or
insurance can use this explanation.
First u have to start with
1) U have to first explain about objective of the project
and what is client
expectations
2) u have to start where ur involvement and responsibility
of ur job and limitations
of job.
Add some points from post Project Architecture reply like
offshore and onsite model
and team structure.. etc.,
Main objective of this project is we are providing a system
with all the information
regarding Sales / Transactions (sales if sales domain /
transactions if bank domain or
insurance domain) of entire organizations all over the
country US / UK ( based on the
client location US/UK/…..). we will get the daily
transaction data from all branches at
the end of the day. We have to validate the transactions and
implement the business logic
based on the transactions type or transaction code. We have
to load all historical data into
dwh and once finished historical data. We have to load Delta
Loads. Delta load means
last 24 hrs transactions captured from the source system. In
other words u can call it as
Change Data Capture (CDC). This Delta loads are scheduled
daily basis. Pick some
points from What is Target Staging Area Post.. Source to
Staging mappings, staging to
warehousing.. based on ur comfort level..
Each transaction contains Transaction code.. based on the
transaction code u can identify
wheather that transaction belongs to sales, purchase / car
insurance, health insurance, /
deposit , loan, payment ( u have to change the words based
on the project..) etc., based on
that code business logic will be change.. we validate and
calculate the measure and load to database.
One Mapping explanation :
In Informatica mapping, we first lookup all the transaction
codes with code master table
to identify the transaction type to implement the correct
logic and filter the unnecessary
transactions.. because in an organization there are lot of
transactions will be there but u
have to consider only required transactions for ur project..
the transaction code exists in
the code master table are only transactions u have to
consider and other transactions load
into one table called Wrap table and invalid records (
transaction code missing, null,
spaces) to error table. For each dimension table we are
creating surrogate key and load
into DWH tables.
SCD2 Mapping:
We are implementing SCD2 mapping for customer dimension or
account dimension to
keep history of the accounts or customers. We are using SCD2
Date method.
before telling
this u should know it clearly abt this SCD2 method..careful
abt it..
Responsibilities
Pick from Project architecture Post and tell according ur
comfortable
level.. we are responsible for only development and testing
and scheduling we are using
third party tools..( Control M, AutoSys, Job Tracker, Tivoli
or etc..) we simply give the
dependencies between each mapping and run time. Based on
that Information scheduling
tool team will schedule the mappings. We won’t schedule in
Informatica .. that’s it
Finished…
Please Let me know if u required more explanation regarding
any point reply ……

Is This Answer Correct ?    119 Yes 4 No

can anyone explain me about sales project in informatica? ..

Answer / rajesh

im explained earliarly as follows,

im working under insurence domain project, usually i
extract the data from defferent sources like flat files,
oracle, db2.

first we load the extracted data into intermidiate staging
area, where we are having 150 tables, and again we extract
data from intermediate staging area and we load into an
other staging area where we are having event and value base
tables

we transfom the data into staging according to the business
requirement , to transform the data i used trasformations
like expression, lookup,update strategy,joiner wtc

Is This Answer Correct ?    9 Yes 1 No

can anyone explain me about sales project in informatica? ..

Answer / santhosh guptha.b

hi, iam very much thankful to G. Manthiramoorthy as he gave
the best answer for the Question, but my simple doubt is
what we have to say, for how many mappings that u have done
in ur projcet and in how many days did it take for that,
also how records were coming,.,.,.

Is This Answer Correct ?    5 Yes 0 No

can anyone explain me about sales project in informatica? ..

Answer / m.v.s.prasad

how many dimension & fact tables are there in the sales
project.explain me number of dimensions & fact tables used
briefly please. i have only knowledge on informatica but
not realtime experience. please give me detail on retail
stores project

Is This Answer Correct ?    5 Yes 3 No

can anyone explain me about sales project in informatica? ..

Answer / raji

hai hope all are doingwel,
thank u so much mr.Manthiramoorthy for giving us such a gud information regrading realtime environment.m very much thankful to him,but let me know onething....how we ll test our mapping(apart from by using debugger),is there any chance to do in an other way.....
thanks in advance....

Is This Answer Correct ?    1 Yes 0 No

can anyone explain me about sales project in informatica? ..

Answer / bhargav

Hi manthiramoorthy,

Thanks for your valuable answer.Could you please tell your mail id..i have few queries regarding informatica

Is This Answer Correct ?    1 Yes 0 No

can anyone explain me about sales project in informatica? ..

Answer / kumar

Hi Mr.Manthiramoorthy , thanks for valuable information. 


Could you plz tell generally how many dimensions and fact table are there in sales DWH and how frequently we load them(daily or weekly or ....).
You can also mail to 'myetlblog@gmail.com ' . Cheers...

 

Thank you.
Regards,
Kuamr.

Is This Answer Correct ?    0 Yes 0 No

can anyone explain me about sales project in informatica? ..

Answer / srinu

Dont think so,,
Jsut say :in Total EDW my modulele is Customer data
maintaince,We follow up his History to Present data.
We are using 4 Facts,7 dimemenstions in Star schema.

Try develope this way of Explanation,,,,All the best,,,

Is This Answer Correct ?    8 Yes 12 No

Post New Answer

More Informatica Interview Questions

Whats the difference between $, $$, $$$

9 Answers  


Define pmcmd command?

0 Answers  


How to get rid of non ascii characters in a string? Ex:- United States Microsoft Visual Studio Tools for Applications 2012 x86 主控支援 - 繁體中文語言套件 to United States Microsoft Visual Studio Tools for Applications 2012 x86.

1 Answers   CTS,


What is target load order?

0 Answers  


How many input parameters can exist in an unconnected lookup?

0 Answers  






Can anyone know that what is the Source File limitation in Informatica? To be more precise .. how many flat file we can use as a source in a mapping if.. 1) The Structure of flat files are same & 2) If the Structure of flat files are different. Please explain the procedure also if it dosn't bother one much!!

2 Answers  


What is the sequence generator transformation in informatica?

0 Answers  


What is data transformation manager process?

0 Answers  


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

11 Answers   Nomura, TCS,


if we have input eno 1,2,3,1,2,3 year 2001,2002,2003,2001,2002,2003 and sal 10000,20000,30000,20000,30000,40000 ex-output eno totsal 1 30000 2 50000 3 70000

7 Answers  


What are batches?

0 Answers  


i have two coloumn emp_no sal 1 3000 2 3000 3 3000 4 4000 5 5000 6 2700 7 4500 i just need output by removing duplicate.my answer should be emp_no sal 1 3000 2 4000 3 5000 and so on.please tel me the transformation to use and if variable is used in expression then how can i give variable expression

3 Answers  


Categories