Upload Button Icon Add office photos
Premium 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

Filter interviews by

Infogain Interview Questions, Process, and Tips

Updated 2 Mar 2025

Top Infogain Interview Questions and Answers

View all 69 questions

Infogain Interview Experiences

Popular Designations

120 interviews found

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

I applied via Naukri.com and was interviewed before Aug 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 Resume tips
Round 2 - Aptitude Test 

Basic aptitude questions, length of test varies from time 2 time

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic questions covering topics from java oops, collections, and exception handling, few more questions about spring core concepts and springboot internal working one coding problem about java strings
Round 4 - HR 

(1 Question)

  • Q1. Just some casual questions about past experiences

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

I applied via Recruitment Consulltant and was interviewed in Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. For this round they ask you about oops and collection concept and some problem around that, some database queries like find salary.
Round 2 - One-on-one 

(1 Question)

  • Q1. This round will be little tough than 1 St one, they are gonna ask you about some advance concepts like java 8 features and it's internal workings and how memory allocation work.
Round 3 - HR 

(1 Question)

  • Q1. Why did you left last company, what are your expectations from this company. So just be confident

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident about what you know and what you want.

Consultant Developer Interview Questions asked at other Companies

Q1. What is String Buffer and String Builder class?
View answer (1)
Infogain Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Javascript questions. Angular architecture. Ngrx , rxjs
Round 3 - Manegerial 

(1 Question)

  • Q1. About last project

Interview Preparation Tips

Interview preparation tips for other job seekers - Not an employee oriented company.
They fire employees with 3 months intimation.
More than 400 people are on bench.

I applied via Naukri.com and was interviewed in Oct 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basics of as400 asked
  • Q2. Basic SQL queries were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with content you mentioned in resume

Consultant Developer Interview Questions asked at other Companies

Q1. What is String Buffer and String Builder class?
View answer (1)

Infogain interview questions for popular designations

 Software Engineer

 (11)

 Development Consultant

 (10)

 Senior Software Engineer

 (8)

 Software Developer

 (7)

 Software Engineer Trainee

 (6)

 Consultant Developer

 (4)

 Senior Consultant

 (3)

 Java Developer

 (3)

Intern Interview Questions & Answers

user image Anonymous

posted on 12 Feb 2022

I was interviewed in Jan 2022.

Round 1 - Technical 

(1 Question)

  • Q1. What is Object Oriented programming?
  • Ans. 

    Object Oriented Programming is a programming paradigm that focuses on objects and their interactions.

    • OOP is based on the concept of classes and objects

    • It emphasizes encapsulation, inheritance, and polymorphism

    • Examples of OOP languages include Java, C++, and Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just recall the C and C++ concepts.

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Get interview-ready with Top Infogain Interview Questions

Interview Questionnaire 

1 Question

  • Q1. Entity Framework, SOLID etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Dear Infogain,
Please make sure your interviewers are a little respectful towards candidates. The recruiter that I had an experience with was an asshole. This tells the company culture at this very stage, god knows what would have happened if I had joined this company.
1. The recruiter was not even able to speak proper English let alone ask questions.
2. How can he ask me to rate myself out of the tech stack that I am working in? Is there a measuring instrument you guys are building, then please share it with the world.
3. You guys want Jack of all trades and master of none, and after hearing ECTC, you guys run away with tails between your legs.
4. Also please make sure your so-called "Technical recruiters" are not assholes and are a bit respectful towards candidates because we already have enough assholes in the world.

Thank you for the worst interview experience ever.

P.S: Those who are about to join or are giving interviews with this company think thrice.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Jobs at Infogain

View all

I applied via Campus Placement and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy online test

Round 2 - Technical 

(1 Question)

  • Q1. OOPs, DS, SQL, recursion
Round 3 - HR 

(3 Questions)

  • Q1. Why should we hire you?
  • Q2. Where do you see yourself in 5 years?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a great interviewing experience.

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)

Interview Questionnaire 

2 Questions

  • Q1. Core concepts of the technologies you have worked on and interviewing for.
  • Q2. Just be confident and answer only if you know, don't try to build some random thing.

Top Infogain Senior Software Engineer Interview Questions and Answers

Q1. JS: create a calculator function. everytime you call it, it should print the next elem in sequence (condition: shouldn't pass any param) - 5,11,29,83
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself.
  • Q2. The project you have worked on.
  • Q3. Describe the architecture of your project.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. C++ concepts: Inheritance, Polymorphism, OOAD concepts
  • Q2. STL basics and C++11

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough in C++ concepts

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Contribute & help others!
anonymous
You can choose to be anonymous

Infogain Interview FAQs

How many rounds are there in Infogain interview?
Infogain interview process usually has 2-3 rounds. The most common rounds in the Infogain interview process are Technical, HR and Resume Shortlist.
How to prepare for Infogain interview?
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 Infogain. The most common topics and skills that interviewers at Infogain expect are SQL, Javascript, Agile, Python and Troubleshooting.
What are the top questions asked in Infogain interview?

Some of the top questions asked at the Infogain interview -

  1. Which deployment strategy have you us...read more
  2. What are all the devops tools you have used in your application deployme...read more
  3. What is deadlock .what are the conditions of deadlo...read more
How long is the Infogain interview process?

The duration of Infogain interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

JOBS

Browse jobs

Discover jobs you love

SALARIES

Infogain

JOBS

Codanto

No Jobs

DESIGNATION

LIST OF COMPANIES

CommScope

Overview

INTERVIEWS

Mp Biomedicals

No Interviews

JOBS

Oracle

No Jobs

JOBS

Crisil

No Jobs

Tell us how to improve this page.

Infogain Interview Process

based on 93 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
CitiusTech Interview Questions
3.4
 • 269 Interviews
View all

Infogain Reviews and Ratings

based on 1.1k reviews

3.6/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.2

Salary

3.4

Job security

3.5

Company culture

2.8

Promotions

3.4

Work satisfaction

Explore 1.1k Reviews and Ratings
Performance Testing Engineer (Standard)

Noida

4-6 Yrs

Not Disclosed

Salesforce Developer (Senior)

Bangalore / Bengaluru

6-8 Yrs

Not Disclosed

Core Java Developer (Senior)

Noida

6-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Development Consultant
811 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
613 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
458 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
373 salaries
unlock blur

₹0 L/yr - ₹0 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