Tech IndustryAug 4, 2017
Intelkdream78

Dropbox interview

I have a dropbox interview coming up. It is a full stack position and they are asking to prepare for multithreading /concurrency problems. Any advice?

Microsoft vSLf14 Aug 4, 2017

Prepare for multi threading/concurrency problems.

Microsoft Qing Aug 4, 2017

You made me laugh

Dropbox jgb Aug 4, 2017

be familiar with concurrency primitives in the language of your choice

Microsoft ☠Nutella☠ Aug 4, 2017

lock ("mylock") { /* dostuff */ } Bam Bam Lolol!!

Intel passion568 Aug 4, 2017

ok. I am going to use python. Is there any website or book where I can find some problems regarding concurrency and multithreading? thanks.

Airbnb pouchsteak Aug 4, 2017

an os textbook should suffice, there is also the little book of semaphores

Oracle angry Aug 5, 2017

You work at Intel. If anything you should be the boss of multi threading and concurrency topics in the interview room. Take those fuckers all the way to the processors level and blow their minds.

Intel passion568 Aug 5, 2017

Well my work does not involve these, but will try hard:)

Twitter AnthnyDoto Aug 5, 2017

If you are looking for a Java based resource, try this : http://tutorials.jenkov.com/java-concurrency/index.html

Intel passion568 Aug 5, 2017

Thanks!

Facebook EntBlind Dec 16, 2018

This was super helpful