Domanda di colloquio di RedCarpet

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.

Risposta di colloquio

Anonimo

26 giu 2019

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