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 Associate Software Engineer Interview Questions and Answers

Updated 21 Nov 2024

Light & Wonder Associate Software Engineer Interview Experiences

4 interviews found

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

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Gainsight
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q5. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more
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

I applied via Campus Placement and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were mostly on object oriented programming, memory allocation, static, dynamic objects, arrays, lists, linked lists

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be through with basic concepts

Light & Wonder interview questions for designations

 Software Engineer

 (7)

 Senior Software Engineer

 (2)

 Associate Software Quality Assurance Engineer

 (1)

 Software Quality Assurance Engineer

 (1)

 Test Engineer

 (2)

 QA Engineer

 (1)

 Lead Engineer

 (1)

 Softwaretest Engineer

 (1)

Interview questions from similar companies

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

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Train,percentage,work

Round 2 - Coding Test 

Array , string , basic

Round 3 - Technical 

(1 Question)

  • Q1. Basic dsa question and oops
Round 4 - HR 

(1 Question)

  • Q1. About company and traditaion question

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic dsa like array string , basic math question in programming and oops and sudo code in oops
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 2 DSA questions was asked and Java Questions
Round 2 - Technical 

(1 Question)

  • Q1. Questions on Kafka, Scalability
Round 3 - Technical 

(1 Question)

  • Q1. Questions releated to past projects and Cassandra
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn

Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to work at EA
  • Q2. Describe a time you have a conflict
Round 2 - Technical 

(2 Questions)

  • Q1. What happens when you use a copy constructor in C++
  • Ans. 

    Using a copy constructor in C++ creates a new object by copying the values of another object.

    • Copy constructor is a special member function that creates a new object as a copy of an existing object.

    • It is invoked when a new object is created from an existing object.

    • Example: MyClass obj1; MyClass obj2 = obj1; // Copy constructor is called to create obj2 as a copy of obj1.

  • Answered by AI
  • Q2. When to use pointer/reference
  • Ans. 

    Pointers/references are used to pass memory addresses instead of values, for efficiency and to modify data directly.

    • Use pointers when you need to modify the original data passed to a function

    • Use references when you want to avoid copying large data structures

    • Pointers are commonly used in dynamic memory allocation

    • References are used in function parameters to avoid unnecessary copying

    • Example: int x = 10; int *ptr = &x; *p

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Atharva College of Engineering, Mumbai and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

One hour aptitude test based on the mathematics ,logical reasoning.

Round 2 - Technical 

(2 Questions)

  • Q1. One basic question on the language you know and one SQL is asked
  • Q2. SQL query questions

Interview Preparation Tips

Topics to prepare for Sportz Interactive Software Developer interview:
  • SQL
Interview preparation tips for other job seekers - Prepared for a SQL and you know language technical questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Required to write codes in python

Round 2 - Coding Test 

Required to write codes in python

Round 3 - HR 

(2 Questions)

  • Q1. Time to tackle difficulties
  • Q2. Time to learn things outside school
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 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 - Aptitude Test 

Aptitude test in numbers system

Round 3 - One-on-one 

(5 Questions)

  • Q1. Technical question means skill based
  • Q2. Only manual and automation and sql
  • Q3. What is the manual testing
  • Ans. 

    Manual testing is the process of testing software manually to identify defects without the use of automation tools.

    • Manual testing involves testers executing test cases by hand without the use of automation scripts.

    • Testers verify that the software functions correctly and meets requirements through manual exploration.

    • Manual testing is time-consuming but allows for thorough testing of user interfaces, usability, and edge ...

  • Answered by AI
  • Q4. What is Automaction testing
  • Ans. 

    Automation testing is the use of software to execute test cases and compare actual outcomes with expected outcomes.

    • Automation testing saves time and effort by automating repetitive tasks.

    • It helps in increasing test coverage and accuracy.

    • Popular automation testing tools include Selenium, Appium, and JUnit.

  • Answered by AI
  • Q5. Why using in Oracle sql
  • Ans. 

    Using 'IN' in Oracle SQL allows for filtering data based on a list of specific values.

    • Allows for filtering data based on multiple specific values

    • Can be used with subqueries to retrieve data from another table

    • Improves readability and performance compared to multiple OR conditions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am interested

Skills evaluated in this interview

Light & Wonder Interview FAQs

How many rounds are there in Light & Wonder Associate Software Engineer interview?
Light & Wonder interview process usually has 2 rounds. The most common rounds in the Light & Wonder interview process are Coding Test, Aptitude Test and Technical.
How to prepare for Light & Wonder Associate Software Engineer 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#, Coding, Debugging and OOPS.
What are the top questions asked in Light & Wonder Associate Software Engineer interview?

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

  1. Questions were mostly on object oriented programming, memory allocation, static...read more
  2. Intro, bit details on ongoing thi...read more
  3. Mcqs on programming and aptit...read more

Tell us how to improve this page.

Light & Wonder Associate Software Engineer Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Pole To Win Interview Questions
3.4
 • 53 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
View all
Light & Wonder Associate Software Engineer Salary
based on 120 salaries
₹6 L/yr - ₹11.7 L/yr
61% more than the average Associate Software Engineer Salary in India
View more details

Light & Wonder Associate Software Engineer Reviews and Ratings

based on 4 reviews

3.4/5

Rating in categories

3.2

Skill development

3.6

Work-life balance

4.3

Salary

3.6

Job security

3.2

Company culture

3.2

Promotions

2.8

Work satisfaction

Explore 4 Reviews and Ratings
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
125 salaries
unlock blur

₹6.6 L/yr - ₹20 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