Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion interview_answers/README.md
Original file line number Diff line number Diff line change
@@ -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