Sobes.tech

QA / QA Automation

If I don't know the keys, what approaches are there to iterate over the entire map (HashMap) and find a value?

Middle
189

If you add the key 'Vasya' with the value 21 to a map, and then add the same key with the value 10, what will be returned by get('Vasya')?

Middle
189

You haven't had UI autotests, is that correct?

Middle
188

Are the autotests run on the same environment or is there a separate one for them?

Middle
184

Have you set up monitoring (Grafana/Kibana) yourself or did a colleague?

Middle
182

Why are nested classes (builders) needed?

Middle
181

What does 'pass it up' (about an exception) mean?

Middle
180

Can you provide some other testing approaches you've used in your practice, with a specific example?

Middle
175

What is the difference between PUT and POST methods?

Middle
173

Clarification: Is this a static client class or a nested class inside another class?

Middle
172

Why is Redis used separately rather than the internal cache of the service itself?

Middle
171

Is a common logging system used? Which one specifically?

Middle
171

Besides the token, what else can be useful in HTTP request headers? What should be looked at?

Middle
170

Console calculator Requirements: 1. The application should add two integers 2. The user should be provided input for the first value. The value is applied when pressing Enter 3. The user should be provided input for the second value. The value is applied when pressing Enter 4. After inputting both values, the application outputs their sum Create a sufficient list of values to test the application's functionality. For example: 2 2 4 If an error is expected, specify "-".

Middle
168

What is included in the Allure report? What will a colleague see if you are not present?

Middle
166

Is it possible to implement a request-response model through Kafka to receive processing confirmation?

Middle
164

What practically does the use of static variables provide? What opportunity?

Middle
164

What was used for monitoring and metrics, and what tasks were solved?

Middle
162

How does interaction with other teams on autotests happen — is everything solved locally? How are contracts, reviews, etc., coordinated?

Middle
159

Are there any other differences between PUT and POST (besides the purpose)?

Middle
151
/4