1.

Given the urgency with which a crucial hotfix must be deployed - What kind of testing technique would you use if you were in charge of the project?

Answer»

In this case, the interviewer is most interested in learning more about you.

  • What types of test STRATEGIES can you conceive of and how do you PLAN to IMPLEMENT them?
  • What kind of coverage would you provide in the event of a hotfix?
  • How would you test the hotfix after it's been deployed? etc.

If you can relate to the problem, you can use real-life circumstances to answer such questions. You should also explain that you would not be willing to deliver any code to production without proper testing.
When it comes to essential fixes, you should always collaborate with the developer to figure out what AREAS they might affect and set up a non-production environment to test the change. It's also worth noting that you'll continue to MONITOR the fix (using monitoring tools, dashboards, logs, and so on) after it's been deployed to look for any anomalous behaviour in the production environment and ensure that the fix hasn't had any negative consequences.



Discussion

No Comment Found