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 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 Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... 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:
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 - 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)

 Software Developer fresher

 (1)

 Junior Software Developer

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

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 appeared for an interview in Sep 2016.

Interview Questionnaire 

5 Questions

  • Q1. Java collections
  • Q2. Minor project related questions
  • Q3. Android framework
  • Q4. Tell me about your self
  • Ans. 

    I am a dedicated software developer with a passion for creating innovative solutions.

    • Experienced in multiple programming languages such as Java, Python, and C++

    • Strong problem-solving skills and ability to work well in a team

    • Developed a mobile app for tracking fitness goals using React Native

  • Answered by AI
  • 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

I appeared for an interview before Feb 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 150 Minutes
Round difficulty - Medium

It was an Aptitude test and Technical objective test of 60 minutes followed by a Coding test of 90 minutes.There was a 1 hour gap b/w the two tests.

  • Q1. 

    Count Derangements

    Determine the number of derangements possible for a set of 'N' elements. A derangement is a permutation where no element appears in its original position.

    Input:

    An integer 'T' repres...
  • Ans. 

    Count the number of derangements possible for a set of 'N' elements.

    • Derangement is a permutation where no element appears in its original position.

    • Use dynamic programming to calculate derangements efficiently.

    • Apply the formula: D(n) = (n-1) * (D(n-1) + D(n-2)), with base cases D(1) = 0 and D(2) = 1.

  • Answered by AI
  • Q2. 

    Prime Numbers Identification

    Given a positive integer N, your task is to identify all prime numbers less than or equal to N.

    Explanation:

    A prime number is a natural number greater than 1 that has no po...

  • Ans. 

    Identify all prime numbers less than or equal to a given positive integer N.

    • Iterate from 2 to N and check if each number is prime

    • Use the Sieve of Eratosthenes algorithm for better efficiency

    • Optimize by only checking up to the square root of N for divisors

  • Answered by AI
  • Q3. 

    Common Elements Problem Statement

    Identify and output the common strings present in both given arrays of lowercase alphabets for each test case.

    Input:

    The first line contains an integer 'T' representin...
  • Ans. 

    The problem requires identifying and outputting common strings present in two arrays of lowercase alphabets for each test case.

    • Iterate through the elements of the second array and check if they are present in the first array.

    • Use a hash set or map to efficiently check for common elements.

    • Return the common strings in the order they appear in the second array.

  • Answered by AI
Round 2 - Video Call 

(4 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round had 1 question from DSA particulary Trees and after that some questions from OOPS were asked.

  • Q1. 

    Spiral Order Traversal of a Binary Tree

    Given a binary tree with N nodes, your task is to output the Spiral Order traversal of the binary tree.

    Input:

    The input consists of a single line containing elem...
  • Ans. 

    Implement a function to return the spiral order traversal of a binary tree.

    • Traverse the binary tree level by level, alternating the direction of traversal.

    • Use a queue to keep track of nodes at each level.

    • Append nodes to the result list based on the traversal direction.

    • Handle null nodes appropriately to maintain the spiral order.

    • Example: Input: 1 2 3 -1 -1 4 5, Output: 1 3 2 4 5

  • Answered by AI
  • Q2. What is the difference between an Abstract Class and an Interface in Java?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructor, fields, and methods, while interface can only have constants and abstract methods.

    • A class can extend only one abstract class, but can implement multiple interfaces.

    • Abstract classes are used to provide a common base for subclasses, while interfaces are used to define a contr...

  • Answered by AI
  • Q3. What is the static keyword in Java?
  • Ans. 

    The static keyword in Java is used to create class-level variables and methods that can be accessed without creating an instance of the class.

    • Static variables are shared among all instances of a class.

    • Static methods can be called without creating an object of the class.

    • Static blocks are used to initialize static variables.

    • Example: public static int count = 0;

  • Answered by AI
  • Q4. What is the difference between a constructor and a method in Object-Oriented Programming?
  • Ans. 

    Constructor is a special method used to initialize objects, while a method is a regular function that performs a specific task.

    • Constructors are called automatically when an object is created, while methods need to be called explicitly.

    • Constructors have the same name as the class, while methods have unique names.

    • Constructors do not have a return type, while methods have a return type.

    • Example: Constructor - public ClassN...

  • Answered by AI
Round 3 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This round had 2 questions from DSA and after that some basic HR questions were asked.

  • Q1. 

    Ways To Make Coin Change

    Given an infinite supply of coins of varying denominations, determine the total number of ways to make change for a specified value using these coins. If it's not possible to make...

  • Ans. 

    The task is to find the total number of ways to make change for a specified value using given denominations.

    • Use dynamic programming to solve this problem efficiently.

    • Create a 1D array to store the number of ways to make change for each value from 0 to the target value.

    • Iterate through the denominations and update the array based on the current denomination.

    • The final answer will be the value at the target index of the ar

  • Answered by AI
  • Q2. 

    Palindrome String Validation

    Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols.

    Note:
    The string 'S' should be evaluated in a case...
  • Ans. 

    Check if a given string is a palindrome after removing special characters, spaces, and converting to lowercase.

    • Remove special characters and spaces from the input string

    • Convert the string to lowercase

    • Check if the modified string is a palindrome by comparing characters from start and end

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPANagarro interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Preparation Tips

Round: Resume Shortlist
Experience: 4 years og experience

Interview Preparation Tips

Round: Test
Experience: Quite easy..It contains mcq and one programming question. MCQ covers databases,sql,software testing,c++
Tips: You can easily pass the test,no need to worry

Round: Interview
Experience: Questions are among databases and java,they will ask u fav subj and asks questions in that
Tips: Through with ur fav subject..be confident, simple anad basic questions,try to solve secreening test question using java language

Round: Interview
Experience: Its better to say technical only,the hr also asks about test pattren.programming question.then normal HR questions
Tips: It better to do some research about the company,overall it's easy and cake walk for those who are strong in java and databases

General Tips: CSE guys can easily clear that test and interview..without any hesitattion
Skills: Java,databases, SQL, C, General Aptitude
College Name: NIT Warangal
Motivation: Virtusa is emerging company
Funny Moments: In interview they asked about my girl friend,her name andwhen ur are going to marry. answer them in a funny way with smile in your face

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
Join Infogain Meaningful work, meaningful life
Infogain Software Developer Salary
based on 253 salaries
₹4.3 L/yr - ₹15.5 L/yr
26% more than the average Software Developer Salary in India
View more details

Infogain Software Developer Reviews and Ratings

based on 31 reviews

3.5/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.1

Salary

3.4

Job security

3.6

Company culture

2.7

Promotions

3.4

Work satisfaction

Explore 31 Reviews and Ratings
Software Engineer
1.3k salaries
unlock blur

₹2.5 L/yr - ₹11.1 L/yr

Development Consultant
815 salaries
unlock blur

₹5.5 L/yr - ₹18.5 L/yr

Technical Lead
555 salaries
unlock blur

₹11.9 L/yr - ₹38 L/yr

Consultant
484 salaries
unlock blur

₹4.8 L/yr - ₹18.9 L/yr

Senior Consultant
384 salaries
unlock blur

₹7 L/yr - ₹25.8 L/yr

Explore more salaries
Compare Infogain with

DXC Technology

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

FIS

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