How to Explain My project flow,In TCS ased me this question.
In which way i can start my project flow and they asked how
many fact tables and dimensional tables u used. Can any one
Explain Briefly for this question and project architecture
also.. please..
Answers were Sorted based on User's Feedback
Answer / anuradha
we should fallow project flow like
1.requirements(like exiting system)
2.proposed system
3.designing(uml diagrams,flocharts)
4.coading()
5.testing
6.maintaining
7.most important thing you should explain what is your
contribution to develop the project.
8.u should analyze your project and make architecture.
Is This Answer Correct ? | 25 Yes | 7 No |
Answer / smarati
Explain the different mappings you developed, which meets
the business requirements.
Is This Answer Correct ? | 0 Yes | 5 No |
Answer / bharath reddy
hi friend,
if u explian project flow u start from scrach,meance from UI
to we need to explain, the control is to start from UI to
controller(req/resp object) and goes to Bussiness layer,i.e
model objects(form and action objects) and then goes to DAO
layer(persistance layer)to access to DB,later retriving data
to DB agian its goes to controller(action servlet),later
from its goes VIEW layer(response pages(JSP).like that way
we need explian in diagrams.the control is where to where
its pass
Is This Answer Correct ? | 8 Yes | 16 No |
Is it possible to revert a global repository to local one and why?
scenario
How many transformations can be used in mapplets.
How to update source definition?
i have two sources two flatfiles same structure one flatfile contain 100 million recs another flatfile contain 10 million recs i have to connect single target(performance oriented answer) what are the steps we have to do this scenario
i have two source data there is no pk,fk how to join the two sources
Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?
The structure of source file is as below: Source structure(two fields) Name, Card NUmber A, 111111111(SSN) A, 01010101(Creditcard number) A, 34343434(Debit card number) B, 55555555(Creditcard number) C, 77777777(Debit card number) Target Structure(4 fields) Name,Credit card,SSN,Debit card A,01010101,111111111, 34343434 B,55555555,, C,,,77777777 Corresponding to one name there can be maximum 3 rows and minimum zero rows. Given that I do not know which record might have a particular type of number. How can I handle above requirement with informatica transformations?
In what scenario we use to improve session performance by pushdown optimization?can any one give example?
What does “tail –f” command do and what is its use as an Informatica admin.
How to transform normalized data to denormalized form in informatica? Is there any logic or any transformations to achieve this?
HOW TO JOIN THE 2 FLAT FILES WITHOUT USING JOINER AND LOOKUP?