Target Interview Question

Explain case study ? Create three methods for searching the documents: • Simple string matching • Text search using regular expressions • Preprocess the content and then search the index Prompt the user to enter a search term and search method, execute the search, and return results.

Interview Answer

Anonymous

Jun 11, 2020

I created a java program and readme with design, test results, and scaling options.