Upload Button Icon Add office photos

Filter interviews by

Thirumoolar Software Machine Learning Engineer Intern Interview Questions and Answers for Freshers

Updated 8 Aug 2024

Thirumoolar Software Machine Learning Engineer Intern Interview Experiences for Freshers

1 interview found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is the differenece between ml and dl?
  • Ans. 

    ML stands for machine learning, while DL stands for deep learning. DL is a subset of ML that uses neural networks to model and solve complex problems.

    • ML (Machine Learning) is a broader concept that involves algorithms and models that can learn from and make predictions or decisions based on data.

    • DL (Deep Learning) is a subset of ML that uses neural networks with multiple layers to model and solve complex problems.

    • DL re...

  • Answered by AI
  • Q2. Tell me abort you self
  • Ans. 

    I am a passionate and driven individual with a strong background in machine learning and a desire to learn and grow in the field.

    • Background in machine learning

    • Passionate and driven individual

    • Desire to learn and grow in the field

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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 Questionnaire 

2 Questions

  • Q1. All questions related to Aws sage maker and ml algorithms and area i worked in
  • Q2. Areas I need to improve?

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
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Basics of DL and NLP , along with current projects
Round 2 - HR 

(1 Question)

  • Q1. General scenario based on leadership and decision making
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Implementation of end to end to projects What are transformers
  • Ans. 

    Transformers are models that process sequential data by learning contextual relationships between words.

    • Transformers are a type of deep learning model commonly used in natural language processing tasks.

    • They are based on the attention mechanism, allowing them to focus on different parts of the input sequence.

    • Examples of transformer models include BERT, GPT, and TransformerXL.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical implementations of projects done

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before Mar 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Explain bias variance
  • Ans. 

    Bias variance tradeoff is a key concept in machine learning that deals with the balance between underfitting and overfitting.

    • Bias refers to the error that is introduced by approximating a real-life problem, while variance refers to the amount by which the estimate of the target function will change if different training data was used.

    • High bias means the model is too simple and underfits the data, while high variance me...

  • Answered by AI
  • Q2. Explain ensemble learni
  • Ans. 

    Ensemble learning is a technique of combining multiple machine learning models to improve the overall performance.

    • Ensemble learning can be done in two ways: bagging and boosting.

    • Bagging involves training multiple models independently on different subsets of the data and then combining their predictions.

    • Boosting involves training models sequentially, with each model trying to correct the errors of the previous model.

    • Ens...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Accenture is Good place to work and good salary too

Skills evaluated in this interview

Thirumoolar Software Interview FAQs

How many rounds are there in Thirumoolar Software Machine Learning Engineer Intern interview for freshers?
Thirumoolar Software interview process for freshers usually has 1 rounds. The most common rounds in the Thirumoolar Software interview process for freshers are Technical.

Tell us how to improve this page.

Thirumoolar Software Machine Learning Engineer Intern Interview Process for Freshers

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

Thirumoolar Software Machine Learning Engineer Intern Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Machine Learning Engineer
7 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

Front end Developer
5 salaries
unlock blur

₹0.8 L/yr - ₹9 L/yr

Artificial Intelligence Researcher
5 salaries
unlock blur

₹6 L/yr - ₹6 L/yr

Data Analyst
4 salaries
unlock blur

₹4.2 L/yr - ₹4.3 L/yr

HR Executive Recruiter
4 salaries
unlock blur

₹1.2 L/yr - ₹2.4 L/yr

Explore more salaries
Compare Thirumoolar Software with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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