Answer Posted / pradeep singh
High Level Design, means precisely that. A high level
design discusses an overall view of how something should
work and the top level components that will comprise the
proposed solution. It should have very little detail on
implementation, i.e. no explicit class definitions, and in
some cases not even details such as database type
(relational or object) and programming language and
platform.
A low level design has nuts and bolts type detail in it
which must come after high level design has been signed off
by the users, as the high level design is much easier to
change than the low level design.
| Is This Answer Correct ? | 18 Yes | 9 No |
Post New Answer View All Answers
Explain the use of aggregator cache file?
explain one complex mapping with logic? sales project?
Explain how to import oracle sequence into informatica?
Explain where to store informatica rejected data? How to extract the informatica rejected data?
Could you explain what is enterprise data warehouse?
What are the validations that you can perform in oracle and in informatica ? Advance Thanks
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
1. When u r checking out what ll happens for version no? a. Increase b. decrease c.reset to 0 d. reset to 1 e. no change 2. Salary of all employees needed to add with the commision. What transfrmation to be used? a. SQ and Expression b. SQ c. Update Strategy d. Expression 3. Which of the task is used to run a session based on success of the other session? a. Decision b. Event wait c. Email d. Command e. None 4. Types of sources in Informatica? a. Homogenous n Heterogenous b. None c. Cobol n XML d. Flat files e. Flat files and Homogenous n Heterogenous 5. Servers are available in informatica? a. Informatica Server and Workflow server b. Informatica Server and Informatica Repository Server c. Informatica Server d. Workflow server e. Informatica Repository Server 6. While using Pmcmd in cmd line mode, each command must include the connection info of which of the following? a. workflow manager b. Power Center server c. Workflow monitor d. Repository manager e. Designer 7. Workflow montior displays workflows that have run a. once b. twice c. never d.four times e. thrice 8. Mode for handling sessions n workflows? a. server mode b. Wait mode c. Command line mode d. User mode e. Interactive mode 9. Connection details configured in? a. Mapping designer b. Workflow manager c. Workflow monitor d. Repository manager e. Worklet designer Thanks in Advance
How can you differentiate between powercenter and power map?
can anyone suggest best free Talend data integration training online
What are session parameters ? How do you set them?
WHAT IS EDM?WHAT IS THE USE IN INFORMATICA? chandumba2005@gmai.com
Briefly explain your complete project(sales) flow, (ie. from source received from client, transformations, then despatch to end user) what are all the process. Kindly give step by step process.
Whats the difference between informatica powercenter server, repositoryserver and repository?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?