Upload Button Icon Add office photos
Engaged Employer

i

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

BYJU'S Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

BYJU'S Game Programmer Interview Questions, Process, and Tips

Updated 26 Sep 2023

BYJU'S Game Programmer Interview Experiences

1 interview found

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

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 Jul 2023. There were 2 interview rounds.

Round 1 - Assignment 

Basic project to fetch github user details and show it.

Round 2 - Technical 

(3 Questions)

  • Q1. What are promises?
  • Ans. 

    Promises are commitments made by one party to another, ensuring that a certain action or outcome will be delivered.

    • Promises involve a commitment to fulfill a specific task or obligation

    • They are often made between individuals, organizations, or parties in a contract

    • Breaking a promise can lead to trust issues and negative consequences

    • Examples include promising to meet a deadline, keep a secret, or repay a debt

  • Answered by AI
  • Q2. What is the use of cors.
  • Ans. 

    CORS (Cross-Origin Resource Sharing) is a mechanism that allows resources on a web page to be requested from another domain outside the domain from which the resource originated.

    • CORS is used to enable secure cross-origin requests in web browsers.

    • It allows servers to specify who can access their resources.

    • CORS is implemented using HTTP headers like Access-Control-Allow-Origin.

    • It helps prevent cross-site request forgery ...

  • Answered by AI
  • Q3. Output questions based on hoisting, closures and promises

Interview Preparation Tips

Interview preparation tips for other job seekers - Make ur basics strong output questions are trickey

Skills evaluated in this interview

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

(2 Questions)

  • Q1. How to manage and configure postfix mail server.
  • Ans. 

    Postfix mail server can be managed and configured using configuration files and command line tools.

    • Edit the main configuration file /etc/postfix/main.cf to make changes to the server settings

    • Use postconf command to view or change configuration parameters

    • Restart the postfix service after making changes for them to take effect

    • Utilize tools like postmap to manage lookup tables for postfix

    • Monitor mail server logs for troub

  • Answered by AI
  • Q2. OS go to maintenance mode, how to fix it.
  • Ans. 

    To fix an OS in maintenance mode, reboot the system, check for any recent changes or updates, run diagnostics, and restore from a backup if necessary.

    • Reboot the system to see if it resolves the issue

    • Check for any recent changes or updates that may have caused the OS to go into maintenance mode

    • Run diagnostics to identify any hardware or software issues

    • Restore the OS from a backup if needed

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Tell Me About MS Office?
Round 3 - HR 

(1 Question)

  • Q1. Why You Choose Physicwallah in Academic Field?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About Self introduction
  • Q2. About Job experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Basic details about me and my previous job profile.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your role and responsibilities.

I applied via Company Website and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test is to test the Individual skill

Round 2 - Technical 

(1 Question)

  • Q1. How many programing language you know
  • Ans. 

    I know multiple programming languages

    • I am proficient in Java and Python

    • I have basic knowledge of C++ and JavaScript

    • I am currently learning Ruby and Swift

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Extramarks Education System Engineer interview:
  • Self intro
Interview preparation tips for other job seekers - Apply even if you are not qualified
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What do you understand by the role?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. How will you manage in another city away from home?
Round 2 - Technical 

(1 Question)

  • Q1. What do you expect from upGrad as a employee?
Round 3 - One-on-one 

(1 Question)

  • Q1. What is the required interpersonal skills for customer support?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me something about yourself?
  • Q2. Why do you wish to join this organization?
Round 2 - HR 

(2 Questions)

  • Q1. What do you know about upgrad ?
  • Q2. Describe your strength or strong points.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Know the company's products, history, mission ,values and achievement's.
2. understand the job requirement.
3. connect with employees and get information about the working environment.

BYJU'S Interview FAQs

How many rounds are there in BYJU'S Game Programmer interview?
BYJU'S interview process usually has 3 rounds. The most common rounds in the BYJU'S interview process are Resume Shortlist, One-on-one Round and Coding Test.
What are the top questions asked in BYJU'S Game Programmer interview?

Some of the top questions asked at the BYJU'S Game Programmer interview -

  1. How to make an update function from a corout...read more
  2. What is the use of Fixed Upd...read more
  3. What is time.deltat...read more

Tell us how to improve this page.

BYJU'S Game Programmer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Planet Spark Interview Questions
3.7
 • 366 Interviews
Whitehat jr Interview Questions
3.4
 • 262 Interviews
Unacademy Interview Questions
3.0
 • 207 Interviews
Physicswallah Interview Questions
3.8
 • 207 Interviews
upGrad Interview Questions
3.6
 • 201 Interviews
Vedantu Interview Questions
3.3
 • 185 Interviews
NxtWave Interview Questions
3.8
 • 183 Interviews
Simplilearn Interview Questions
3.2
 • 104 Interviews
View all
Business Development Associate
11.4k salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Business Development Manager
3.9k salaries
unlock blur

₹6 L/yr - ₹16.7 L/yr

Business Development Executive
3.2k salaries
unlock blur

₹0.9 L/yr - ₹8 L/yr

Senior Business Development Associate
2.9k salaries
unlock blur

₹4.2 L/yr - ₹13.5 L/yr

BDA
2.3k salaries
unlock blur

₹1 L/yr - ₹10 L/yr

Explore more salaries
Compare BYJU'S with

Unacademy

3.0
Compare

Vedantu

3.3
Compare

Toppr

3.4
Compare

Whitehat jr

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