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..
Answer Posted / 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 |
Post New Answer View All Answers
What do you understand by a term domain?
How are the sources and targets definitions imported in informatica designer?
Is there any way to read the ms excel datas directly into informatica?
One of the optimizing technique to improve the session performance is push down optimization,by using push down optimization we push as much as transformation logic to source/target database,but this degrades the d/b performance,how to overcome this?
How do you load unique records into one target table and duplicate records into a different target table?
How we can create indexes after completing the loan process?
What all join we can perform in LOOKUP transformation?
How can one identify whether mapping is correct or not without connecting session?
How can we use mapping variables in informatica? Where do we use them?
lookup transformation with screenshots
COL1,COL2 ABC,1 XYZ,2 HERE IN COL2 VALUES 1,2 NOT STSANDARD(IE MEANS NOT FIXED VALUES LIKE OTHER SOME VALUES LIKE 10,20) O/P IS COL1,COL2 ABC,2 XYZ,1
What are the different transaction levels available in transaction control transformation?
What is the format of informatica objects in a repository?
The question was on time stamp. what is the difference between HH and HH24 when to use when.
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C