SELECT * FROM question_mgmt as q WHERE id=10892 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=3 AND subId=20 AND chapterId=594 and ex_no='4' AND status=1 ORDER BY CAST(question_no AS UNSIGNED)

Question:

Discuss the different types of organizational structures.

Answer:

Organizational structures define how tasks are divided, coordinated, and controlled within a company. The two main types of structures used in businesses are functional and divisional.

  • Functional Structure: This is one of the most common organizational structures where the company is divided into functional departments such as marketing, finance, human resources, and production. Each department performs specialized tasks. The key benefits include:
    • Specialization: Employees focus on their specific functional areas, leading to expertise and high efficiency.
    • Clear Career Paths: Employees have a clear trajectory for career advancement within their function.
    • Operational Efficiency: Since employees in each function perform similar tasks, resources are used efficiently.

However, one drawback of the functional structure is that it may lead to poor coordination between departments, as employees may prioritize their department’s goals over the organization’s overall objectives.

  • Divisional Structure: In this structure, the organization is divided into divisions based on products, services, or geographic areas. Each division operates almost like a separate entity, with its functional departments. The key benefits are:
    • Focus on Products/Markets: Each division focuses on specific products or geographic regions, making it more responsive to market demands.
    • Accountability: Divisional heads are responsible for the profitability and success of their respective divisions, which fosters accountability.

However, this structure can lead to resource duplication as each division has its own departments, increasing operational costs.

  • Matrix Structure: A more complex structure where employees report to both functional managers and project managers. It allows for flexibility and better resource allocation, especially in project-based industries.

In conclusion, while both functional and divisional structures have their merits, the choice of structure depends on the organization’s size, nature, and objectives. A functional structure suits organizations focusing on efficiency, while a divisional structure is more appropriate for businesses with diverse products or regions.


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='3' AND subId='20' AND ex_no!=0 AND status=1 and id!=10892 ORDER BY views desc, last_viewed_on desc limit 0,10
SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='3' AND subId='20' AND ex_no!=0 AND status=1 and id!=10892 ORDER BY last_viewed_on desc limit 0,10

Comments

  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


Comment(s) on this Question