Upload Button Icon Add office photos

Filter interviews by

JioStar Senior Data Scientist Interview Questions and Answers

Updated 24 Aug 2023

JioStar Senior Data Scientist Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed before Aug 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 

(2 Questions)

  • Q1. Python code on list manipulation
  • Ans. 

    Python code on list manipulation

    • Use list comprehension for efficient manipulation

    • Utilize built-in functions like map, filter, and reduce

    • Consider using lambda functions for concise code

    • Be mindful of time complexity when working with large lists

  • Answered by AI
  • Q2. SQL query on table joins
Round 3 - Behavioral 

(2 Questions)

  • Q1. ML projects discussion
  • Q2. ML queries on model building and metrics
Round 4 - HR 

(2 Questions)

  • Q1. Company culture discussion
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - - Know your code and projects well
- Highlight your learning and technical prowess well

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Aug 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 

(2 Questions)

  • Q1. Python Code on lists manipulation
  • Ans. 

    Manipulating lists in Python using various methods and functions.

    • Use list comprehension to filter, transform, or combine elements in a list.

    • Utilize built-in functions like map(), filter(), and reduce() for list manipulation.

    • Sort lists using sorted() function or sort() method.

    • Remove duplicates from a list using set() or list comprehension.

  • Answered by AI
  • Q2. Query on SQL table joins
Round 3 - Behavioral 

(1 Question)

  • Q1. Discussion on ML projects
Round 4 - HR 

(1 Question)

  • Q1. Discussion on salary and company culture

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your code and projects well
Highlight your learning and technical prowess well

Skills evaluated in this interview

Senior Data Scientist Interview Questions Asked at Other Companies

Q1. What is the difference between logistic and linear regression?
asked in SAP
Q2. Count all pairs of numbers from a list where the ending digit of ... read more
asked in Kyndryl
Q3. Print rows where a certain criterion is met (ex - in a dataset of ... read more
asked in Kyndryl
Q4. Extract only India Players from dictionary (using list comprehens ... read more
Q5. How do you handle large amount of data in financial domain?

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 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 - Coding Test 

Algorithm and database and datastructures

Round 3 - Coding Test 

Language and basic understanding

Round 4 - HR 

(2 Questions)

  • Q1. Too much Negotiations
  • Q2. Why this much of salary we give you

Interview Preparation Tips

Interview preparation tips for other job seekers - Look for somewhere else if you are in tech. This is not a tech company. They are media house.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is react, and why you chose it
  • Ans. 

    React is a JavaScript library for building user interfaces, known for its efficiency and flexibility.

    • React allows for the creation of reusable UI components, making development faster and more efficient.

    • It uses a virtual DOM for optimal performance by only updating the necessary components when data changes.

    • React's component-based architecture promotes code reusability and maintainability.

    • It has a large and active comm...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design a page to fetch list of items via api call and render them with pagination
  • Ans. 

    Design a page to fetch and render items with pagination via api call

    • Use a frontend framework like React or Angular to create the page

    • Make an API call to fetch the list of items

    • Implement pagination logic to display a limited number of items per page

    • Include navigation buttons for users to move between pages

    • Consider adding a search feature to filter items

  • Answered by AI
Round 2 - Coding Test 

Questions around js currying, closure, promises

Skills evaluated in this interview

I appeared for an interview in Jul 2022.

Round 1 - Aptitude Test 

MCQ questions and two coding questions for this test.

Round 2 - Technical 

(1 Question)

  • Q1. C#, asp.net questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA algorithm.
Vdhxid hdusjsj hdujdjd jdidid hdidid jdidjs jdidjs iis
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Why do you prefer to change the current organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Managerial round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 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 - Coding Test 

Easy to medium-level coding questions on DSA

Round 3 - Technical 

(2 Questions)

  • Q1. DSA question along with basic java needs
  • Q2. Create custom linked list
  • Ans. 

    A custom linked list is a data structure where each node contains a value and a reference to the next node.

    • Define a Node class with value and next properties

    • Define a LinkedList class with head property and methods to add, remove, and traverse nodes

    • Example: let list = new LinkedList(); list.add(1); list.add(2); list.remove(1);

  • Answered by AI
Round 4 - System design 

(1 Question)

  • Q1. Of an elevator and some questions on how to implement it with some scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared with DS and System design along with your programming language basics

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. C++ basic questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Basic HR questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain about opps concepts
  • Q2. What is the SOLID principal

JioStar Interview FAQs

How many rounds are there in JioStar Senior Data Scientist interview?
JioStar interview process usually has 4 rounds. The most common rounds in the JioStar interview process are Resume Shortlist, Technical and Behavioral.
What are the top questions asked in JioStar Senior Data Scientist interview?

Some of the top questions asked at the JioStar Senior Data Scientist interview -

  1. Python code on list manipulat...read more
  2. Python Code on lists manipulat...read more
  3. ML queries on model building and metr...read more

Tell us how to improve this page.

JioStar Senior Data Scientist Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.0
 • 5.1k Interviews
HDFC Bank Interview Questions
3.9
 • 2.2k Interviews
PVR Inox Interview Questions
4.0
 • 169 Interviews
Abbott Interview Questions
4.1
 • 150 Interviews
Kantar Interview Questions
3.5
 • 98 Interviews
Tata Play Interview Questions
4.0
 • 70 Interviews
Times Internet Interview Questions
3.5
 • 65 Interviews
View all
JioStar Senior Data Scientist Salary
based on 4 salaries
₹10.3 L/yr - ₹26.5 L/yr
19% less than the average Senior Data Scientist Salary in India
View more details
Assistant Manager
335 salaries
unlock blur

₹8.7 L/yr - ₹30 L/yr

Senior Executive
227 salaries
unlock blur

₹6.1 L/yr - ₹20 L/yr

Manager
156 salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Senior Manager
104 salaries
unlock blur

₹15 L/yr - ₹56 L/yr

Executive
70 salaries
unlock blur

₹3.2 L/yr - ₹10.3 L/yr

Explore more salaries
Compare JioStar with

HDFC Bank

3.9
Compare

Manappuram Finance

3.9
Compare

PVR Inox

4.0
Compare

Abbott

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