Aetion Interview Questions

Aetion Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(48)
Machine Learning
(15)
SQL
(13)
A/B Testing
(9)
Statistics
(7)

Aetion Interview Questions

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

QuestionTopicDifficulty
Data Structures & Algorithms
Easy

Let’s say there are many vehicles on a long road. At each mile along the road, a checkpoint indicates the length traveled across the road.

You are given a list called vehicles which indicates the number of vehicles between each checkpoint. For example, the list [7,4,3] would mean that there are seven vehicles before the first checkpoint, four vehicles between the first and second checkpoints, and three vehicles between the second and third checkpoints.

Write a function range_vehicles that will give the number of vehicles between the start and end checkpoints.

Note: start may be 0

Example:

Input:

vehicles = [5, 6, 4, 2, 1]
start = 1
end = 3

Output:

range_vehicles(vehicles,start,end) -> 10
SQL
Easy
Data Structures & Algorithms
Easy
Loading pricing options

View all Aetion questions

Challenge

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

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