Chapter 19 - Troubleshooting Theory, OSs & Security Flashcards

1
Q

tell me the three things that should never change, regardless of how you approach the troubleshooting process

19-931,932

A

always back up your data before making any changes to a system

establish priorities (escalate or de-escalate the job as necessary)

document EVERYTHING

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

tell me three questions you can ask the user for clarification on the problem at hand

19-933

A

can you show me the problem
how often does it happen
has any new hardware or software been installed recently

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what should you do when you encounter multiple problems that appear unrelated?

19-935

A

identify them one at a time and solve them one at a time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

say that you are troubleshooting and need to strip the system down to the basics. speaking in terms of SOFTWARE, what does this mean you’ll usually have to do?

19-936

A

get the computer into Safe Mode so that most of the drivers do not load and go from there

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

you are about to eliminate a possibility as to why something is not working right. why should you bother going to the vendor’s website as part of your troubleshooting process?

19-937

A

because there might be a specific solution for your problem.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

true/false: ALWAYS ground yourself before digging around inside the case

19-938

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

you are establishing a plan of action. you’ve just tested a solution, and depending on the results, you’ll now do one of three things:

19-939

A

if the first fix didn’t work, try something else
if needed, implement the fix on other computers
if everything is working, document the solution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what does it usually mean if you get the blue screen of death and your windows gui fails to start properly?

19-942

A

there’s a driver that’s misconfigured OR there’s some hardware that’s misconfigured

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

for windows xp, vista, and 7, tell me the name of the file that bootstraps the system

19-942

A

xp - NTLDR

vista and 7 - BOOTMGR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what’s the file that recognizes and loads the SCSI interface?

19-943

A

NTBOOTDD.SYS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

you have chosen to boot the system with the Boot Logging startup option engaged. what is the file that will hold the boot log information?

19-943

A

NTBTLOG.TXT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what does DLL stand for?

give me an example.

19-943

A

dynamic link library

HAL.DLL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is BOOT.INI?

19-943

A

its a text file that specifies what operating systems are installed on the computer and where they are on the partitioned disk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what are executive subsystems responsible for?

19-944

A

they parse the Registry for config info, and start services and drivers that are needed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

say that you have a system that starts shutting down and restarting when its not supposed to, and it just keeps on doing so. you’ve checked the sleep settings and found nothing out of the ordinary. what do you do next?

19-944

A

you need to start looking at drivers. put the computer into safe mode and go through them one by one till you find the one that is malfunctioning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what’s the likely reason that your RAID is not detected during installation?

19-945

A

you don’t have the right drivers taken care of

17
Q

tell me the path for rolling back a driver

19-945

A

go to device manager, click on the name of the device in question, go to properties, then on the drivers tab click the button for roll back driver

18
Q

if your device driver is not digitally signed by microsoft, what does that mean?

19-947

A

it means that it hasn’t been tested for compatibility with your version of windows

19
Q

you get a message saying that the BOOTMGR file is missing. what do you do?

19-948

A

you have two options:

system recovery options and choose startup repair
OR
type bootrec /fixboot at the command prompt

20
Q

what do you do if your BCD file is missing?

19-948

A

you have two options:

startup repair
OR
type bootrec /rebuildbcd at the command prompt

21
Q

what do you do if your GUI fails to load?

19-949

A

use the windows repair cd or installation dvd

22
Q

recovery console in windows xp is a command line utility used for troubleshooting. you have a similar tool in windows 7 and vista, but what is it called in those operating systems?

19-949

A

system recovery options

23
Q

you are in the recovery console and are using commands to fix stuff. what command do you issue to build or rebuild the BOOT.INI file?

19-950

A

BOOTCFG

24
Q

what does the FIXBOOT recovery console command do?

19-950

A

writes a new boot sector

25
Q

what does the FIXMBR recovery console command do?

19-950

A

checks and fixes (if possible) the master boot record

26
Q

which users can run the SFC machine?

19-952

A

only users with the administrative permissions

27
Q

You can use a recovery Cd set to bring the computer back to the point when it was new. When should you use the recovery set?

19-952

A

only when you’re ready to start from scratch

28
Q

what’s a quick way to get to the disk defragmenter?

19-953

A

type defrag into the search box and go from there

29
Q

what is REGSVR32?

19-956

A

its a tool that allows you to register and unregister modules and controls for troubleshooting purposes.