troubleshooting and debugging techniques week 1
Practice Quiz: Introduction to Debugging
1. What is part of the final step when problem solving?
- Documentation
- Long-term remediation
- Finding the root cause
- Gathering information
2. Which tool can you use when debugging to look at library calls made by the software?
- top
- strace
- tcpdump
- ltrace
3. What is the first step of problem solving?
- Prevention
- Gathering information
- Long-term remediation
- Finding the root cause
4. What software tools are used to analyze network traffic to isolate problems? (Check all that apply)
- tcpdump
- wireshark
- strace
- top
5. The strace (in Linux) tool allows us to see all of the _____ our program has made.
- Network traffic
- Disk writes
- System calls
- Connection requests