Upload Button Icon Add office photos

Filter interviews by

International Game Technology Associate/Senior Associate -(Nontechnical) Interview Questions and Answers

Updated 11 Jul 2021

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

Knowledge of technical aspects related to games.

Round 2 - Technical 

(3 Questions)

  • Q1. How do you handle customer support in a CX (Customer Experience) role?
  • Ans. 

    I handle customer support in a CX role by actively listening to customers, empathizing with their concerns, and providing timely and effective solutions.

    • Actively listen to customers to understand their concerns and needs

    • Empathize with customers to show understanding and build rapport

    • Provide timely and effective solutions to resolve customer issues

    • Follow up with customers to ensure their satisfaction and address any fur

  • Answered by AI
  • Q2. Game issues gamers face during gameplay, i.e. Fps, lag, network related questions.
  • Ans. 

    Gamers often face issues like low FPS, lag, and network connectivity problems during gameplay.

    • Low FPS can be caused by outdated hardware or software, high graphics settings, or background processes.

    • Lag can be due to poor internet connection, server issues, or high ping.

    • Network connectivity problems can be resolved by checking router settings, using wired connection, or contacting ISP for assistance.

  • Answered by AI
  • Q3. Practical questions like how you can handle a customer who faced this issue relatedto game for example network related. Then how can you help him.
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Discussion related to Shift timings, increment etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join this company unless you require permanent work from home. They make false promises to candidates and deny everything they stated during the hiring process. The management is very poor.

I applied via Company Website and was interviewed in Dec 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions were mostly asked on SQL, Python libraries, Machine learning and Excel, puzzles to solve before interview there was test case study to solve.
  • Q2. What is row number, rank, dense rank? explain partition by, indexing joins, query optimization techniques
  • Ans. 

    Explanation of row number, rank, dense rank, partition by, indexing joins, and query optimization techniques.

    • Row number is a function that assigns a unique number to each row in a result set.

    • Rank is a function that assigns a rank to each row based on the values in a specified column.

    • Dense rank is a function that assigns a rank to each row based on the values in a specified column, but with no gaps in the ranking.

    • Partit...

  • Answered by AI
  • Q3. Real-time examples on data analytics with examples
  • Ans. 

    Real-time examples of data analytics

    • Predictive maintenance in manufacturing

    • Real-time fraud detection in banking

    • Personalized recommendations in e-commerce

    • Real-time traffic analysis for smart cities

    • Real-time health monitoring in medical devices

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Data Structures, Design, Strings, Bit

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with all data structures, know your design and algorithms.

Interview Questionnaire 

2 Questions

  • Q1. Palindrome
  • Q2. Study basic coding

Interview Questionnaire 

1 Question

  • Q1. Leetcode medium questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare top leetcode questions

I applied via Walk-in and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Link list program, few objective based on cpp

Round 2 - One-on-one 

(2 Questions)

  • Q1. Good Core knowledge cpp
  • Q2. Pointer, static , constant used in multiple scenario. Oops, STL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well practically, work culture and pay is good!!

Interview Questionnaire 

1 Question

  • Q1. Basic questions on react js, also question related to data structure and sorting algorithm

I appeared for an interview in Oct 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

The first round was scheduled in the evening time.
First of all interviewer introduced himself and after my introduction 
He directly shoot first DSA question. The question was easy but conceptual. I have solved some question with same concept and he ask me to share the screen and code in online compiler. Finally I was able to get correct output with all the use cases and I was like "Half work done!"
Then he asked me very core concepts of JavaScript along with that Some Output based questions.
Then finally he asked me theory questions on React along with my experience in React. 
The interviewer was very helpful as well as polite. I don't think if he will not help me during interview I could crack the interview

  • Q1. 

    Is the Sentence a Pangram?

    Ninja is relocating to a place called NinjaGram, and for school admission, he is required to identify if a given sentence is a pangram. Your task is to assist Ninja in determini...

  • Ans. 

    Yes, the sentence is a pangram if it includes every letter of the English alphabet at least once.

    • Check if the sentence contains all 26 letters of the English alphabet.

    • Convert the sentence to lowercase to simplify the checking process.

    • Use a set to keep track of the letters present in the sentence.

    • Iterate through the sentence and add each unique letter to the set.

    • After iterating, check if the set contains all 26 letters.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Vishwakarma Institute of Technology. Eligibility criteria1+ Years of ExperienceMPL interview preparation:Topics to prepare for the interview - Data Structures, OOPS, System Design, JavaScript, Operating System, Computer NetworksTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Code at least a single problem on your favourite coding platform with proper understanding of concept.
Tip 2 : Work on your resume, specifically try to grab some technical achievements(Hackathons, GSoc, etc) along with your degree which can stand out you from other candidates.
Tip 3 : Ask your friend for some mock interviews which can help you to excel in interview.

Application resume tips for other job seekers

Tip 1 : Project description should contain maximum keywords mentioned in Job Description. Success Matrix of project will give you an edge in the interview.
Tip 2 : Resume should be one page along with some clickable GitHub and Achievments links if possible.

Final outcome of the interviewSelected
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Write a sql query
  • Ans. 

    SQL query to retrieve employee names and their salaries from a table

    • Use SELECT statement to retrieve data

    • Specify the columns you want to retrieve (employee names and salaries)

    • Specify the table name where the data is stored

  • Answered by AI
  • Q2. Formula of vlookup
  • Ans. 

    VLOOKUP is a function in Excel used to search for a value in a table and return a corresponding value.

    • VLOOKUP searches for a value in the first column of a table and returns a value in the same row from a specified column.

    • The formula syntax is =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]).

    • Example: =VLOOKUP(A2, B2:D10, 3, FALSE) will search for the value in cell A2 in the range B2:D10 and return the...

  • Answered by AI

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Pole To Win Interview Questions
3.4
 • 58 Interviews
Aristocrat Interview Questions
3.9
 • 46 Interviews
Light & Wonder Interview Questions
3.8
 • 29 Interviews
Electronic Arts Interview Questions
4.1
 • 23 Interviews
IDZ Digital Interview Questions
3.8
 • 22 Interviews
Games24x7 Interview Questions
3.7
 • 19 Interviews
View all
Process Associate
335 salaries
unlock blur

₹1.1 L/yr - ₹5.6 L/yr

Customer Service Executive
36 salaries
unlock blur

₹1.5 L/yr - ₹3.9 L/yr

Customer Care Executive
36 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Software Engineer
27 salaries
unlock blur

₹3.5 L/yr - ₹14.7 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹4.4 L/yr - ₹15.6 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.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview