Questions & explanations
1. Compare the last-mile challenges for grocery delivery versus furniture delivery.
Grocery delivery usually has many small orders with tight time windows (e.g., 2-hour slots). Each order may have many items that need careful packing. The driver may have to contact the customer for substitutions. Analytics focuses on batching orders close together to reduce travel time. For furniture, orders are large and heavy, requiring two-person teams and special vehicles. Delivery windows are wider (e.g., a 4-hour window). Analytics must plan for unloading time and stairs. The main challenge for furniture is not speed but ensuring the right team and equipment arrive. Both use analytics but with different priorities: groceries focus on on-time efficiency; furniture on correct handling.
2. Explain how TCFD reporting helps investors make decisions.
TCFD reporting gives investors a clear view of climate risks that could affect a company's profits. For example, an insurance company might report that more frequent storms will increase claims. An investor can then decide to invest less in that company. It also shows opportunities: a solar panel maker might report growing demand. The reports are standardized, so investors can compare companies. They look at the company's governance: does the board have climate expertise? They check if the company has set targets and is on track. This reduces the chance that sudden climate events surprise the investor. Ultimately, it helps direct money to companies that are prepared for a low-carbon future.
3. Describe a typical objective function in a supply chain optimization model.
A typical objective function sums all costs that the model tries to minimize. These costs include transportation costs (cost per unit shipped), inventory holding costs (cost per unit stored), and production costs (cost per unit made). It may also include fixed costs like opening a facility. For example, if you have two factories and three stores, the objective is sum over all routes of shipping cost per unit times units shipped, plus any fixed costs for using factories. The goal is to find the combination that gives the lowest total cost. Sometimes the objective is to maximize profit by subtracting costs from revenue. The model automatically chooses the best values to reach the objective.
4. How can a company use SROI results to improve its supply chain?
A company can look at SROI results for different suppliers or materials. If a supplier's product has a low SROI, meaning little social value per dollar, the company might switch to a supplier with a higher SROI. For example, buying from a supplier that uses fair trade practices might give a higher SROI because it improves farmer livelihoods. The company can also use SROI to identify which part of the supply chain creates the most harm. Then it can invest in changes that increase value, like training workers or reducing emissions. SROI gives a clear target for improving social and environmental performance. Over time, the company can track changes in SROI to see if its actions are working.
5. How can optimization models help in facility location decisions?
Optimization models help choose where to place warehouses, factories, or distribution centers to minimize costs and serve customers well. The model considers building costs, transportation costs, and customer demand. For example, a company uses a mixed-integer linear program (MILP) to select from potential sites. Decision variables indicate which sites to open (integer) and how much to ship from each site to each customer (continuous). Constraints ensure each customer's demand is met and that open sites operate within capacity. The model can also add constraints like service distance limits. The result is a cost-effective network design that balances fixed and variable costs.
6. Compare SROI and Full Cost Accounting: which is better for deciding between two projects?
Both methods help compare projects, but they are used differently. SROI gives a ratio of value to investment, which is good for choosing which project gives the most social value per dollar. Full Cost Accounting shows the total cost of a project including hidden costs, which is good for choosing the project with the lowest overall harm. For example, between two new product lines, SROI might show one creates more community benefit per dollar. Full Cost Accounting might show the other has lower environmental damage. You might use both together to see a full picture. The better choice depends on which goal matters more: maximizing positive impact or minimizing negative costs.
7. Compare collaborative and competitive negotiation.
Collaborative negotiation focuses on creating value for both sides through problem-solving. Both parties share information and look for win-win solutions. Competitive negotiation treats the negotiation as a zero-sum game where one side's gain is the other's loss. Tactics include making high demands, hiding information, and using pressure. Collaborative approaches build long-term relationships and trust. Competitive approaches may work for one-time deals but can harm future cooperation. For example, collaborative might find a way to reduce packaging costs that saves both buyer and supplier money. Competitive would simply push for a lower price without discussing costs.
8. Explain how simulation can evaluate the trade-off between cost and environmental impact in logistics.
Simulation lets you run models that calculate both cost and emissions for each action. For example, you simulate using electric trucks: they have zero tailpipe emissions but are expensive to buy and have limited range. The simulation shows electric trucks reduce CO2 by 80% but increase total cost per delivery by 20%. You can then test using hybrid trucks: emissions drop 30% and cost increases only 5%. You also simulate changing warehouse locations: closer to customers saves fuel but raises rent. The simulation outputs a 'frontier' curve showing the best balance: for example, the lowest emission at each budget level. Managers then pick the point that fits their goals.
9. What are the benefits of issuing a green bond for a company?
Issuing a green bond can attract investors who want to support the environment, often called ESG (environmental, social, governance) investors. This can widen the investor base and sometimes lower the interest rate because demand is high. It also signals that the company is serious about sustainability, which may improve its reputation. The company can show clear use of proceeds, which helps in reporting and transparency. Moreover, green bonds often come with technical assistance from banks that help identify good projects. Sometimes, governments offer tax incentives or subsidies for green bonds. Overall, it can be a cheaper source of capital for green investments.
10. What are the risks for investors in sustainability-linked loans?
The main risk is that the borrower might set weak targets that are easy to meet, so the loan does not actually drive environmental improvement. This is called 'target dilution'. For example, a company could choose a target like 'reduce energy use by 1%' which it would do anyway. Another risk is that if the borrower fails to meet the target, the interest rate rises, but that only applies to the loan's terms. Also, verification of targets is self-reported, so lack of independent audit can be a risk. Finally, the loan is not tied to specific green projects, so there is no guarantee the money goes to green activities, just that the borrower meets overall performance.
11. What is the 'ship-from-store' strategy and its benefits?
Ship-from-store means when a customer orders online, the item is picked from a nearby store and shipped rather than from a central warehouse. Benefits include faster delivery because the store may be closer to the customer. It also uses store inventory that might otherwise sit unsold, reducing the need for discounts. The store can also handle returns from online orders, increasing customer footfall. However, it requires real-time inventory visibility and coordination to avoid selling the same item to an in-store customer. Analytics helps choose the best store for each order. This strategy often increases customer satisfaction and reduces overall shipping costs.
12. What is discrete-event simulation for supply chains?
Discrete-event simulation is a computer model that represents a supply chain as a sequence of happenings called events. Events occur at specific points in time, like an order arriving, a truck loading, or a machine breaking. The model jumps from one event to the next, updating the system state. For example, to simulate a warehouse, you define events like 'item picked' and 'item shipped'. This lets you see how the system behaves over time, including waiting times and bottlenecks. Unlike optimization, simulation does not give a best answer but lets you test different what-if scenarios. It is great for complex systems with randomness, like customer arrival times.