Question

In: Operations Management

Projects have a defined start and end date; they do not go on forever and do...

Projects have a defined start and end date; they do not go on forever and do not repeat. Processes that are repetitive are operations, not projects. Projects accomplish something new. While there may be phases or tasks within a project that have been done before, the outcome will be unique. A project is progressively elaborated, meaning that we can expect to learn more as the project progresses and the details of the plan and the requirements may change to meet the needs of the stakeholders (Balakian & Bergmann, 2009).

Select what you believe was a project that you have been a part of. Using the explanation above, decide if it truly was a project or part of ongoing operations. Justify your decision. Your initial post should contain at least 200 words and be supported by at least one additional professional or academic source. Use this week’s lecture as a basis for your post.

Solutions

Expert Solution

I currently work for a consulting firm which specializes in implementing ERP systems like SAP, Oracle etc. to clients. ERP implementation involves multi-phase process of understanding client's business requirements, mapping it with system capabilities, coming up with fits and gaps, configuring the fits while developing custom solutions for the gaps, testing the configured and developed objects, fixing the issues, deploying the solution into production system and supporting the implementation. This requires readiness at various levels and phases to ensure the implementation goes on smoothly. The project team needs to interact with client users on a frequent basis to get the required business information/data for configuring and developing the system.

Every ERP implementation is considered as a separate project with the below objectives –

1. Client/customer satisfaction

2. Effective utilization of consultants on projects

3. Optimizing the resources and achieving higher profits.

Apart from the common objectives that each implementation plans to achieve, there will be firm specific objectives with various metrics.

Once the implementation of a project is completed, the project team will move to another project. The team members need not necessarily be the same for all projects and hence, it is important to effectively communicate and network to work with various team members in every project.


Related Solutions

. Agent A and B would like to go on a date. They have two options:...
. Agent A and B would like to go on a date. They have two options: a quick dinner at BurgerKing or a romantic dinner at a Restaurant. Agent A first chooses where to go, and knowing where A went, Agent B also decide where to go. Agent A prefers BurgerKing, and Agent B prefers Restaurant. A player gets 3 out his/her preferred date, 1 out of his/her unpreferred date, and 0 if they end up at different places. All...
How do I go back to the start of the main method with the given code?...
How do I go back to the start of the main method with the given code? Hello I am making this java program and there is a point in the code where if the user types the character y it will start the program back at the beginning of the main method. How can I do this without drastically changing the code? For instance, if I type y, the program will go back to line 1 and repeat the entire...
You have decided to go into business with your peer and start a business. Which method...
You have decided to go into business with your peer and start a business. Which method of costing would be appropriate for the business? What factors would need to be considered for such a venture? How could the wrong costing method create inaccurate results?
void printList(double * A, int start, int end ) { if (start == end) //base case...
void printList(double * A, int start, int end ) { if (start == end) //base case { cout << A[start] << endl; } else //recursive case { cout << A[start] << endl; printList(A, start + 1, end); } } int main() { double nums[] = { 13.8, 2.14, 51, 82, 3.14, 1.7, 4.89, 18, 5, 23.6, 17, 48, 5.6 }; printList(nums, 0, 12); //13.8 2.14 51 .... 48 5.6 cout << endl; //HELP HERE: Using a recursive method on C++,...
Do you start new projects (such as college) with great enthusiasm, only to lose motivation along...
Do you start new projects (such as college) with great enthusiasm, only to lose motivation along the way? How can you keep you motivation strong?
Given two integers, start and end, where end is greater than start, write a recursive C++...
Given two integers, start and end, where end is greater than start, write a recursive C++ function that returns the sum of the integers from start through end, inclusive.Example: If start is 5 and end is 10 then the function will return: 45 which is sum of 5, 6, 7, 8, 9, and 10. int sum (int start, int end){
Many projects do not allow enough time and become rushed at the end. How does the...
Many projects do not allow enough time and become rushed at the end. How does the Project Manager prevent this from happening?
What organelle does the mRNA strand go to so protein synthesis can start? What do ribosomes...
What organelle does the mRNA strand go to so protein synthesis can start? What do ribosomes make (produce)? What are ribosomes attached to? (There are actually “free” ribosomes, too!!) When proteins are actually made, what is the name of that process? What type of a chemical reaction takes place to join the amino acids together? How are amino acids joined together (what part of each amino acid joins the other)? What is the name of the structure that carries amino...
Forever Manufacturing manufacture picture frames. At the end of December 2015, the accounting records of the...
Forever Manufacturing manufacture picture frames. At the end of December 2015, the accounting records of the business show the following: Inventories 31/12/2014 31/12/2015 Materials $13,000 $7,750 Work in process 0 1,750 Finished goods 0 2,000 Other information: Depreciation expense on plant equipment $15,000 Depreciation expense on delivery truck 2,500 R & D for graphic designs 3,700    Sales commission 4,000 Utilities for plant 2,000 Plant janitorial services 750 Direct labour 20,000 Direct material purchases 32,000 Sales Revenue 126,450 Customer warranty...
JAVA RECURSION public void recMethod(int[] array, int start, int end) { if(start < end) { print...
JAVA RECURSION public void recMethod(int[] array, int start, int end) { if(start < end) { print the array double the value in the array at position start recMethod(array, start+1, end) print the array } else { print "done" } } Assume the method is invoked with array = [3, 4, 6, 7, 8, 10, 4], start = 2, and end = 5 1.How many times is the array printed before the word "done" is printed? 2.How many times is the...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT