Answer:
putting a halt on the layoffs
Explanation:
This strategy should begin by putting a halt on the layoffs. This should be top priority since the layoffs themselves are the main cause for the criticism that the company is receiving and this criticism is the sole reason as to why its market position and staff productivity has fallen drastically. People think the company is failing and the staff is scared that they will eventually be fired. By stopping layoffs and waiting for a market recovery you give other better options a chance to arise and more efficient strategies to take effect.
Answer:
Kanban container size = 73
Number of kanbans needed = 5
Explanation:
Kanban container size (Q):
Q = SQRT [(2 x D x S) / H x (1 - d/p)]
where,
D = Annual demand
S = Setup cost
H = Holding cost
d = Daily usage
p = Daily production
Putting the given values in the above formula,
CONTAINER SIZE = SQRT ((2 * ANNUAL DEMAND * SETUP COST) / (HOLDING COST * (1 - (DAILY USAGE / DAILY PRODUCTION))))
Q = SQRT [(2 x 4,000 x $30) / $125 x (1 - 16/25)]
Kanbans container size = 73 units (Rounding off to the nearest whole number)
NUMBER OF KANBANS = DEMAND DURING LEAD TIME + SAFETY STOCK / SIZE OF CONTAINER
K = ((16 * 16) + (4 * 25) / 73 = 5
Answer:
Role-Based Access Control (RBAC)
Explanation:
Instead of assigning access for each user account individually, Role-Based Access Control (RBAC) is a more efficient and easier-to-manage approach.
In computer systems security, role-based access control or role-based security is an approach to restricting system access to authorized users. <u>It is used by the majority of enterprises with more than 500 employees,</u> and can implement mandatory access control or discretionary access control.
Hence, access need not be assigned for each user individually.