Concurrency and multi threading interview questions
Dec 13, 2018
22 Comments
How do you guys practice or prepare for multi threading and concurrency related questions asked in interviews. To be more specific, I am talking about questions like those asked for pure storage interviews, confluent.io interviews etc. Not theoretical questions like difference between mutex and semaphores, but questions where they give you a problem that needs to be solved using a asynchronous and multi threaded approach. These might be judged by how are deadlocks avoided, how do you do figure out the minimal part of the code that requires co-ordination among threads, do you use muted or semaphores or conditional variables to solve problems etc?
Confluent: Apache Kafka & Streaming Platform for the Enterprise
comments
How did you kept track of time? anything in java. Any help appreciated.
Did you find any source for this? I've something coming up for "multi threading and concurrency related " system design questions and want to practice. Any tips will be helpful.
Thanks