Upload Button Icon Add office photos

Filter interviews by

Vasundhara Infotech Unity Game Developer Interview Questions and Answers

Updated 15 Jul 2024

Vasundhara Infotech Unity Game Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Pattern question with object oriented programming and data structures

Round 2 - Technical 

(2 Questions)

  • Q1. Opps property based questions
  • Q2. Work experience based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good environment to learn and grow your skills

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed before Sep 2022. 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 - One-on-one 

(5 Questions)

  • Q1. What is an Interface
  • Ans. 

    An interface in programming is a set of methods that a class must implement. It defines the behavior of a class without specifying how it is implemented.

    • Interfaces allow for multiple inheritance in programming languages that do not support it.

    • Classes can implement multiple interfaces, allowing them to have different behaviors.

    • Interfaces are used to define contracts that classes must follow, ensuring consistency and fle

  • Answered by AI
  • Q2. What is time.deltatime
  • Ans. 

    Time.deltaTime is a variable in Unity that represents the time in seconds it took to complete the last frame.

    • Time.deltaTime is used to make movement and animations frame rate independent.

    • It is often used in calculations involving movement, physics, and animations.

    • For example, multiplying a speed value by Time.deltaTime ensures consistent movement speed regardless of frame rate.

  • Answered by AI
  • Q3. How to make an update function from a coroutine
  • Ans. 

    To make an update function from a coroutine, you can use a while loop with a yield statement to control the timing of updates.

    • Use a while loop in the coroutine to continuously run the update function.

    • Use a yield statement to control the timing of updates, such as WaitForSeconds for a delay.

    • Example: IEnumerator UpdateCoroutine() { while(true) { yield return new WaitForSeconds(1.0f); UpdateFunction(); }}

  • Answered by AI
  • Q4. What are delegates
  • Q5. What is the use of Fixed Update
  • Ans. 

    Fixed Update is a method in Unity used for physics calculations and updates at a fixed time interval.

    • Used for physics calculations and updates in Unity game development

    • Executed at a fixed time interval, not tied to frame rate

    • Ideal for physics-related operations like rigidbody movement

    • Helps maintain consistent physics behavior across different devices

  • Answered by AI
Round 3 - Coding Test 

Make a flappy bird game

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the fundamentals of Unity well, and implement good design patters wherever you can

Skills evaluated in this interview

Vasundhara Infotech Interview FAQs

How many rounds are there in Vasundhara Infotech Unity Game Developer interview?
Vasundhara Infotech interview process usually has 2 rounds. The most common rounds in the Vasundhara Infotech interview process are Coding Test and Technical.
How to prepare for Vasundhara Infotech Unity Game Developer 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 Vasundhara Infotech. The most common topics and skills that interviewers at Vasundhara Infotech expect are 3D, Animation, Gaming, Management and Scripting.

Tell us how to improve this page.

Vasundhara Infotech Unity Game Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Android Developer
5 salaries
unlock blur

₹1.6 L/yr - ₹4.5 L/yr

Software Tester
4 salaries
unlock blur

₹1 L/yr - ₹5.2 L/yr

Assistant Project Manager
4 salaries
unlock blur

₹5.4 L/yr - ₹6.1 L/yr

IOS Developer
4 salaries
unlock blur

₹0.6 L/yr - ₹2.8 L/yr

Senior IOS Developer
4 salaries
unlock blur

₹3 L/yr - ₹5.6 L/yr

Explore more salaries
Compare Vasundhara Infotech with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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