Question
When can speculative execution be harmful?
Select an option. Your answer will be checked instantly.
Correct Answer: C. When tasks write to external systems with non-idempotent side effects
Explanation:
Duplicate attempts can repeat external updates or messages.
Side effects must be idempotent or speculation should be controlled.
Leave a Reply