Explain about HLD and LLD ?
Answers were Sorted based on User's Feedback
Answer / shyam
HLD Consists of follwing detials:-
1.The language which you are going to use for development
any system.(programming language e.g:-c,c++,java,.Net etc)
2.Technical tools that are used there.
3.Operating system(platform that you are going to use)
4.Software that you are going to use(if you want to
develop any web based project then you require Web Servers,
Application Servers,Database Servers,CMS etc.
LLD consists of following details:-
1.Flowchat of your system(programs).
2.DFD,algorithm,ER models etc
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / aakaash
HLD:It describes number of modules required in the project
and relation b/w those modules.
LLD:for each module they maintain individual lld
documents.lld describes internal logic of each module to
write programs.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / sanjay
HLD High level design which means designing a complete Topology in some specific tools like visio which shows the whole design.
LLD Low level design means detailed information of topology from top to bottom which includes complete configuration & each and every thing should be explained briefly.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ksa
HLD refers huge Level Design and
LLD refers Low Level Design
Means HLD contains overview of the design and LLD contains
detailed design.
| Is This Answer Correct ? | 9 Yes | 28 No |
Answer / jetti
in additional of the above
hld means main modules of the application or a software.
lld means sub modules of the application or a software.
| Is This Answer Correct ? | 19 Yes | 41 No |
Answer / ksa
HLD refers Huge Level Design and
LLD refers Low Level Design
Means HLD contains overview of the design and LLD contains
detailed design.
| Is This Answer Correct ? | 16 Yes | 40 No |
what is the drillup & drill down?and use of the drill up and drill down?
What is the difference between writing a joiner query in ANSI style and THETA style?
What are the join types in joiner transformation?
we have three columns and two rows. col1 col2 col3 a b c want to change into 2 columns and 3 rows ,how? col1 a col2 b col3 c which transformation u'll use and how?
There are two sessions are connected to the workflow. When the first session run load the data(employees data sum_salaries <= 1000000) into the target1. When the second session run load the data(employees data sum_salaries > 1000000) into the target2. How to achieve this?
How do you create single lookup transformation using multiple tables?
How does a sorter cache works?
what is the difference between copy object import objects using repositery manager which one is best
If I am having 6 flat files in data. How can you load the data at a time
I have id, seq_no date, bill_amt and weight 1,11,'01-Jan-2014',100,2 2,12,'01-Jan-2014',40,5 3,13,'01-Jan-2014',32,5 4,14,'01-Jan-2014',98,2 5,15,'01-Jan-2014',105,3 6,16,'01-Jan-2014',11,3 1,11,'02-Jan-2014',40,2 2,12,'02-Jan-2014',100,5 3,13,'02-Jan-2014',132,5 4,14,'02-Jan-2014',198,2 5,15,'02-Jan-2014',15,3 6,16,'02-Jan-2014',16,3 Now I need output as date MXAMT_LSTWGHT MINAMT_GRTWGHT 01-Jan-2014 100 32 02-Jan-2014 198 100 Could not think of mapping to do so. Please help
Can anyone please help me out,In which transformations records will be rejected and how capture those records?and How to reload the rejected records?
Differentiate between reusable transformation and mapplet.