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

Filter interviews by

Infogain Software Developer Interview Questions and Answers

Updated 16 Jan 2025

Infogain Software Developer Interview Experiences

7 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. There were two technical and one HR round. Question were scenario based on sql and .net applications.
  • Q2. Replication of Databases
  • Ans. 

    Replication of databases involves copying and maintaining multiple copies of the same database for redundancy and fault tolerance.

    • Replication helps in ensuring high availability and fault tolerance by having multiple copies of the same data.

    • There are different types of replication such as master-slave replication, master-master replication, and multi-master replication.

    • Replication can be synchronous or asynchronous, wi...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. I was not selected for round two
  • Q2. I am not aware of question in 2nd technical
Round 3 - HR 

(1 Question)

  • Q1. I was not selected for HR round

Software Developer Interview Questions & Answers

user image Abhishek Singh

posted on 24 Jul 2024

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

It was good and nice to talk

Round 2 - Technical 

(2 Questions)

  • Q1. Introduction about yourself
  • Q2. Oops concept question
Round 3 - HR 

(2 Questions)

  • Q1. About youself job profile
  • Q2. Salary negotations

Interview Preparation Tips

Interview preparation tips for other job seekers - Please by careful

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Solid principles and multithreading
Round 2 - HR 

(1 Question)

  • Q1. Past work experience and salary expectations

Software Developer Interview Questions & Answers

user image Mahaveer Rajabhau Kalegore

posted on 6 Dec 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. String immutable
  • Q2. Concurrent hashMap working
  • Ans. 

    ConcurrentHashMap is a thread-safe implementation of the Map interface in Java.

    • ConcurrentHashMap allows multiple threads to access and modify the map concurrently.

    • It achieves thread-safety by dividing the map into segments, allowing concurrent access to different segments.

    • Each segment acts as an independent hash table, reducing contention between threads.

    • ConcurrentHashMap provides atomic operations like putIfAbsent(), ...

  • Answered by AI

Skills evaluated in this interview

Infogain interview questions for designations

 Senior Software Developer

 (1)

 Junior Software Developer

 (1)

 Software Developer fresher

 (1)

 Developer

 (1)

 Software Engineer

 (11)

 Software Tester

 (1)

 Consultant Developer

 (4)

 Java Developer

 (3)

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:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all 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

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 Jobs at Infogain

View all

I was interviewed in Sep 2016.

Interview Questionnaire 

5 Questions

  • Q1. Java collections
  • Q2. Minor project related questions
  • Q3. Android framework
  • Q4. Tell me about your self
  • Q5. Any problem about bond and location
  • Ans. 

    The question is about bond and location.

    • Discuss the concept of bond and its importance in software development

    • Explain the significance of location in software development

    • Provide examples of how bond and location can impact software development projects

  • Answered by AI

Interview Preparation Tips

Skills: Java, Data Structures
College Name: Acropolis Institute Of Technology & Research

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Online zoom coding test will be there - 4 questions - 2 about output of code & 2 about technical questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Polymorphism and explain about virtual polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Virtual polymorphism is achieved through virtual functions in C++.

    • Virtual functions allow a function in a base class to be overridden in a derived class.

    • Example: Animal class with virtual function 'makeSound' overridden in Dog a

  • Answered by AI
  • Q2. Write code for virtual polymorphism and explain
  • Ans. 

    Virtual polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Create a base class with virtual functions

    • Create derived classes that override the virtual functions

    • Use pointers or references of the base class to call the overridden functions

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. About yourself should explain
  • Q2. Reason for job change
  • Q3. Salary negotiations and location

Interview Preparation Tips

Interview preparation tips for other job seekers - I have interviewed for c++ developer role in incedo company - please make sure you are completely aware of every functions and keywords relate to c++ concepts.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Looker developer
  • Q2. Sql server
Round 2 - Technical 

(2 Questions)

  • Q1. Looker developer
  • Q2. Sql server
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic Java Question
  • Q2. Spring Boot related questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Design a rest API and code it.
  • Ans. 

    Design and code a REST API for a software developer interview.

    • Define the endpoints and HTTP methods for the API (e.g. GET /users, POST /users)

    • Implement authentication and authorization mechanisms (e.g. JWT tokens)

    • Use proper status codes for responses (e.g. 200 OK, 401 Unauthorized)

    • Include error handling and validation for input data

    • Document the API using tools like Swagger or OpenAPI

  • Answered by AI
  • Q2. Questions related to JPA HIBERNATE SQL
Round 3 - One-on-one 

(2 Questions)

  • Q1. Discussion related to Last company Project and architecture level questions
  • Q2. Write code to calculate frequency of a word using Stream API and lambda expressions
  • Ans. 

    Calculate word frequency using Stream API and lambda expressions

    • Use Stream API to convert array of strings to stream

    • Use Collectors.groupingBy to group words by their frequency

    • Use Collectors.counting to count the occurrences of each word

  • Answered by AI

Skills evaluated in this interview

Infogain Interview FAQs

How many rounds are there in Infogain Software Developer 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 Software Developer 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 .Net Core, C#, Japanese Language, Web Api and Entity Framework.
What are the top questions asked in Infogain Software Developer interview?

Some of the top questions asked at the Infogain Software Developer interview -

  1. Any problem about bond and locat...read more
  2. Replication of Databa...read more
  3. concurrent hashMap work...read more

Tell us how to improve this page.

Infogain Software Developer Interview Process

based on 6 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
Infogain Software Developer Salary
based on 253 salaries
₹4.6 L/yr - ₹18 L/yr
36% more than the average Software Developer Salary in India
View more details

Infogain Software Developer Reviews and Ratings

based on 31 reviews

3.6/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

3.3

Salary

3.4

Job security

3.5

Company culture

2.8

Promotions

3.5

Work satisfaction

Explore 31 Reviews and Ratings
Software Developer

Pune,

Delhi/Ncr

+1

6-8 Yrs

₹ 11-15.5 LPA

Explore more jobs
Software Engineer
1.3k salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Development Consultant
806 salaries
unlock blur

₹5.5 L/yr - ₹21 L/yr

Technical Lead
607 salaries
unlock blur

₹10.6 L/yr - ₹38 L/yr

Consultant
459 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Senior Consultant
366 salaries
unlock blur

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