If I don't know the keys, what approaches are there to iterate over the entire map (HashMap) and find a value?
QA / QA Automation
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')?
You haven't had UI autotests, is that correct?
Are the autotests run on the same environment or is there a separate one for them?
Have you set up monitoring (Grafana/Kibana) yourself or did a colleague?
Why are nested classes (builders) needed?
What does 'pass it up' (about an exception) mean?
Can you provide some other testing approaches you've used in your practice, with a specific example?
What is the difference between PUT and POST methods?
Clarification: Is this a static client class or a nested class inside another class?
Why is Redis used separately rather than the internal cache of the service itself?
Is a common logging system used? Which one specifically?
Besides the token, what else can be useful in HTTP request headers? What should be looked at?
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 "-".
What is included in the Allure report? What will a colleague see if you are not present?
Is it possible to implement a request-response model through Kafka to receive processing confirmation?
What practically does the use of static variables provide? What opportunity?
What was used for monitoring and metrics, and what tasks were solved?
How does interaction with other teams on autotests happen — is everything solved locally? How are contracts, reviews, etc., coordinated?
Are there any other differences between PUT and POST (besides the purpose)?