Upload Button Icon Add office photos

Filter interviews by

IG Infotech India Java Developer Interview Questions and Answers

Updated 12 Jul 2024

IG Infotech India Java Developer Interview Experiences

2 interviews found

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

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about youyou dorself and what do
  • Q2. Where do you see yourself in next 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - only java developers are needed

I applied via campus placement at S J B Institute of Technology, Bangalore and was interviewed in Sep 2022. 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 - Coding Test 

2 coding question
1. based on array
2.on dp

Round 3 - Technical 

(2 Questions)

  • Q1. Abstraction using interface
  • Ans. 

    Abstraction using interface is a way to achieve abstraction in Java programming.

    • Interface defines a set of methods without implementation

    • Classes implementing the interface must provide implementation for all methods

    • Allows for loose coupling and flexibility in code design

    • Example: interface Shape with methods draw() and resize()

    • Classes like Circle and Square can implement Shape interface with their own implementation of

  • Answered by AI
  • Q2. Linked list insertion

Interview Preparation Tips

Interview preparation tips for other job seekers - prepared well for the exam.actually the coding around is easy as compare to interview round.interview is totally depend on luck

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 1You have been given an integer array/list(ARR) of size N ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in LTIMindtree
Q3. Longest Harmonious SubsequenceYou are given an array ‘ARR’ of 'N' ... read more
asked in Deloitte
Q4. Convert Bst To The Greater Sum TreeYou have been given a Binary S ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. SDLC process and how it is implemented in project
  • Q2. About projects, it's Objective, the role I have worked, output
  • Q3. Data structure, DBMS concepts
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is kafka? how to implement it
  • Ans. 

    Kafka is a distributed streaming platform used for building real-time data pipelines and streaming applications.

    • Kafka is designed to handle high-throughput, fault-tolerant, and scalable real-time data streams.

    • It uses topics to categorize data streams, producers publish messages to topics, and consumers subscribe to topics to process messages.

    • Kafka can be implemented using Kafka APIs in Java, Scala, or other programming...

  • Answered by AI
  • Q2. What is Oauth and what is use of it?
  • Ans. 

    OAuth is an open standard for access delegation, commonly used as a way for Internet users to grant websites or applications access to their information on other websites but without giving them the passwords.

    • OAuth allows users to grant access to their information on one site to another site without sharing their credentials.

    • It is commonly used for authentication and authorization in APIs.

    • OAuth uses tokens to access re...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Data structures Core java Spring boot Hibernate

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice company
Round 1 - Aptitude Test 

Aptitude ,reasoning ,small programs .it was easy.

Round 2 - Technical 

(1 Question)

  • Q1. Asked about java objects,classes .difference between interface and inheritence

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well .it is easy to get a job if we prepare according to the role they are offering

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1. Program to return random number from array. Program to count the repetitive words.
  • Ans. 

    Program to return random number from array and count repetitive words.

    • Use Math.random() method to generate random index for array.

    • Use HashMap to count the frequency of each word in the array.

    • Iterate through the array and check if the word is already in the HashMap, if yes then increment its count.

    • To return random number from array, use the generated random index to access the element from array.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Average

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 DSA question was asked

Round 2 - Aptitude Test 

40 questions in 20 minutes

Round 3 - Technical 

(2 Questions)

  • Q1. Stones games 2 leetcode
  • Q2. Permutations of array
  • Ans. 

    Generate all possible permutations of an array of strings

    • Use recursion to generate permutations

    • Swap elements to create different permutations

    • Base case: when array size is 1, return array as permutation

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Project discussion

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Oct 2021. 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 - Aptitude Test 

Reasoning and aptitude questions are given

Round 3 - HR 

(2 Questions)

  • Q1. Tell all concepts of Overloading
  • Ans. 

    Overloading is a concept in programming where multiple functions can have the same name but different parameters.

    • Functions with the same name but different parameters can be defined in a class

    • Overloading allows for flexibility in function usage

    • Example: void print(int num) and void print(string text) are overloaded functions

  • Answered by AI
  • Q2. Tell me about a live example of inheritance
  • Ans. 

    Inheritance in software development allows a class to inherit properties and behaviors from another class.

    • Inheritance allows a subclass to reuse code from a superclass

    • Subclass can also add new functionalities or override existing ones

    • Example: Animal class can be a superclass with properties like name and age, while Dog class can inherit from Animal and add a method bark()

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Tell about the your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare all basic concepts of oops, practice all the concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. SDLC process and how it is implemented in project
  • Q2. About projects, it's Objective, the role I have worked, output
  • Q3. Data structure, DBMS concepts

IG Infotech India Interview FAQs

How many rounds are there in IG Infotech India Java Developer interview?
IG Infotech India interview process usually has 2 rounds. The most common rounds in the IG Infotech India interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for IG Infotech India Java Developer 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 IG Infotech India. The most common topics and skills that interviewers at IG Infotech India expect are Agile, JMS, Maven, Core Java and Hibernate.
What are the top questions asked in IG Infotech India Java Developer interview?

Some of the top questions asked at the IG Infotech India Java Developer interview -

  1. abstraction using interf...read more
  2. linked list insert...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 IG Infotech India interviews
Job Portal
Campus Placement
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
IG Infotech India Java Developer Salary
based on 22 salaries
₹9 L/yr - ₹27.8 L/yr
168% more than the average Java Developer Salary in India
View more details

IG Infotech India Java Developer Reviews and Ratings

based on 2 reviews

1.8/5

Rating in categories

1.8

Skill development

2.1

Work-Life balance

1.8

Salary & Benefits

1.8

Job Security

2.1

Company culture

1.6

Promotions/Appraisal

1.6

Work Satisfaction

Explore 2 Reviews and Ratings
Developer
26 salaries
unlock blur

₹11 L/yr - ₹20 L/yr

Software Developer
23 salaries
unlock blur

₹12 L/yr - ₹27.2 L/yr

Java Developer
22 salaries
unlock blur

₹9 L/yr - ₹27.8 L/yr

Qa Developer
19 salaries
unlock blur

₹10 L/yr - ₹22.1 L/yr

Senior Developer
18 salaries
unlock blur

₹18 L/yr - ₹33 L/yr

Explore more salaries
Compare IG Infotech India with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview