Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is triple constraint triangle in project management
What is triple constraint triangle in project management ?
✍: Guest
Project Management triangle is depicted as Cost, Schedule and scope.These three aspects
form the sides of triangle and the customer is the center point.As customer is always
concerned about Cost,Scope and Schedule, so in order to get customer satisfaction project
manager should deliver all scope in propose schedule and cost.
If we want to disturb any one of the legs then the other two legs get affected. Example if
customer increases the scope then other two sides of the triangle also get affected a lot.
Note:- During project management interviews it’s rare that you will be asked directly about
constraint triangle. But when you are asked about what are the main factors that affect
customer satisfaction you can refer this triangle.
2007-10-30, 8953👍, 0💬
Popular Posts:
How To Return the Second 5 Rows? - MySQL FAQs - SQL SELECT Statements with JOIN and Subqueries If yo...
What is application domain? Explain. An application domain is the CLR equivalent of an operation sys...
Can you tell me how to check whether a linked list is circular? Create two pointers, and set both to...
How do we host a WCF service in IIS? Note: - The best to know how to host a WCF in IIS is by doing a...
What print out will the folloging code produce? main() { char *p1=“name”; char *p2; p2=(char*)malloc...