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 |
How to identify bottlenecks in sources,targets,mappings,workflow,system and how to increase the performance?
I have table with ID,PRD_DT,PRD_FLAG,CUST_DT,CUST_FLAG I need to get max date and its corresponding flag for both the date columns. Ex:- 1A,10/3/2015,AC,10/3/2015,XY 1A,10/4/2015,AB,10/2/2015,XZ Output needed 1A,10/4/2015,10/3/2015,XY I have 100 million + in the table so avoid self-join...
what are the different types of transformation available in informatica and what are the mostly used ?
How to load duplicate records in to a target table which has a primary key?
My source table look like ID Name Location Salary 0000001 ran tpty 1000 0000002 ram DELHI 2000 hju-hji raj hyd 1000 my target table should be ID Name Location Salary 1 ran tpty 1000 2 ram DELHI 2000 hju-hji raj hyd 1000
Flat file heaving 1 lack records and I want to push 52000 records to the target?
Can you copy the session to a different folder or repository?
define galaxy repository in informatica
what is the max/min size allocated for caches.whether index or datacache in any of the transformations like Joiner or Aggregator.bcoz it is set to Auto by default which means we need not to allocate no of bytes or MB.so what is the use of these properties.please let me know about the caches. Thnaks in advance Sai Ram
why do we go for update strategy tr in SCD rather using the session properties?
What is joiner transformation in informatica?
in my source table one of column contains the data like vishnraju@gmail.com,suresh@yahoo.com,krishna@hotmail.com these records i need to send in target table as below format. vishnuraju,suresh,krishna