Oak Ridge National Laboratory Interview Questions

Oak Ridge National Laboratory Interview Guides

Click or hover over a slice to explore questions for that topic.
A/B Testing
(11)
Data Structures & Algorithms
(10)
Machine Learning
(10)
Behavioral
(5)
Statistics
(4)

Oak Ridge National Laboratory Interview Questions

Practice for the Oak Ridge National Laboratory 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]
A/B Testing
Medium
Behavioral
Medium
Loading pricing options

View all Oak Ridge National Laboratory questions

Challenge

Check your skills...
How prepared are you for working at Oak Ridge National Laboratory?

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