Upload Button Icon Add office photos

Filter interviews by

International Game Technology Interview Questions and Answers

Updated 8 Aug 2025
Popular Designations

12 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 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
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
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

International Game Technology HR Interview Questions

6 questions and answers

Q. Tell me about yourself.
Q. Why do you waste time of candidates?
Q. What are your thoughts on women empowerment?
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
Are these interview questions helpful?
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
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
An UI Developer was asked
Q. 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'];

View all UI Developer interview questions

International Game Technology Interview Experiences

27 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Jul 2025, where I was asked the following questions.

  • Q1. Can you describe your previous experience?
  • Q2. What programming languages are you most familiar with?
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:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
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 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 - Coding Test 

Layouts, Position, And Grid layout

Round 3 - 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:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
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:
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 - 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.

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
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
How long is the International Game Technology interview process?

The duration of International Game Technology interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 14 interview experiences

Difficulty level

Easy 38%
Moderate 38%
Hard 25%

Duration

Less than 2 weeks 57%
2-4 weeks 14%
6-8 weeks 29%
View more

Interview Questions from Similar Companies

Pole To Win Interview Questions
3.4
 • 61 Interviews
Aristocrat Interview Questions
3.9
 • 56 Interviews
Junglee Games Interview Questions
3.6
 • 43 Interviews
Electronic Arts Interview Questions
4.0
 • 24 Interviews
IDZ Digital Interview Questions
3.6
 • 23 Interviews
Keywords Studios Interview Questions
3.1
 • 22 Interviews
Games24x7 Interview Questions
3.4
 • 21 Interviews
Head Digital Works Interview Questions
3.7
 • 20 Interviews
View all

International Game Technology Reviews and Ratings

based on 330 reviews

3.2/5

Rating in categories

3.1

Skill development

3.2

Work-life balance

2.8

Salary

3.3

Job security

3.2

Company culture

2.7

Promotions

3.0

Work satisfaction

Explore 330 Reviews and Ratings
Process Associate
290 salaries
unlock blur

₹1.8 L/yr - ₹4.7 L/yr

Customer Service Executive
35 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Customer Care Executive
33 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Senior Software Engineer
22 salaries
unlock blur

₹6.5 L/yr - ₹14 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.9
Compare

Electronic Arts

4.0
Compare
write
Share an Interview