Upload Button Icon Add office photos

Filter interviews by

Aganitha Cognitive Solutions Machine Learning Engineer Interview Questions, Process, and Tips

Updated 8 Sep 2024

Aganitha Cognitive Solutions Machine Learning Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed before Sep 2023.

Round 1 - Coding Test 

It didnt require time limit to complete.

Round 2 - Technical 

(5 Questions)

  • Q1. What is the difference between iLoc and Loc in pandas.
  • Ans. 

    iLoc is used for integer-location based indexing while Loc is used for label-based indexing in pandas.

    • iLoc is used for selecting data based on integer index positions.

    • Loc is used for selecting data based on labels.

    • iLoc uses integer index positions starting from 0.

    • Loc uses labels from the index or column names.

    • Example: df.iloc[0] selects the first row based on integer index position.

    • Example: df.loc['row_label'] selects

  • Answered by AI
  • Q2. What is principal component analysis.
  • Ans. 

    Principal component analysis is a technique used to reduce the dimensionality of data while preserving its variance.

    • PCA is a dimensionality reduction technique that identifies the directions (principal components) along which the data varies the most.

    • It projects the data onto these principal components to reduce the dimensionality of the data.

    • PCA is commonly used in machine learning for feature extraction and data visu...

  • Answered by AI
  • Q3. Why is Variance important in principal component analysis?
  • Ans. 

    Variance in principal component analysis helps to identify the most important features in the data.

    • Variance measures the spread of data points around the mean, indicating the importance of each feature in capturing the overall variability.

    • Higher variance implies more information is retained by the principal components, making them more significant in representing the data.

    • By selecting components with high variance, we ...

  • Answered by AI
  • Q4. What have you been doing for the last six months?
  • Ans. 

    I have been working on developing a machine learning model for predicting customer churn in a telecom company.

    • Developed machine learning algorithms using Python and TensorFlow

    • Cleaned and preprocessed large datasets to train the model

    • Performed feature engineering to improve model performance

    • Conducted A/B testing to evaluate model effectiveness

  • Answered by AI
  • Q5. What is the syntax to read a CSV file from python?
  • Ans. 

    Use the pandas library to read a CSV file in Python.

    • Import the pandas library: import pandas as pd

    • Use the read_csv() function to read the CSV file: df = pd.read_csv('file.csv')

    • Specify additional parameters like delimiter, header, etc. if needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please have pandas and Python byheart.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical, Verbal, reasoning 90 mins

Round 2 - Technical 

(2 Questions)

  • Q1. ML algorithms and Explain it?
  • Q2. Print even numbers in for loop?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is evaluation Matrix for classification
  • Ans. 

    Evaluation metrics for classification are used to assess the performance of a classification model.

    • Common evaluation metrics include accuracy, precision, recall, F1 score, and ROC-AUC.

    • Accuracy measures the proportion of correctly classified instances out of the total instances.

    • Precision measures the proportion of true positive predictions out of all positive predictions.

    • Recall measures the proportion of true positive p...

  • Answered by AI
  • Q2. What L1 and L2 regression
  • Ans. 

    L1 and L2 regression are regularization techniques used in machine learning to prevent overfitting.

    • L1 regression adds a penalty equivalent to the absolute value of the magnitude of coefficients.

    • L2 regression adds a penalty equivalent to the square of the magnitude of coefficients.

    • L1 regularization can lead to sparse models, while L2 regularization tends to shrink coefficients towards zero.

    • L1 regularization is also know...

  • Answered by AI
  • Q3. Explain random forest algorithm
  • Ans. 

    Random forest is an ensemble learning algorithm that builds multiple decision trees and combines their predictions.

    • Random forest creates multiple decision trees using bootstrapping and feature randomization.

    • Each tree in the random forest is trained on a subset of the data and features.

    • The final prediction is made by averaging the predictions of all the trees (regression) or taking a majority vote (classification).

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about self
  • Ans. 

    I am a dedicated and passionate Machine Learning Engineer with a strong background in computer science and data analysis.

    • Experienced in developing machine learning models for various applications

    • Proficient in programming languages such as Python, R, and Java

    • Skilled in data preprocessing, feature engineering, and model evaluation

    • Strong understanding of algorithms and statistical concepts

    • Excellent problem-solving and ana

  • Answered by AI
  • Q2. Questions about salary discuss

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Stats questions
  • Q2. Basic ML questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Started with basic os or network fundamentals like analyzing a core dump, handling tcp packet loss, difference between rest api and grpc etc. Then, from ML started with basic questions like bias variance t...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between bias and variance
  • Ans. 

    Bias is error due to overly simplistic assumptions, variance is error due to overly complex models.

    • Bias is error introduced by approximating a real-world problem, leading to underfitting.

    • Variance is error introduced by modeling the noise in the training data, leading to overfitting.

    • High bias can cause a model to miss relevant relationships between features and target variable.

    • High variance can cause a model to be overl...

  • Answered by AI
  • Q2. What’s is Learning rate
  • Ans. 

    Learning rate is a hyperparameter that controls how much we are adjusting the weights of our network with respect to the loss gradient.

    • Learning rate determines the size of the steps taken during optimization.

    • A high learning rate can cause the model to converge too quickly and potentially miss the optimal solution.

    • A low learning rate can cause the model to take a long time to converge or get stuck in a local minimum.

    • Com...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Sep 2023. 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 

Problem solving skills

Round 3 - Aptitude Test 

Logical reasoning numerical reasoning abstract reasoning verbal reasoning

Round 4 - HR 

(3 Questions)

  • Q1. Self introduction
  • Q2. Family background
  • Q3. Salary expectation

Interview Preparation Tips

Topics to prepare for BYJU'S Machine Learning Engineer interview:
  • Core Java
  • Python full stack
  • Daa science
  • Web Development
Interview preparation tips for other job seekers - Practice makes man perfect don't go back by getting not selected for your dream company be prepared for next one keep challenging yourself.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Explain the latest project you worked on in terms of your role in it.
Round 2 - One-on-one 

(1 Question)

  • Q1. Behavioral and situational questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest with yourself, know your resume in and out. Be confident and friendly with the interviewer and try to be a little curious.

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. ML algorithms, Live screen share coding
Round 2 - Technical 

(1 Question)

  • Q1. ML deployment, Cloud knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice atleast one programming language. For ML prefer python. Be prepared with ML algorithms in depth and should have deployment and cloud knowledge.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Machine learning - Code K-Means

Round 2 - Coding Test 

Machine Learning - Code Neural Network

Round 3 - One-on-one 

(2 Questions)

  • Q1. Machine Learning Fundamentals
  • Q2. Python Advanced
Round 4 - HR 

(1 Question)

  • Q1. Why this company

Aganitha Cognitive Solutions Interview FAQs

How many rounds are there in Aganitha Cognitive Solutions Machine Learning Engineer interview?
Aganitha Cognitive Solutions interview process usually has 2 rounds. The most common rounds in the Aganitha Cognitive Solutions interview process are Coding Test and Technical.
What are the top questions asked in Aganitha Cognitive Solutions Machine Learning Engineer interview?

Some of the top questions asked at the Aganitha Cognitive Solutions Machine Learning Engineer interview -

  1. Why is Variance important in principal component analys...read more
  2. What is the syntax to read a CSV file from pyth...read more
  3. What is the difference between iLoc and Loc in pand...read more

Tell us how to improve this page.

Aganitha Cognitive Solutions Machine Learning Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Data Scientist
13 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Web Developer
5 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Scientist
4 salaries
unlock blur

₹10 L/yr - ₹23 L/yr

Junior Web Developer
4 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Jr. Data Scientist
4 salaries
unlock blur

₹6 L/yr - ₹9 L/yr

Explore more salaries
Compare Aganitha Cognitive Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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