Upload Button Icon Add office photos

IGT Solutions

Compare button icon Compare button icon Compare

Filter interviews by

IGT Solutions Software Engineer Interview Questions, Process, and Tips

Updated 2 Nov 2024

Top IGT Solutions Software Engineer Interview Questions and Answers

IGT Solutions Software Engineer Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Allows for code reusability by creating a new class based on an existing class

    • Derived class (subclass) inherits properties and behaviors from a base class (superclass)

    • Can have multiple levels of inheritance, creating a hierarchy of classes

    • Example: Animal class can be a base class with Dog and Cat

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

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q3. Write a code for string reverse
  • Ans. 

    Code to reverse a string using array of characters

    • Iterate through half of the string and swap characters from start and end

    • Use a temporary variable to store the character being swapped

    • Handle edge cases like empty string or single character string

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Shri Ram Murti Smarak College of Engineering and Technology, Bareilly and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Brief Introduction and approach to insert tabular data in database.
  • Ans. 

    To insert tabular data in a database, use SQL INSERT statement with appropriate table and column names.

    • Use SQL INSERT statement to insert data into a table

    • Specify the table name and column names in the INSERT statement

    • Provide the values to be inserted for each column

    • Ensure the data types of values match the column types

    • Consider using prepared statements or parameterized queries for security

    • Example: INSERT INTO employee

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Analysis the problem

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. As per related my work

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is not so tough if you have fair knowledge about your domain than you can crack easily.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

They will see logical and lateral thinking

Round 2 - Technical 

(2 Questions)

  • Q1. Oops. Solid principles. Previous project explanation
  • Q2. Questions on full stack
Round 3 - HR 

(2 Questions)

  • Q1. About company policies
  • Q2. Salary

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want Carrera growth you can join in this company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain over all experience
  • Q2. Asked question on Core and advance java topic
Round 2 - Technical 

(2 Questions)

  • Q1. Some advance topic of Java
  • Q2. DSA
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Relocation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Basic aptitudes question in online test

Round 2 - Coding Test 

Two coding Q online test

Round 3 - Technical 

(2 Questions)

  • Q1. Resume bsic Q asked
  • Q2. Oops question basic theory
Round 4 - One-on-one 

(2 Questions)

  • Q1. One coding question asked to solve on paper of arrays
  • Q2. Basic questions from resume
Round 5 - HR 

(2 Questions)

  • Q1. Relocating related questions
  • Q2. Why u want to join global logic
  • Ans. 

    I want to join Global Logic because of their reputation for cutting-edge technology solutions and collaborative work environment.

    • Global Logic is known for their innovative technology solutions

    • I am impressed by the collaborative work environment at Global Logic

    • I believe Global Logic offers great opportunities for professional growth and development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and little bit coding
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was an aptitute round and 2 coding questions was there

Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. We had discussion on projects than mentioned in my resume
  • Q3. Then he moved to DSA question in which he told to how you will insert node in doubly linked list ,I answered all correctly he appreciated me also but after 5 min one person came and told you can go . I was...

Interview Preparation Tips

Interview preparation tips for other job seekers - try to give interview as early as possible prepare basic dsa and projects
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. How to create custom serializable interface
  • Ans. 

    To create a custom serializable interface, you need to define an interface with the Serializable marker interface and implement the necessary methods.

    • Define an interface with the Serializable marker interface

    • Implement the necessary methods for serialization and deserialization

    • Ensure all fields in the class implementing the interface are serializable

  • Answered by AI
  • Q2. Whatis criteria in hibernate
  • Ans. 

    Criteria in Hibernate is used to create and execute dynamic queries.

    • Criteria is an interface in Hibernate that allows the creation of dynamic queries without using HQL or SQL.

    • Criteria queries are type-safe and can be easily modified at runtime.

    • Criteria queries can be used to fetch entities based on certain conditions or restrictions.

    • Example: Criteria criteria = session.createCriteria(Employee.class);

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First round interview was very easy. But second client round interview is really annoying. He has too much arrogance and was saying. Interview is not about QnA session, you are supposed to talk alot.

Skills evaluated in this interview

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

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Java programs related to strings
  • Q2. Collections question in java

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice well on java programs
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dronacharya College of Engineering, Gurgaon and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Three coding question

Round 2 - Aptitude Test 

Two technical questions based on strings and linked lists.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic data structure and algorithms, along with communication skills.

IGT Solutions Interview FAQs

How many rounds are there in IGT Solutions Software Engineer interview?
IGT Solutions interview process usually has 1 rounds. The most common rounds in the IGT Solutions interview process are One-on-one Round and Technical.
How to prepare for IGT Solutions 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 IGT Solutions. The most common topics and skills that interviewers at IGT Solutions expect are Business Analysis, Auditing, Data Analysis, MS Office and Visio.
What are the top questions asked in IGT Solutions Software Engineer interview?

Some of the top questions asked at the IGT Solutions Software Engineer interview -

  1. Brief Introduction and approach to insert tabular data in databa...read more
  2. Write a code for string reve...read more
  3. What is inherita...read more

Tell us how to improve this page.

IGT Solutions Software Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
IGT Solutions Software Engineer Salary
based on 142 salaries
₹4 L/yr - ₹15 L/yr
At par with the average Software Engineer Salary in India
View more details

IGT Solutions Software Engineer Reviews and Ratings

based on 18 reviews

3.7/5

Rating in categories

3.3

Skill development

3.1

Work-life balance

2.6

Salary

3.2

Job security

3.8

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 18 Reviews and Ratings
Process Associate
3.6k salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Customer Service Executive
514 salaries
unlock blur

₹1 L/yr - ₹5.4 L/yr

Team Lead
308 salaries
unlock blur

₹2.4 L/yr - ₹7 L/yr

Customer Care Executive
256 salaries
unlock blur

₹1.1 L/yr - ₹5.2 L/yr

Quality Analyst
205 salaries
unlock blur

₹1.6 L/yr - ₹5.5 L/yr

Explore more salaries
Compare IGT Solutions 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