employer cover photo
employer logo
employer logo

Hortonworks

Acquired by Cloudera

Is this your company?

Hortonworks Interview Question

How do you avoid doing long running tasks on the UI thread. How to write non-blocking UI code?

Interview Answer

Anonymous

Jul 8, 2018

Use thread to do long running tasks and retrieve result using a callback method passed to the thread.