Upload Button Icon Add office photos
Engaged Employer

i

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

Meril Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 801 Reviews

Filter interviews by

Meril Data Scientist Interview Questions and Answers

Updated 18 Jun 2024

Meril Data Scientist Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Dec 2023. There were 5 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Details about the last job: CTC, experience, profile, location
  • Q2. Salary expectations, location preference, profile preference
Round 2 - Technical 

(2 Questions)

  • Q1. Based on the CV: basics of ML, NN, RNN, LSTM, CNN
  • Q2. Last job-related questions
Round 3 - Coding Test 

Python, SQL-based coding questions

Round 4 - Technical 

(1 Question)

  • Q1. Advanced ML questions: related to CNN, Transformer, Vision Transformer
Round 5 - HR 

(1 Question)

  • Q1. Final CTC negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical rounds were around my CV and past work only.
Very few questions and the coding test questions were as per their job description.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What was the previous use case that you have implemented in Machine Learning
  • Ans. 

    Implemented a predictive maintenance use case using machine learning algorithms

    • Collected historical maintenance data from machines

    • Preprocessed the data to handle missing values and outliers

    • Trained machine learning models to predict when maintenance is needed

    • Implemented a dashboard to visualize maintenance predictions

    • Achieved a significant reduction in unplanned downtime

  • Answered by AI
  • Q2. General Discussion

Skills evaluated in this interview

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Difference between Tuple and Dictionary
  • Ans. 

    Tuple is an ordered collection of elements, while a dictionary is an unordered collection of key-value pairs.

    • Tuples are immutable, while dictionaries are mutable.

    • Tuples are accessed using indexing, while dictionaries are accessed using keys.

    • Tuples are typically used to store related pieces of data, while dictionaries are used for mapping and lookups.

  • Answered by AI
  • Q2. What is Adjusted R square
  • Ans. 

    Adjusted R square is a statistical measure that represents the proportion of variance in the dependent variable accounted for by the independent variables.

    • Adjusted R square is an extension of R square, which measures the goodness of fit of a regression model.

    • It takes into account the number of predictors in the model and adjusts for the degrees of freedom.

    • Adjusted R square ranges from 0 to 1, where a higher value indic...

  • Answered by AI
  • Q3. Which is better Random forest or XG Boost
  • Ans. 

    Both Random Forest and XG Boost are powerful machine learning algorithms, but their performance depends on the specific problem and data.

    • Random Forest is an ensemble learning method that combines multiple decision trees to make predictions.

    • It is known for its ability to handle high-dimensional data and maintain good performance even with noisy or missing data.

    • XG Boost, on the other hand, is a gradient boosting algorith...

  • Answered by AI
  • Q4. What is Max pooling
  • Ans. 

    Max pooling is a pooling operation that selects the maximum value from a region of the input data.

    • Max pooling is commonly used in convolutional neural networks (CNNs) for feature extraction.

    • It reduces the spatial dimensions of the input data while retaining the most important features.

    • Max pooling helps in achieving translation invariance, making the model more robust to variations in input position.

    • For example, in a 2x...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Questions on cloud computing

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for python, it is 50-50% ratio of python questions and algorithims

Skills evaluated in this interview

I was interviewed before Oct 2019.

Interview Questionnaire 

1 Question

  • Q1. Case study

Interview Preparation Tips

Interview preparation tips for other job seekers - Be authentic about your work experience. Think before you speak. Take your time to formulate ideas and thought process on scenario based questions. Under no circumstances lie about your capabilities because it is very easy for the interviewer to figure out the veracity of your resume. Be concise on your resume so that you get the opportunity to drive your conversation.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Experience discussion
Round 2 - Group Discussion 

Experience related questions and some chemistry.

Round 3 - HR 

(1 Question)

  • Q1. Experience discussion
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What was the previous use case that you have implemented in Machine Learning
  • Ans. 

    Implemented a predictive maintenance use case using machine learning algorithms

    • Collected historical maintenance data from machines

    • Preprocessed the data to handle missing values and outliers

    • Trained machine learning models to predict when maintenance is needed

    • Implemented a dashboard to visualize maintenance predictions

    • Achieved a significant reduction in unplanned downtime

  • Answered by AI
  • Q2. General Discussion

Skills evaluated in this interview

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Difference between Tuple and Dictionary
  • Ans. 

    Tuple is an ordered collection of elements, while a dictionary is an unordered collection of key-value pairs.

    • Tuples are immutable, while dictionaries are mutable.

    • Tuples are accessed using indexing, while dictionaries are accessed using keys.

    • Tuples are typically used to store related pieces of data, while dictionaries are used for mapping and lookups.

  • Answered by AI
  • Q2. What is Adjusted R square
  • Ans. 

    Adjusted R square is a statistical measure that represents the proportion of variance in the dependent variable accounted for by the independent variables.

    • Adjusted R square is an extension of R square, which measures the goodness of fit of a regression model.

    • It takes into account the number of predictors in the model and adjusts for the degrees of freedom.

    • Adjusted R square ranges from 0 to 1, where a higher value indic...

  • Answered by AI
  • Q3. Which is better Random forest or XG Boost
  • Ans. 

    Both Random Forest and XG Boost are powerful machine learning algorithms, but their performance depends on the specific problem and data.

    • Random Forest is an ensemble learning method that combines multiple decision trees to make predictions.

    • It is known for its ability to handle high-dimensional data and maintain good performance even with noisy or missing data.

    • XG Boost, on the other hand, is a gradient boosting algorith...

  • Answered by AI
  • Q4. What is Max pooling
  • Ans. 

    Max pooling is a pooling operation that selects the maximum value from a region of the input data.

    • Max pooling is commonly used in convolutional neural networks (CNNs) for feature extraction.

    • It reduces the spatial dimensions of the input data while retaining the most important features.

    • Max pooling helps in achieving translation invariance, making the model more robust to variations in input position.

    • For example, in a 2x...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Questions on cloud computing

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for python, it is 50-50% ratio of python questions and algorithims

Skills evaluated in this interview

I was interviewed before Oct 2019.

Interview Questionnaire 

1 Question

  • Q1. Case study

Interview Preparation Tips

Interview preparation tips for other job seekers - Be authentic about your work experience. Think before you speak. Take your time to formulate ideas and thought process on scenario based questions. Under no circumstances lie about your capabilities because it is very easy for the interviewer to figure out the veracity of your resume. Be concise on your resume so that you get the opportunity to drive your conversation.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

General Organic chemistry questions and API related questions

Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good knowledge of organic chemistry

Interview Questionnaire 

5 Questions

  • Q1. What is the role of pka in HPLC method development
  • Ans. 

    pKa plays a crucial role in HPLC method development by determining the ionization state of analytes and their retention on the stationary phase.

    • pKa helps in selecting the appropriate mobile phase pH for ionizable compounds.

    • It influences the ionization of analytes, affecting their solubility and interaction with the stationary phase.

    • pKa values aid in optimizing separation by adjusting the pH to enhance selectivity and r...

  • Answered by AI
  • Q2. How pka value of the product is calculated
  • Ans. 

    The pKa value of a product is calculated based on its acid dissociation constant and the concentration of the acid and its conjugate base.

    • pKa is a measure of the acidity or basicity of a compound.

    • It is calculated using the equation: pKa = -log10(Ka), where Ka is the acid dissociation constant.

    • The acid dissociation constant is the ratio of the concentration of the dissociated form of the acid to the concentration of the...

  • Answered by AI
  • Q3. Tyes of titration with mechanism
  • Ans. 

    Titration is a technique used in chemistry to determine the concentration of a substance in a solution.

    • Acid-base titration: involves the reaction between an acid and a base to determine the concentration of either

    • Redox titration: involves the transfer of electrons between reactants to determine the concentration of a substance

    • Complexometric titration: involves the formation of a complex between a metal ion and a ligand...

  • Answered by AI
  • Q4. How to develope a HPLC Related substances method
  • Ans. 

    Developing an HPLC related substances method involves selecting appropriate column, mobile phase, and detection wavelength.

    • Select a suitable column based on the analyte properties and separation requirements.

    • Optimize the mobile phase composition and gradient program for efficient separation.

    • Choose an appropriate detection wavelength based on the analyte's UV absorption properties.

    • Validate the method by testing specific...

  • Answered by AI
  • Q5. How many types of GC Capillary column and which one is best& why
  • Ans. 

    There are several types of GC capillary columns, including non-polar, polar, and specialty columns. The best type depends on the specific application and analytes being analyzed.

    • Non-polar columns are best for separating non-polar compounds, such as hydrocarbons.

    • Polar columns are ideal for separating polar compounds, such as alcohols and acids.

    • Specialty columns, like chiral columns, are used for separating enantiomers.

    • F...

  • Answered by AI

Meril Interview FAQs

How many rounds are there in Meril Data Scientist interview?
Meril interview process usually has 5 rounds. The most common rounds in the Meril interview process are Technical, HR and Coding Test.
What are the top questions asked in Meril Data Scientist interview?

Some of the top questions asked at the Meril Data Scientist interview -

  1. Advanced ML questions: related to CNN, Transformer, Vision Transfor...read more
  2. Based on the CV: basics of ML, NN, RNN, LSTM, ...read more
  3. Final CTC negotiat...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Meril interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

UST Interview Questions
3.8
 • 500 Interviews
FIS Interview Questions
3.9
 • 476 Interviews
Cipla Interview Questions
4.1
 • 470 Interviews
Dell Interview Questions
4.1
 • 386 Interviews
Lupin Interview Questions
4.2
 • 328 Interviews
Nokia Interview Questions
4.2
 • 271 Interviews
Aurobindo Pharma Interview Questions
4.0
 • 230 Interviews
View all
Area Sales Manager
190 salaries
unlock blur

₹4.3 L/yr - ₹14 L/yr

Territory Sales Manager
172 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Assistant Manager
136 salaries
unlock blur

₹3.6 L/yr - ₹11.6 L/yr

Officer
128 salaries
unlock blur

₹1.2 L/yr - ₹4 L/yr

Senior Executive
123 salaries
unlock blur

₹3 L/yr - ₹7.8 L/yr

Explore more salaries
Compare Meril with

Biocon Limited

3.9
Compare

DRJ & CO

5.0
Compare

Cipla

4.1
Compare

Sun Pharmaceutical Industries

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