Metaswitch Interview Questions

Metaswitch Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(23)
Machine Learning
(19)
SQL
(10)
Behavioral
(6)
Statistics
(5)

Metaswitch Interview Questions

Practice for the Metaswitch interview with these recently asked interview questions.

QuestionTopicDifficulty
Data Structures & Algorithms
Medium

Given a list of strings, write a function, sorting from scratch to sort the list in ascending alphabetical order.

Notes: - Do NOT use the built-in sorted function - Return the new sorted list, rather than modifying the list in-place

Bonus: Have your solution be O(nlog(n))O(n log(n)).

Example:

Input:

array = ["apple", "cat", "banana", "zoo", "football"]

Output:

def sorting(array) -> ["apple", "banana", "cat", "football", "zoo"]
SQL
Easy
Data Structures & Algorithms
Medium
Loading pricing options

View all Metaswitch questions

Challenge

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

Discussion & Interview Experiences

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

Discussion & Interview Experiences

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

Jump to Discussion