Answer Posted / uday batta
High Level Design (HLD) is the overall system design - covering the system architecture and database design. It describes the relation between various modules and functions of the system. data flow, flow charts and data structures are covered under HLD.
Low Level Design (LLD) is like detailing the HLD. It defines the actual logic for each and every component of the system. Class diagrams with all the methods and relation between classes comes under LLD. Programs specs are covered under LLD.
- (UdAY)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
explain abt ur project architecture?
What is a repository? And how to add it in an informatica client?
What is main use of mapplet?
What is pmcmd command?
Explain what transformation and how many are there in informatica?
What is the reusable transformation?
Explain why we use partitioning the session in informatica?
What does “tail –f” command do and what is its use as an Informatica admin.
What are the different clients of powercenter?
What is the commit type if you have a transaction control transformation in the mapping?
What is the sequence generator transformation in informatica?
what is the complex transformation you used in informatica
What is the function of look up transformation?
How to join three sources using joiner?
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?