Sobes.tech

QA / QA Automation

How would you test an order management microservice that has CRUD operations, Kafka integration, logs, and integration with external payment services?

Senior
337

What specific cases would you check for CRUD operations with orders (from a user flow perspective)?

Senior
274

Name the non-functional tests you would conduct for this service.

Senior
213

How would you test Kafka — that it correctly processes data and recovers properly in case of failure?

Senior
206

How would you test logs? What would you pay attention to before the final release?

Senior
199

What non-functional tests can be performed with Kafka?

Senior
199

What will you do first when testing a new service if you have a diagram, a link to the stand, and minimal documentation?

Senior
194

How would you test the integration with an external payment service?

Senior
187

Is the DELETE method idempotent or not? Why?

Senior
177

How is Kafka structured and how does it work in general?

Senior
176

Tell me about tracing — what is it used for?

Senior
171

Name boundary cases when creating an order.

Senior
163

Practical task: write assertions for the existing order creation test and cover the created order with checks.

Senior
161