What was the ratio of manual to automated testing at Sovcombank?
QA / QA Automation
What is an equivalence partitioning?
In which file is the SOAP service described and accessed?
What is the difference between method overloading and overriding?
What should you do when a bug ticket from support arrives?
What is the difference between PUT and POST?
Have you worked with Stream API in Java? What methods do you know? What is the difference between terminal and intermediate operations?
List the implementations of the List interface that you know.
How to test without documentation on the project?
What are DTO and POJO? Can DTO with Lombok annotations be considered POJO?
What is pairwise testing, where is it used, and what does it look like?
What is your attitude towards Cucumber? Have you worked with it before?
Have you worked with Kubernetes?
List the HTTP methods you know.
Questions about SQL: JOINs, the order of logical execution of SELECT queries.
Questions about C# and .NET: async/await without await, reference and value types, class differences.
The regression is green, but a defect is received upon delivery — what does this mean?
What is the difference between cookies and session storage? Have you worked with local storage?
How are parameters passed in a GET request?
What annotations do you know in JUnit? Have you used annotations to disable tests? Have you used parameterized tests and how are parameters passed in JUnit?