Upload Button Icon Add office photos

Filter interviews by

International Game Technology Desktop Support Engineer L1 Interview Questions and Answers

Updated 28 Oct 2021

International Game Technology Desktop Support Engineer L1 Interview Experiences

1 interview found

I applied via Naukri.com

Interview Questionnaire 

4 Questions

  • Q1. Deep knowledge hardaware or 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 external dri...

  • Answered by AI
  • Q2. Server question
  • Q3. Ticket tools
  • Q4. How Ticket tools working
  • 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 tool...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No more advice calm and proper listen question. slow and clear voice answer

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 International Game Technology?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Indeed and was interviewed in Sep 2023. There were 4 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 

(1 Question)

  • Q1. Previous experinces about your work profile.
Round 3 - One-on-one 

(1 Question)

  • Q1. How you are perfect for this Job, they will ask situation based question of handling customers.
Round 4 - One-on-one 

(1 Question)

  • Q1. Writing and communication skill check.

Desktop Support Engineer L1 Interview Questions Asked at Other Companies

asked in Wipro
Q1. Which is the most comfortable Windows OS for you to work on? ...W ... read more
Q2. What will you do if you hear a beep sound and the system does not ... read more
asked in Wipro
Q3. ...What do you understand by a Default Gateway? ...How can we tra ... read more
Q4. What is Domain? What is DNS? What is DHCP? What is Active Directo ... read more
Q5. What is antivirus? Name some of the antivirus available in the ma ... read more
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 Naukri.com and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Automation, JavaScript, node.js, java

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for Java , .nodejs , JavaScript if applying for Automation.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on react js, also question related to data structure and sorting algorithm
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Internshala and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions were pretty easy like on speed etc

Round 2 - Coding Test 

Coding questions were also easy like patterns code, reverse string just basics

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude only think out of box

Round 2 - One-on-one 

(2 Questions)

  • Q1. Static and final difference
  • Ans. 

    Static variables belong to the class itself, while final variables cannot be changed after initialization.

    • Static variables are shared among all instances of a class

    • Final variables cannot be reassigned once initialized

    • Static variables are initialized only once at the start of the program

    • Final variables must be initialized when declared

  • Answered by AI
  • Q2. Patterns problem
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self?
  • Q2. Checking english fluency

Interview Preparation Tips

Interview preparation tips for other job seekers - It's good company, friendly HR and interviewer.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

10 reasoning questions and 3 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Wap for factorial with recurrsion
  • Ans. 

    Factorial calculation using recursion in a programming language

    • Define a function that takes an integer as input

    • Base case: if input is 0, return 1

    • Recursive case: return input multiplied by factorial of input-1

    • Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = ... = 5 * 4 * 3 * 2 * 1 = 120

  • Answered by AI
  • Q2. Opps and basic core Java questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Simple logic and maths based questions along with coding round

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on string literals
  • Q2. Array vs arraylist
  • Ans. 

    Arrays are fixed in size, while ArrayLists can dynamically resize. Arrays are faster for accessing elements, while ArrayLists offer more flexibility.

    • Arrays have a fixed size, while ArrayLists can dynamically resize.

    • Arrays are faster for accessing elements, while ArrayLists offer more flexibility in terms of adding, removing, and manipulating elements.

    • Example: String[] namesArray = new String[5]; ArrayList<String>...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. My strength and weaknesses
  • Q2. Past work experiences if any
  • Ans. 

    I have worked as a software developer for 3 years at XYZ company.

    • Developed web applications using Java, Spring, and AngularJS

    • Collaborated with team members to design and implement new features

    • Participated in code reviews and testing processes

    • Resolved technical issues and provided support to end users

  • Answered by AI

Skills evaluated in this interview

International Game Technology Interview FAQs

What are the top questions asked in International Game Technology Desktop Support Engineer L1 interview?

Some of the top questions asked at the International Game Technology Desktop Support Engineer L1 interview -

  1. Deep knowledge hardaware or port devi...read more
  2. How Ticket tools work...read more
  3. Ticket too...read more

Tell us how to improve this page.

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