AdvaRisk Assignment - Data Science Internship Round 1
AdvaRisk Assignment - Data Science Internship Round 1
2. Write the logic used for the code in Microsoft Word. Also, if you are unable to code the problem
statement, then they can write their logical thinking in the word file
AdvaSmart is a product developed by AdvaRisk to identify frauds in the mortgage-based lending space.
The use case is not only applicable for home loans but also for loans against property, SME/promoter
funding.
The product relies on property transactions at a Sub-registrar office (SRO) working under the revenue
department of the state government for identifying suspicious transactions. Using complex name &
address matching algorithms, the product searches for property transactions in the database.
Problem statement 1: Owner name data in our database is not in standard format, due to which there is
a high chance of the system missing important records while performing the name and address matching
tasks.
Write an algorithm and its code to match the input with DB names.
Given: You have an input in the first column and the string to be matched in the DB column i.e.,
in the second column.
The output of your devised algorithm should return the results mentioned under the third column.
Note: Solution without using any external API dependency would have brownie points.
Owner name received through application (Input) Owner name available in DB Result
Problem statement 2: Write an algorithm and build its equivalent code to perform the language
transliteration on the above mentioned Names.