Upload Button Icon Add office photos

IGT Solutions

Compare button icon Compare button icon Compare

Filter interviews by

IGT Solutions Software Engineer Interview Questions and Answers

Updated 2 Nov 2024

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
  • Q2. What is polymorphism
  • Q3. Write a code for string reverse
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement 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. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... 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.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about IGT Solutions?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude knowledge

Round 2 - Coding Test 

Strong in java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence and focus on your goal

Interview Questionnaire 

3 Questions

  • Q1. Basic questions from the resume content. Be through with the project mentioned in your resume. Also try to prepare at least one object oriented language basics.
  • Q2. I was asked questions on RADIUS TACACS Firewalls and VPN as I had mentioned network security in my resume
  • Q3. Not at all difficult just as general HR interview

Interview Preparation Tips

Round: Test
Experience: If you are applying as a fresher, you may have to appear for a test which will have basic aptitude questions on General Maths and English followed by two basic coding questions in any language like C C++ Java etc

Round: Group Discussion
Experience: Just be confident in keeping your point. Cracking this won't be that difficult.

Interview Preparation Tips

Round: Resume Shortlist
Experience: This round they want to know about why do you want to leave your job?
current ctc
expected ctc
how many experience do you have on particular technology?
Tips: this round is simple you have to tell all the details of your profile and if they want this profile candidate they shortlisted you..
they want positive response, so be positive.

Interview Questionnaire 

3 Questions

  • Q1. Basics questions regarding my project and about .net
  • Q2. Salary negotiation
  • Q3. Manger was giving me different scenarios of programming s

Interview Preparation Tips

Round: Resume Shortlist
Experience: I was having 1.7 yr experience and i was working on .net

Are these interview questions helpful?

Interview Preparation Tips

Round: Resume Shortlist
Experience: I had a standard resume for this company as per our institute placement cell norms.
I usually changed my “Areas of Interest” as per the company profile. For Headstrong I mentioned subjects that dealt with coding and data structure.

Round: Test
Experience: First round was a written test containing 90 aptitude based questions and the time allotted for the same was 90 minutes. Questions were of high difficulty level; most of the questions based on probability, permutation and combination. 40 people were shortlisted out of the 180 applicants.
Duration: 90 minutes
Total Questions: 90

Round: Group Discussion
Experience: In Group Discussion there were 11 people in my group. The topic for the discussion was the “impact of family drama daily soaps (saas bahu serials) on the society”. Almost all of us agreed to the fact that these serials were sending wrong message to the society. They were interested in students who were expressive. 3 people got selected from my group.

Round: Technical Interview
Experience: The first round was a technical interview. Questions related to my family and areas of interest were also asked though. Questions related to C++ were asked and the topic of data structure was their main focus. They asked me questions on linked list and other forms of data structure. Finally they asked few general puzzles too. This interview continued for around 20 minutes.

Round: HR Interview
Experience: In the HR interview, questions were asked on why they should choose me and why I had opted for Headstrong. They also asked which location I would prefer for the job. They wanted someone who would be comfortable with any location whether it be south or north India. This last interview was small and lasted around 5-10 minutes.
Tips: Preparation of puzzles foe the interview would be beneficial.

College Name: IIT ROORKEE
Motivation: Most information regarding the company was obtained by attending the pre placement talk. The company did not check much about our knowledge related to the company but were more concerned with our technical knowledge.

I appeared for an interview before Sep 2016.

Interview Questionnaire 

13 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Bachelor's degree in Computer Science from XYZ University

  • Answered by AI
  • Q2. Tell about your projects you did
  • Ans. 

    I have worked on various projects including a web application for inventory management and a mobile app for task tracking.

    • Developed a web application using React for inventory management

    • Created a mobile app using Flutter for task tracking

    • Implemented RESTful APIs for communication between frontend and backend

    • Utilized databases like MySQL and MongoDB for data storage

  • Answered by AI
  • Q3. How do you rate yourself
  • Ans. 

    I rate myself as a highly skilled and experienced software engineer.

    • I have a strong understanding of various programming languages and technologies.

    • I have successfully completed multiple projects, showcasing my problem-solving abilities.

    • I continuously strive to learn and improve my skills in the ever-evolving field of software engineering.

  • Answered by AI
  • Q4. Some RTOS questions
  • Q5. Swipe 2 numbers with 3rd variable
  • Ans. 

    Swapping two numbers using a third variable in a software engineering interview.

    • Declare a third variable to store the value of one of the numbers

    • Assign the value of the first number to the third variable

    • Assign the value of the second number to the first number

    • Assign the value of the third variable to the second number

  • Answered by AI
  • Q6. Swipe 2 numbers without 3rd variable
  • Ans. 

    Swapping two numbers without using a third variable.

    • Use the XOR operation to swap the numbers.

    • Assign the first number to the second number using XOR.

    • Assign the result of XOR operation to the first number.

    • The numbers are now swapped without using a third variable.

  • Answered by AI
  • Q7. Function pointer
  • Q8. Structure usage
  • Q9. Union usage
  • Q10. Pointers
  • Q11. Tell about you
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Passionate about learning new technologies

  • Answered by AI
  • Q12. Why bosch
  • Ans. 

    Bosch is a global leader in technology and innovation, offering exciting opportunities for growth and development.

    • Bosch has a strong reputation for quality and innovation in the technology industry.

    • The company offers a wide range of products and services, providing diverse opportunities for software engineers.

    • Bosch values employee development and offers a supportive work environment.

    • Working at Bosch allows for collabor...

  • Answered by AI
  • Q13. What if you don't get this job
  • Ans. 

    I will continue to search for other job opportunities and improve my skills.

    • I will actively search for other job opportunities in the software engineering field.

    • I will continue to improve my skills and knowledge through self-study, online courses, and personal projects.

    • I will network with professionals in the industry and attend relevant events or meetups.

    • I will consider freelance or contract work to gain more experien...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: online aptitude test
Tips: basic aptitude questions + English grammer
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: basic C question along with basics of electronics
Tips: stay positive, don't blabber, say u don't know if you don't, better to stay no than giving wrong answer

Round: HR Interview
Experience: if you are at this level that means yo are through they generally don't reject anyone
Tips: be true and psitive

Skills: C, RTOS, Electronics
College Name: VIT university

Skills evaluated in this interview

Interview Questionnaire 

8 Questions

  • Q1. Pl/sql
  • Q2. C programs
  • Q3. Switch case programs
  • Q4. Optimizing them again
  • Q5. Java
  • Q6. About yourself
  • Q7. If i would comply with all norms and conditions of company
  • Q8. As to where i see myself and what would differentiate me in next few years
  • Ans. 

    I see myself as a senior software engineer leading innovative projects and mentoring junior developers.

    • Continuously improving my technical skills through training and certifications

    • Taking on more leadership responsibilities within the team

    • Contributing to open-source projects to expand my network and knowledge

    • Mentoring junior developers to help them grow in their careers

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Indeed, being a person known for my communication skills in college days wished to have a resume, setting me out of the queue. It was not easy though ,as to write something so brief yet which had a strong impact on others. Take help from your teachers, the one taking your communicative skills classes.
Tips: The most important of all,,Take at most attention to what you platter on someone for the first time. No one wants a dull person working in adding on nothing but pounds on themselves. Showcase the best of you....

Round: Test
Experience: Elitmus, it's really tough to crack. Especially the Reasoning, try and focus to prepare as if to prepare for an MBA admission. The level would be no lessor than that.
Tips: One needs to work real hard to compete. That's the only option. It's the only way you had to get on the first step correctly.
Duration: 120 minutes
Total Questions: 60

Round: Group Discussion
Experience: Good ,as always. Was bit nervous, after seeing such a crowd and as it was my first off-campus experience . People were friendly and only ladies from my company who were not very old but enough to judge one by just looking at them. They were closely monitoring each and every activity in there.
Tips: Be yourself, Don't panic at all. You just need to stick on your point of  view and never ever contradict any of your statement.
Duration: 15 minutes

Round: Technical Interview
Experience: Had two technical rounds, the first one which went about 1hr 30 mins. Many questions starting from C to Java. In-fact it's better to say the lady wanted to know all what i have done in college. Was even asked about my last semester results and project.
Tips: No way out, just be prepared to the level of any possible question one can ask.

Round: HR Interview
Experience: The HR was busy going through all papers he had. Even not looking at me for once. But i went on answering even to smallest he asked or confirmed. It was good overall but different as to relate someone not even listening you.
Tips: Go on with a good pitch. Using the good highlights from your life and yourself.

General Tips: Never loose heart if you are rejected anytime. As it's for the best, believe me.
Skill Tips: Prepare things well and before time. Try to main a set of handout which would really be helpful while you travelling from one place to another.
Skills: communication , technical, thought process
College Name: GANDHI INSTITUTE OF ENGINEERING AND TECHNOLOGY
Motivation: Being placed during on campus, but not satisfied with package and what i was offered. Came to a place like Bangalore from GIET, Gunupur where life is so fast. It was not easy, mind you a lot people around would de motivate you. But just don't get affected easily ,as to this is what my experience all over this tells. 
I was just stunned when i saw the official website of CGI.
Funny Moments: Was not really funny but would share ,as i smile to those now. Not being selected by TCS and my roommate, girls in hostel making fun of  the optimistic approach i had with life.

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 polymorph...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
IGT Solutions Software Engineer Salary
based on 133 salaries
₹4 L/yr - ₹14 L/yr
6% less than the average Software Engineer Salary in India
View more details

IGT Solutions Software Engineer Reviews and Ratings

based on 19 reviews

4.0/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

3.2

Salary

3.6

Job security

4.1

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 19 Reviews and Ratings
Process Associate
3.7k salaries
unlock blur

₹1 L/yr - ₹7.8 L/yr

Customer Service Executive
507 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Team Lead
341 salaries
unlock blur

₹2.6 L/yr - ₹7.5 L/yr

Customer Care Executive
277 salaries
unlock blur

₹1.1 L/yr - ₹7 L/yr

Quality Analyst
249 salaries
unlock blur

₹1.9 L/yr - ₹6 L/yr

Explore more salaries
Compare IGT Solutions with

Genpact

3.8
Compare

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare
write
Share an Interview