Urjanet Interview Questions

Urjanet Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(57)
Machine Learning
(26)
SQL
(19)
Product Sense & Metrics
(13)
A/B Testing
(10)

Urjanet Interview Questions

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

QuestionTopicDifficulty
Data Structures & Algorithms
Easy

Given two sorted lists, write a function to merge them into one sorted list.

Bonus: What’s the time complexity?

Example:

Input:

list1 = [1,2,5]
list2 = [2,4,6]

Output:

def merge_list(list1,list2) -> [1,2,2,4,5,6]
SQL
Easy
SQL
Medium
Loading pricing options

View all Urjanet questions

Challenge

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

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