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 Unity Developer Interview Questions and Answers

Updated 14 Sep 2024

Light & Wonder Unity Developer Interview Experiences

1 interview found

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

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

There were questions of basic aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. About my projects
  • Q3. What is Radix sort
  • Ans. 

    Radix sort is a non-comparative sorting algorithm that sorts integers by processing individual digits.

    • Radix sort works by sorting numbers based on each digit's value, starting from the least significant digit to the most significant digit.

    • It can be implemented using counting sort or bucket sort as a subroutine.

    • Radix sort is efficient for sorting integers with a fixed number of digits, like phone numbers or social secur

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

They asked LRU implementation of data structure

Round 2 - Technical 

(2 Questions)

  • Q1. Reflection API in java
  • Ans. 

    Reflection API in Java allows for inspecting and modifying classes, methods, fields at runtime.

    • Reflection API provides a way to examine and modify the behavior of classes, methods, and fields at runtime.

    • It allows access to class information, such as constructors, methods, fields, annotations, etc.

    • Reflection can be used for dynamic loading of classes, invoking methods at runtime, and examining annotations.

    • Example: Using...

  • Answered by AI
  • Q2. Memory management jvm

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding related to java collections

Round 2 - One-on-one 

(2 Questions)

  • Q1. Familiar with Design patterns ?explain few
  • Ans. 

    Design patterns are reusable solutions to common problems in software design.

    • Design patterns help in creating maintainable and scalable code.

    • Examples of design patterns include Singleton, Factory, Observer, and Strategy.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Obse...

  • Answered by AI
  • Q2. What is Mutilthreading,explain with examples
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for improved performance and responsiveness.

    • Multithreading allows multiple tasks to be executed simultaneously on a single CPU.

    • Each thread has its own stack and program counter, but shares the same memory space.

    • Examples include running multiple processes in a web server, handling user input while performing background tasks, and p

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Provided

Skills evaluated in this interview

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
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Systematic interview test

Round 2 - One-on-one 

(1 Question)

  • Q1. What is java and oops concepts
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic Aptitude and Computer Questions

Round 2 - Coding Test 

Sudoku puzzle in Python

Round 3 - Technical 

(2 Questions)

  • Q1. HR questions and Technical Basic questions on python
  • Q2. Django Meta Class, Python list vs tuple , set vs frozen set
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

3 online dsa questions easy to medium

I was interviewed 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. Admission in Ninja Gram

    Ninja is shifting to a new place named NinjaGram. To take admission to the new school, the teacher gives him a sentence and asks him to check whether the sentence is a pangram.

    A ...

  • Ans. 

    Step 1 : I have used hashing concept to map occurrence of english alphabet.
    Step 2 : I used Counter array with size 26 to find count of every alphabet. 
    Step 3 : Traverse the array and if it's panagram append the output string with 1 else 0

  • Answered Anonymously

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
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 4 Coding question to be solve live

Light & Wonder Interview FAQs

How many rounds are there in Light & Wonder Unity Developer interview?
Light & Wonder interview process usually has 1 rounds. The most common rounds in the Light & Wonder interview process are Technical.
What are the top questions asked in Light & Wonder Unity Developer interview?

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

  1. What design patterns you use in your gam...read more
  2. What is linked li...read more
  3. Explain about tre...read more

Tell us how to improve this page.

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
Games24x7 Interview Questions
3.8
 • 18 Interviews
View all
Software Engineer
337 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

Senior Software Engineer
309 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
117 salaries
unlock blur

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