Amazon Interview Question for Software Engineer in Tests






Comment hidden because of low score. Click to expand.
0
of 0 vote

1) check if the program is compatible with your OS
2) try to update the program
3) check for missing dlls( if you know what dlls or libs it should have)
4) uninstall and reboot the system and reinstall the program.
5) if problem persist then google the problem.
6) If no Solution found then ask your peers if they know any solution.
7) at last contact the vendor ( if you are lucky customer care people will resolve your problem )

- tito April 28, 2011 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

On 5.If problem persists then search for solution through internet rather than (google the problem) .Hope u dont mind this change:)

- nivedha May 03, 2011 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

You should start by looking at the error message which you get when you try to run the program.
1)If error message is missing dll or like you can find that dll and copy it at your installed location
2)Google it

- Lucky May 04, 2011 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

are they really asking such lame questions for SDE position?

- baghel May 23, 2011 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Guys, the question is how to debug the issue, not how to fix the issue. Delete and reinstall will not help you to find a root cause of the problem (and this is the main goal of debugging).
Hence, appropriate steps would be:
1. Try to find an installation log file and read for the error.
2. If error is there - try to find the root cause of the error. If not - keep digging.
3. See documentation for the program. Is your machine is good enough for the program?
4. Try to find OS memory dump file. Check if the error is there. If not - keep digging.
5. Try to install the same application on another machine with the same OS. Check if the error is there. If no - the problem is with that particular machine.
6. If no info is found - contact the support team. Maybe there are some hidden log files on your machine. Or they know how to fix it.

- TestVP April 15, 2020 | Flag Reply
Comment hidden because of low score. Click to expand.
-1
of 1 vote

check for missing files (dll, libs etc)
worst case uninstall and install again and hope it works...

further, format the system (hoping somethign was wrong with the os) and then install the program again

still doesnt work...contact a vendor

- Anonymous April 28, 2011 | Flag Reply


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More