QA / QA Automation
Name a few list methods in Python that come to mind immediately.
Tell us what you expect from a new workplace and what you would not want to repeat (negative moments)?
Has there ever been a situation where manual testing is better for new tests?
Are you familiar with financial instruments: stocks, bonds, repos?
Define the primary and foreign keys in the accounts and payments tables
A developer closed a bug saying it is not reproducible, but you see it 100% of the time. How to act?
Would you like to develop towards programming?
What are the advantages of microservices architecture over monoliths? Specifically for testers.
Do you use neural networks / AI agents in your work?
Name the non-functional tests you would conduct for this service.
You said that you automated a lot and used patterns. What patterns did you use in automation?
There is a functionality that you are developing together with another team. During testing, you encountered problems: 1. Integration between two services: which, as it turned out, have different data formats. 2. You found a bug on the frontend: when the frontend sends a request to the service, and the service responds that such a method does not exist. 3. There is an urgent need to test the new functionality together with another team, but they report that they are not ready to test, and this task is not a priority for them. What will you do?
Расскажите про иерархию Throwable, Exception, Error, разницу Checked и Unchecked исключений
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".
From what amount do you consider job offers?
Can you tell about your automation experience in Java, what tasks you solved with this stack?
What are the alternatives to REST and gRPC?
Have you worked with SQL on your project?
In this scenario, was your microservice a producer or a consumer?
Is the feature branch merged into dev, and on staging, does it deploy the dev branch or a separate release (master)?