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

Filter interviews by

Quantiphi Analytics Solutions Private Limited ml engineer Interview Questions and Answers for Experienced

Updated 4 Jun 2024

Quantiphi Analytics Solutions Private Limited ml engineer Interview Experiences for Experienced

2 interviews found

ml engineer Interview Questions & Answers

user image Anonymous

posted on 27 Feb 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is decision tree
  • Ans. 

    A decision tree is a flowchart-like structure where each internal node represents a feature, each branch represents a decision, and each leaf node represents an outcome.

    • Decision trees are a popular machine learning algorithm used for classification and regression tasks.

    • They are easy to interpret and visualize, making them useful for understanding the decision-making process.

    • Decision trees work by recursively splitting ...

  • Answered by AI
  • Q2. What is boosting
  • Ans. 

    Boosting is a machine learning ensemble technique that combines multiple weak learners to create a strong learner.

    • Boosting iteratively improves the performance of a model by focusing on the mistakes made by previous models.

    • Popular boosting algorithms include AdaBoost, Gradient Boosting, and XGBoost.

    • Boosting is often used in classification and regression problems to improve accuracy and reduce bias.

  • Answered by AI

Skills evaluated in this interview

ml engineer Interview Questions & Answers

user image Anonymous

posted on 4 Jun 2024

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

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. ML algorithm based questions
Round 2 - Technical 

(1 Question)

  • Q1. Question of Project done

ml engineer Interview Questions Asked at Other Companies for Experienced

asked in Air India
Q1. How to evaluate regression models? explain r squared and adjusted ... read more
asked in Air India
Q2. bagging and boosting and their difference, what is ensemble model ... read more
asked in Air India
Q3. Explain working of decision trees, how to select parent and child ... read more
asked in Air India
Q4. What does correlation mean? what is the interpretation if the cor ... read more
asked in Air India
Q5. create dictionary in python from 2 list and key values, sql query ... read more

Interview questions from similar companies

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

I appeared for an interview in Feb 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is PCA? Explain the working.
  • Ans. 

    PCA stands for Principal Component Analysis. It is a dimensionality reduction technique used to reduce the number of variables in a dataset while preserving the most important information.

    • PCA is used to transform high-dimensional data into a lower-dimensional space by finding the principal components that explain the maximum variance in the data.

    • The first principal component is the direction in which the data varies th...

  • Answered by AI
  • Q2. Python code to sort elements
  • Ans. 

    Python code to sort elements in an array of strings

    • Use the sorted() function to sort the elements in the array

    • Specify the key parameter if you want to sort based on a specific criteria

    • Use the reverse parameter to sort in descending order if needed

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

Basic Coding round and understanding of candidate's previous work experience. Questions on ML orchestrators.

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

(2 Questions)

  • Q1. 2 technical rounds with basic questions on python and on projects
  • Q2. Basic questions

Interview Questionnaire 

8 Questions

  • Q1. Java
  • Q2. Python
  • Q3. Django
  • Q4. Html
  • Q5. Css
  • Q6. JavaScript
  • Q7. Sql
  • Q8. Dbms

I applied via Referral and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Non huge jbijoh ibihbih ih8hihihi ihihihibu

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts with examples, SQL query to find second highest salary, diff between fail fast and fail safe, how did u implement security in your app, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic Java concepts

I applied via Naukri.com and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Difference between Hashtable and hashmap?
  • Ans. 

    Hashtable is synchronized while hashmap is not.

    • Hashtable is thread-safe while hashmap is not.

    • Hashtable does not allow null keys or values while hashmap allows one null key and multiple null values.

    • Hashtable is slower than hashmap due to synchronization.

    • Hashtable is a legacy class while hashmap is a newer implementation.

  • Answered by AI
  • Q2. Difference between hashmap and concurrent hashmap?
  • Ans. 

    Hashmap is not thread-safe while Concurrent Hashmap is thread-safe.

    • Hashmap is not suitable for multi-threaded environments as it can lead to race conditions and data inconsistencies.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently without any data inconsistencies.

    • Concurrent Hashmap uses a technique called lock striping to achieve thread-safety.

    • Concurrent Hashmap is slower than Hashma...

  • Answered by AI
  • Q3. Jdbc step
  • Q4. Spring ioc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was average they asked questions from core java spring hibernate... And so on..

Skills evaluated in this interview

I appeared for an interview before Nov 2020.

Interview Questionnaire 

3 Questions

  • Q1. Simple and Easy questions on OOPS, static variable, Prioriry queue,
  • Q2. Design question,
  • Q3. Binary Search

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy you can crack this shit easily

Quantiphi Analytics Solutions Private Limited Interview FAQs

How many rounds are there in Quantiphi Analytics Solutions Private Limited ml engineer interview for experienced candidates?
Quantiphi Analytics Solutions Private Limited interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Quantiphi Analytics Solutions Private Limited interview process for experienced candidates are One-on-one Round and Technical.
How to prepare for Quantiphi Analytics Solutions Private Limited ml engineer interview for experienced candidates?
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 Analytical, Catering, Cloud, Computer Vision and Data Analysis.
What are the top questions asked in Quantiphi Analytics Solutions Private Limited ml engineer interview for experienced candidates?

Some of the top questions asked at the Quantiphi Analytics Solutions Private Limited ml engineer interview for experienced candidates -

  1. What is decision t...read more
  2. What is boost...read more
  3. First of all he go through your resume and after that whatever language do you ...read more

Tell us how to improve this page.

Quantiphi Analytics Solutions Private Limited ml engineer Interview Process for Experienced

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS iON Interview Questions
3.9
 • 373 Interviews
ITC Infotech Interview Questions
3.6
 • 350 Interviews
CitiusTech Interview Questions
3.3
 • 278 Interviews
NeoSOFT Interview Questions
3.6
 • 270 Interviews
Tiger Analytics Interview Questions
3.7
 • 228 Interviews
Altimetrik Interview Questions
3.8
 • 223 Interviews
Episource Interview Questions
3.9
 • 221 Interviews
INDIUM Interview Questions
4.1
 • 192 Interviews
Xoriant Interview Questions
4.1
 • 189 Interviews
View all
Quantiphi Analytics Solutions Private Limited ml engineer Salary
based on 12 salaries
₹6 L/yr - ₹21.2 L/yr
16% more than the average ml engineer Salary in India
View more details

Quantiphi Analytics Solutions Private Limited ml engineer Reviews and Ratings

based on 7 reviews

2.3/5

Rating in categories

2.6

Skill development

1.9

Work-life balance

1.6

Salary

1.7

Job security

2.0

Company culture

1.6

Promotions

2.3

Work satisfaction

Explore 7 Reviews and Ratings
Data Engineer
454 salaries
unlock blur

₹5.3 L/yr - ₹17.2 L/yr

Senior Data Engineer
432 salaries
unlock blur

₹8 L/yr - ₹31 L/yr

Senior Business Analyst
345 salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Business Analyst
338 salaries
unlock blur

₹6.1 L/yr - ₹14 L/yr

Machine Learning Engineer
330 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Explore more salaries
Compare Quantiphi Analytics Solutions Private Limited with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

3i Infotech

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