diff --git a/interview_answers/README.md b/interview_answers/README.md index 6e5e4b4..75ce769 100644 --- a/interview_answers/README.md +++ b/interview_answers/README.md @@ -1 +1,11 @@ -# Coming soon! +1Q. User says their internet is slow and that it takes ages to get to websites. What steps would you do to troubleshoot? + +1A. Confirm with user speed test, ask them is it one website or all? Check processes that might be eating bandwidth. Restart modem/router. Check wi-fi signal and/or try ethernet. Try other devices if possible. Check if there are bandwidth limitations. Do security scan. + +2Q. Tell me five ways to find the current date and time on a Linux system. + +2A. From the command terminal: date, timedatectl, hwclock, cat /proc/driver/rtc, ntpq -p. + +3Q. How would you delete a file called -f on a Linux system? + +3A. rm -- -f