QuiztudyPREMIUM
Google IT Automation with Python Professional Certificate • STUDY MODE
WHY PROGRAMS CRASH
QUESTION 1 OF 9
When using Event Viewer on a Windows system, what is the best way to quickly access specific types of logs? Nailed it! The Create Custom View action is used to filter through logs based on certain criteria.
A
Export logsB
Create a custom viewCorrect AnswerC
Click on System ReportsD
Run the head commandQUESTION 2 OF 9
An employee runs an application on a shared office computer, and it crashes. This does not happen to other users on the same computer. After reviewing the application logs, you find that the employee didn’t have access to the application. What log error helped you reach this conclusion? Keep it up! In this case, the "Permission denied" error means that the user didn’t have access to the application executable in order to run it.
A
“No such file or directory”B
“Connection refused”C
“Permission denied”Correct AnswerD
“Application terminated”QUESTION 3 OF 9
What tool can we use to check the health of our RAM? Awesome! memtest86 and memtest86+ are memory analysis software programs designed to test and stress test the random access memory of an x86 architecture system for errors, by writing test patterns to most memory addresses, then reading data back and checking for errors.
A
Event ViewerB
S.M.A.R.T. toolsC
memtest86Correct AnswerD
Process MonitorQUESTION 4 OF 9
You've just finished helping a user work around an issue in an application. What important but easy-to-forget step should we remember to do next? Right on! If there is a repeatable error present in a program, it is proper etiquette to report the bug in detail to the developer.
A
Fix the codeB
Report the bug to the developersCorrect AnswerC
Reinstall the programD
Change the user’s passwordQUESTION 5 OF 9
A user is experiencing strange behavior from their computer. It is running slow and lagging, and having momentary freeze-ups that it does not usually have. The problem seems to be system-wide and not restricted to a particular application. What is the first thing to ask the user as to whether they have tried it? Woohoo! The first step is identifying the root cause of the problem. Resource monitors such as Activity Monitor (MacOS), top (Linux and MacOS) or Resource Monitor (Windows) can help us identify whether our bottleneck is CPU-based or memory-based.
A
Adding more RAMB
Reinstalling WindowsC
Identified the bottleneck with a resource monitorCorrect AnswerD
Upgrade their HDD to an SSDQUESTION 6 OF 9
A user reported an application crashes on their computer. You log in and try to run the program and it crashes again. Which of the following steps would you perform next to reduce the scope of the problem? Awesome! Reviewing logs is the next best step to determine if logs reveal any reason for the crash.
A
Check the health of the RAMB
Switch the hard drive into another computerC
Check the health of the hard driveD
Review application logsCorrect AnswerQUESTION 7 OF 9
Where should you look for application logs on a Windows system? Great job! The Event Viewer app contains logs on a Windows system.
A
The /var/log directoryB
The .xsession-errors fileC
The Console appD
The Event Viewer appCorrect AnswerQUESTION 8 OF 9
An application fails in random intervals after it was installed on a different operating system version. What can you do to work around the issue? Nice work! A container allows the application to run in its own environment without interfering with the rest of the system.
A
Use a wrapperB
Use a containerCorrect AnswerC
Use a watchdogD
Use an XML formatQUESTION 9 OF 9
Where is a common location to view configuration files for a web application running on a Linux server? Right on! The /etc directory will contain the application folder that stores configuration files.
A
/etc/<app folder>Correct AnswerB
/var/log/<app folder>C
/srv/<app folder>D
/<app folder>Ready to test your recall?
When using Event Viewer on a Windows system, what is the best way to quickly access specific types of logs? Nailed it! The Create Custom View action is used to filter through logs based on certain criteria.
A
Export logs
B
Create a custom view
C
Click on System Reports
D
Run the head command
How confident are you in this answer?