Explain about HLD and LLD ?
Answers were Sorted based on User's Feedback
Answer / gopal.b
HLD refers High Level Design and
LLD refers Low Level Design
Means HLD contains overview of the design and LLD contains
detailed design.
Is This Answer Correct ? | 133 Yes | 15 No |
Answer / bsgsr
hi,everyone,
HLD means high level design
LLD means low level design
HLD: It refers to the functionlity to be achieved to meet
the client requirement. Precisely speaking it is a
diagramatic representation of clients operational systems,
staging areas, dwh n datamarts. also how n what frequency
the data is extracted n loaded into the target database.
LLD: It is prepared for every mapping along with unit test
plan. It contains the names of source definitions, target
definitions, transformatoins used, column names, data
types, business logic written n source to target field
matrix, session name, mapping name.
reach me on bsgsr12@gmail.com 9866188658
Is This Answer Correct ? | 116 Yes | 7 No |
For people who have been involved in software projects, they
will constantly hear the terms, High Level Design (HLD) and
Low Level Design (LLD). So what are the differences between
these 2 design stages and when are they respectively used ?
High – level Design gives the overall System Design in terms
of Functional Architecture and Database design. It designs
the over all architecture of the entire system from main
module to all sub module. This is very useful for the
developers to understand the flow of the system. In this
phase design team, review team (testers) and customers plays
a major role. For this the entry criteria are the
requirement document that is SRS. And the exit criteria will
be HLD, projects standards, the functional design documents,
and the database design document. Further, High level deign
gives the overview of the development of product. In other
words how the program is going to be divided into functions,
modules, subdivision etc.
Low – Level Design (LLD): During the detailed phase, the
view of the application developed during the high level
design is broken down into modules and programs. Logic
design is done for every program and then documented as
program specifications. For every program, a unit test plan
is created. The entry criteria for this will be the HLD
document. And the exit criteria will the program
specification and unit test plan (LLD).
The Low Level Design Document gives the design of the actual
program code which is designed based on the High Level
Design Document. It defines Internal logic of corresponding
submodule designers are preparing and mapping individual
LLD’s to Every module. A good Low Level Design Document
developed will make the program very easy to be developed by
developers because if proper analysis is made and the Low
Level Design Document is prepared then the code can be
developed by developers directly from Low Level Design
Document with minimal effort of debugging and testing.
Is This Answer Correct ? | 107 Yes | 3 No |
Answer / purnima
hld means high level design
lld means low level designd ie mapping doc
Is This Answer Correct ? | 48 Yes | 17 No |
Answer / kalyani
In addition to the above
HLD will be prepared by the Leads or Managers in rare cases
where as LLD wil be detailed design of HLD and prepared by
the developers like SE or SSE's.
Is This Answer Correct ? | 42 Yes | 25 No |
Answer / sukumar
HLD : High Level Design
LLD : Low Level Design
HLD: It gives the ovreall designing designing to be done to complete a product. It is moreover block digramatic description of a complete design.
LLD: It reveals the complete details to be complted to get the product finished. It gives the designing of inside modules of blocks specified in HLD.
For example, HLD is just representing a computer by different blocks like CPU, I/O devices, Memory etc. Where as LLD with respect to this example is detailed description of all the blocks of HLD like CPU, I/O devices, Memory etc.
Is This Answer Correct ? | 14 Yes | 4 No |
Answer / 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 |
Answer / ajit
HLD is the over all overview design of the system whereas
LLD is the not over all design,it is a detailed design of
the each part of the system.
HLD is always done before the LLD.
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / 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 |
Answer / rt
HLD is the main block of the program
LLD is the sub blocks from the main block of the program
Is This Answer Correct ? | 12 Yes | 12 No |
if i have source with 100 records target with 100 records and we lookup on another database table and it has 10 million record so what is the method of limiting that much record in lookup table?
If i havee 3records in my source having same deptno like Deptid Deptno ------ ------ 101 10 201 10 301 10 and i am using router TR to loading these records into target.Then how many record'll be loaded into target???
HOW DO YOU CONNECT TO REMOTE SERVER ?
How to update a particular record in target with out running whole workflow?
what is Partitioning ? where we can use Partition?
If the values in a row are 1,2,3,3,4,,4,5 then how a rank transformation can rank these values
Explain lookup transformation is active in informatica
What is the function of look up transformation?
Hi ETL gurus can any one tell me with a flow how to implement SCD Type 1 and SCD Type 2 in a single mapping.For some fields SCD type has to be implemented and for some fields scd type has to be implementd..Thank in advance..please let me know in case of any concerns...
Flat file heaving 1 lack records and I want to push 52000 records to the target?
If we have 1000 rows were loaded in to datawarehouse and next day the source have 1010 rows so, how can we loaded only updated rows into target.
what is the complex transformation you used in informatica