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
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
How to create the source and target database connections in server manager?
What are the components of Informatica? And what is the purpose of each?
How might you approve all mappings in the archive all the while?
How will the document be delivered to me?
What is the scenario which compels informatica server to reject files?
How can a transformation be made reusable?
what is the hint? how to use it to reduce the query processing in program?
Explain why we use partitioning the session in informatica?
r u done any partitions in ur project?
What is a filter transformation?
what is the end to end process meaning in my project(my project is development)and functionality plz tell me
How we can create indexes after completing the load process?
Is there any way to read the ms excel datas directly into informatica?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?