Sobes.tech

What characteristics should a good hash function have?

Junior — Middle
170

What are the differences between the functions time.time() and time.monotonic() in Python, and what are their features?

Junior — Middle
163

Explain the concept of immutable data types and their features.

Junior — Middle
159

What is the average time complexity of the operation to get the length of a dictionary in Python?

Junior — Middle
158

Is it possible for a hash function to produce the same result for different data?

Junior — Middle
157

How does the use of multithreading affect the efficiency of executing CPU-bound tasks in Python?

156

What is the average time to delete an element by key in a Python dictionary?

Junior — Middle
156

What is the time complexity of the min() function when searching for the minimum element in a Python list?

Junior — Middle
155

What is the purpose of the context managers concept in Python and how does it help when working with resources?

155

How is collision handling performed when using hash tables in Python?

Junior — Middle
154

How can you get the value sent to a Python generator using the send() method?

Junior — Middle
153

Does the Global Interpreter Lock (GIL) in Python affect multi-threaded task execution concurrency?

Junior — Middle
153
/4