Oliver Wyman Interview Questions

Oliver Wyman Interview Guides

Click or hover over a slice to explore questions for that topic.
Machine Learning
(12)
Statistics
(5)
SQL
(5)
ML Ops
(3)
Data Structures & Algorithms
(3)

Oliver Wyman Interview Questions

Practice for the Oliver Wyman interview with these recently asked interview questions.

QuestionTopicDifficulty
Design Patterns
Easy

You have been tasked with designing three classes: text_editor, moving_text_editor, and smart_text_editor. These classes are to be created with specific functionalities as defined below:

  1. text_editor class:

    • write_line(string:str): A method which appends a given string to the end of the existing string.
    • delete_line(char_num : int): A method which deletes char_num number of characters from the existing string, starting from the end. If there are no characters left, the method should do nothing.
    • special_operation(): A method which currently does nothing.
    • get_notes(): A method which returns the internal string.
  2. moving_text_editor class:

    • This class extends text_editor. The special_operation() method is overridden. Initially, the cursor will be at the end of the current string. If special_operation() is called, it moves the cursor to the beginning of the string, any additional appends will be appended to the beginning of the string instead. Calling special_operation() again reverses the cursor operation.
  3. smart_text_editor class:

    • This class extends text_editor. In this class, the special_operation() method is overridden to serve as an undo operation, allowing it to undo an infinite number of operations.

Input

[['special_text_editor'], ['write_line', 'special_operation', 'write_line'], ['World', 'Hello, ']]

Output

"Hello, World"

Machine Learning
Medium
SQL
Easy
Loading pricing options

View all Oliver Wyman questions

Challenge

Check your skills...
How prepared are you for working at Oliver Wyman?

Oliver Wyman Salaries by Position

$108K
$234K
Software Engineer
Median: $180K
Mean (Average): $172K
Data points: 9
Business Analyst*
$87K
Business Analyst
Median: $87K
Mean (Average): $87K
Data points: 1

Most data science positions fall under different position titles depending on the actual role.

From the graph we can see that on average the Software Engineer role pays the most with a $172,176 base salary while the Business Analyst role on average pays the least with a $87,000 base salary.

Discussion & Interview Experiences

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