Upload Button Icon Add office photos
Engaged Employer

i

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

Think41 Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Think41 Machine Learning Engineer Intern Interview Questions and Answers

Updated 12 Jan 2025

Think41 Machine Learning Engineer Intern Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Distinguish between tuple and list in python
  • Ans. 

    Tuple is immutable, ordered collection of elements. List is mutable, ordered collection of elements.

    • Tuple is defined using parentheses (), while list is defined using square brackets []

    • Elements in tuple cannot be changed once assigned, while elements in list can be modified

    • Tuple is faster than list for iteration and accessing elements

    • Example: tuple_example = (1, 2, 3), list_example = [1, 2, 3]

  • Answered by AI
  • Q2. So what is null function?
  • Ans. 

    A null function is a function that always returns a null value.

    • A null function is typically used as a placeholder or to indicate that no meaningful value can be returned.

    • It is commonly used in programming to handle cases where a function needs to be called but no actual computation is required.

    • Example: function nullFunction() { return null; }

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. So what is your name?
  • Ans. 

    My name is John Doe.

    • My name is John Doe.

    • I go by John.

    • John is my first name, Doe is my last name.

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Think41?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Naukri.com 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 - Assignment 

Implement login with Google SSO, show emails in a single place

Round 3 - One-on-one 

(4 Questions)

  • Q1. How to implement JWT
  • Q2. Please read about it on the internet, do take care of public and private key use
  • Q3. Middleware in express, how to create one?
  • Ans. 

    Middleware in Express is a function that has access to the request and response objects.

    • Create a middleware function using app.use() method in Express.

    • Middleware functions have access to the request object (req), the response object (res), and the next middleware function in the application's request-response cycle.

    • Example: app.use((req, res, next) => { console.log('This is a middleware function'); next(); });

  • Answered by AI
  • Q4. Read about it on the internet
Round 4 - One-on-one 

(6 Questions)

  • Q1. Discussed about guards in Angular
  • Q2. Read about it on the internet
  • Q3. How does lazy loading work in Angular
  • Ans. 

    Lazy loading in Angular delays loading of modules until they are needed

    • Lazy loading helps improve performance by only loading modules when they are required

    • It is achieved by using the loadChildren property in the route configuration

    • Lazy loaded modules are loaded asynchronously when the user navigates to the corresponding route

  • Answered by AI
  • Q4. Read about lazy loading in Angular
  • Q5. How to enable SSR in Angular
  • Ans. 

    Server-side rendering (SSR) in Angular can be enabled by using Angular Universal.

    • Install Angular Universal using Angular CLI

    • Create a new Angular Universal project

    • Update app.module.ts to include server-side rendering

    • Build and run the Angular Universal project

  • Answered by AI
  • Q6. Read about Angular Universal for this

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Angular concepts, DSA and Ruby on Rails concepts for the round

Skills evaluated in this interview

Machine Learning Engineer Intern Interview Questions Asked at Other Companies

Q1. How can we write an efficient matrix multiplication method for hu ... read more
asked in Feynn Labs
Q2. What is bagging and boosting. What are different types of learnin ... read more
Q3. What is low-level design in the context of machine learning model ... read more
asked in NCR Atleos
Q4. Tell be about Supervised and Unsupervised Machine learning
Q5. How familiar are you with TensorFlow, and how have you used it?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Coding Test 

Questions can be found on Leetcode

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Dsa question regarding linked list and hashmap

I applied via Naukri.com and was interviewed in Jul 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 - Coding Test 

It was on hacker rank

Round 3 - Aptitude Test 

It was a aptitude test taken by me of the new and all the response and the of new

Interview Preparation Tips

Topics to prepare for Coding Ninjas Software Engineer interview:
  • MySQL
  • YourSql
  • Analytics
Interview preparation tips for other job seekers - if the coin and the new off the medium and new if you add me in the data and of the suer
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Easy to medium, can solve with leetcode medium

Round 2 - One-on-one 

(2 Questions)

  • Q1. Number of islands count
  • Q2. First and last index of a particular element in an array

Skills evaluated in this interview

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

The test was in hackerrank platform, it was moderate level.

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Dsa problems dp and tress problem

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Dp, trees and basic time complexity

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Projects and intership

Interview Preparation Tips

Topics to prepare for Junglee Games Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Learn DSA
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2022. There were 5 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 

It was a coding round with sql ,python questions , few aptitude questions

Round 3 - Technical 

(2 Questions)

  • Q1. They asked few questions sql and python and few questions - depending on the role
  • Q2. BASIC SQL WHAT YOU HAD WRITTEN IN THE CODE
  • Ans. 

    Basic SQL involves writing queries to manage and manipulate relational databases effectively.

    • SELECT statement: Used to retrieve data from a database. Example: SELECT * FROM employees;

    • WHERE clause: Filters records based on specified conditions. Example: SELECT * FROM employees WHERE age > 30;

    • JOIN operations: Combines rows from two or more tables based on a related column. Example: SELECT * FROM orders JOIN customers ...

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. They asked me few questions related to sql
  • Q2. BASIC PYTHON QUESTIONS LIKE WHAT YOU HAVE WRITTEN IN THE CODE
Round 5 - HR 

(1 Question)

  • Q1. About yourself , your hobby etc

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and be able to explain the code you wrote in coding round

Think41 Interview FAQs

How many rounds are there in Think41 Machine Learning Engineer Intern interview?
Think41 interview process usually has 2 rounds. The most common rounds in the Think41 interview process are Technical and One-on-one Round.
What are the top questions asked in Think41 Machine Learning Engineer Intern interview?

Some of the top questions asked at the Think41 Machine Learning Engineer Intern interview -

  1. distinguish between tuple and list in pyt...read more
  2. so what is null functi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

Pocket FM Interview Questions
2.7
 • 58 Interviews
MagicPin Interview Questions
2.6
 • 56 Interviews
Coding Ninjas Interview Questions
3.8
 • 52 Interviews
Kissht Finance Interview Questions
3.9
 • 36 Interviews
Junglee Games Interview Questions
3.1
 • 34 Interviews
View all
Compare Think41 with

Kissht Finance

3.9
Compare

JoulestoWatts Business Solutions

3.0
Compare

Samunnati

4.4
Compare

LEAP India Private Limited

4.4
Compare
write
Share an Interview