FlightAware Interview Questions

FlightAware Interview Guides

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

FlightAware Interview Questions

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

QuestionTopicDifficulty
SQL
Medium

Write a SQL query to create a histogram of the number of comments per user in the month of January 2020.

Note: Assume bin buckets class intervals of one.

Note: Comments that were created outside of January 2020 should be counted in a “0” bucket

Example:

Input:

users table

Columns Type
id INTEGER
name VARCHAR
created_at DATETIME
neighborhood_id INTEGER
mail VARCHAR

comments table

Columns Type
user_id INTEGER
body VARCHAR
created_at DATETIME

Output:

Column Type
comment_count INTEGER
frequency INTEGER
Data Structures & Algorithms
Easy
A/B Testing
Easy
Loading pricing options

View all Flightaware questions

Challenge

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

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