Sollicitatievraag bij 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.

Antwoord op sollicitatievraag

Anoniem

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.