Can you tell about your automation experience in Java, what tasks you solved with this stack?
QA / QA Automation
What documentation have you had to write for a project?
What is the difference between an abstract class and an interface?
What is the testing pyramid and why can't everything be covered with end-to-end tests?
What are the main groups of HTTP response codes?
What are relational databases, and how do they differ from non-relational databases?
Do you think there is a difference between testing and quality assurance?
Tell about the testing pyramid. Why do E2E tests occupy the top and should be the least?
What is synchronous and asynchronous interaction between services?
[Name] talks about the testing process at previous places (what is input, what you do yourself, how you evaluate) — on the example of Sogkombank.
What other joins do you remember? What does Inner Join mean?
Given a sorted array of distinct integers and a target value, return the index if the target is found. If not, return the index where it would be if inserted in order. Example 1: Input: nums = [1,3,5,6], target = 5 Output: 2 Example 2: Input: nums = [1,3,5,6], target = 2 Output: 1 Example 3: Input: nums = [1,3,5,6], target = 7 Output: 4
How was the regression test suite assembled? What did it include?
Can you tell me more about working with REST Assured?
What is WebSocket and how does it differ from HTTP?
Did you also write test plans?
What types of exceptions do you know in Java and how do they differ?
What do the codes 401 and 403 mean?
What is a functional interface, and how does it differ from a regular one?
What aggregate functions do you remember?