How to Explain External Call Risks in Solidity Interviews?
Had a Solidity dev interview recently, and they threw this at me: What are the risks of using external calls in smart contracts, and how do you mitigate them?
I covered the usual suspects—reentrancy attacks, gas efficiency, and external contract reliability—but now I’m wondering if I missed anything important.
For those who've tackled this in interviews, how did you structure your response? Any key points that helped you stand out? Trying to refine my answer and make it as clear and solid as possible. Would love to hear your thoughts!