I have a few questions for those who do system design interviews or have a solid understanding of system design.
- Do you think it is possible to automate system design interviews by creating assessments/tests for them?
- Do you think it's possible to create an automatic evaluation mechanism that will receive an input file that'll define the design and connections between components (Load balancer, servers, etc..) and evaluate it to see how it works for a given load?
- As a human could you evaluate a final design if you had only the requirements and the final design that someone did?