Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Quantiphi Analytics Solutions Private Limited Team. If you also belong to the team, you can get access from here
3.1

based on 741 Reviews

Filter interviews by

Quantiphi Analytics Solutions Private Limited Machine Learning Engineer Full-time Job Interview Questions, Process, and Tips

Updated 14 Jul 2024

Top Quantiphi Analytics Solutions Private Limited Machine Learning Engineer Full-time Job Interview Questions and Answers

  • Q1. Name some evaluation metrics? What is precision and recall? Give some examples. What is Entropy and Gini impurity What are bagging techniques What are boosting techniques ...read more
  • Q2. Explain the transformer architecture and positional encoders?
  • Q3. What is PCA, how to do feature selection
View all questions

Quantiphi Analytics Solutions Private Limited Machine Learning Engineer Interview Experiences

11 interviews found

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. In depth questions on every ml algorithm from supervised to un supervised algorithms
  • Q2. How to over come over fitting
  • Ans. 

    To overcome overfitting, use techniques like cross-validation, regularization, early stopping, and increasing training data.

    • Use cross-validation to evaluate model performance on different subsets of data.

    • Apply regularization techniques like L1 or L2 regularization to penalize large coefficients.

    • Implement early stopping to stop training when validation error starts to increase.

    • Increase training data to provide more dive

  • Answered by AI
  • Q3. What is PCA, how to do feature selection
  • Ans. 

    PCA is a dimensionality reduction technique used to reduce the number of features in a dataset while preserving the most important information.

    • PCA stands for Principal Component Analysis

    • It works by finding the directions (principal components) in which the data varies the most

    • These principal components are orthogonal to each other and capture the maximum variance in the data

    • Feature selection can be done by selecting th...

  • Answered by AI
  • Q4. Project based questions
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based questions on implementing NLP use case

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Contain question related to aptitude, pyrhon,ml mcqs.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is overfitting and underfitting?
  • Ans. 

    Overfitting occurs when a model learns the training data too well, leading to poor generalization. Underfitting happens when a model is too simple to capture the underlying patterns.

    • Overfitting: Model performs well on training data but poorly on unseen data. Can be caused by a model being too complex or training for too long.

    • Underfitting: Model is too simple to capture the underlying patterns in the data. Results in po...

  • Answered by AI
  • Q2. Explain about your project

Skills evaluated in this interview

Machine Learning Engineer Interview Questions Asked at Other Companies

Q1. Subset Sum Equal To KYou are given an array/list ‘ARR’ of ‘N’ pos ... read more
Q2. Given an array find the maximum element in array.You are given an ... read more
Q3. Find PermutationYou are given an integer ‘N’. You need to find an ... read more
Q4. Print All Possible Paths From Top Left Corner To Bottom Right Cor ... read more
Q5. Aptitude Questionprobability of car accident in one hour is 1/4. ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

78 mcq questions with 2 coding questions in 1 hr 26 min.

Round 2 - Technical 

(2 Questions)

  • Q1. Don't know about it.
  • Q2. I was not selected.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Big data, aptitude, html, css, javascript, c language questions

Round 2 - Coding Test 

Hackerrank coding test

Quantiphi Analytics Solutions Private Limited interview questions for designations

 Machine Learning Engineer Intern

 (6)

 Senior Machine Learning Engineer

 (4)

 Data Scientist and Machine Learning Engineer

 (4)

 Data Science Engineer

 (1)

 Data Scientist

 (2)

 Data Analyst Intern

 (1)

 Data Engineer

 (11)

 Software Engineer

 (7)

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

I applied via Campus Placement and was interviewed before Oct 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 - Aptitude Test 

OOP, aptitude, DSA, coding question-2 mcq and 1 code based

Round 3 - Technical 

(4 Questions)

  • Q1. Pythons-OOP,DSA, basic questions
  • Q2. Polymorphism, inheritance
  • Q3. OOPs, 4 pillars of OOPs
  • Ans. 

    OOPs stands for Object-Oriented Programming and its 4 pillars are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation restricts access to certain components of an object, protecting its integrity.

    • Abstraction hides complex implementation details and only shows the necessary features.

    • Polymorphism allows objects to be trea...

  • Answered by AI
  • Q4. Dsa and python- Arrays,Stack, linked list,etc
Round 4 - Technical 

(1 Question)

  • Q1. HR and technical question about ml, dl, cut the cake in 8 parts how will you do it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush on basics and be confident, Mostly they see confidence and how you approach things.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Maharashtra Institute of Technology, Pune and was interviewed before Sep 2022. There were 4 interview rounds.

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 - Aptitude Test 

Questions on Quantitative, English and Logic.
Next section comprised of questions on SQL, OS, Java, HTML/CSS.
Last section had questions related to python and Machine learning and also couple of Coding questions whose level was Easy to moderate.

Round 3 - Technical 

(1 Question)

  • Q1. Name some evaluation metrics? What is precision and recall? Give some examples. What is Entropy and Gini impurity What are bagging techniques What are boosting techniques Difference between validation and ...
  • Ans. 

    Explanation of evaluation metrics, precision, recall, entropy, Gini impurity, bagging, boosting, validation vs test data, LSTM, GRU, K-means clustering, and importing CSV datasets.

    • Evaluation metrics: used to measure the performance of machine learning models (e.g., accuracy, precision, recall, F1 score)

    • Precision: ratio of true positive predictions to the total predicted positives (TP / (TP + FP))

    • Recall: ratio of true p...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself Where do you see yourself in next 5 years Why you want to join our company Soft skill questions like leadership, innovative thinker, problem solver etc. which are mentioned in the re...

Interview Preparation Tips

Interview preparation tips for other job seekers - The technical round of ML purely focuses on the basics of ML and some moderate level questions if you answer the basic questions. You can expect some basic questions on basic ML libraries as well.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Question on DSA, basics of Machine Learning and puzzles from gfg

Machine Learning Engineer interview

user image Board Infinity

posted on 24 Feb 2022

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

I applied via Superset and was interviewed before May 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Actually after internship we will have evaluation.
  • Ans. So in evaluation they decide whether to continue or to extend your 4 month of internship. I got converted into FTE after 4 months.
  • Answered Anonymously
  • Q2. You need to showcase what u did in the internship As I converted to FTE from internship
  • Ans. U need to submit ur trakstar(evaluation) And u need to keep. Meet with mentor and they will rate you
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Quantiphi Analytics Solutions Private Limited Machine Learning Engineer interview:
  • Complete the internship
  • Machine Learning
  • Deep Learning
Interview preparation tips for other job seekers - So they covert you from internship to FTE after 4 months.

If they feel u need more improvement they will extend ur internship period.

Try to complete your task in internship, learn faster.

Be proactive with mentors.

Participate in all activities in org.

Take this for learning and applying what u have learned.

I applied via Referral and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Explain the transformer architecture and positional encoders?
  • Ans. 

    Transformer architecture is a neural network architecture used for natural language processing tasks. Positional encoders are used to encode the position of words in a sentence.

    • Transformer architecture is based on the self-attention mechanism.

    • It consists of an encoder and a decoder.

    • Positional encoders are added to the input embeddings to encode the position of words in a sentence.

    • They are computed using sine and cosine...

  • Answered by AI
  • Q2. Explain about project mentioned in resume?
  • Q3. Mostly NLP related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basics and explain projects in details

Skills evaluated in this interview

Quantiphi Analytics Solutions Private Limited Interview FAQs

How many rounds are there in Quantiphi Analytics Solutions Private Limited Machine Learning Engineer job interview?
Quantiphi Analytics Solutions Private Limited interview process usually has 2-3 rounds. The most common rounds in the Quantiphi Analytics Solutions Private Limited interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Quantiphi Analytics Solutions Private Limited Machine Learning Engineer job 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 Quantiphi Analytics Solutions Private Limited. The most common topics and skills that interviewers at Quantiphi Analytics Solutions Private Limited expect are Machine Learning, Python, Computer Vision, Agile and Coding.
What are the top questions asked in Quantiphi Analytics Solutions Private Limited Machine Learning Engineer interview for job?

Some of the top questions asked at the Quantiphi Analytics Solutions Private Limited Machine Learning Engineer interview for job -

  1. Name some evaluation metrics? What is precision and recall? Give some examples....read more
  2. Explain the transformer architecture and positional encode...read more
  3. What is PCA, how to do feature select...read more

Tell us how to improve this page.

Quantiphi Analytics Solutions Private Limited Machine Learning Engineer Interview Process of Full-time Jobs

based on 5 interviews in last 1 year

1 Interview rounds

  • Aptitude Test Round
View more

People are getting interviews through

based on 10 Quantiphi Analytics Solutions Private Limited interviews
Campus Placement
Job Portal
Referral
60%
30%
10%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS iON Interview Questions
3.9
 • 355 Interviews
CitiusTech Interview Questions
3.4
 • 259 Interviews
NeoSOFT Interview Questions
4.0
 • 250 Interviews
Mu Sigma Interview Questions
2.7
 • 221 Interviews
Episource Interview Questions
3.9
 • 221 Interviews
Tiger Analytics Interview Questions
3.6
 • 209 Interviews
Altimetrik Interview Questions
3.8
 • 205 Interviews
Fractal Analytics Interview Questions
4.0
 • 194 Interviews
View all
At par with the average Machine Learning Engineer Salary in India
View more details

Quantiphi Analytics Solutions Private Limited Machine Learning Engineer Reviews and Ratings

based on 55 reviews

3.2/5

Rating in categories

3.6

Skill development

2.9

Work-Life balance

3.2

Salary & Benefits

2.8

Job Security

3.1

Company culture

3.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 55 Reviews and Ratings
Data Engineer
413 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Senior Data Engineer
387 salaries
unlock blur

₹7 L/yr - ₹27.2 L/yr

Senior Business Analyst
365 salaries
unlock blur

₹8 L/yr - ₹25.7 L/yr

Machine Learning Engineer
326 salaries
unlock blur

₹5 L/yr - ₹15.8 L/yr

Business Analyst
320 salaries
unlock blur

₹6.5 L/yr - ₹14 L/yr

Explore more salaries
Compare Quantiphi Analytics Solutions Private Limited with

Fractal Analytics

4.0
Compare

Tiger Analytics

3.6
Compare

LatentView Analytics

3.7
Compare

Mu Sigma

2.7
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