Upload Button Icon Add office photos
Engaged 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
3.6

based on 1.1k Reviews

Filter interviews by

Infogain Trainee Interview Questions and Answers

Updated 20 Jan 2025

Infogain Trainee Interview Experiences

3 interviews found

Trainee Interview Questions & Answers

user image Anonymous

posted on 20 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Revenue recognition
  • Q2. Debit, credit rules

Trainee Interview Questions & Answers

user image Anonymous

posted on 4 Dec 2022

I applied via Campus Placement and was interviewed before Dec 2021. There were 3 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 

Aptitude test includes 25 questions that tests your grammatical skills,verbal,numerical and quantative as well as puzzle etc.

Round 3 - Technical 

(2 Questions)

  • Q1. Asked to write a java code to swap 2 nos with / without temp variable.
  • Q2. Self intro and Strengths/weaknesses

Interview Preparation Tips

Topics to prepare for Infogain Trainee interview:
  • Java
  • Core Java
  • Adavanced java
  • Automation Testing
Interview preparation tips for other job seekers - Please attend and join this company as it's mnc and as various roles to apply and large amount of employees are hired and it's increasingly by year.

Trainee Interview Questions Asked at Other Companies

Q1. Ques1: There is a big file of words which is dynamically changing ... read more
Q2. Ques 1: An array of n integers is there in which the range of ele ... read more
Q3. Ques 1: You are given pairs of numbers. In a pair the first numbe ... read more
Q4. 1) What was the College project ? 2) Subjects ? 3) Types of cooli ... read more
Q5. During cruise, Thrust equals drag, then how does plane move forwa ... read more

Trainee Interview Questions & Answers

user image Anonymous

posted on 19 Jul 2022

I applied via campus placement at Technocrats Institute of Technology, Bhopal and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quantitative, logical reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Basic C, C++, Oops concepts, Data Structures..Questions based on your hobby.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with basic concepts. Should be thorough with Data Structures.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Coding C amd Apptitude

Round 2 - Technical 

(2 Questions)

  • Q1. String Reverse without predefined methods
  • Ans. 

    Reverse a string without using predefined methods

    • Iterate through the string from end to start and append each character to a new string

    • Use a temporary variable to swap characters from start to end until reaching the middle

    • Alternatively, convert the string to an array of characters, reverse the array, then join it back into a string

  • Answered by AI
  • Q2. Pattern programs
Round 3 - HR 

(2 Questions)

  • Q1. General discussion about family
  • Q2. Get to know the relocate

Skills evaluated in this interview

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

Basic questions on oops and sql queries

Round 2 - Technical 

(2 Questions)

  • Q1. SQL Query on many to many table and aggregations
  • Q2. OOPS concepts and SpringBoot
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Was a bit difficult, would suggest preparing thoroughly for aptitude and reasoning .

Round 2 - Technical 

(2 Questions)

  • Q1. Basic questions from resume, few basic questions from DSA. How to remove duplicates from an array.
  • Q2. Java oops related questions and one coding question
Round 3 - HR 

(1 Question)

  • Q1. This was the easiest of all, interviewer asked generic hr questions.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Self introduction

Interview Preparation Tips

Topics to prepare for Apexon Trainee interview:
  • Prepare one topic
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 Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic things.. same as any company

Round 2 - Coding Test 

Basic coding, 2 codes asked.

Round 3 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Skills in my resule
  • Ans. 

    My skills include programming languages like Java, Python, and C++, as well as experience with databases and problem-solving.

    • Proficient in Java, Python, and C++ programming languages

    • Experience with databases such as MySQL and MongoDB

    • Strong problem-solving skills demonstrated through projects and coding challenges

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

(2 Questions)

  • Q1. Why incedo? Why job switch?
  • Ans. 

    Incedo offers exciting opportunities for growth and learning in the software engineering field. Job switch for new challenges and career advancement.

    • Incedo provides a dynamic work environment with cutting-edge technologies.

    • Opportunity to work on diverse projects and enhance skills.

    • Career growth prospects and learning opportunities at Incedo.

    • Desire for new challenges and professional development.

    • Alignment of career goal

  • Answered by AI
  • Q2. How re you useful for our organization

Interview Preparation Tips

Topics to prepare for Incedo Software Engineer Trainee interview:
  • Resume
Interview preparation tips for other job seekers - Be confident. Prepare basics very well.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 Coding rounds with medium difficulty questions

Round 2 - Code Pairing 

(1 Question)

  • Q1. Given a problem statement and you pair with interviewer to solve it in real time
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical interview mostly based on your experiences and language mentioned in the resume
Round 4 - HR 

(1 Question)

  • Q1. Cultural alignment round , who you see social change around you
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Oops concepts, Encapsulation, Abstraction in detail with example
  • Q2. Types of beans in Java
  • Ans. 

    Java has two types of beans: stateful and stateless beans.

    • Stateful beans maintain conversational state with the client, while stateless beans do not.

    • Stateful beans are typically used for long-running conversations, while stateless beans are used for short-lived operations.

    • Examples of stateful beans include session beans, while examples of stateless beans include message-driven beans.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Code to sort an Array in ascending order
  • Ans. 

    Use a sorting algorithm like bubble sort or quicksort to arrange elements in ascending order.

    • Use a sorting algorithm like bubble sort, quicksort, or merge sort to rearrange elements in ascending order.

    • For example, you can implement bubble sort to compare adjacent elements and swap them if they are in the wrong order.

    • Another example is using quicksort to divide the array into smaller subarrays and recursively sort them.

  • Answered by AI
  • Q2. Find the second greatest number in an array
  • Ans. 

    Iterate through the array to find the second greatest number.

    • Iterate through the array and keep track of the greatest and second greatest numbers.

    • Compare each element with the current greatest and second greatest numbers.

    • Update the second greatest number if a new number is found that is greater than the current second greatest but less than the greatest.

  • Answered by AI

Skills evaluated in this interview

Infogain Interview FAQs

How many rounds are there in Infogain Trainee interview?
Infogain interview process usually has 2 rounds. The most common rounds in the Infogain interview process are Aptitude Test, Technical and Resume Shortlist.
How to prepare for Infogain Trainee 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 Accounting, Excel, Finance, Mba Finance and bcom.
What are the top questions asked in Infogain Trainee interview?

Some of the top questions asked at the Infogain Trainee interview -

  1. Asked to write a java code to swap 2 nos with / without temp variab...read more
  2. Basic C, C++, Oops concepts, Data Structures..Questions based on your hob...read more
  3. Revenue recognit...read more

Tell us how to improve this page.

Infogain Trainee Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Trainee Interview Questions from Similar Companies

TCS Trainee Interview Questions
3.7
 • 59 Interviews
Wipro Trainee Interview Questions
3.7
 • 39 Interviews
Infosys Trainee Interview Questions
3.7
 • 15 Interviews
View all
Infogain Trainee Salary
based on 7 salaries
₹2 L/yr - ₹4 L/yr
36% more than the average Trainee Salary in India
View more details

Infogain Trainee Reviews and Ratings

based on 2 reviews

3.9/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.8

Salary

2.1

Job security

3.9

Company culture

2.9

Promotions

2.9

Work satisfaction

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

₹2.5 L/yr - ₹10.5 L/yr

Development Consultant
800 salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Technical Lead
600 salaries
unlock blur

₹10.5 L/yr - ₹38 L/yr

Consultant
463 salaries
unlock blur

₹5.5 L/yr - ₹19.4 L/yr

Senior Consultant
374 salaries
unlock blur

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