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 Senior Software Engineer Interview Questions, Process, and Tips

Updated 20 Dec 2024

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
  • Q2. HTML: Change the CSS of a parent element by accessing only it's child element
  • Q3. React: create a context and provide it such that the language will be changed on a button click
View all 6 questions

Infogain Senior Software Engineer Interview Experiences

8 interviews found

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

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Majorly around microservices
  • Q2. JAVA, REST, Springboot questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. Explain redux thunk
  • Ans. 

    Redux Thunk is a middleware that allows asynchronous actions to be dispatched in Redux.

    • Redux Thunk is a middleware that extends the Redux store's abilities.

    • It allows actions to return functions instead of plain objects.

    • These functions can perform asynchronous operations and dispatch actions when needed.

    • Thunk functions have access to the store's dispatch and getState methods.

    • Example: dispatching an asynchronous action t

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. React middleware

Skills evaluated in this interview

Infogain interview questions for designations

 Software Engineer

 (11)

 Senior Software Developer

 (1)

 Software Engineer Trainee

 (6)

 Senior Automation Engineer

 (1)

 Senior Devops Engineer

 (1)

 Senior Test Engineer

 (1)

 Senior Data Engineer

 (1)

 Software Developer

 (7)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Related to OOPS Concepts.
  • Q2. C# basic and high level concept based questions.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Sql server based questions
  • Q2. C# coding programs
Round 3 - HR 

(2 Questions)

  • Q1. Discussion with manager
  • Q2. Salary expectations

Get interview-ready with Top Infogain Interview Questions

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 

(1 Question)

  • Q1. Javascript concepts like clouser, callback promise, curring

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare core concepts, prctice coding, try problem solving questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Coding Test 

Test was good easy problem leetcode

Interview Preparation Tips

Interview preparation tips for other job seekers - there can be multiple solutions to a problem

Interview Questionnaire 

2 Questions

  • Q1. Core concepts of the technologies you have worked on and interviewing for.
  • Q2. Just be confident and answer only if you know, don't try to build some random thing.

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Prepare basics and sql.
Code is simple but tricky questions.
Specially on oops design patterns and solid principal for having 3 + more years experience.

Round 2 - Technical 

(2 Questions)

  • Q1. Deep discussion in fundamentals of c#, oops, sql, scenario based questions.
  • Q2. Basics of oops Interface types and use cases Inheritance based questions Db scenario like highest salary , number of occurrences etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Preparation must be good in basics.
Practice your sql scenario and if you are experienced then focus on code design patterns.
Scenarios are asked by them in interviews.

I applied via Naukri.com and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. C++ and Linux basic question
Round 2 - One-on-one 

(1 Question)

  • Q1. Manager round, asked about project.
Round 3 - HR 

(1 Question)

  • Q1. About current salary and expected salary

Interview Preparation Tips

Topics to prepare for GlobalLogic Senior Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Overall based on requirement it you are on notice period and join early they'll hire and give joining bonus too.

Infogain Interview FAQs

How many rounds are there in Infogain Senior Software Engineer interview?
Infogain interview process usually has 1-2 rounds. The most common rounds in the Infogain interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Infogain Senior Software Engineer 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 C#, Design Patterns, Microservices, .NET and C.
What are the top questions asked in Infogain Senior Software Engineer interview?

Some of the top questions asked at the Infogain Senior Software Engineer interview -

  1. JS: create a calculator function. everytime you call it, it should print the ne...read more
  2. HTML: Change the CSS of a parent element by accessing only it's child elem...read more
  3. React: create a context and provide it such that the language will be changed o...read more

Tell us how to improve this page.

Infogain Senior Software Engineer Interview Process

based on 8 interviews

1 Interview rounds

  • Technical Round
View more
Join Infogain Meaningful work, meaningful life
Infogain Senior Software Engineer Salary
based on 208 salaries
₹5.9 L/yr - ₹25 L/yr
At par with the average Senior Software Engineer Salary in India
View more details

Infogain Senior Software Engineer Reviews and Ratings

based on 18 reviews

3.6/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

3.3

Salary

3.8

Job security

3.9

Company culture

2.5

Promotions

3.6

Work satisfaction

Explore 18 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