The Aerospace Corporation Interview Questions

The Aerospace Corporation Interview Guides

Click or hover over a slice to explore questions for that topic.
Behavioral
(5)
Data Structures & Algorithms
(4)
Machine Learning
(2)
Analytics
(1)
SQL
(1)

The Aerospace Corporation Interview Questions

Practice for the The Aerospace Corporation interview with these recently asked interview questions.

QuestionTopicDifficulty
Data Structures & Algorithms
Hard

Consider a trip from one city to another that may contain many layovers. Given the list of flights out of order, each with a starting city and end city, write a function plan_trip to reconstruct the path of the trip so the trip tickets are in order.

Example:

For a trip from Bombay to Beijing:

Input:

flights = [
    ['Chennai', 'Bangalore'], 
    ['Bombay', 'Delhi'], 
    ['Goa', 'Chennai'], 
    ['Delhi', 'Goa'], 
    ['Bangalore', 'Beijing']
]
output = [
    ['Bombay', 'Delhi'], 
    ['Delhi', 'Goa'], 
    ['Goa', 'Chennai'], 
    ['Chennai', 'Bangalore'], 
    ['Bangalore', 'Beijing'],
]
Behavioral
Medium
Machine Learning
Easy
Loading pricing options

View all The Aerospace Corporation questions

Challenge

Check your skills...
How prepared are you for working at The Aerospace Corporation?

The Aerospace Corporation Salaries by Position

Software Engineer*
$101K
Software Engineer
Median: $101K
Mean (Average): $101K
Data points: 1

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 $101,000 base salary while the Software Engineer role on average pays the least with a $101,000 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