Interview Question
Qus: How to replicate the production issue in UAT or Dev , for fixing the bugs and what will be approach ?
You can follow the below steps -
1. Reproduce the problem.
2. Analyze the problem.
3. Check how old is the defect.
4. Check what is the impact.
5. Prioritize the problem.
6. Determine the fix.
7. Schedule the fix.
8. Code, Test, & Deploy the fix.
9. Root cause analysis.
Answers (2)
1. Reproduce the problem.
2. Analyze the problem.
3. Check how old is the defect.
4. Check what is the impact.
5. Prioritize the problem.
6. Determine the fix.
7. Schedule the fix.
8. Code, Test, & Deploy the fix.
9. Root cause analysis.