RedCarpet interview question

Design an application which queries a string on Google, DuckDuckGo and Twitter simultaneously using multi-threading and return a JSON having a filtered portion from all three results.

Interview Answer

Anonymous

26 Jun 2019

Built it using the APIs of the given search engines. Used python's multiprocessing module for the simultaneous processing of the queries.