technical question

Soldato
Joined
7 Sep 2008
Posts
5,627
think of this as an interview technical/competent question

If you had to fix something technical what would you fix and how would you go about it?

any ideas how to answer that?
 
Would depend a lot on the type of technical, eg is it mechanical, or electrical etc?

But for me, basically, I would start by observing the result of the issue to narrow down the cause of it, then if I had a good idea what was wrong, I would start by taking a close look (opening up & probing with a multimeter/oscilloscope for example). If I didn't have any idea, I would probably google it to see if anyone else had come across the problem. (although they're probably not looking for that last bit in an interview question, but they might like you saying you would consult with people you know that might have come across something similar)
 
1. Make sure I understood the problem, observing the failure in person if possible.

2. Obtain as much relevant information as possible, debug logs, screen shots etc.

3. Attempt to reproduce the problem in a development/test environment.

4. Identify and fix the defect using the appropriate tools e.g. debuggers, packet sniffers, code analysis, internet resources

5. Deploy the fix and test that the original failure no longer occurs. Suppose you'd better make sure you haven't broken anything else too :p
 
If the computer has sata connection it should work fine but you wont get sata3(6gbs) transfer speed

1. Make sure I understood the problem, observing the failure in person if possible.

2. Obtain as much relevant information as possible, debug logs, screen shots etc.

3. Attempt to reproduce the problem in a development/test environment.

4. Identify and fix the defect using the appropriate tools e.g. debuggers, packet sniffers, code analysis, internet resources

5. Deploy the fix and test that the original failure no longer occurs. Suppose you'd better make sure you haven't broken anything else too :p

Not bad
 
We have a similar interview question in work, and the first thing we want people to say is that they will go and talk to the user who is having the problem to understand what is going wrong.
 
Back
Top Bottom