Motmans & Partners Interview Questions

Motmans & Partners Interview Guides

Click or hover over a slice to explore questions for that topic.
Machine Learning
(46)
Data Structures & Algorithms
(41)
SQL
(26)
Probability
(18)
Statistics
(11)

Motmans & Partners Interview Questions

Practice for the Motmans & Partners interview with these recently asked interview questions.

QuestionTopicDifficulty
Data Structures & Algorithms
Easy

Given a string, write a function to determine if it is palindrome or not.

Note: A palindrome is a word/string that is read the same way forward as it is backward, e.g. 'reviver', 'madam', 'deified' and 'civic' are all palindromes, while 'tree', 'music' and 'person' are not palindromes.

Example:

Input:

word1 = "tree"
word2 = "radar"

Output:

def is_palindrome(word1) -> False
def is_palindrome(word2) -> True
Data Pipelines
Medium
Machine Learning
Easy
Loading pricing options

View all Motmans & Partners questions

Challenge

Check your skills...
How prepared are you for working at Motmans & Partners?

Discussion & Interview Experiences

?
There are no comments yet. Start the conversation by leaving a comment.