Week 3 – Crashing Programs

troubleshooting and debugging techniques week 3 Practice Quiz: Why Programs Crash 1. When using Event Viewer on a Windows system, what is the best way to quickly access specific types…

0 Comments

Week 2 – Slowness

troubleshooting and debugging techniques week 2 Practice Quiz: Understanding Slowness 1. Which of the following will an application spend the longest time retrieving data from? Answers CPU L2 cacheRAMDiskThe network…

0 Comments

Week 1 – Troubleshooting Concepts

troubleshooting and debugging techniques week 1 Practice Quiz: Introduction to Debugging 1. What is part of the final step when problem solving? Answers DocumentationLong-term remediationFinding the root causeGathering information 2.…

0 Comments

Week 4 – Collaboration

introduction to git and github week 4 Practice Quiz: Pull Requests 1. What is the difference between using squash and fixup when rebasing? Answers Squash deletes previous commits.Squash combines the…

0 Comments

Week 3 – Working with Remotes

introduction to git and github week 3 Practice Quiz: Introduction to GitHub 1. When we want to update our local repository to reflect changes made in the remote repository, which…

0 Comments