Senior Game Developer

Senior Game Developer Interview Questions and Answers

Updated 4 Apr 2024

Q1. How memory being handled by unity and why we use subscrition and unssubscribe for event delegate base methods

Ans.

Unity handles memory through garbage collection. Subscription and unsubscription of event delegate base methods are used to manage event listeners efficiently.

  • Unity uses garbage collection to manage memory, automatically deallocating memory when objects are no longer needed.

  • Subscribing to events adds a listener to an event delegate, while unsubscribing removes the listener to prevent memory leaks.

  • Using subscription and unsubscription helps in efficient management of event lis...read more

Q2. Difference beetween static methods and normal methods

Ans.

Static methods belong to the class itself, while normal methods belong to instances of the class.

  • Static methods are called on the class itself, not on instances

  • Normal methods are called on instances of the class

  • Static methods cannot access instance variables, while normal methods can

Q3. What is reflection C#

Ans.

Reflection in C# is the ability to inspect and manipulate metadata of types, methods, properties, and other members at runtime.

  • Allows accessing type information at runtime

  • Enables dynamically invoking methods

  • Useful for creating generic algorithms

  • Example: retrieving property values using reflection

Senior Game Developer Jobs

Senior Game Developer 4-6 years
PureSoftware
3.1
Noida
Senior Game Developer 4-6 years
PureSoftware
3.1
New Delhi
Senior Game Developer (Unity) 4-9 years
DynamicNext Technologies Pvt Ltd
5.0
Kochi
Are these interview questions helpful?
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Interview experiences of popular companies

3.2
 • 1 Interview
View all

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary

Senior Game Developer Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter