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 for Experienced

Updated 18 Mar 2025

Top Infogain Interview Questions and Answers for Experienced

View all 22 questions

Infogain Interview Experiences for Experienced

Popular Designations

50 interviews found

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
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 pseudo-class :hover to change parent element's CSS when child element is hovered

    • Use the CSS pseudo-class :hover to target the parent element when the child element is hovered

    • Example: .parent:hover .child { /* CSS styles */ }

  • 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. 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 experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

It's easy to clear and once you clear u will get questioned for interview

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic to High easy and start with High level
Round 3 - HR 

(1 Question)

  • Q1. What is join all use case of join
  • Ans. 

    Join operations in SQL combine data from multiple tables based on related columns, enhancing data analysis capabilities.

    • Inner Join: Returns records with matching values in both tables. Example: Joining 'Employees' and 'Departments' on 'DeptID'.

    • Left Join: Returns all records from the left table and matched records from the right. Example: All 'Employees' with their 'Departments', even if some don't belong to any.

    • Right J...

  • Answered by AI

Data Engineering Analyst Interview Questions asked at other Companies

Q1. Product Of Array Except Self Problem Statement You are provided with an integer array ARR of size N. You need to return an array PRODUCT such that PRODUCT[i] equals the product of all the elements of ARR except ARR[i]. Example: Input: T = 2... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Majorly around microservices
  • Q2. JAVA, REST, Springboot questions

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)

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)

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

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Diffing algorithm
  • Ans. 

    Diffing algorithm is used to compare two sets of data and identify the differences between them.

    • Diffing algorithms are commonly used in version control systems to track changes in code.

    • They compare two sets of data and identify additions, deletions, and modifications.

    • Examples of diffing algorithms include Myers' diff algorithm and the patience diff algorithm.

  • Answered by AI

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)

Get interview-ready with Top Infogain Interview Questions

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. OOPS concept of java
  • Ans. 

    OOPS concept of Java refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the implementation detail...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Selenium webdriver
Round 3 - One-on-one 

(1 Question)

  • Q1. Process of selecting the framework
  • Ans. 

    The process of selecting a framework involves evaluating requirements, researching available options, conducting proof of concepts, and considering factors like scalability, maintainability, and community support.

    • Understand project requirements and constraints

    • Research available automation frameworks

    • Conduct proof of concepts to evaluate framework suitability

    • Consider factors like scalability, maintainability, and communi...

  • Answered by AI

Skills evaluated in this interview

Senior Automation Engineer Interview Questions asked at other Companies

Q1. 1. Print numbers from 1 to 100 without using any loop ? 2. How do you take out duplicate values from array without using any set ? if you iterate the array and take out unique values , how do you do it for 2lakh items in less time? 3. Diffe... read more
View answer (1)

Jobs at Infogain

View all
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Mulesoft support
  • Q2. Mantain and managing application
Round 2 - Technical 

(1 Question)

  • Q1. How to troubleshoot and debugging
  • Ans. 

    Troubleshooting and debugging involves identifying and resolving issues in software or systems.

    • Identify the problem by gathering information and reproducing the issue

    • Use debugging tools like logs, breakpoints, and profilers to pinpoint the issue

    • Isolate the root cause of the problem and develop a plan to fix it

    • Implement the solution and test to ensure the issue is resolved

    • Document the troubleshooting process and solutio

  • Answered by AI

Skills evaluated in this interview

Senior Development Consultant Interview Questions asked at other Companies

Q1. How to troubleshoot and debugging
View answer (1)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated Test Engineer with a strong background in software testing and quality assurance.

    • Experienced in creating test plans, test cases, and executing tests

    • Proficient in using testing tools such as Selenium, JIRA, and TestRail

    • Skilled in identifying and documenting software defects

    • Strong analytical and problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Tell me about your experience
  • Ans. 

    I have 5 years of experience in software testing, specializing in automation testing using tools like Selenium and JUnit.

    • 5 years of experience in software testing

    • Specialize in automation testing using Selenium and JUnit

    • Experience in creating test cases, executing tests, and reporting bugs

    • Familiar with Agile development methodologies

    • Strong analytical and problem-solving skills

  • Answered by AI

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1. Palindrome
2. convert dictionary to data frame using pandas

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain GCP dataflow
  • Ans. 

    GCP Dataflow is a fully managed service for processing and analyzing streaming and batch data.

    • GCP Dataflow allows for parallel processing of data in real-time or batch mode

    • It automatically optimizes and scales the processing resources based on the workload

    • Dataflow pipelines can be written in Java, Python, or Apache Beam SDK

    • It integrates with other GCP services like BigQuery, Pub/Sub, and Datastore

  • Answered by AI
  • Q2. What is materialised view
  • Ans. 

    A materialized view is a database object that contains the results of a query and is stored as a table for faster access.

    • Materialized views store the results of a query and can be refreshed periodically.

    • They are used to improve query performance by pre-computing and storing the results.

    • Materialized views are especially useful for complex queries that involve aggregations or joins.

    • They can be refreshed manually or autom...

  • Answered by AI

Skills evaluated in this interview

Data Engineer Interview Questions asked at other Companies

Q1. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 23 Jun 2024

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

(1 Question)

  • Q1. Related to market research
Round 2 - Technical 

(1 Question)

  • Q1. People management

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Infogain Interview FAQs

How many rounds are there in Infogain interview for experienced candidates?
Infogain interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Infogain interview process for experienced candidates are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Infogain interview for experienced candidates?
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 for experienced candidates?

Some of the top questions asked at the Infogain interview for experienced candidates -

  1. What is React and how it is different from Angular and Vu...read more
  2. Do you know how to write tests in React or have any idea about jes...read more
  3. What is Redux and how it works behind the scene (code fl...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 for Experienced

based on 27 interviews

Interview experience

3.8
  
Good
View more
Join Infogain Meaningful work, meaningful life

Interview Questions from Similar Companies

DXC Technology Interview Questions
3.7
 • 804 Interviews
Nagarro Interview Questions
4.0
 • 764 Interviews
NTT Data Interview Questions
3.8
 • 627 Interviews
Publicis Sapient Interview Questions
3.5
 • 621 Interviews
GlobalLogic Interview Questions
3.6
 • 593 Interviews
UST Interview Questions
3.8
 • 519 Interviews
FIS Interview Questions
3.9
 • 490 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
Oracle PLSQL Programmer

Pune,

Delhi/Ncr

+1

7-12 Yrs

Not Disclosed

Senior Consultant, Development

Noida

6-8 Yrs

Not Disclosed

SAP Developer (Standard)

Bangalore / Bengaluru

4-6 Yrs

Not Disclosed

Explore more jobs
Software Engineer
1.3k salaries
unlock blur

₹2.5 L/yr - ₹11 L/yr

Development Consultant
814 salaries
unlock blur

₹5.5 L/yr - ₹22 L/yr

Technical Lead
560 salaries
unlock blur

₹11.6 L/yr - ₹38 L/yr

Consultant
491 salaries
unlock blur

₹5 L/yr - ₹18.7 L/yr

Senior Consultant
383 salaries
unlock blur

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