Have you configured any pipelines yourself?
QA / QA Automation
What is the difference between PUT and PATCH requests?
Do you agree in advance during grooming that developers will write unit tests, and you understand that you will cover them?
How are automated tests integrated into the CI/CD pipeline and how are they run?
What is a message queue? How to test applications that work with a message queue?
POST /api/v1/transfers/internal Idempotency-Key: UUID (required) Authorization: Bearer <token> { "source_account_id": "83740e53-609c-[phone]f9e61f22401", "destination_account_id": "[phone]f5c-[phone]a", "amount": 1500.50, "currency": "USD", "description": "payment for rent", "save_as_template": true } { "status": "success", "transaction_id": "77e1c83b-7bb0-437b-9250-8c9339e0538b", "data": { "amount": 1500.00, "currency": "USD", "executed_at": "[phone]T23:15:00Z", "template_saved": true } } [Sequence diagram and database schema are provided for context]
How do you synchronize developer tests with your tests? What percentage of tests are written on the service?
Have you heard of the Three Amigos practice?
Do you know what rank-based development is?
How do nested subqueries work in a database? How to perform a nested SELECT from one table to another?
Is there a tool where you can see how the product is covered by tests?
Have you tested documentation? How did you participate in grooming and meetings?
For web, do you use QA Automation — what tools exactly?
You use these tools for writing automated tests — do you write on backend or frontend?
What level of automated tests does the team support? Unit, integration, E2E?
Which automated tests are you specifically responsible for as a QA?
POST /api/v1/transfers/internal ● Idempotency-Key: UUID (обязательный) ● Authorization: Bearer <token> { "source_account_id": "83740e53-689c-[phone]f9e61f22401", "destination_account_id": "[phone]f5c-[phone]a", "amount": 1500.50, "currency": "USD", "description": "Payment for rent", "save_as_template": true } { "status": "success", "transaction_id": "77e1c83b-7bb0-437b-9250-8c9339e0538b", "data": { "amount": 1500.00, "currency": "USD", "executed_at": "[phone]T23:15:00Z", "template_saved": true } } [The sequence diagram and database schema are provided for context on the transfer service, business logic, event publishing, and database structure.]
What is your process for writing automated tests? When do you get involved in writing automated tests?
What tools, libraries, frameworks do you have experience with in web automation?