Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Sony Team. If you also belong to the team, you can get access from here

Sony Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Sony Unity Developer Interview Questions and Answers

Updated 23 Dec 2023

Sony Unity Developer Interview Experiences

1 interview found

Unity Developer Interview Questions & Answers

user image Akash Shukla

posted on 22 Dec 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed before Dec 2022. There were 2 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 - Technical 

(3 Questions)

  • Q1. What is a coroutine
  • Ans. 

    A coroutine is a function that can pause execution and resume at a later time, allowing for asynchronous programming.

    • Coroutines are commonly used in game development to handle animations, AI behavior, and asynchronous tasks.

    • In Unity, coroutines are created using the 'yield' keyword and can be started, paused, and resumed.

    • Coroutines can be used to create smooth animations by gradually changing values over time.

    • They can ...

  • Answered by AI
  • Q2. What is script execution order in Unity?
  • Ans. 

    Script execution order determines the order in which scripts are executed in Unity.

    • Unity uses a default execution order based on script type.

    • You can modify the execution order using the Script Execution Order settings.

    • Scripts with lower execution order values are executed first.

    • Scripts with the same execution order are executed in the order they appear in the Inspector.

    • You can use the [ExecuteInEditMode] attribute to e

  • Answered by AI
  • Q3. What are the types of Update functions?
  • Ans. 

    There are three types of Update functions in Unity: Update, FixedUpdate, and LateUpdate.

    • Update function is called once per frame and is used for general updates.

    • FixedUpdate function is called at fixed intervals and is used for physics calculations.

    • LateUpdate function is called after all Update functions and is used for camera or object follow-up.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared. They hire really qualified and talented people only. They have lots of policies regarding data breach and work ethics, so they need good employees only

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is your weakness
  • Q2. What is pn junction diode
  • Ans. 

    A pn junction diode is a semiconductor device that allows current to flow in one direction only.

    • Consists of p-type and n-type semiconductor materials

    • When forward biased, allows current to flow easily

    • When reverse biased, blocks current flow

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Online. 2 easy-medium questions

Round 2 - Technical 

(1 Question)

  • Q1. Coding question based on oops and string(medium-tough) 45 mins
Round 3 - Technical 

(2 Questions)

  • Q1. SQL questions were asked about theory and code
  • Q2. 4-5 questions in total for about 40 mins
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at SRM university (SRMU) and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning, quantitative

Round 2 - Technical 

(2 Questions)

  • Q1. Java basics and intermediate
  • Q2. What is recursion
  • Ans. 

    Recursion is a programming technique where a function calls itself in order to solve a problem.

    • Recursion involves breaking down a problem into smaller subproblems and solving them recursively.

    • It requires a base case to stop the recursive calls.

    • Examples include factorial calculation, Fibonacci sequence generation, and tree traversal.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - java
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA Based - Graph, Trees

Round 2 - Technical 

(2 Questions)

  • Q1. Trie Implementation
  • Ans. 

    Trie is a tree data structure used for efficient retrieval of key-value pairs.

    • Trie is also known as prefix tree.

    • Each node in a trie represents a single character of a key.

    • Trie is commonly used in autocomplete and spell checking algorithms.

    • Example: Inserting 'apple' and 'app' into a trie would result in a structure where 'app' is a prefix of 'apple'.

  • Answered by AI
  • Q2. LRU Implementation
  • Ans. 

    LRU (Least Recently Used) is a cache eviction policy that removes the least recently used items first.

    • LRU cache stores key-value pairs with a maximum capacity.

    • When the cache is full, the least recently used item is removed to make space for new items.

    • Each time a key is accessed, it is moved to the front of the cache to indicate it was recently used.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

About ai
today generation

Interview Preparation Tips

Interview preparation tips for other job seekers - find well
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy to write with simole loetters to

Round 2 - Coding Test 

Very easy to manipulate with this code

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with the flow
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Virtual function, smart pointers, IPC
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude duration One hours
Level moderate

Round 2 - Coding Test 

Coding Test Duration 3 hours
Level moderate to hard

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

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

I am read to test for round number one.

Round 3 - Coding Test 

I also ready for this and this is so effective for me.

Interview Preparation Tips

Topics to prepare for Vivo Software Developer interview:
  • Software developer
  • Software Testing
  • Microsoft word
  • Javascript
  • C++
  • C
  • HTML
  • Coding

Sony Interview FAQs

How many rounds are there in Sony Unity Developer interview?
Sony interview process usually has 2 rounds. The most common rounds in the Sony interview process are Resume Shortlist and Technical.
What are the top questions asked in Sony Unity Developer interview?

Some of the top questions asked at the Sony Unity Developer interview -

  1. What is script execution order in Uni...read more
  2. What are the types of Update functio...read more
  3. What is a corout...read more

Tell us how to improve this page.

Sony Unity Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Samsung Interview Questions
3.9
 • 561 Interviews
HARMAN Interview Questions
3.8
 • 258 Interviews
OPPO Interview Questions
4.0
 • 210 Interviews
LG Electronics Interview Questions
4.0
 • 194 Interviews
Vivo Interview Questions
4.1
 • 192 Interviews
Philips Interview Questions
3.9
 • 158 Interviews
Blue Star Interview Questions
4.0
 • 158 Interviews
Daikin Interview Questions
4.2
 • 144 Interviews
HP India Interview Questions
4.1
 • 138 Interviews
Samsung Research Interview Questions
3.2
 • 130 Interviews
View all

Sony Unity Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

3.0

Skill development

5.0

Work-life balance

5.0

Salary

3.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Sales Executive
195 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Area Sales Manager
80 salaries
unlock blur

₹5.9 L/yr - ₹20 L/yr

Senior Software Engineer
68 salaries
unlock blur

₹9 L/yr - ₹24 L/yr

Technical Support Engineer
56 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Software Engineer
53 salaries
unlock blur

₹4.5 L/yr - ₹13.4 L/yr

Explore more salaries
Compare Sony with

Samsung

3.9
Compare

LG Electronics

4.0
Compare

Panasonic Avionics Corporation

3.4
Compare

Toshiba

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview