Upload Button Icon Add office photos

Filter interviews by

Cipherhex Technology Unity Game Developer Interview Questions and Answers

Updated 15 Jul 2024

Cipherhex Technology Unity Game Developer Interview Experiences

1 interview found

Unity Game Developer Interview Questions & Answers

user image ABHISHEK PANDEY

posted on 15 Jul 2024

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

I applied via LinkedIn and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Coding Test 

Endless Runner game has been given at interview time

Interview Preparation Tips

Interview preparation tips for other job seekers - A very good environment to improve your skills and flexible timing

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

Cipherhex Technology Interview FAQs

How many rounds are there in Cipherhex Technology Unity Game Developer interview?
Cipherhex Technology interview process usually has 1 rounds. The most common rounds in the Cipherhex Technology interview process are Coding Test.

Tell us how to improve this page.

Cipherhex Technology Unity Game Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

Cipherhex Technology Unity Game Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

3.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Unity Game Developer
3 salaries
unlock blur

₹3 L/yr - ₹6.9 L/yr

Explore more salaries
Compare Cipherhex Technology with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

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