Questions related to Python fundamentals
Python Interview Questions
6,382 python interview questions shared by candidates
Find extract characters in a string that can be removed to make it as a palindrome.
Does Python have a Switch Case statement?
Implement local in-memory cache util that uses LRU as an eviction algorithm and works in a multithreaded environment. LRU means evicting the item that hasn’t been accessed the longest in case the cache is full. Each item should also hold a TTL and return Null when trying to fetch an item that its TTL passed. In addition, the cache should be limited in size. The perfomance (get, set) should be in optimal time.
How does Python’s Global Interpreter Lock (GIL) affect multithreading, and in what scenarios is multithreading still beneficial despite the GIL?
Trial task with scrapy framework.
Questions
I was working on a blackjack game for a separate assessment and the engineer in the meeting asked me how I set up the deck programmaticaly.
They ask me about pep8 rules, personal questions and about my last work.
How will you scale the system?
Viewing 801 - 810 interview questions