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 |
What is difference between a connected look up and unconnected look up?
what are the best practices to extract data from flat file source which are bigger than 100 mb memory?
By using Transformation i need top most 5 employee salary from each deptwise? Deptno 10,20,30? which transformation we need to use?
What does command task mean?
What does role playing dimension mean?
what is persistant cache in which situation we will use persistantcache
how do u tune queries?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
what is the location of parameter file in informatica?
TWO FLAT FILES ARE THERE , EACH HAVING NO MATCHING COLUMNS . HOW CAN U JOIN THESE TWO USING JOINER TRANSFORMATION ?
what is a junk dimension ?
14 Answers Atos Origin, Cognizant, HS, NIIT, TCS,
I am having a FLAT FILE SOURCE as first line: 1000,null,null,null second line as:null,2000,null,null 3rd line as :null,null,3000,null and final line as: null,null,null,4000 ............................Now i want the OUTPUT as 1000,2000,3000,4000 to a FLAT FILE only.For more clarification i want to elimate nulls and want in a single line. Please help me out