Open Systems Technologies Interview Questions

Open Systems Technologies Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(9)
SQL
(3)
Machine Learning
(3)
Behavioral
(3)
DevOps
(3)

Open Systems Technologies Interview Questions

Practice for the Open Systems Technologies interview with these recently asked interview questions.

QuestionTopicDifficulty
Data Structures & Algorithms
Medium

Given an integer N, write a function that returns a list of all of the prime numbers up to N.

Note: Return an empty list there are no prime numbers less than or equal to N.

Example:

Input:

N = 3

Output:

def prime_numbers(N) -> [2,3]
SQL
Easy
Analytics
Easy
Loading pricing options

View all Open Systems Technologies questions

Challenge

Check your skills...
How prepared are you for working at Open Systems Technologies?

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