Upload Button Icon Add office photos

Filter interviews by

DraftKings Analyst 1 Interview Questions and Answers

Updated 23 Oct 2024

DraftKings Analyst 1 Interview Experiences

1 interview found

Analyst 1 Interview Questions & Answers

user image Anonymous

posted on 23 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Simple case question about expected value. Question involved the expected price of attending a baseball game by purchasing tickets online, vs. a scalper, vs. watching online, etc.

Round 2 - Case Study 

Another simple case question. This time it was about optimizing a train station. You had to talk about which graphs you would make.

Round 3 - Behavioral interview 

(2 Questions)

  • Q1. In one of your projects where you worked with data, how did you avoid overfitting?
  • Q2. Tell me about a time you had to work with data?
  • Ans. 

    I worked with data to analyze customer feedback and improve product features.

    • Collected customer feedback through surveys and reviews

    • Organized data in spreadsheets for analysis

    • Identified trends and patterns to make recommendations for product improvements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Review expected value, and come prepared with questions.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between Union and Union all ?
  • Ans. 

    Union combines the results of two or more SELECT statements, while Union all includes all rows, including duplicates.

    • Union removes duplicate rows from the result set, while Union all includes all rows.

    • Union sorts the result set, while Union all does not.

    • Union is slower than Union all because it performs a distinct operation.

    • Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;

    • Example: SELECT column1 FRO

  • Answered by AI
  • Q2. Which query is more faster , joins or union?
  • Ans. 

    Joins are generally faster than unions.

    • Joins are typically faster than unions because they combine data from multiple tables based on a common column, while unions combine data from multiple queries into a single result set.

    • Joins can utilize indexes on the columns being joined, which can improve performance.

    • Unions involve combining the results of multiple queries, which can be slower as it requires merging and sorting ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Aristocrat Technologies Data Analyst interview:
  • SQL
  • Power BI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

A problem space was given with the list of metric and access to data with respect to the skillz free games

Had to answer the questions and perform an EDA and suggest recommendations

Round 2 - Coding Test 

SQL question were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Go over the company profile and understand the industries
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Write a sql query
  • Ans. 

    SQL query to retrieve employee names and their salaries from a table

    • Use SELECT statement to retrieve data

    • Specify the columns you want to retrieve (employee names and salaries)

    • Specify the table name where the data is stored

  • Answered by AI
  • Q2. Formula of vlookup
  • Ans. 

    VLOOKUP is a function in Excel used to search for a value in a table and return a corresponding value.

    • VLOOKUP searches for a value in the first column of a table and returns a value in the same row from a specified column.

    • The formula syntax is =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]).

    • Example: =VLOOKUP(A2, B2:D10, 3, FALSE) will search for the value in cell A2 in the range B2:D10 and return the...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic and intermediate javascript and DB(SQL or noSQL) related questions
  • Q2. Event loop,closure related questions

Interview Preparation Tips

Topics to prepare for PurpleTalk Associate Analyst interview:
  • Node.Js
  • MySQL
  • MongoDB
  • React.Js
Interview preparation tips for other job seekers - It's a great company to work, for if your main priority is learning and improving irrespective of work-life balance

Data Analyst Interview Questions & Answers

Games24x7 user image Aakanksha Jadhav

posted on 8 May 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Assignment 

Contained aptitude test with both numericals as well as coding questions

Round 3 - Case Study 

It was a one on one round

Round 4 - HR 

(2 Questions)

  • Q1. Final discussion
  • Q2. If ready to relocate
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for a job that aligns with my career goals and offers growth opportunities.

    • I am open to exploring new cities and cultures.

    • I understand that relocation may come with some challenges, but I am prepared to face them.

    • I am excited about the prospect of working with a new team and contributing to the success of the company.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain the details of your workexperience in manual testing
  • Ans. 

    I have 5 years of experience in manual testing, including creating test cases, executing tests, and reporting defects.

    • Created detailed test cases based on requirements

    • Executed test cases manually to identify defects

    • Reported defects and worked with developers to resolve issues

    • Performed regression testing to ensure quality of software

    • Used tools like Jira and TestRail for test management

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain what are the difficulties and strategies that you have come across in your previous job

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy

Skills evaluated in this interview

I applied via Company Website and was interviewed in Dec 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions were mostly asked on SQL, Python libraries, Machine learning and Excel, puzzles to solve before interview there was test case study to solve.
  • Q2. What is row number, rank, dense rank? explain partition by, indexing joins, query optimization techniques
  • Ans. 

    Explanation of row number, rank, dense rank, partition by, indexing joins, and query optimization techniques.

    • Row number is a function that assigns a unique number to each row in a result set.

    • Rank is a function that assigns a rank to each row based on the values in a specified column.

    • Dense rank is a function that assigns a rank to each row based on the values in a specified column, but with no gaps in the ranking.

    • Partit...

  • Answered by AI
  • Q3. Real-time examples on data analytics with examples
  • Ans. 

    Real-time examples of data analytics

    • Predictive maintenance in manufacturing

    • Real-time fraud detection in banking

    • Personalized recommendations in e-commerce

    • Real-time traffic analysis for smart cities

    • Real-time health monitoring in medical devices

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. About my work experience
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

I applied via Company Website and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Started from the Manual Testing, API, JSON Structure, Postman, Different Variables, how to manage team workspace in postman?, CSV data input, Collection, how to run test from CMD?, How to generate reports?...

Interview Preparation Tips

Interview preparation tips for other job seekers - There were total 4 rounds in which 3 rounds were pure technical and one is last salary discussion.
First one took by teammates, second one took by team lead and third one took by project lead.
All the rounds was very smooth only, interviewer was very nice and gentle. It was very smooth experience.

DraftKings Interview FAQs

How many rounds are there in DraftKings Analyst 1 interview?
DraftKings interview process usually has 3 rounds. The most common rounds in the DraftKings interview process are Case Study.
What are the top questions asked in DraftKings Analyst 1 interview?

Some of the top questions asked at the DraftKings Analyst 1 interview -

  1. Tell me about a time you had to work with da...read more
  2. In one of your projects where you worked with data, how did you avoid overfitti...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Pole To Win Interview Questions
3.5
 • 52 Interviews
Light & Wonder Interview Questions
3.8
 • 29 Interviews
Electronic Arts Interview Questions
4.2
 • 22 Interviews
Tencent Interview Questions
4.6
 • 6 Interviews
View all
Compare DraftKings with

Pole To Win

3.5
Compare

International Game Technology

3.3
Compare

Ubisoft Entertainment

3.8
Compare

Aristocrat Technologies

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview