How to test the operation of an application with external dependencies (unit tests)?
Python
10983
584
Junior
143
What types of testing are there?
Junior
136
There is an application that reads a large stream of values (millions). It is necessary to quickly check if a specific value is in the list of processed ones. What collection to use?
Junior
135
What is the difference between a list and a tuple in Python?
Junior
131
Can you explain in your own words the principles of SOLID and how they help in development?
Junior
129
Tell me about your current workplace: what are your tasks, team, and your role?
Junior
128
In Python, there are no interfaces like in Java. What can be used to describe contracts between application components?
Junior
123
Are you familiar with design patterns? Which ones do you apply in your work?
Junior
122
For which tasks is Kafka better suited, and for which tasks is Celery more appropriate?
Junior
109