Interview Guides
You have just deployed a new binary as part of a pipeline step, and it fails immediately when the process starts. You want to inspect what the binary is doing at the system call level before it exits.
Explain how you would use strace to figure out why a newly deployed binary is failing to start.