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 20 Jan 2025

Top Infogain Interview Questions and Answers

View all 68 questions

Infogain Interview Experiences

Popular Designations

119 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 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 (38)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Accounting principles
  • Q2. Balance sheet questions
Round 2 - Technical 

(2 Questions)

  • Q1. What is macros in excel
  • Ans. 

    Macros in Excel are automated tasks that can be created using Visual Basic for Applications (VBA) to perform repetitive actions.

    • Macros can be recorded or written manually using VBA code.

    • They can automate tasks such as formatting, data manipulation, and report generation.

    • Macros can be assigned to buttons or keyboard shortcuts for easy access.

    • They can save time and reduce errors by automating repetitive tasks.

    • Example: Cr...

  • Answered by AI
  • Q2. Merging of cells in excel
  • Ans. 

    Merging cells in Excel allows you to combine multiple cells into one larger cell.

    • Select the cells you want to merge

    • Right click and select 'Merge Cells' from the dropdown menu

    • The content of the upper-left cell will be kept, while the rest of the cells' content will be deleted

    • Merged cells cannot be unmerged, so be careful when merging

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Strengths and weaknesses
  • Q2. Case based questions asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Reach out to HR on linkedin

Finance Intern Interview Questions asked at other Companies

Q1. What you think of our countries current economic condition ?
View answer (2)
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 Sep 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 - Technical 

(2 Questions)

  • Q1. Normal questions
  • Q2. Resume n product knowledge
Round 3 - HR 

(2 Questions)

  • Q1. Just prepared normally nothing speacial
  • Q2. Cv related
Round 4 - Technical 

(1 Question)

  • Q1. Product knowledge

Interview Preparation Tips

Topics to prepare for Infogain Development Consultant interview:
  • PoS
Interview preparation tips for other job seekers - The company is good but the job is not secure here. Management is the worst part.

Development Consultant Interview Questions asked at other Companies

Q1. write a program to reverse a sentence Input: I'm the boss output: boss the I'm
View answer (3)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Hashmap internal working
  • Q2. Equals and hashcode
Round 2 - Technical 

(2 Questions)

  • Q1. Microservice design pattern
  • Ans. 

    Microservice design pattern focuses on breaking down a large application into smaller, independent services.

    • Each microservice is responsible for a specific function or feature

    • Communication between microservices is typically done through APIs

    • Microservices can be developed, deployed, and scaled independently

    • Examples: Netflix, Amazon, Uber

  • Answered by AI
  • Q2. Springboot annotation

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. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

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)

 Consultant

 (3)

 Data Engineer

 (3)

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

I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. React lifecycle methods
  • Q2. Server side rendering
  • Q3. Api integration in react
  • Ans. 

    Api integration in React involves fetching data from external APIs and displaying it in the application.

    • Use fetch or axios to make API calls in React components

    • Handle API responses using promises or async/await

    • Update component state with fetched data to render it on the UI

  • Answered by AI
  • Q4. Custom Pagination
Round 2 - Coding Test 

Custom hooks, redux action, reducer, middleware, array values and count example

Skills evaluated in this interview

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (1)

Get interview-ready with Top Infogain Interview Questions

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

JUST BASIC CODING WITH MCQ AND MEETLE PLATFORM

Round 2 - Technical 

(1 Question)

  • Q1. JUST BASICS LIKE SQL,PYTHON MAINLY OOPS AND BASIC CODE LIKE PALINDROME
Round 3 - HR 

(1 Question)

  • Q1. LIKE MINDTEASING QUESTIONS SITUATION BASED

Interview Preparation Tips

Interview preparation tips for other job seekers - JUST BE CONFIDENT THAT U WILL GET JOB AND ANSWER WITH CONFIDENCE

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 (169)

Jobs at Infogain

View all

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Based on SQL , statistics , python , cognitive

Round 2 - Technical 

(2 Questions)

  • Q1. Based on AI/Ml and based on cv
  • Q2. Based on projects
Round 3 - HR 

(2 Questions)

  • Q1. How to handle toxic work culture?
  • Ans. 

    Address toxic work culture by open communication, setting boundaries, seeking support, and considering leaving if necessary.

    • Open communication with colleagues and management about issues

    • Set boundaries to protect your mental and emotional well-being

    • Seek support from HR, a mentor, or a therapist if needed

    • Consider leaving the toxic work environment if the situation does not improve

  • Answered by AI
  • Q2. 5 strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in interviews and try to calm ur mind!

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. CSS: Create a triangle using only CSS
  • Ans. 

    Use CSS to create a triangle shape

    • Use border properties to create a triangle shape

    • Set the width and height of the element to 0

    • Use borders of different colors to create the triangle shape

  • Answered by AI
  • Q2. HTML: Change the CSS of a parent element by accessing only it's child element
  • Ans. 

    Use CSS selectors to target parent element based on child element

    • Use the child element's class or ID to target the parent element

    • Use the > combinator to select a parent element based on a direct child element

    • Use the ~ combinator to select a parent element based on a sibling element

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

    Create a calculator function that prints the next element in sequence each time it is called.

    • Create a function that keeps track of the current number in the sequence

    • Each time the function is called, calculate the next number in the sequence based on the previous number

    • Print the next number in the sequence each time the function is called

  • Answered by AI
  • Q4. React: create a context and provide it such that the language will be changed on a button click
  • Ans. 

    Create a context in React to change language on button click

    • Create a context using createContext() method

    • Provide a state for language and a function to change it

    • Wrap the components that need access to language context with Context.Provider

    • Use useContext hook to access language context in components

    • Update language state on button click

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very informative interview. It was conducted for a specific role to optimise an app. I couldn't crack it, but very happy with the discussion

Skills evaluated in this interview

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. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(10 Questions)

  • Q1. Tell me about yourself and the project you have done
  • Q2. Have you work on the spring boot freamwork
  • Q3. Collection framework
  • Q4. Write a program to make a Linkedlist, you have to develop the logic for the linkedlist suppose your are the first who is going to invent the linkedlist what would be the apporach how you create the add/del...
  • Q5. Have you worked on the Data Structures
  • Ans. 

    Yes, I have worked on various data structures like arrays, linked lists, stacks, queues, trees, and graphs.

    • I have implemented algorithms using data structures like sorting, searching, and traversal.

    • I have optimized code by choosing the appropriate data structure for the problem.

    • I have used data structures in projects to efficiently store and manipulate data.

  • Answered by AI
  • Q6. Have you worked on the Multithreading
  • Ans. 

    Yes, I have experience working on Multithreading in Java.

    • Implemented multithreading using Java's Thread class

    • Used synchronized keyword to handle thread synchronization

    • Utilized Executor framework for managing thread pools

  • Answered by AI
  • Q7. Write a program to find the min and max no from the array
  • Ans. 

    Program to find min and max no from array of strings

    • Iterate through the array and compare each element to find min and max

    • Use Integer.parseInt() to convert strings to integers for comparison

    • Initialize min and max variables with first element of array

  • Answered by AI
  • Q8. Difference between the @controller vs @restcontroller
  • Ans. 

    The @Controller annotation is used to create a controller class in Spring MVC, while @RestController is used to create RESTful web services.

    • The @Controller annotation is used to create a controller class in Spring MVC, which is used to handle traditional web requests.

    • The @RestController annotation is used to create RESTful web services, which return data in JSON or XML format.

    • The @RestController annotation is a special...

  • Answered by AI
  • Q9. Difference between the @service vs @Repository
  • Ans. 

    The @Service annotation is used to mark a class as a service, while the @Repository annotation is used to mark a class as a repository.

    • The @Service annotation is typically used on service layer classes, which contain business logic.

    • The @Repository annotation is typically used on repository classes, which interact with a database or other data source.

    • Both annotations are used for component scanning and dependency inject...

  • Answered by AI
  • Q10. Difference between the Arrylist vs Linkedlist
  • Ans. 

    ArrayList is implemented using a dynamic array while LinkedList is implemented using a doubly linked list.

    • ArrayList provides fast access to elements using index, but slow insertion and deletion.

    • LinkedList provides fast insertion and deletion, but slow access to elements.

    • Example: ArrayList is suitable for scenarios where random access is required, while LinkedList is suitable for scenarios where frequent insertion and d

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through above all question the interview was taken by pran sukh for the pune location

Skills evaluated in this interview

Top Infogain Java Developer Interview Questions and Answers

Q1. Write a program to find the min and max no from the array
View answer (1)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. React component life cycle.
  • Q2. Redux, React Hooks, State, Props.

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)

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.

Tell us how to improve this page.

Infogain Interview Process

based on 92 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
CitiusTech Interview Questions
3.4
 • 268 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.4

Company culture

2.8

Promotions

3.4

Work satisfaction

Explore 1.1k Reviews and Ratings
Technical Project Manager

Pune,

Delhi/Ncr

+1

10-20 Yrs

Not Disclosed

Data Scientist

Pune,

Delhi/Ncr

+1

4-9 Yrs

Not Disclosed

Data Engineer

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Explore more jobs
Software Engineer
1.3k salaries
unlock blur

₹2.5 L/yr - ₹11 L/yr

Development Consultant
806 salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Technical Lead
587 salaries
unlock blur

₹10.6 L/yr - ₹38 L/yr

Consultant
460 salaries
unlock blur

₹5 L/yr - ₹19.4 L/yr

Senior Consultant
351 salaries
unlock blur

₹8 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