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

Clear (1)

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 Questionnaire 

1 Question

  • Q1. Basic questions on react js, also question related to data structure and sorting algorithm
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It started off with quick introductions and then the projects I've worked on. They tested us on some basic coding questions and that was that.
Round 2 - HR 

(1 Question)

  • Q1. It was a quick talk, easy and very well communicated.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Classes, oops, array, constructor

Round 2 - Technical 

(2 Questions)

  • Q1. Write a code for copy constructor
  • Ans. 

    A copy constructor is a special type of constructor that creates a new object as a copy of an existing object.

    • Copy constructor should have a parameter of the same class type

    • It is used to create a new object by copying the values of an existing object

    • It is called when a new object is created from an existing object

  • Answered by AI
  • Q2. Write a code for virtual function
  • Ans. 

    A virtual function is a member function that is declared within a base class and is redefined by a derived class.

    • Declare a virtual function in the base class using the 'virtual' keyword.

    • Override the virtual function in the derived class using the 'override' keyword.

    • Use the base class pointer to call the virtual function, which will be resolved at runtime based on the actual object type.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Design patterns
  • Q2. Oops concept and implementation
  • Ans. 

    Oops concept refers to Object-Oriented Programming principles and their implementation in software development.

    • Oops concepts include inheritance, polymorphism, encapsulation, and abstraction.

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

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Encapsulation hides the internal state of an object and only exposes nec...

  • Answered by AI

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
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 applied via Naukri.com and was interviewed before Nov 2021. There were 5 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 Resume tips
Round 2 - Coding Test 

I was given 10 logical questions to solve on a portal with 30min timer.

Most question were printing of patterns, fibonacci, prime no., palindrome etc.
out of 10 questions atleast 8 has to be right to qualify.

Round 3 - Technical 

(2 Questions)

  • Q1. This round is conducted by senior developer, where they ask some logical coding questions to solve on paper.
  • Q2. Some complex pattern questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. This is the round with CEO who again ask for some logical question & verbal answering. All they wanna se is how you approach towards problems.
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation only if you clear the one-on-one CEO round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go prepared with coding skills. Try to attempt questions with unique approaches.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Aptitude Test 

3 coding questions and 10 logical reasoning questions

Round 3 - Coding Test 

Play a game on tablet which consists of coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong coding and logical reasoning required to pass the test
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2023. There were 6 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 Resume tips
Round 2 - Aptitude Test 

Prepare aptitude well as some questions are tricky which consume our time. There are 20 questions in total. And most of them are mathematical numeric problems.

Round 3 - Coding Test 

This round is included in aptitude round in which you have to write down 3 coding problems which are easy one if you are moderate programmer

Round 4 - Technical 

(1 Question)

  • Q1. Java opps concepts, writing programs, logical reasoning questions, famous logical problems like water jug problem. Etc
Round 5 - HR 

(1 Question)

  • Q1. Your pros and cons, background information, etc
Round 6 - Behavioral 

(1 Question)

  • Q1. In this round director asks for logical questions, it's a chill round but there are some brainstorming questions which checks you thinking capacity. I will not disclose the questions but hint is "Thinking...
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

INTERVIEWS

Big Oh Notation

No Interviews

INTERVIEWS

Big Oh Notation

No Interviews

INTERVIEWS

Big Oh Notation

No Interviews

INTERVIEWS

Xceedance

No Interviews

INTERVIEWS

Xceedance

No Interviews

SALARIES

Big Oh Notation

INTERVIEWS

Expedia Group

No Interviews

INTERVIEWS

Light & Wonder

No Interviews

INTERVIEWS

Expedia Group

No Interviews

INTERVIEWS

Light & Wonder

10 top interview questions

Tell us how to improve this page.

Light & Wonder Unity Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Pole To Win Interview Questions
3.4
 • 54 Interviews
Aristocrat Interview Questions
3.8
 • 45 Interviews
PurpleTalk Interview Questions
4.0
 • 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
Software Engineer
336 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
306 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Quality Assurance Engineer
131 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
114 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
99 salaries
unlock blur

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