Upload Button Icon Add office photos
Engaged Employer

i

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

Infogain Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 1.1k Reviews

Filter interviews by

Infogain Data Science Intern Interview Questions and Answers

Updated 4 Nov 2024

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Aug 2021. There were 6 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 

In both aptitude and coding in the second round, aptitude mostly consists of basic problems and there are some data science problems like bias, stats and probability.

Round 3 - Coding Test 

2 coding problems the ones I got are easier didn't take more than 15 minutes to solve both of them.

Round 4 - Technical 

(2 Questions)

  • Q1. Pretty hard technical interview from formulae behind algorithms to math to algorithms touched the sight of all basic data science questions that are supposed to be asked on data science interview
  • Q2. What is gradient descent, why does gradient descent follow tan angles and please explain and write down the formula of it.
  • Ans. 

    Gradient descent is an optimization algorithm used to minimize the cost function of a machine learning model.

    • Gradient descent is used to update the parameters of a model to minimize the cost function.

    • It follows the direction of steepest descent, which is the negative gradient of the cost function.

    • The learning rate determines the step size of the algorithm.

    • The formula for gradient descent is: theta = theta - alpha * (1/...

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

(2 Questions)

  • Q1. Managerial Technical round asked some basic level coding questions and data handling with lists, tuples, sets and dicts.
  • Q2. Please write a dictionary and try to sort it.
  • Ans. 

    A dictionary sorted in ascending order based on keys.

    • Create a dictionary with key-value pairs

    • Use the sorted() function to sort the dictionary based on keys

    • Convert the sorted dictionary into a list of tuples

    • Use the dict() constructor to create a new dictionary from the sorted list of tuples

  • Answered by AI
Round 6 - HR 

(6 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. Where do you see yourself in 5 years?
  • Q4. Why are you looking for a change?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the Machine learning lectures of Andrew Ng on youtube, you could easily pass the interview if you have a grip on Andrew Ng's lectures.

Skills evaluated in this interview

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

There are 20 Aptitude Question (time to solve these 20 question is 30 minutes). Then 10 MCQ Questions on Computer Science Fundamentals (time 10 minutes).

Round 2 - Coding Test 

There are 5 question based on DSA 3 question of 20 marks and 2 questions of 50 marks. You need to any two question of 20 marks questions and one of 50 marks question. Total time you get to solve these question is 60 minutes.

Round 3 - Technical 

(4 Questions)

  • Q1. Get Second highest element from an array (duplicates elements are allowed). Required T.C-->O(N) Single traversal. S.C--->O(1)
  • Ans. 

    Get second highest element from an array of strings with O(N) time complexity and O(1) space complexity.

    • Initialize two variables to store the highest and second highest elements.

    • Traverse the array and update the variables accordingly.

    • Return the second highest element.

    • Handle edge cases like empty array or array with only one element.

  • Answered by AI
  • Q2. Sort nearly sortes array.
  • Ans. 

    Sort nearly sorted array using min heap

    • Create a min heap of size k+1

    • Insert first k+1 elements into min heap

    • For remaining elements, extract min and insert new element

    • Extract all remaining elements from min heap

    • Time complexity: O(nlogk)

    • Example: ['apple', 'banana', 'cherry', 'date', 'elderberry']

  • Answered by AI
  • Q3. Coffiecent of x^7 in equation ? y=(x^101-1)(x^100+1)(x^99-1)...........................................(X^0+1)
  • Ans. 

    Coffiecent of x^7 in a given equation

    • Use the binomial theorem to expand the equation

    • Identify the term with x^7

    • The coefficient of x^7 is the coefficient of that term

  • Answered by AI
  • Q4. Some more probabilty and statistic questions exactly didn't remember.

Interview Preparation Tips

Topics to prepare for Tiger Analytics Data Science Intern interview:
  • Mathematics
  • Statistics
  • DSA
Interview preparation tips for other job seekers - Be confident.
Don't fake anything in your resume.
Think aloud.
Think twice code once.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the key topics related to Generative AI, specifically focusing on Retrieval-Augmented Generation (RAG) and Large Language Models (LLM)?
  • Q2. What is your understanding of the existing project and the technology stacks used?
Round 2 - Technical 

(3 Questions)

  • Q1. What has been your contribution to existing work and the technologies used in that context?
  • Q2. ML, DL, Gen AI implementation and flow
  • Q3. Python Coding logic and semantics
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are the existing work challenges you face, and what solutions have you implemented to address them?
  • Q2. What is your understanding of Generative AI and Natural Language Processing (NLP), and can you provide examples of their use cases?

Interview Preparation Tips

Interview preparation tips for other job seekers - Genuinely communicate your skills and contributions.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Questions around the previous work
  • Q2. Questions around how re-rank work, and image segmentation,
  • Q3. Questions with podman and docker

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your profile and brush up your knowledge
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Naukri.com

Round 1 - Coding Test 

AWS and Python, basic Machine learning questions

Round 2 - Coding Test 

Python, project description, AWS, in build package

Round 3 - Case Study 

Basic Machine learning data science

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

(2 Questions)

  • Q1. Questions were asked related to ML modelling process
  • Q2. Basic python coding
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Transformers and how they work
  • Ans. 

    Transformers are models used in natural language processing tasks, known for their ability to handle long-range dependencies.

    • Transformers use self-attention mechanism to weigh the importance of different words in a sentence.

    • They consist of encoder and decoder layers, with each layer containing multi-head attention and feed-forward neural network.

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

  • Answered by AI
  • Q2. How to train a model with imbalance data
  • Ans. 

    Use techniques like oversampling, undersampling, SMOTE, or ensemble methods to train a model with imbalanced data.

    • Use oversampling to increase the number of minority class samples.

    • Use undersampling to decrease the number of majority class samples.

    • Use Synthetic Minority Over-sampling Technique (SMOTE) to generate synthetic samples for the minority class.

    • Utilize ensemble methods like Random Forest or Gradient Boosting to

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Write a code for Factorial series

Round 2 - Technical 

(2 Questions)

  • Q1. Deep learning related
  • Q2. Maximum GenAI Based question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Test+2 interviews(technical and statistics)

Round 2 - Case Study 

Basic guestimates and case studies

Interview Preparation Tips

Interview preparation tips for other job seekers - Study hard

Infogain Interview FAQs

How many rounds are there in Infogain Data Science Intern interview?
Infogain interview process usually has 2 rounds. The most common rounds in the Infogain interview process are Group Discussion and Coding Test.

Tell us how to improve this page.

Infogain Data Science Intern Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Software Engineer
1.3k salaries
unlock blur

₹2.5 L/yr - ₹10.8 L/yr

Development Consultant
802 salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Technical Lead
577 salaries
unlock blur

₹10.6 L/yr - ₹38 L/yr

Consultant
467 salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Senior Consultant
350 salaries
unlock blur

₹7 L/yr - ₹28 L/yr

Explore more salaries
Compare Infogain with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

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