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

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

SDE Interview Questions & Answers

user image Anonymous

posted on 15 Feb 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response

I was interviewed in Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Operator overloading
  • Q2. Find if number is power of 2 or not
  • Ans. 

    Check if a number is a power of 2 or not

    • A number is a power of 2 if it has only one bit set to 1

    • Use bitwise operations to check if the number is a power of 2

    • If the number is a power of 2, it will be greater than 0 and have only one bit set to 1

  • Answered by AI

Skills evaluated in this interview

SDE Interview Questions asked at other Companies

Q1. Longest Increasing Subsequence Problem Statement Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This subsequence must be in strictly inc... read more
Add answer

STE Interview Questions & Answers

user image Anonymous

posted on 3 Jan 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. General Technical questions
Round 2 - Technical 

(1 Question)

  • Q1. General Technical and Managerial round
Round 3 - HR 

(1 Question)

  • Q1. General HR discussion

STE Interview Questions & Answers

user image Anonymous

posted on 3 Jan 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. General Technical
Round 2 - Technical 

(1 Question)

  • Q1. General technical and management
Round 3 - HR 

(1 Question)

  • Q1. General HR discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at CMR Institute of Technology, Bangalore and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Exam was on hackerrank consisting of 18 technical mcq and 1 coding question.

Round 2 - Technical 

(1 Question)

  • Q1. Oops,questions like reverse linked list,make sure to do OS and some questions from linux.
Round 3 - One-on-one 

(1 Question)

  • Q1. Vice president round - questions on project and basic questions on languages you like.
Round 4 - HR 

(1 Question)

  • Q1. Why do you want to join light & wonder? and normal discussion on company's work culture.

Interview Preparation Tips

Interview preparation tips for other job seekers - sometimes it depends on the interviewer so just give your best in preparation and be consistent.

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Simple technical programs to test your analytical test

Round 2 - HR 

(1 Question)

  • Q1. Nothing all basic hr questions

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 (180)

Get interview-ready with Top Light & Wonder Interview Questions

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

I applied via Referral and was interviewed in Mar 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 - Coding Test 

Create code based out of design patterns

Round 3 - One-on-one 

(1 Question)

  • Q1. Strong oops concepts

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

Jobs at Light & Wonder

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

I applied via Naukri.com and was interviewed in Jun 2022. There were 3 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 

(4 Questions)

  • Q1. General Java Questions Jvm memory management Steing and string builder differnce
  • Q2. Collection framework Tomcat configs Sql basic questions
  • Q3. Networkteoubleshooting Sql integration with application
  • Ans. 

    Integration of SQL with application and network troubleshooting

    • Ensure proper network connectivity between application and SQL server

    • Check SQL server logs for any errors or issues

    • Verify SQL server configuration and permissions

    • Test SQL queries and data retrieval from application

    • Use network monitoring tools to identify and resolve network issues

  • Answered by AI
  • Q4. Cloud basics Helm charts Ope shift basic knowledge
Round 3 - HR 

(1 Question)

  • Q1. Why to hire you Where do you see yourself in next 5 years Logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in your questions
Say nicely
Be prepared

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Job Fair and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Math problems and aptitude

Round 2 - Coding Test 

Strings tree linked list

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Common aptitude questions related to this role.

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to the bullet points from resume, defect life stages.

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Software Engineer Interview Questions & Answers

user image pratima singh

posted on 5 Nov 2022

I applied via Naukri.com and was interviewed in May 2022. 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 - Technical 

(6 Questions)

  • Q1. Java oops concepts and describe overloading
  • Ans. 

    Java oops concepts include encapsulation, inheritance, abstraction, and polymorphism. Overloading is a way to define multiple methods with the same name but different parameters.

    • Encapsulation: bundling data and methods that operate on that data within a single unit

    • Inheritance: creating new classes from existing ones

    • Abstraction: hiding implementation details and showing only the necessary information

    • Polymorphism: using ...

  • Answered by AI
  • Q2. Encapsulation how to achieve in java
  • Ans. 

    Encapsulation in Java is achieved by using access modifiers and creating classes with private fields and public methods.

    • Use access modifiers such as private, public, and protected to restrict access to fields and methods

    • Create classes with private fields and public methods to control access to data

    • Encapsulation helps to maintain data integrity and prevent unauthorized access to data

    • Example: class Person { private Strin...

  • Answered by AI
  • Q3. Overriding questions code and snippets
  • Q4. Based on overloading and overriding code and snippets
  • Q5. String and string pool
  • Q6. Exception handling throws ,throw

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic Java upto collection nicely if you going for sg

Skills evaluated in this interview

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 (180)

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, One-on-one Round and HR.
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, Java, Python and Gaming.
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 22 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Pole To Win Interview Questions
3.4
 • 54 Interviews
PurpleTalk Interview Questions
3.9
 • 27 Interviews
Electronic Arts Interview Questions
4.1
 • 22 Interviews
IDZ Digital Interview Questions
3.8
 • 22 Interviews
Games24x7 Interview Questions
3.7
 • 19 Interviews
Everi Holdings Interview Questions
4.5
 • 2 Interviews
View all

Light & Wonder Reviews and Ratings

based on 101 reviews

3.9/5

Rating in categories

3.4

Skill development

3.8

Work-life balance

4.1

Salary

3.7

Job security

3.8

Company culture

3.6

Promotions

3.7

Work satisfaction

Explore 101 Reviews and Ratings
Software Engineer

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Associate QA Engineer, Software

Pune

0-2 Yrs

Not Disclosed

Senior Technical Artist

Bangalore / Bengaluru

4-7 Yrs

₹ 15-25 LPA

Explore more jobs
Software Engineer
337 salaries
unlock blur

₹6.6 L/yr - ₹18.3 L/yr

Senior Software Engineer
306 salaries
unlock blur

₹8.8 L/yr - ₹25.6 L/yr

Software Quality Assurance Engineer
131 salaries
unlock blur

₹6.6 L/yr - ₹16.4 L/yr

Associate Software Engineer
120 salaries
unlock blur

₹6 L/yr - ₹11.7 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