Neural magic Interview Questions

Neural magic Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(48)
Probability
(24)
Machine Learning
(21)
A/B Testing
(14)
Statistics
(12)

Neural magic Interview Questions

Practice for the Neural magic interview with these recently asked interview questions.

QuestionTopicDifficulty
Data Structures & Algorithms
Medium

You are given two lists of strings list1 and list2, which are sorted alphabetically in ascending order.

Implement a function that merges these two lists into one sorted list marking all items from list1 and list2 with characters "1" and "2" respectively at the end of each item and return that list.

Example:

Input:

list1 = ["ball","ninja","plan"]
list2 = ["cat","egg","zoo"]

Output:

def mark_lists(list1,list2) ->
["ball1","cat2","egg2","ninja1","plan1","zoo2"]
SQL
Easy
SQL
Easy
Loading pricing options

View all Neural magic questions

Challenge

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

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