Georgia Tech Research Institute Interview Questions

Georgia Tech Research Institute Interview Guides

Click or hover over a slice to explore questions for that topic.
A/B Testing
(12)
Data Structures & Algorithms
(11)
Machine Learning
(11)
Behavioral
(6)
SQL
(5)

Georgia Tech Research Institute Interview Questions

Practice for the Georgia Tech Research Institute interview with these recently asked interview questions.

QuestionTopicDifficulty
SQL
Hard

The schema below is for a retail online shopping company consisting of two tables, attribution and user_sessions.

  • The attribution table logs a session visit for each row.

  • If conversion is true, then the user converted to buying on that session.

  • The channel column represents which advertising platform the user was attributed to for that specific session.

  • Lastly the user_sessions table maps many to one session visits back to one user.

First touch attribution is defined as the channel with which the converted user was associated when they first discovered the website.

Calculate the first touch attribution for each user_id that converted. 

Example:

Input:

attribution table

Column Type
session_id INTEGER
channel VARCHAR
conversion BOOLEAN

user_sessions table

column type
session_id INTEGER
created_at DATETIME
user_id INTEGER

Example output:

user_id channel
123 facebook
145 google
153 facebook
172 organic
173 email
Data Structures & Algorithms
Easy
A/B Testing
Medium
Loading pricing options

View all Georgia Tech Research Institute questions

Challenge

Check your skills...
How prepared are you for working at Georgia Tech Research Institute?

Georgia Tech Research Institute Salaries by Position

AI Research Scientist*
$88K
$140K
AI Research Scientist
Median: $114K
Mean (Average): $114K
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 AI Research Scientist role pays the most with a $114,100 base salary while the AI Research Scientist role on average pays the least with a $114,100 base salary.

Discussion & Interview Experiences

?
There are no comments yet. Start the conversation by leaving a comment.