Upload Button Icon Add office photos

Filter interviews by

Udemy Senior Data Scientist Interview Questions and Answers

Updated 4 Mar 2024

Udemy Senior Data Scientist Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Design a recommendation model for Udemy platform using course content table and user interaction table.
  • Ans. 

    Design a recommendation model for Udemy platform using course content table and user interaction table.

    • 1. Use collaborative filtering to recommend courses based on user's past interactions and similar users' preferences.

    • 2. Incorporate content-based filtering to recommend courses based on course content similarity.

    • 3. Implement a hybrid recommendation system that combines collaborative and content-based filtering for bet...

  • Answered by AI
Round 2 - Coding Test 

They tried testing my prowess on Python coding on a moderate difficulty level.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Question was moderate.based on logical reasoning and math.

Round 2 - Coding Test 

Coding test question based on sql and python.

Interview Preparation Tips

Interview preparation tips for other job seekers - if u have good knowledge on python ,machine learning and sql, then u can easily crack the exam.

I applied via LinkedIn and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DS and algorithm questions
Round 2 - Technical 

(1 Question)

  • Q1. IOS /Skillset questions some tricky questions
Round 3 - HR 

(1 Question)

  • Q1. Personality and Compensation discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Study fundamentals of your profile/domain
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2022. There were 3 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 - One-on-one 

(3 Questions)

  • Q1. Basics of js and react
  • Q2. What are closures and give an example
  • Ans. 

    Closures are functions that have access to variables from their outer scope even after the outer function has finished executing.

    • Closures are created when a function is defined within another function and has access to the outer function's variables.

    • They can access variables from the outer function even after the outer function has returned.

    • Closures are commonly used in event handlers and callbacks in JavaScript.

  • Answered by AI
  • Q3. What is event loop and features of es5
  • Ans. 

    Event loop is a mechanism that allows JavaScript to perform non-blocking operations by handling asynchronous events.

    • Event loop is responsible for executing code, collecting and processing events, and executing queued sub-tasks.

    • ES5 features include strict mode, JSON object, Array methods like forEach, map, filter, and reduce, and Object.create method.

    • ES5 also introduced new methods for manipulating strings, such as trim

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. General management round and past experience

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Approached by Company and was interviewed before Nov 2022. There were 4 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 

(1 Question)

  • Q1. Low Level design on Quiz Portal Application
  • Ans. 

    Designing a low level architecture for a quiz portal application

    • Use a microservices architecture for scalability and flexibility

    • Implement a database schema to store quiz questions, answers, and user responses

    • Utilize caching mechanisms to improve performance

    • Design an authentication system to ensure secure access to quizzes

    • Include features for creating, editing, and taking quizzes

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Questions Based on Python
Round 4 - HR 

(1 Question)

  • Q1. Salary Expectations and Joining Process

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduce yourself
Round 2 - Case Study 

Scenario based case study

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked about the Statistics concepts hypothesis,pvalue,mean,meadian.mode,normaldistrubution?
  • Q2. Sql joins questions based on three tables, complex joins

Interview Preparation Tips

Topics to prepare for Simplilearn Data Analyst interview:
  • Statistics
  • SQL
  • joins
Interview preparation tips for other job seekers - brush up all skills be polite while answering
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical questions mostly around sql, project based and few theoretical questions on python
Round 2 - Technical 

(1 Question)

  • Q1. This was one of the most grilled interview i have given, require moderate level of sql understanding, was asked to share screen and solve it , also i had show how it is working then basic questions of py...
Round 3 - HR 

(1 Question)

  • Q1. Was asked basic HR questions

Interview Preparation Tips

Topics to prepare for Simplilearn Data Analyst interview:
  • SQL
  • Python
  • Excel
  • Case Studies
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. The first round was a basic telephonic interview. Then simple basic SQL questions and some question based on Normalisation and DBMS were asked.
Round 2 - Technical 

(1 Question)

  • Q1. This was the toughest Data Analyst Interview I have faced till now. Interview was of 1 hr. Required higher level of SQL understanding. Asked to share screen and then solve SQL queries. Question based on jo...
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 5 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Question based on Window Functions in sql
  • Q2. Order of execution
  • Ans. 

    Order of execution refers to the sequence in which operations are carried out in a program or system.

    • Execution starts from the top of the program and moves downwards.

    • Operations within parentheses are executed first.

    • Multiplication and division are executed before addition and subtraction.

    • Functions are executed when they are called.

    • Control structures like loops and conditionals affect the order of execution.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Write a sql query to find out different routes for a airline. Table has two columns which are destination and source
  • Ans. 

    Use a SQL query to find different routes for an airline based on source and destination columns in a table.

    • Use a SELECT statement to retrieve the distinct combinations of source and destination.

    • Use the DISTINCT keyword to ensure only unique routes are returned.

    • Order the results by source and destination for easier analysis.

  • Answered by AI
  • Q2. Situational questions based on Business KPI
Round 3 - Behavioral 

(1 Question)

  • Q1. Simple discussion on the role and company culture
Round 4 - Head Of Analytics round 

(1 Question)

  • Q1. Case study question
Round 5 - HR 

(1 Question)

  • Q1. Basic Discussion on relocation and interest in joining the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers were friendly but the level of interview for technical round was above moderate. SQL proficiency is must.

Skills evaluated in this interview

Udemy Interview FAQs

How many rounds are there in Udemy Senior Data Scientist interview?
Udemy interview process usually has 2 rounds. The most common rounds in the Udemy interview process are Technical and Coding Test.
How to prepare for Udemy Senior Data Scientist interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Udemy. The most common topics and skills that interviewers at Udemy expect are Analytical, Analytics, Cloud Computing, Data Analysis and Information Retrieval.

Tell us how to improve this page.

Udemy Senior Data Scientist Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Planet Spark Interview Questions
3.7
 • 360 Interviews
Whitehat jr Interview Questions
3.4
 • 262 Interviews
Unacademy Interview Questions
3.0
 • 206 Interviews
upGrad Interview Questions
3.7
 • 198 Interviews
Physicswallah Interview Questions
3.8
 • 196 Interviews
Vedantu Interview Questions
3.3
 • 185 Interviews
NxtWave Interview Questions
3.8
 • 177 Interviews
Chegg Interview Questions
4.1
 • 155 Interviews
View all
Analyst
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Associate
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Marketing Manager
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Marketing Head
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

fresher
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Udemy with

Coursera

3.6
Compare

BYJU'S

3.1
Compare

upGrad

3.7
Compare

Simplilearn

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