Application Service & Fault Issues

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/28

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:49 PM on 6/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

29 Terms

1
New cards

If an application crashes, what is the first priority?

preserve any data that was being processed

2
New cards

What features can minimize data loss from application crashes?

Microsoft Office recovery files, Windows File History, and OneDrive cloud storage

3
New cards

Before ending a crashed application, what should you try first?

give the process time to become responsive again

4
New cards

What should you establish before ending a crashed application?

whether you need to try to recover data from temporary files or folders

5
New cards

What should you use to end a crashed application process after preserving data?

Task Manager

6
New cards

If an application crashes continually, what should you check for possible causes?

the event logs

7
New cards

What should you try to identify when an application keeps crashing?

whether the cause lies in processing a particular data file

8
New cards

If you cannot identify a specific cause of an application problem, what is the generic solution?

check for an application update

9
New cards

Where is the application update option usually located?

in the Help menu

10
New cards

If an update does not fix an application problem, what is the next step?

uninstall then reinstall, or perform a repair installer

11
New cards

What might help if the Windows installer fails to remove every file and registry setting?

following manual uninstall instructions

12
New cards

If you see "One or more services failed to start" during Windows load, what should you check first?

Event Viewer or the Services snap-in

13
New cards

What can you try first with a service that failed to start?

start or restart the service manually

14
New cards

If a noncritical service gets stuck at startup, how can it be configured?

delayed start

15
New cards

Why must service dependencies be checked?

some services cannot start until a dependent service is running

16
New cards

What must you verify about a service account?

that it is a valid user or system account and the configured password is correct

17
New cards

If a core Windows service is affected, what should you check and scan?

system files, the disk for errors, and malware

18
New cards

If an application service is affected, what should you try?

reinstalling the application

19
New cards

What command can re-register a DLL that a service relies upon?

regsvr32

20
New cards

What can faulty software uninstall routines leave behind?

orphan registry entries and startup shortcuts

21
New cards

Which tools can you use to look for orphaned items?

msconfig or regedit

22
New cards

Why can time drift cause problems?

authentication and backup depend on closely synchronized time

23
New cards

How much time discrepancy can some authentication systems be intolerant of?

30 or 60 seconds

24
New cards

What motherboard component keeps local PC time?

a battery-powered real-time clock (RTC) chip

25
New cards

Why is the RTC chip not a reliable authoritative time source?

relying on internal time can lead to time drift

26
New cards

What can happen if remote clients use different time sources than network servers?

servers and clients can time drift

27
New cards

What should network services ideally use as time sources?

GPS-synchronized time sources or a pool of Internet time sources

28
New cards

Why is sampling from a pool of time sources useful?

helps to identify and resolve drifts

29
New cards

What should clients use as authoritative time sources?

the servers