Intrado Interview Questions

Intrado Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(81)
SQL
(64)
Machine Learning
(57)
Probability
(31)
Product Sense & Metrics
(24)

Intrado Interview Questions

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

QuestionTopicDifficulty
Data Structures & Algorithms
Medium

The Fibonacci sequence is a series of numbers in which each number is the sum of the two preceding ones, usually starting with 0 and 1. It is often used in algorithm examples, and is defined by the following formula: F(n) = F(n-1) + F(n-2), with F(0) = 0 and F(1) = 1.

Your task is to implement the Fibonacci algorithm in three different methods: 1. Recursively 2. Iteratively 3. Using Memoization

Example 1:

Input:

n = 5

Output:

fibonacci(n) -> 5

Example 2:

Input:

n = 10

Output:

fibonacci(n) -> 55

The Fibonacci sequence starts as follows: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55…

Product Sense & Metrics
Medium
SQL
Easy
Loading pricing options

View all Intrado questions

Challenge

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

Intrado Salaries by Position

$69K
$121K
Software Engineer
Median: $99K
Mean (Average): $97K
Data points: 4
Data Scientist*
$47K
$72K
Data Scientist
Median: $59K
Mean (Average): $59K
Data points: 2

Most data science positions fall under different position titles depending on the actual role.

From the graph we can see that on average the Software Engineer role pays the most with a $96,750 base salary while the Data Scientist role on average pays the least with a $59,447 base salary.

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