Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Jio Team. If you also belong to the team, you can get access from here

Jio Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 21.7k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Jio Senior Data Scientist Interview Questions and Answers

Updated 11 Jun 2024

Jio Senior Data Scientist Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Will be two questions to solve

Round 2 - Technical 

(2 Questions)

  • Q1. Details about ML,DL
  • Q2. Detials about Projects

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Gave one easy question and asked what will be the output
  • Q2. Leetcode 2 sum question

Interview Preparation Tips

Interview preparation tips for other job seekers - I was pretty much sure that I would pass L1 round and hoping for L2 round. I was interviewing for Generative AI Engineer. It was full 1 hr. The interviewer was less experienced than me. He asked me about my current work and focused more on previous work. I gave 80% correct answers and still did not make it. Don't know what they were expecting from me. Then I thought, maybe they are just taking the interview for the name sake. Sometimes, rejections are baseless.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. Difference between attention and self attention
  • Ans. 

    Attention focuses on specific parts of input data, while self attention considers relationships within the input data itself.

    • Attention is used in models like seq2seq for machine translation to focus on relevant parts of the input sequence.

    • Self attention is used in transformer models to capture dependencies between different words in a sentence.

    • Attention mechanisms can be either global or local, while self attention is

  • Answered by AI
  • Q2. Project related questions
  • Q3. Feature engineering
  • Q4. Handling null values
  • Ans. 

    Handling null values is crucial for data integrity and analysis.

    • Identify null values in the dataset using functions like isnull() or isna()

    • Decide on the best strategy to handle null values - imputation, deletion, or flagging

    • Impute missing values using mean, median, mode, or predictive modeling techniques

    • Delete rows or columns with a high percentage of missing values if they cannot be imputed

    • Flag null values to distingu

  • Answered by AI
  • Q5. Handling imbalanced training data
  • Ans. 

    Handling imbalanced training data is crucial for model performance and accuracy.

    • Use techniques like oversampling, undersampling, or SMOTE to balance the dataset

    • Utilize algorithms that are robust to imbalanced data, such as Random Forest or XGBoost

    • Consider using ensemble methods or cost-sensitive learning to address class imbalance

  • Answered by AI
  • Q6. Overfitting optimize
  • Q7. What is text embeddings
  • Ans. 

    Text embeddings are numerical representations of text data that capture semantic meaning.

    • Text embeddings convert words or sentences into numerical vectors.

    • They are used in natural language processing tasks like sentiment analysis, text classification, and machine translation.

    • Popular techniques for generating text embeddings include Word2Vec, GloVe, and BERT.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer wanted bookish answers and was kinda rude for no reason and wasn't interested in listening

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Question From Regression, classification and clustering Algorithm.
  • Q2. Bagging and boosting
  • Q3. How to handel less dataset for regression problems
  • Ans. 

    Use techniques like regularization, feature selection, cross-validation, and data augmentation.

    • Utilize regularization techniques like Lasso or Ridge regression to prevent overfitting.

    • Perform feature selection to focus on the most important variables and reduce noise.

    • Use cross-validation to assess model performance and generalizability.

    • Consider data augmentation techniques like synthetic data generation or bootstrapping...

  • Answered by AI
  • Q4. Python Coding and some scenario based ML question.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Question from My project and mentioned skills in resume
  • Q2. How will you lead team and what your ways.
  • Ans. 

    I will lead by setting clear goals, providing guidance, fostering collaboration, and recognizing team achievements.

    • Set clear goals and expectations for the team

    • Provide guidance and support to team members

    • Foster collaboration and communication within the team

    • Recognize and reward team achievements

    • Lead by example and demonstrate strong work ethic

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary and Notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Be crips in your resume and have good confidence to express yourself.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Deep questions about Machine learning, Deep learning, Generative AI, the working of transformers etc.
Round 2 - Technical 

(1 Question)

  • Q1. Deep questions about Machine learning and deep learning with projects done. This was a client round.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion, project discussion, why change? Why Wipro
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Sql and basic ML , statistics questions

Round 2 - One-on-one 

(1 Question)

  • Q1. 4 one on one rounds with case studies and ML questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is F Score
  • Ans. 

    F Score is a measure of a test's accuracy that considers both the precision and recall of the test.

    • F Score is calculated using the formula: 2 * (precision * recall) / (precision + recall)

    • It is used in binary classification tasks to balance precision and recall.

    • A high F Score indicates a model with both high precision and high recall.

  • Answered by AI
  • Q2. What is TFIDF in NLP
  • Ans. 

    TFIDF stands for Term Frequency-Inverse Document Frequency, a numerical statistic that reflects how important a word is to a document in a collection or corpus.

    • TFIDF is used in natural language processing to evaluate the importance of a word in a document relative to a collection of documents.

    • It combines two metrics: term frequency (TF) and inverse document frequency (IDF).

    • TFIDF helps in identifying the significance of...

  • Answered by AI
  • Q3. What is cosine similarity
  • Ans. 

    Cosine similarity is a measure of similarity between two non-zero vectors of an inner product space.

    • It measures the cosine of the angle between two vectors.

    • Values range from -1 (completely opposite) to 1 (identical), with 0 indicating orthogonality.

    • Commonly used in text mining for document similarity and recommendation systems.

  • Answered by AI
  • Q4. How do you generate embeddings
  • Ans. 

    Embeddings are generated by converting words or entities into numerical vectors in a high-dimensional space.

    • Use pre-trained word embeddings like Word2Vec, GloVe, or FastText

    • Train your own embeddings using algorithms like Word2Vec, GloVe, or FastText on a large corpus of text data

    • Fine-tune pre-trained embeddings on domain-specific data to improve performance

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain BERT Model Architecture and It differs form GPT
  • Ans. 

    BERT is a bidirectional transformer model for pre-training language representations, while GPT is a generative model.

    • BERT is a pre-training model that learns contextual representations of words by considering both left and right context.

    • GPT is a generative model that uses a transformer decoder to generate text based on the context.

    • BERT is bidirectional, meaning it can understand the context of a word by looking at both...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your Project well , what are problem you faced how you solved them techniques used concept behind the technique

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Almost everything from statistics to EDA & ML models
Round 2 - Technical 

(1 Question)

  • Q1. Mostly on projects I've already done, especially on last project and project of the interviewer
Round 3 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?
  • Q5. Why are you looking for a change?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - learn basics correctly.
understand everything from your projects.
thats it..rock it
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. 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 - Technical 

(1 Question)

  • Q1. 1. 2 python coding questions. First one was to find common elements between given 2 arrays. Second was to reverse the string and return back. 2. Discussions on project, Machine learning, Deep learning conc...
Round 3 - Technical 

(1 Question)

  • Q1. 1.Discussions on project, one case study given related to data science and other behavioral questions asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Have good understanding of basic python, SQL will suffice.
2.Have a good grasp on project you have done.

Jio Interview FAQs

How many rounds are there in Jio Senior Data Scientist interview?
Jio interview process usually has 2 rounds. The most common rounds in the Jio interview process are Coding Test and Technical.
What are the top questions asked in Jio Senior Data Scientist interview?

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

  1. Detials about Proje...read more
  2. Details about ML...read more

Tell us how to improve this page.

Jio Senior Data Scientist Salary
based on 27 salaries
₹18.5 L/yr - ₹46 L/yr
14% more than the average Senior Data Scientist Salary in India
View more details

Jio Senior Data Scientist Reviews and Ratings

based on 4 reviews

3.0/5

Rating in categories

3.3

Skill development

3.7

Work-Life balance

2.7

Salary & Benefits

3.9

Job Security

1.8

Company culture

2.1

Promotions/Appraisal

2.7

Work Satisfaction

Explore 4 Reviews and Ratings
Assistant Manager
5.5k salaries
unlock blur

₹1 L/yr - ₹10.4 L/yr

Deputy Manager
3.5k salaries
unlock blur

₹4.2 L/yr - ₹13.5 L/yr

Manager
1.8k salaries
unlock blur

₹6 L/yr - ₹22 L/yr

Senior Manager
1.4k salaries
unlock blur

₹10.4 L/yr - ₹32 L/yr

Network Engineer
974 salaries
unlock blur

₹1.7 L/yr - ₹9.3 L/yr

Explore more salaries
Compare Jio with

Jio Platforms

3.5
Compare

Bharti Airtel

4.0
Compare

Vodafone Idea

4.1
Compare

Bharat Sanchar Nigam

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview