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 68 questions

Infogain Interview Experiences

Popular Designations

120 interviews found

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

(3 Questions)

  • Q1. What is peer review
  • Ans. 

    Peer review is a process where work is evaluated by others in the same field for quality and accuracy.

    • Peer review involves experts in the same field evaluating the work of their peers

    • It helps ensure the quality and accuracy of the work being reviewed

    • Feedback from peer review can help improve the overall quality of the work

    • Common in academic research, scientific publications, and software development

  • Answered by AI
  • Q2. What is difference between verification and validation
  • Ans. 

    Verification ensures the product is built right, while validation ensures the right product is built.

    • Verification focuses on whether the software meets the specified requirements.

    • Validation focuses on whether the software meets the customer's needs and expectations.

    • Verification is done through reviews, inspections, walkthroughs, and static analysis.

    • Validation is done through testing, user feedback, and acceptance crite...

  • Answered by AI
  • Q3. What is difference between functional and non functional testing
  • Ans. 

    Functional testing focuses on the behavior of the system, while non-functional testing focuses on performance, security, and usability.

    • Functional testing checks if the system functions as expected based on requirements.

    • Non-functional testing evaluates aspects like performance, security, and usability.

    • Examples of functional testing include unit testing, integration testing, and system testing.

    • Examples of non-functional ...

  • Answered by AI

Skills evaluated in this interview

Consultant Test Engineer Interview Questions asked at other Companies

Q1. What is difference between functional and non functional testing
View answer (1)

Sopra Steria

Rated 4 for Job Security by our employees on AmbitionBox

Secure your future with a company that values your job stability.

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)
Infogain Interview Questions and Answers for Freshers
illustration image

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a spark code to implement SCD type2.
  • Ans. 

    Implementing SCD type2 in Spark code

    • Use DataFrame operations to handle SCD type2 changes

    • Create a new column to track historical changes

    • Use window functions to identify the latest record for each key

    • Update existing records with end dates and insert new records with start dates

  • Answered by AI
  • Q2. Difference between cache and persist.
  • Ans. 

    Cache stores data temporarily for faster access, while persist saves data permanently.

    • Cache is temporary storage used to store frequently accessed data for faster retrieval.

    • Persist saves data permanently, typically to a disk or database.

    • Cache is often used in web applications to store frequently accessed data like images or scripts.

    • Persist is commonly used to store user data or application settings that need to be reta

  • Answered by AI

Skills evaluated in this interview

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)

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
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. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Get interview-ready with Top Infogain Interview Questions

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

(2 Questions)

  • Q1. Normalisation ??????
  • Q2. Deadlock????????????????????

Senior Application Support Analyst Interview Questions asked at other Companies

Q1. How to perform a join in SQL
View answer (1)

Jobs at Infogain

View all

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)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2023. There were 6 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 

(2 Questions)

  • Q1. Explain the pipeline process in Jenkins
  • Ans. 

    Pipeline process in Jenkins automates the software delivery process.

    • Pipeline is defined as code in a Jenkinsfile

    • It consists of stages, steps, and post actions

    • Each stage can have multiple steps like build, test, deploy

    • Pipeline can be triggered manually or automatically based on events

  • Answered by AI
  • Q2. Which deployment strategy have you used?
  • Ans. 

    I have used blue-green deployment strategy in previous projects.

    • Blue-green deployment involves running two identical production environments, with one active and one inactive.

    • Switching between the two environments allows for zero downtime deployments and easy rollback in case of issues.

    • I have implemented blue-green deployment using tools like Kubernetes and Jenkins in past projects.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Explain migration process of Github to Azure Repos.
  • Ans. 

    Migration process of Github to Azure Repos involves exporting repositories from Github and importing them into Azure Repos.

    • Export repositories from Github using tools like Git or Github API

    • Prepare repositories for migration by cleaning up and resolving any dependencies

    • Import repositories into Azure Repos using tools like Azure DevOps Services or Git commands

    • Update any references or configurations to point to the new Az...

  • Answered by AI
  • Q2. In docker, how will the containers communicate?
  • Ans. 

    Containers in Docker can communicate through networking using bridge networks, overlay networks, or user-defined networks.

    • Containers can communicate with each other using IP addresses and port numbers.

    • Docker provides default bridge networks for communication between containers on the same host.

    • Overlay networks allow communication between containers across multiple hosts.

    • User-defined networks can be created for custom c...

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. What are all the devops tools you have used in your application deployment?
  • Ans. 

    I have experience with a variety of devops tools including Jenkins, Docker, Kubernetes, Ansible, and Terraform.

    • Jenkins

    • Docker

    • Kubernetes

    • Ansible

    • Terraform

  • Answered by AI
  • Q2. What is snapshot in Maven?
  • Ans. 

    Snapshot in Maven is a version of a project that is still in development and not yet released.

    • Snapshots are versions of a project that are still in development and not yet released.

    • They are identified by the suffix '-SNAPSHOT' in the version number.

    • Snapshots can be deployed to a Maven repository for sharing with other developers for testing purposes.

    • They are not intended for production use as they are subject to freque

  • Answered by AI
Round 5 - One-on-one 

(1 Question)

  • Q1. What is the size of you team and what was your role?
Round 6 - HR 

(2 Questions)

  • Q1. Why did you leave your previous company?
  • Q2. Why do you choose to work in our company?

Interview Preparation Tips

Topics to prepare for Infogain Senior Devops Engineer interview:
  • Maven
  • Jenkins
  • Azure
  • Azure devops
  • Kubernetes
  • Terraform

Skills evaluated in this interview

Top Infogain Senior Devops Engineer Interview Questions and Answers

Q1. Which deployment strategy have you used?
View answer (4)

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1) details Tesgng related questions 2) how you trigger failed test cases 3) how you maintain reports
Round 2 - Coding Test 

1) remove special character from given string
2) get string length or print each character without using inbuilt method

Round 3 - HR 

(1 Question)

  • Q1. 1) salary discuss

Qa Automation Testing Engineer Interview Questions asked at other Companies

Q1. selenium: what are selenium components, what are the different locators in selenium, what is selenium web driver, write a xpath for a given element on a web page
View answer (5)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Recruitment Consulltant

Round 1 - Coding Test 

It was a 1.5 hours of assessment on coderbyte.com

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
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

SALARIES

Adrosonic

DESIGNATION

DESIGNATION

LIST OF COMPANIES

GlobalData

Overview

SALARIES

FischerJordan

SALARIES

Infogain

SALARIES

CommScope

SALARIES

Infogain

Tell us how to improve this page.

Infogain Interview Process

based on 93 interviews

Interview experience

3.7
  
Good
View more

HCLTech

There's no stopping you

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.4

Company culture

2.8

Promotions

3.4

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Development Consultant
809 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
610 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
465 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
351 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