Parsons Corporation Interview Questions

Parsons Corporation Interview Guides

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

Parsons Corporation Interview Questions

Practice for the Parsons Corporation 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
Easy
Loading pricing options

View all Parsons Corporation questions

Challenge

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

Parsons Corporation Salaries by Position

Data Engineer*
$120K
Data Engineer
Median: $120K
Mean (Average): $120K
Data points: 1
$80K
$157K
Software Engineer
Median: $89K
Mean (Average): $111K
Data points: 5
ML Engineer*
$74K
ML Engineer
Median: $74K
Mean (Average): $74K
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 Data Engineer role pays the most with a $120,000 base salary while the ML Engineer role on average pays the least with a $74,000 base salary.

Discussion & Interview Experiences

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