InMobi Interview Question

Round 1 - Write a program to get a list of running processes

Interview Answer

Anonymous

Jan 13, 2019

* Read /proc directory in Linux * Run OS command "ps" * Use some open source or inbuilt library * Learn how "ps" command works and do the same in the programming language