Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Light & Wonder Team. If you also belong to the team, you can get access from here

Light & Wonder Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 95 Reviews

Filter interviews by

Light & Wonder Interview Questions, Process, and Tips

Updated 7 Jan 2025

Top Light & Wonder Interview Questions and Answers

View all 12 questions

Light & Wonder Interview Experiences

Popular Designations

29 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. QA specific questions , aglime methodologies, sprint ceremonies , api testing
  • Q2. Day to day activities in the role
Round 2 - Technical 

(2 Questions)

  • Q1. Scenario based questions to cover test cases
  • Q2. QA definitions, api testing network testing
Round 3 - HR 

(2 Questions)

  • Q1. Conflict resolution and other scenarios
  • Q2. Why the job change and why this company

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 15 May 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. How would you approach writing a program that creates a new integer array based on the following condition: Given an input integer array, for each element in the array, calculate the sum of all integers sm...
  • Ans. 

    Create a new array with sums of all integers smaller than each element in the input array.

    • Iterate through the input array and for each element, calculate the sum of all integers smaller than the current element.

    • Populate the new array with these sums.

    • Use a lambda expression to simplify the code.

  • Answered by AI
  • Q2. How would you approach writing a program that clears a grid based on following conditions. 1. Take any grid which has values in each cell. There is a ball that moves in all 8 directions from any point in t...
  • Ans. 

    Approach: Create a program to clear a grid by moving a ball in all 8 directions and clearing cells at the center.

    • Create a grid with values in each cell

    • Randomly select a starting point and direction for the ball

    • Move the ball in all 8 directions, clearing cells at the center

    • Reroute the ball when it reaches the edge

    • Continue until all cells are cleared

  • Answered by AI
  • Q3. How does a IEnumerator work in C# and not in Unity. For ex: If i have a function that has yield return 8; yield return 10; yield return 15; in 3 lines how does it work. I have answered it based on unity,...
  • Ans. 

    An IEnumerator in C# is used to iterate over a collection of objects one at a time, allowing for more efficient memory usage and performance.

    • IEnumerator is used to implement custom iterators in C# by defining a method with a yield return statement.

    • Each time the iterator is called, it returns the next value in the sequence defined by the yield return statements.

    • IEnumerators can be used in foreach loops to iterate over t

  • Answered by AI

Skills evaluated in this interview

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What are the pillars of OOPS?
  • Ans. 

    The pillars of OOPS are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation restricts access to certain components within a class, protecting the data from outside interference.

    • Abstraction hides the complex implementation details and only shows the necessary features to the user.

    • Polymorphism allows objects to be treated...

  • Answered by AI

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Assignment 

Aptitude and programming language like c and also data structures alogirithm

Round 2 - Technical 

(2 Questions)

  • Q1. SQL questions on joins and project
  • Q2. Join two tables using joins in sql
  • Ans. 

    Joining two tables in SQL using JOINs to combine data based on a related column

    • Use INNER JOIN to return rows when there is at least one match in both tables

    • Use LEFT JOIN to return all rows from the left table and the matched rows from the right table

    • Use RIGHT JOIN to return all rows from the right table and the matched rows from the left table

    • Use FULL JOIN to return rows when there is a match in one of the tables

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on projects and core java

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)

Light & Wonder interview questions for popular designations

 Software Engineer

 (7)

 Associate Software Engineer

 (4)

 Senior Software Engineer

 (2)

 Test Engineer

 (2)

 Associate Software Quality Assurance Engineer

 (1)

 Full Stack Developer

 (1)

 Lead Engineer

 (1)

 Platform Developer

 (1)

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

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

Based on DSA in C# be thorough with heap tree and map from dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - They conducted the 1st round in HackerEarth platform and it was proctored. They asked from Aptitude (Profit and Loss, SI & CI, Investment) Logical (Arrangement) and few Data sufficient questions but mostly it was from DSA in C# Like time complexity of search and sort algorithms (refer hackerearth platform), heaps trees and maps questions don't worry it was standard. And all the best

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Get interview-ready with Top Light & Wonder Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops concept was asked a lot
Round 2 - One-on-one 

(1 Question)

  • Q1. Mostly of attitude inception

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Jobs at Light & Wonder

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Mar 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. What is linked list?
  • Ans. 

    A linked list is a data structure where each element points to the next element in the sequence.

    • Consists of nodes connected by pointers

    • Allows for dynamic size and efficient insertion/deletion

    • Examples: singly linked list, doubly linked list

  • Answered by AI
  • Q2. What design patterns you use in your games?
  • Ans. 

    I use design patterns such as MVC, Observer, and Factory in my games for better organization and scalability.

    • MVC (Model-View-Controller) for separating game logic, user interface, and data

    • Observer for handling events and notifications between game components

    • Factory for creating objects without specifying the exact class

  • Answered by AI
  • Q3. Explain about trees?
  • Ans. 

    Trees in Unity are hierarchical data structures used to organize game objects in a parent-child relationship.

    • Trees are used to create complex scenes by organizing game objects in a hierarchy.

    • Each game object can have one parent and multiple children, forming a tree structure.

    • Transform properties like position, rotation, and scale are relative to the parent in the tree.

    • Example: A tree structure can be used to represent ...

  • Answered by AI

Skills evaluated in this interview

Unity Developer Interview Questions asked at other Companies

Q1. Would you prefer unity new input system or old one and why?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Mcqs on Data structures
  • Q2. Mcqs on programming and aptitude
Round 2 - One-on-one 

(2 Questions)

  • Q1. About oops concepts
  • Q2. Programming questions
Round 3 - HR 

(2 Questions)

  • Q1. Regarding previous jobs/ job offers
  • Q2. Intro, bit details on ongoing things

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Hackerearth test with c# ,SQL and MCQ

Round 2 - Technical 

(1 Question)

  • Q1. Mvvm and Entity framework

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Sep 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 - One-on-one 

(3 Questions)

  • Q1. Tell me something about yourself?
  • Q2. Your past experiences?
  • Q3. Tell me about the jobs or tasks you performed in your previous organisation?
Round 3 - HR 

(1 Question)

  • Q1. What is your salary expectation?

Senior Front Office Executive Interview Questions asked at other Companies

Q1. What are the basics u knows in the computer
View answer (1)

Light & Wonder Interview FAQs

How many rounds are there in Light & Wonder interview?
Light & Wonder interview process usually has 2-3 rounds. The most common rounds in the Light & Wonder interview process are Technical, HR and One-on-one Round.
How to prepare for Light & Wonder 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 Light & Wonder. The most common topics and skills that interviewers at Light & Wonder expect are C#, SQL, Python, Java and C++.
What are the top questions asked in Light & Wonder interview?

Some of the top questions asked at the Light & Wonder interview -

  1. How would you approach writing a program that clears a grid based on following ...read more
  2. How does a IEnumerator work in C# and not in Unity. For ex: If i have a functi...read more
  3. How would you approach writing a program that creates a new integer array based...read more
How long is the Light & Wonder interview process?

The duration of Light & Wonder interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Light & Wonder Interview Process

based on 21 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Pole To Win Interview Questions
3.5
 • 52 Interviews
PurpleTalk Interview Questions
3.9
 • 25 Interviews
Electronic Arts Interview Questions
4.2
 • 22 Interviews
IDZ Digital Interview Questions
3.8
 • 22 Interviews
Everi Holdings Interview Questions
4.5
 • 2 Interviews
View all

Light & Wonder Reviews and Ratings

based on 95 reviews

3.8/5

Rating in categories

3.4

Skill development

3.8

Work-life balance

4.0

Salary

3.7

Job security

3.8

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 95 Reviews and Ratings
As400 Administrator

Chennai,

Bangalore / Bengaluru

9-14 Yrs

Not Disclosed

Senior Software Quality Assurance Engineer

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
337 salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Senior Software Engineer
303 salaries
unlock blur

₹8.8 L/yr - ₹25.6 L/yr

Software Quality Assurance Engineer
125 salaries
unlock blur

₹7.7 L/yr - ₹16.4 L/yr

Associate Software Engineer
111 salaries
unlock blur

₹6.1 L/yr - ₹11.9 L/yr

Test Engineer
99 salaries
unlock blur

₹6.6 L/yr - ₹11.9 L/yr

Explore more salaries
Compare Light & Wonder with

International Game Technology

3.3
Compare

Aristocrat Leisure

4.1
Compare

Playtech India

5.0
Compare

Everi Holdings

4.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview