QA / QA Automation
How are automated tests integrated into the CI/CD pipeline and how are they run?
When can testing be considered complete?
You said that you automated a lot and used patterns. What patterns did you use in automation?
What is CI/CD and why is it needed?
What is deadlock and race condition?
What is a test (test case)?
Расскажите про иерархию Throwable, Exception, Error, разницу Checked и Unchecked исключений
[Name] tell about your last work experience: what project you worked on, what percentage was manual and automated testing, how many people were in the team?
QA can be involved in the planning process and highlight risks so that the developer already understands what to write. Do you agree?
Find discrepancies in the implementation of the requirements. Requirements: The program outputs numbers from 0 to 100 inclusive. Instead of numbers divisible by three, the program should output the word "Fizz", and instead of numbers divisible by five — the word "Buzz". If a number is divisible by both 3 and 5, the program should output the word "FizzBuzz".
What is a functional interface, and how does it differ from a regular one?
Bug lifecycle
Have you worked with message brokers?
Is the feature branch merged into dev, and on staging, does it deploy the dev branch or a separate release (master)?
Advanced SQL task: for each client, find the payment ID, client ID, and the number of days from the first payment.
Is it possible to access non-relational databases using SQL?
Which framework would you choose now for UI automation testing?
What practice from your last project would you like to transfer to your new workplace?
How many people worked on the first project where there was no asynchronous processing?
Tell me about the static modifier. How does a static class differ from a regular one?