What are indexes in a database, and what are their advantages and disadvantages?
QA / QA Automation
Do you have a military ID?
[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?
What do you think is the purpose of implementing test automation?
If the backend is fully covered with tests, is it still necessary to test the UI, or can it be left untouched?
Have you worked with REST protocol through automation tools?
What does the broker consist of?
Why did you specifically use INNER JOIN instead of LEFT/RIGHT JOIN?
Will I need equipment?
Have you worked with message brokers? Have you tested Kafka manually or through automated tests?
In general, do you think there are situations where automated testing should not be started at all?
Can you give examples of test scenarios implemented in Java?
What metrics should be ideally collected to assess the process and quality of testing (not just automation)?
What about metrics already in production — do you analyze errors that come after release?
Why are you looking for a job?
Can you tell what the keyword Final means in Java?
You have two tables: customers and orders. Write an SQL query that will display customer names and the names of the products they ordered. Show only customers who have at least one order. Customers table id name 1 Alice 2 Bob 3 Charlie 4 Diana Orders table id customer_id product 1 1 Laptop 2 2 Smartphone 3 1 Mouse 4 3 Keyboard 5 2 Monitor
How ready are you to start working?
What are the advantages of microservices architecture over monoliths? Specifically for testers.
What documentation have you had to write for a project?