Upload Button Icon Add office photos

Filter interviews by

International Game Technology Interview Questions and Answers

Updated 24 Apr 2025
Popular Designations

11 Interview questions

A Chat Support Executive was asked
Q. What is customer service?
Ans. 

Customer service is the assistance and support provided to customers before, during, and after their purchase of a product or service.

  • Customer service involves addressing customer inquiries, resolving issues, and providing guidance.

  • It focuses on ensuring customer satisfaction and building positive relationships.

  • Examples include answering phone calls, responding to emails, and offering solutions to customer problem...

View all Chat Support Executive interview questions
An UI Developer was asked
Q. What are the differences between Grid and Flexbox layouts?
Ans. 

Grid layout is a two-dimensional layout system while Flexbox is a one-dimensional layout system.

  • Grid layout is best for overall page layout, while Flexbox is best for aligning items within a container.

  • Grid layout allows for precise placement of elements in rows and columns, while Flexbox is more flexible in arranging items in a single row or column.

  • Grid layout is better suited for complex layouts with multiple row...

View all UI Developer interview questions
An UI Developer was asked
Q. What is the difference between undefined and null?
Ans. 

Undefined is a variable that has not been assigned a value, while null is a variable that has been explicitly assigned a value of null.

  • Undefined is the default value of a variable that has not been initialized.

  • Null is an explicit value that can be assigned to a variable to indicate that it has no value.

  • Undefined is a type in JavaScript, while null is a value of the Null type.

  • Example: let x; // x is undefined, let ...

View all UI Developer interview questions
An UI Developer was asked
Q. What are the differences between the position property values in CSS?
Ans. 

The position property in CSS specifies the positioning method of an element.

  • Static: Default positioning, elements are positioned according to the normal flow of the document.

  • Relative: Positioned relative to its normal position.

  • Absolute: Positioned relative to the nearest positioned ancestor.

  • Fixed: Positioned relative to the viewport.

  • Sticky: Acts like a combination of relative and fixed positioning.

View all UI Developer interview questions
A Senior Process Associate was asked
Q. How would you handle an aggressive customer?
Ans. 

I would remain calm, listen actively, empathize with the customer, and offer solutions to address their concerns.

  • Remain calm and composed

  • Listen actively to understand the customer's concerns

  • Empathize with the customer's emotions

  • Offer solutions to address the customer's issues

  • Seek assistance from a supervisor if necessary

View all Senior Process Associate interview questions
A Customer Support was asked
Q. What is customer support?
Ans. 

Customer support is the assistance provided to customers before, during, and after a purchase.

  • Helping customers with their queries and concerns

  • Providing technical assistance

  • Resolving complaints and issues

  • Offering product or service information

  • Ensuring customer satisfaction

  • Building customer relationships

View all Customer Support interview questions
A Desktop Support Engineer L1 was asked
Q. How do ticketing tools work?
Ans. 

Ticket tools are software applications used to manage and track support requests or incidents.

  • Ticket tools allow users to create, assign, and prioritize tickets based on urgency and impact.

  • They provide a centralized location for communication and collaboration between support teams and end-users.

  • Ticket tools often include features such as automated notifications, reporting, and analytics.

  • Examples of popular ticket...

View all Desktop Support Engineer L1 interview questions
Are these interview questions helpful?
A Desktop Support Engineer L1 was asked
Q. Do you have in-depth knowledge of hardware and port devices?
Ans. 

Understanding hardware and port devices is crucial for troubleshooting and supporting desktop environments effectively.

  • Familiarity with USB, HDMI, and Ethernet ports and their functions.

  • Knowledge of common hardware components like RAM, CPU, and hard drives.

  • Ability to diagnose connectivity issues with peripherals like printers and scanners.

  • Experience with installing and configuring hardware devices, such as externa...

View all Desktop Support Engineer L1 interview questions
A Customer Service Executive was asked
Q. Talk about any subject.
Ans. 

The importance of empathy in customer service

  • Empathy is the ability to understand and share the feelings of others

  • Empathy helps build trust and rapport with customers

  • Active listening and acknowledging the customer's emotions are key components of empathy

  • Empathy can turn a negative customer experience into a positive one

  • Examples of empathy in customer service include apologizing for inconveniences and offering solu...

View all Customer Service Executive interview questions
A Financial Analyst 3 was asked
Q. Which accounting software used, how to start and performed reconciliation on my existing company. What are major points for reconciliation. Excel - Vlookup and Pivot table etc.
Ans. 

I have experience using various accounting software and Excel tools like Vlookup and Pivot table for reconciliation.

  • I have used QuickBooks, Xero, and Wave accounting software for reconciliation.

  • To start reconciliation, I ensure that all transactions are recorded accurately in the accounting software.

  • I compare the bank statement with the accounting software to identify any discrepancies.

  • I use Excel tools like Vlook...

View all Financial Analyst 3 interview questions

International Game Technology Interview Experiences

26 interviews found

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

(1 Question)

  • Q1. Python async db questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Aptitude Test 

I am interested in this job

Round 3 - One-on-one 

(4 Questions)

  • Q1. Introduce yourself
  • Ans. My name is Aamee Ningthoukhongjam i was born and brought up form manipur I have completed my MCom degree from Manipur university in the year 2020
  • Answered Anonymously
  • Q2. What is customer service
  • Ans. 

    Customer service is the assistance and support provided to customers before, during, and after their purchase of a product or service.

    • Customer service involves addressing customer inquiries, resolving issues, and providing guidance.

    • It focuses on ensuring customer satisfaction and building positive relationships.

    • Examples include answering phone calls, responding to emails, and offering solutions to customer problems.

  • Answered by AI
  • Q3. What is your greatest strength
  • Ans. Coming to my strengths my quick learner,hard worker and fast adaptable so I can easily adapt
  • Answered Anonymously
  • Q4. What is your hobbies
  • Ans. My hobbies are I like to listening music and reading book
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - I am interested in this project

UI Developer Interview Questions & Answers

user image Anonymous

posted on 31 Aug 2023

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

I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Layouts, Position, And Grid layout

Round 2 - Technical 

(5 Questions)

  • Q1. Different between Undefined Null
  • Ans. 

    Undefined is a variable that has not been assigned a value, while null is a variable that has been explicitly assigned a value of null.

    • Undefined is the default value of a variable that has not been initialized.

    • Null is an explicit value that can be assigned to a variable to indicate that it has no value.

    • Undefined is a type in JavaScript, while null is a value of the Null type.

    • Example: let x; // x is undefined, let y = n...

  • Answered by AI
  • Q2. Functions and Reverse String
  • Q3. Different between position's property
  • Ans. 

    The position property in CSS specifies the positioning method of an element.

    • Static: Default positioning, elements are positioned according to the normal flow of the document.

    • Relative: Positioned relative to its normal position.

    • Absolute: Positioned relative to the nearest positioned ancestor.

    • Fixed: Positioned relative to the viewport.

    • Sticky: Acts like a combination of relative and fixed positioning.

  • Answered by AI
  • Q4. Different between Grid Flex box layout
  • Ans. 

    Grid layout is a two-dimensional layout system while Flexbox is a one-dimensional layout system.

    • Grid layout is best for overall page layout, while Flexbox is best for aligning items within a container.

    • Grid layout allows for precise placement of elements in rows and columns, while Flexbox is more flexible in arranging items in a single row or column.

    • Grid layout is better suited for complex layouts with multiple rows and...

  • Answered by AI
  • Q5. What is arrays explain the array
  • Ans. 

    Arrays are a data structure that stores a collection of elements of the same data type in a contiguous memory location.

    • Arrays have a fixed size determined at the time of declaration.

    • Elements in an array are accessed using an index starting from 0.

    • Arrays can store primitive data types like integers, floats, or objects like strings.

    • Example: var fruits = ['apple', 'banana', 'orange'];

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stik with basic of Javascript deep knowledge of HTML CSS

Skills evaluated in this interview

Interview Questions & Answers

user image Nisha Kumari

posted on 15 Jan 2024

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

I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 5 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. First round is a introduction round only
  • Q2. Last movie explanation
  • Q3. How u spend last weekend
  • Q4. Last birthday celebration
Round 2 - Group Discussion 

Recent topics like COVID, education, recent technology

Round 3 - Aptitude Test 

GDS test online on Mobile phone

Round 4 - Versant test need 65 percent mar 

(1 Question)

  • Q1. In versent test its check our grammatical knowledge and speakings
Round 5 - Typing Test 

(1 Question)

  • Q1. In typing test 30 wpm

Interview Preparation Tips

Interview preparation tips for other job seekers - IGT provide best jobs opportunity to the job seekers also have best working environment ❣️
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Html css c programming language

Round 2 - HR 

(1 Question)

  • Q1. Introduction salary e Details
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
6-8 weeks
Result
No response

I applied via Walk-in and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Hr are so lazy of igt. They only visit in office from here to there. Many times go outside of office?
  • Q2. Changes should be in delhi metro
  • Q3. Why do you waste time of candidates?
  • Ans. 

    We do not intentionally waste time of candidates. Our recruitment process is designed to ensure the best fit for the job.

    • Our recruitment process involves multiple stages to assess the candidate's skills and suitability for the job.

    • We provide clear job descriptions and requirements to avoid any confusion or misunderstandings.

    • We also communicate regularly with candidates to keep them informed about the status of their ap...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. About project of my previous company
  • Q2. Tell me about yourself
  • Ans. 

    I am a dedicated customer support professional with a passion for helping others and a strong background in problem-solving.

    • Over 3 years of experience in customer support roles, assisting clients via phone, email, and chat.

    • Successfully resolved over 95% of customer inquiries on the first contact, enhancing customer satisfaction.

    • Trained new team members on best practices for customer interaction and conflict resolution.

    • ...

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

I applied via Walk-in and was interviewed in Jun 2023. 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 - Versant 

(3 Questions)

  • Q1. It was good, will check your vocabulary and grammar.
  • Q2. Tell me something about your last customer care executive good experience.
  • Q3. How you will handle an aggressive customer.
  • Ans. 

    I would remain calm, listen actively, empathize with the customer, and offer solutions to address their concerns.

    • Remain calm and composed

    • Listen actively to understand the customer's concerns

    • Empathize with the customer's emotions

    • Offer solutions to address the customer's issues

    • Seek assistance from a supervisor if necessary

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Be confident and personable.
  • Q2. Well whats your salary in privious company

Interview Preparation Tips

Interview preparation tips for other job seekers - All the very best and be confident.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 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 - One-on-one 

(1 Question)

  • Q1. They have asked based on resume
Round 3 - Behavioral 

(1 Question)

  • Q1. Manager explained company roles and responsibilities then took consent for rotation shif WFO and he asked for commitment as how many years are you gone be in this role if we hire you. And this was main que...

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst hiring process which I ever faced.
They took more than one month to share the feedback. Even though if we raised follow up mails they will engage us by keep on saying that we will discuss the salary by next week or within comming 10 days. One day After one month of interview process they simply drop a message in watsapp sorry we can't forward with your profile now because they consider me as over qualified person.

Process Associate Interview Questions & Answers

user image M. Siddharth Chowdary

posted on 11 Dec 2022

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 - Voice versent test 

(1 Question)

  • Q1. In voice versent test is tool check level of understanding, communication, fluency of language
Round 3 - HR 

(2 Questions)

  • Q1. Tell about your self and HR check communication skills
  • Q2. Works experience and knowledge GDS
Round 4 - Technical 

(1 Question)

  • Q1. Commands of Amadeus, Galileo saber.
  • Ans. 

    Amadeus, Galileo, and Sabre are Global Distribution Systems used in the travel industry.

    • Amadeus commands include: FQD (fare quote display), FXP (fare display), FXX (fare rules display), etc.

    • Galileo commands include: FQD (fare quote display), FXP (fare display), FXX (fare rules display), etc.

    • Sabre commands include: FQD (fare quote display), FXP (fare display), FXX (fare rules display), etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - While giving voice versent test. There is one rebound of repeated questions. Where have to Listen carefully and same have repeat.
Technical round basic command of GDS.

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about International Game Technology?
Ask anonymously on communities.

International Game Technology Interview FAQs

How many rounds are there in International Game Technology interview?
International Game Technology interview process usually has 2-3 rounds. The most common rounds in the International Game Technology interview process are HR, Resume Shortlist and One-on-one Round.
How to prepare for International Game Technology 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 International Game Technology. The most common topics and skills that interviewers at International Game Technology expect are Gaming, Linux, Python, Computer science and Javascript.
What are the top questions asked in International Game Technology interview?

Some of the top questions asked at the International Game Technology interview -

  1. which accounting software used, how to start and performed reconciliation on my...read more
  2. What is customer suppo...read more
  3. How you will handle an aggressive custom...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.2/5

based on 13 interview experiences

Difficulty level

Easy 29%
Moderate 43%
Hard 29%

Duration

Less than 2 weeks 50%
2-4 weeks 17%
6-8 weeks 33%
View more

Interview Questions from Similar Companies

Pole To Win Interview Questions
3.4
 • 60 Interviews
Aristocrat Interview Questions
3.8
 • 48 Interviews
Electronic Arts Interview Questions
4.0
 • 24 Interviews
IDZ Digital Interview Questions
3.7
 • 23 Interviews
Games24x7 Interview Questions
3.5
 • 21 Interviews
Zupee Interview Questions
3.5
 • 15 Interviews
View all

International Game Technology Reviews and Ratings

based on 329 reviews

3.2/5

Rating in categories

3.0

Skill development

3.1

Work-life balance

2.8

Salary

3.2

Job security

3.1

Company culture

2.6

Promotions

3.0

Work satisfaction

Explore 329 Reviews and Ratings
Process Associate
316 salaries
unlock blur

₹1.8 L/yr - ₹5.4 L/yr

Customer Care Executive
36 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Customer Service Executive
35 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Senior Software Engineer
22 salaries
unlock blur

₹4.4 L/yr - ₹17 L/yr

Customer Service Associate
19 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Explore more salaries
Compare International Game Technology with

Pole To Win

3.4
Compare

Ubisoft Entertainment

3.8
Compare

Aristocrat

3.8
Compare

Electronic Arts

4.0
Compare
write
Share an Interview