Amazon Interview Question for Quality Assurance Engineers


Country: India
Interview Type: In-Person




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

1- how about enabling java console and run the app again, then see what console says on application crash.
2- Checking the application logs (if available).
3- Checking java environment (including path, CLASS_PATH etc) for possible issues.

- arz February 26, 2014 | Flag Reply
Comment hidden because of low score. Click to expand.
1
of 1 vote

Delta :- Change in the environment would be my primary concern. Like , Updates from the OS or the dependent library.

- hprem991 February 24, 2014 | Flag Reply
Comment hidden because of low score. Click to expand.
1
of 1 vote

I would add to that dependent resources. For example, maybe the application is supposed to connect to some web service, URL, or database that's not available today for some reason, and the application does not correctly handle the exception that results.

Maybe the user deleted some data or configuration file accidentally.

- eugene.yarovoi February 27, 2014 | Flag
Comment hidden because of low score. Click to expand.
1
of 1 vote

First of all, try to find out the pattern of reoccurence..
Secondly, check the error message or warning that appears when the app crashes
Look for memory error, leak, overshooting of CPU usage, unsufficient RAM or low disk space type of problems if this is related to memory.
Look for DLL not found, classpath not correct, file missing or file not accessible type of issues
look for if the application is allowed to run under a specific user or permission set
look for the event log to get precise sequence after which error occurs
Look for any dependent DLLs that are clashing
Look for any process/thread deadlock
Look for any dependency that is over the network and if there is any failure in network communication that is hampering the connectivity.

- Asheesh May 16, 2014 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

If there is crash of application means that application gave core dump . So analyze the core dump to know the cause .
There can be many reason from crash .. h/w bus fault/socket closures etc ..

- Pragti February 27, 2014 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Start from basic till end
1. Restart the application
2. Restart the System
3. Check the RAM of System
4. Remove system cache and temp files to make more space
5. Check if jre is installed may be you have deleted by mistake
6. Check CLASS PATH is right or not
7. Check the error or warnings which it is throwing while crashing.
8. Run the application as Administrative permissions.
9. Restore the system to previous restore point.
10. Try to debug the code of the application and check at which point it is breaking.
11. Try to google if you found some error or warnings.
12. Check the console to find the error.
13. Check the internet connectivity if application require the internet connection.
14. Check the dependency in the application.
These are some basic scenarios which user can try if he doesn't have the knowledge of coding and he need to debug the app.

- naps April 21, 2014 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

1. Low memory available for the Java application
2. CPU usage of the system is at its peak
3. Too many users accessing the application at the same time
4. Memory leak
5. GC is full
6. Check if the software is corrupted
7. Check the Application server to see if all the files are present.
8. Check if license server is up and running
9. Check if enough memory is present on the database.
10. Virus attack on the system
11. Environment variables and path not set.
12. Check if all the softwares are present and updated
13. Application code has a call to System.exit
14. JDBC drivers might create a problem
15. JVM code optimization
16. Presence of wrong native libraries in PATH
17. File permissions are not given

- AD July 25, 2014 | 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