Objective 5.1 Flashcards

(53 cards)

1
Q

What is the first step in troubleshooting methodology?

A

Identify the problem | OBJ 5.1 | Troubleshooting always begins by clearly defining the issue before attempting fixes.

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

What does ‘gather information’ involve when identifying a problem?

A

Collect as many details as possible about the issue | OBJ 5.1 | Thorough details (logs, error messages, network conditions) help pinpoint the problem quickly.

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

Why should you question users during troubleshooting?

A

They are the best source of details about symptoms and recent changes | OBJ 5.1 | End-users often notice issues first; their input can highlight triggers you may overlook.

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

Why is identifying symptoms important?

A

There may be multiple symptoms pointing to the root cause | OBJ 5.1 | Isolating all symptoms helps determine if the issue is localized, systemic, or related to other failures.

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

Why should you check if anything has changed recently?

A

Recent changes often cause new problems | OBJ 5.1 | Configuration changes, patches, or physical changes in cabling can directly trigger network issues.

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

Why duplicate the problem if possible?

A

The issue is easier to troubleshoot if you can see it happening | OBJ 5.1 | Reproducing the problem confirms it’s real, consistent, and not user error.

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

How should you handle multiple problems during troubleshooting?

A

Approach them individually, breaking them into smaller pieces | OBJ 5.1 | Tackling one issue at a time avoids confusion and prevents overlapping fixes from hiding the real cause.

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

What is the purpose of establishing a theory of probable cause?

A

To propose the most likely explanation for the problem | OBJ 5.1 | A theory guides testing and avoids wasted time chasing irrelevant causes.

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

What is the ‘Occam’s razor’ principle in troubleshooting?

A

Start with the simplest and most obvious solution | OBJ 5.1 | Often, the easiest explanation (loose cable, misconfigured port) is correct.

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

Why should you consider both obvious and non-obvious causes?

A

Problems may stem from hidden or complex issues | OBJ 5.1 | A broad perspective prevents overlooking less common causes.

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

What does ‘top-to-bottom’ or ‘bottom-to-top’ mean in troubleshooting?

A

Examining issues across all OSI model layers | OBJ 5.1 | Systematic analysis ensures no layer (cabling, addressing, routing, application) is skipped.

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

What does ‘divide and conquer’ mean in troubleshooting?

A

Break the problem into smaller parts and eliminate what doesn’t apply | OBJ 5.1 | Narrowing scope speeds up finding the true cause.

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

What should you do after confirming your theory?

A

Determine next steps to resolve the problem | OBJ 5.1 | Once validated, the theory becomes the basis for your action plan.

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

What if your theory doesn’t resolve the issue?

A

Re-establish a new theory or escalate the problem | OBJ 5.1 | Failed theories require adjustment or assistance from higher-level support.

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

What is the goal of a plan of action?

A

Correct the issue with minimal impact | OBJ 5.1 | A good plan ensures the fix doesn’t cause more problems than it solves.

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

Why should you identify potential effects before implementing a fix?

A

Every plan can fail, so you need fallback options (Plan B and C) | OBJ 5.1 | Planning alternatives reduces downtime if the primary fix fails.

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

Why should fixes be implemented during a change control window?

A

To minimize user disruption and allow rollback if needed | OBJ 5.1 | Scheduled windows provide a safe time to test changes without impacting production.

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

When should you escalate a problem?

A

When you lack resources, expertise, or authority to fix it | OBJ 5.1 | Escalation ensures the issue reaches someone who can resolve it efficiently.

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

Why is verifying system functionality important?

A

A fix isn’t complete until the system works as intended | OBJ 5.1 | Always confirm resolution with testing and customer validation.

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

What is the purpose of implementing preventive measures?

A

To avoid the issue from recurring | OBJ 5.1 | Preventive steps strengthen the network and reduce future downtime.

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

Why should you document troubleshooting findings?

A

To capture lessons learned for future reference | OBJ 5.1 | Documentation prevents knowledge loss and improves future troubleshooting.

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

What kind of system should be used to store documentation?

A

A formal knowledge base or searchable database | OBJ 5.1 | Centralized, searchable records make solutions accessible across the team.

23
Q

A user reports intermittent Wi-Fi connectivity after a firmware patch. According to 5.1, which step should you begin with?

A

Identify the problem | OBJ 5.1 | Start by gathering information, identifying symptoms, and confirming if recent changes caused the issue.

24
Q

During troubleshooting, you find the server is down, but the user also reports slow logins. According to 5.1, how should you handle these?

A

Approach problems individually | OBJ 5.1 | Break issues apart and tackle one at a time to avoid overlapping fixes.

25
Place these steps in correct order: Establish a plan of action, Test the theory, Document findings.
1) Test the theory, 2) Establish a plan of action, 3) Document findings | OBJ 5.1 | Testing comes before action; documentation is always the final step.
26
Which comes first: Verify full system functionality or Implement the solution?
Implement the solution | OBJ 5.1 | You must first apply the fix before testing functionality.
27
You implemented a fix during the change control window, but the issue persists. According to 5.1, what should you do next?
Re-establish a new theory or escalate | OBJ 5.1 | If a solution fails, revisit the theory or involve higher-level support.
28
Why is duplication of the problem tied closely to establishing a theory?
Because confirming the issue in real time provides evidence to support or reject your initial theory | OBJ 5.1 | Seeing the issue happen makes the theory testable.
29
How does 'Test the theory' differ from 'Verify full system functionality'?
'Test the theory' checks if your proposed cause is correct, while 'Verify full functionality' ensures the system works completely after the fix | OBJ 5.1 | The first tests the cause, the second tests the result.
30
What’s the difference between 'Question users' and 'Identify symptoms'?
'Question users' gathers subjective input, while 'Identify symptoms' looks for observable technical signs | OBJ 5.1 | Both combined form a full problem picture.
31
You cannot reproduce a reported issue, but logs confirm unusual errors. Which 5.1 step should you follow?
Escalate the problem | OBJ 5.1 | If duplication fails but evidence exists, escalate with logs for higher-level support.
32
A fix worked, but during testing you discover a new unrelated issue. According to 5.1, what’s the correct next step?
Document and separate the issues | OBJ 5.1 | Confirm the first issue is resolved, then treat the new one as a separate problem following step 1 again.
33
A technician swapped fiber strands, but the link still fails. Which troubleshooting methodology step should be repeated?
Test the theory | OBJ 5.1 | The failed test requires re-checking or developing a new theory.
34
A user reports that Outlook crashes every morning at the same time. Which initial question aligns with 5.1?
Has anything changed recently? | OBJ 5.1 | Scheduled tasks, updates, or backups may coincide with the failure.
35
You find multiple VLAN misconfigurations. According to 5.1, why should you avoid fixing them all at once?
To approach problems individually | OBJ 5.1 | Resolving one at a time avoids masking the root cause.
36
Order these troubleshooting steps: Establish theory, Verify functionality, Identify problem, Implement solution.
1) Identify problem, 2) Establish theory, 3) Implement solution, 4) Verify functionality | OBJ 5.1 | This ensures structured troubleshooting.
37
Which comes later: Establish plan of action or Document findings?
Document findings | OBJ 5.1 | Documentation always occurs after the problem has been resolved and verified.
38
Why is 'Verify full functionality' essential before documentation?
Because documenting a fix that hasn’t been validated leads to incomplete or misleading records | OBJ 5.1 | Verification ensures the resolution is final.
39
Why does change control tie directly into implementing the solution?
Because fixes must be done at a controlled time to minimize impact and risk | OBJ 5.1 | Change control reduces disruption and ensures rollback is possible.
40
Why is escalation an important fallback in the methodology?
It prevents wasted time and ensures the issue is handled by the right expertise | OBJ 5.1 | Escalation keeps troubleshooting efficient.
41
Compare 'Gather information' with 'Duplicate the problem.'
'Gather information' collects user/system input, while 'Duplicate' recreates the problem to observe it firsthand | OBJ 5.1 | Both are early steps but one is indirect, the other direct.
42
Compare 'Plan of action' with 'Implement the solution.'
'Plan of action' designs the fix and considers risks, 'Implement' executes it | OBJ 5.1 | One is theoretical, the other is practical execution.
43
What’s the difference between 'Preventive measures' and 'Document findings'?
Preventive measures reduce recurrence; documentation preserves knowledge | OBJ 5.1 | One stops future problems, the other records past solutions.
44
A critical router issue occurs outside your skill level. Which two steps of 5.1 are most relevant?
Escalate the problem and document findings | OBJ 5.1 | Escalation solves the issue, and documentation ensures knowledge transfer.
45
You replaced a faulty cable but the application error persists. Which OSI-level troubleshooting approach does 5.1 suggest next?
Move up the OSI model (data link, network, transport) | OBJ 5.1 | Divide and conquer by moving layer by layer.
46
A customer insists the issue is unresolved, but your monitoring shows normal activity. According to 5.1, what should you do?
Verify functionality with the customer | OBJ 5.1 | User confirmation is required before closing the case.
47
Which steps of 5.1 focus on avoiding future recurrences?
Verify functionality and Implement preventive measures | OBJ 5.1 | They ensure stability beyond just fixing the immediate issue.
48
Which steps of 5.1 involve risk management?
Plan of action and Implement solution | OBJ 5.1 | Both require minimizing impact and using controlled changes.
49
Which step ensures that troubleshooting knowledge becomes institutional knowledge?
Document findings | OBJ 5.1 | Recording lessons learned prevents the same mistakes from repeating.
50
Why does Occam’s razor apply in troubleshooting?
Because simple explanations (loose cable, unplugged device) are often correct | OBJ 5.1 | Start with the obvious before complex causes.
51
Why should you approach troubleshooting with both top-down and bottom-up OSI methods?
Because different issues may reveal themselves at different OSI layers | OBJ 5.1 | Using both ensures complete coverage.
52
Why does documenting outcomes improve future escalation?
Because records give advanced teams context, speeding up resolution | OBJ 5.1 | Escalated issues are resolved faster with documentation.
53
Why should customer validation be part of verifying functionality?
Because the issue is only fixed if the end-user confirms it meets expectations | OBJ 5.1 | Technician tests alone may miss user-specific problems.