Python
How was authentication and secure connection to Kafka organized, were SSL/TLS, SASL, or other mechanisms used?
What does senior level mean for you and what results are you responsible for?
What will happen to the database if 10,000 updates of the same row are received?
Have you conducted personal research or projects outside of work tasks?
Tell us about the team and services you have developed, maintained, and supported.
Are you interested in further development in ML?
Do you use SOLID principles in your work and which principle do you find most useful?
Are you ready to conduct code reviews and improve solutions provided by the contractor? Have you conducted code reviews?
Tell me about a serious failure or mistake: how did you react and what conclusions did you draw?
Are you interested in diving into development architecture? Provide an example of close work with architecture if you have one.
Are you considering other locations, such as Spain or Switzerland?.
What methods of optimizing SELECT queries in PostgreSQL do you know besides indexes?
What do Kafka partitions provide in terms of performance: do they increase or decrease throughput?
Using any task as an example, tell how you identified bottlenecks in PostgreSQL queries: what tools you used and how you found the problem.
def function(test_list: tuple = ()): test_list.append(1) print(test_list) test_list = () function() # function(test_list) # function() # print(test_list) # ################## obj_t = (1, [1.0], "1") obj_t[0] = 2 # obj_t[1].append(2) # print(obj_t) #
In what order does Python search for methods during multiple (horizontal) inheritance?
What types of replication does PostgreSQL support?
What benchmarks do you know for evaluating LLM performance?
How much do you rely on AI tools in development?
Tell us a little about yourself and your current situation/project.