Upload Button Icon Add office photos

IG Infotech India

Compare button icon Compare button icon Compare

Filter interviews by

IG Infotech India Interview Questions and Answers for Experienced

Updated 11 Oct 2024

IG Infotech India Interview Experiences for Experienced

Popular Designations

4 interviews found

Software Developer Interview Questions & Answers

user image ANIMESH ANAND

posted on 27 Apr 2024

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

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General basic aptitude questions will be asked. Be careful about the time because time given is less.

Round 2 - Coding Test 

2 question were there one on linkedlist and other on string

Round 3 - Technical 

(2 Questions)

  • Q1. This was technical interview and was fully java based as well as complete resume.
  • Q2. They also ask about the final year project that we did in our college

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

I applied via LinkedIn and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Related to JD. And the technologies which are supposed
Round 3 - One-on-one 

(1 Question)

  • Q1. Started from basics and proceed to next level

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at the basics and properly go through the job description and prepare accordingly

Manager Interview Questions & Answers

user image Anonymous

posted on 3 Sep 2024

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

I applied via Naukri.com and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced manager with a background in team leadership and project management.

    • Over 5 years of experience in managing teams and projects

    • Strong leadership skills demonstrated through successful completion of various projects

    • Excellent communication and problem-solving abilities

    • Proven track record of meeting deadlines and exceeding goals

  • Answered by AI
  • Q2. Reason for change
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for career advancement

    • Seeking new challenges and learning opportunities

    • Looking for a better work-life balance

    • Relocation for personal reasons

    • Company restructuring or downsizing

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based question

Manager Interview Questions asked at other Companies

Q1. There is a chairman of a conglomerate. He has been on the post for 10 years, and is extremely dominating. He treats the various business heads like children, not letting them take any major decision. While the chairman has negatives, he bel... read more
View answer (2)

I applied via LinkedIn and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Two rounds of technical interview. Most of the questions from Redhat linux, patching, Configuration management tools,Application troubleshooting (Mostly Web based) and some networking related questions as ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Get ready to jump in to a Linux ocean and I'm sure it will be a fun talking with them if you're a pure techie.

Platform Engineer Interview Questions asked at other Companies

Q1. Palindrome Linked List Problem Statement You are provided with a singly linked list of integers. Your task is to determine whether the given singly linked list is a palindrome. Return true if it is a palindrome, otherwise return false. Exam... read more
View answer (1)

IG Infotech India interview questions for popular designations

 Java Developer

 (2)

 Manager

 (1)

 Corporate Actions Analyst

 (1)

 Software Developer

 (1)

 Platform Operations Engineer

 (1)

 Graduate Trainee

 (1)

 Platform Engineer

 (1)

 Java Full Stack Developer

 (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. Q1)Strong OOPS concept.
  • Ans. 

    Strong OOPS concept is essential for Java developers to write efficient and maintainable code.

    • Understanding of classes, objects, inheritance, polymorphism, and encapsulation

    • Ability to design and implement complex systems using OOPS principles

    • Experience with design patterns and SOLID principles

    • Knowledge of interfaces, abstract classes, and access modifiers

    • Familiarity with UML diagrams for modeling software systems

  • Answered by AI
  • Q2. Q2) exception handling, multitasking
  • Q3. Q3) collection frameworks internal hierarchical
  • Q4. Q4)java server side strong debugging knowledge required it must for selection.
  • Q5. 5)you need to specific on your answer and to the point
  • Q6. 6)Java utility classes
  • Q7. Spring MVC and spring boot all basic automation and bean internal working knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Please find good place and take interview with cool mind if you don't ahe any questions answer at time of interview don't take stress say politely i don't know that fine

Don't be harrree while answering the question


I applied via Company Website and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is java
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented approach.

    • Java is widely used for developing desktop, web, and mobile applications.

    • It is known for its write once, run anywhere (WORA) capability.

    • Java uses a virtual machine (JVM) to execute code, providing portability across different operating systems.

    • It supports multithreading, exception handling, and dynamic memory allo...

  • Answered by AI
  • Q2. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created from an existing class.

    • Allows for code reuse and promotes code organization

    • The new class (subclass) inherits properties and methods from the existing class (superclass)

    • Subclass can add new properties and methods or override existing ones

    • Example: A Car class can inherit properties and methods from a Vehicle class

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - iam join this java developer

Skills evaluated in this interview

I applied via Referral and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Write a program for sum of numbers?
  • Ans. 

    A program to calculate the sum of numbers.

    • Create a variable to store the sum.

    • Iterate through the numbers and add each number to the sum.

    • Return the sum.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - We have to prepare even the basic questions , basic question also matters !

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. What's java?
  • Ans. 

    Java is a high-level, object-oriented programming language used to develop applications for various platforms.

    • Java is platform-independent and can run on any device with a Java Virtual Machine (JVM)

    • It is known for its security features and is commonly used for developing web applications, mobile apps, and enterprise software

    • Java code is compiled into bytecode, which can be executed on any platform that has a JVM instal...

  • Answered by AI
  • Q2. Why java?
  • Ans. 

    Java is a versatile, platform-independent language with a vast community and extensive libraries.

    • Java is object-oriented and easy to learn.

    • It has a vast community and extensive libraries.

    • It is platform-independent and can run on any device.

    • Java is secure and reliable.

    • It is used in various domains like web development, mobile app development, and enterprise applications.

    • Examples: Android apps, Spring framework, Hadoop,

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Sep 2020. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Java basic interview questions

Interview Questionnaire 

5 Questions

  • Q1. About java collection api
  • Q2. String in java
  • Ans. 

    String is a class in Java used to represent a sequence of characters.

    • Strings are immutable in Java

    • String objects can be created using string literals or the new keyword

    • String class provides various methods for manipulating strings such as substring, replace, etc.

  • Answered by AI
  • Q3. Restful webservices , spring MVC flow, spring data, security in rest API.
  • Q4. Java8 new features ,stream api, lambda expression,
  • Q5. JSON, HashMap and HashTable, design pattern

Skills evaluated in this interview

IG Infotech India Interview FAQs

How many rounds are there in IG Infotech India interview for experienced candidates?
IG Infotech India interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the IG Infotech India interview process for experienced candidates are One-on-one Round, Technical and HR.
How to prepare for IG Infotech India 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 IG Infotech India. The most common topics and skills that interviewers at IG Infotech India expect are Agile, CFD, Financial Services, Leadership Training and Analytical.
What are the top questions asked in IG Infotech India interview for experienced candidates?

Some of the top questions asked at the IG Infotech India interview for experienced candidates -

  1. Two rounds of technical interview. Most of the questions from Redhat linux, pat...read more
  2. Some questions were scenario based so get well prepared and take help of intern...read more
  3. There were 5 technical coding questions. The questions can be rated from easy t...read more

Tell us how to improve this page.

IG Infotech India Interview Process for Experienced

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

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
 • 788 Interviews
KPIT Technologies Interview Questions
3.4
 • 278 Interviews
View all

IG Infotech India Reviews and Ratings

based on 112 reviews

3.4/5

Rating in categories

3.1

Skill development

3.7

Work-life balance

3.7

Salary

2.8

Job security

3.5

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 112 Reviews and Ratings
Developer
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Java Developer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Qa Developer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Developer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare IG Infotech India with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview