QA / QA Automation
Can you tell what the keyword Final means in Java?
REST API: how to create a mock service? Provide examples of tools.
What does your day look like when you are creating test cases or automated tests? Do you use AI for writing test code?
Implement a function to determine if two words are anagrams. Example: кабан — банка
Is there a concept of certificates here (in the context of HTTPS)?
Why did you decide to leave a promising company?
What is Redis, what is it used for in the project?
How to intercept and modify API responses in Playwright for UI testing?
So your tests are integration tests — one service goes into another service or into a database?
Find discrepancies in the implementation that do not meet 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, then the program should output the word "FizzBuzz".
What does ICMP do and what parameters can be set in ping?
Have you worked with Selenium and what do you know about it?
How were API tests organized in the project? What was the structure?
How do you reproduce a problem and ensure you get the same log?
Have you worked with YAML and written YAML configurations?
Customer assessment form in the credit history bureau: If the client is under 18 - decline. If over 60 - minus one point If the client is married - plus one point If the client has children and is under 25 - minus one point If the client has children and is over 25 - plus one point The client fills in the appropriate fields. And in the end, the bureau provides a scoring assessment or DECLINE. Decline is immediately shown to the client. The scoring assessment is sent to another system for verification. Describe test cases and how the test design will look.
# Given a client registration form in a banking application with fields: # Full Name, phone, TIN, date of birth. # Create 5-7 test cases, # positive and negative scenarios, as well as boundary values.
How does interaction with other teams on autotests happen — is everything solved locally? How are contracts, reviews, etc., coordinated?
Tell about your work experience, workplaces, and responsibilities.
Have you documented test cases according to GOST standards? How did you prepare test documentation?