Upload Button Icon Add office photos
Engaged Employer

i

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

Biswa Games Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 23 Reviews

Filter interviews by

Biswa Games Game Programmer Interview Questions and Answers

Updated 1 Nov 2023

Biswa Games Game Programmer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Two moderate level questions asked

Round 3 - Technical 

(1 Question)

  • Q1. About unity and programming

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There were questions of basic aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. About my projects
  • Q3. What is Radix sort
  • Ans. 

    Radix sort is a non-comparative sorting algorithm that sorts integers by processing individual digits.

    • Radix sort works by sorting numbers based on each digit's value, starting from the least significant digit to the most significant digit.

    • It can be implemented using counting sort or bucket sort as a subroutine.

    • Radix sort is efficient for sorting integers with a fixed number of digits, like phone numbers or social secur

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

They asked LRU implementation of data structure

Round 2 - Technical 

(2 Questions)

  • Q1. Reflection API in java
  • Ans. 

    Reflection API in Java allows for inspecting and modifying classes, methods, fields at runtime.

    • Reflection API provides a way to examine and modify the behavior of classes, methods, and fields at runtime.

    • It allows access to class information, such as constructors, methods, fields, annotations, etc.

    • Reflection can be used for dynamic loading of classes, invoking methods at runtime, and examining annotations.

    • Example: Using...

  • Answered by AI
  • Q2. Memory management jvm

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
No response

I applied via Walk-in and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding related to java collections

Round 2 - One-on-one 

(2 Questions)

  • Q1. Familiar with Design patterns ?explain few
  • Ans. 

    Design patterns are reusable solutions to common problems in software design.

    • Design patterns help in creating maintainable and scalable code.

    • Examples of design patterns include Singleton, Factory, Observer, and Strategy.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Obse...

  • Answered by AI
  • Q2. What is Mutilthreading,explain with examples
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for improved performance and responsiveness.

    • Multithreading allows multiple tasks to be executed simultaneously on a single CPU.

    • Each thread has its own stack and program counter, but shares the same memory space.

    • Examples include running multiple processes in a web server, handling user input while performing background tasks, and p

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Provided

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain SDLC and Bug life cycle
  • Ans. 

    SDLC is the process of developing software from planning to deployment, while Bug life cycle is the stages a bug goes through from discovery to resolution.

    • SDLC stands for Software Development Life Cycle and includes stages like planning, design, development, testing, deployment, and maintenance.

    • Bug life cycle includes stages like New, Assigned, Open, Fixed, Retest, Verified, and Closed.

    • SDLC focuses on the overall softw...

  • Answered by AI
  • Q2. WHat games have you played and knowledge about games
  • Ans. 

    I have played a wide variety of games across different genres and platforms, including popular titles and indie games.

    • Experienced with popular AAA titles such as Call of Duty, Assassin's Creed, and FIFA

    • Familiar with indie games like Celeste, Hollow Knight, and Stardew Valley

    • Knowledgeable about different genres including RPGs, FPS, and puzzle games

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate gamer with a keen eye for detail and a strong desire to help improve game quality.

    • Passionate gamer since childhood

    • Detail-oriented with strong observation skills

    • Experience in providing constructive feedback on game mechanics

    • Familiar with various gaming platforms and genres

  • Answered by AI
  • Q2. What are you seeking in this opportunity
  • Ans. 

    I am seeking an opportunity to combine my passion for gaming with my skills in testing to help improve game quality.

    • Passion for gaming

    • Skills in testing

    • Desire to improve game quality

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - its and friendly interview no need to be scared

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Assignment 

20 verbal and 1 essay about Last day of the college

Round 2 - Technical 

(2 Questions)

  • Q1. Regression Testing, Adhoc Testing, UAT, SDLC and Perfomance testing
  • Q2. About Games Pub g Explanation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

10 reasoning questions and 3 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Wap for factorial with recurrsion
  • Ans. 

    Factorial calculation using recursion in a programming language

    • Define a function that takes an integer as input

    • Base case: if input is 0, return 1

    • Recursive case: return input multiplied by factorial of input-1

    • Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = ... = 5 * 4 * 3 * 2 * 1 = 120

  • Answered by AI
  • Q2. Opps and basic core Java questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic Aptitude and Computer Questions

Round 2 - Coding Test 

Sudoku puzzle in Python

Round 3 - Technical 

(2 Questions)

  • Q1. HR questions and Technical Basic questions on python
  • Q2. Django Meta Class, Python list vs tuple , set vs frozen set
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Rabitmq messenger
  • Q2. Data migration in your work
  • Ans. 

    I have experience with data migration in my work, including transferring data between different systems and databases.

    • I have successfully migrated data from an on-premise database to a cloud-based database.

    • I have used ETL tools like Talend and Informatica to automate the data migration process.

    • I have experience mapping data fields and ensuring data integrity during the migration process.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

They ask you about basic oop questions

Round 2 - Coding Test 

It was a panel interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Good luck

Biswa Games Interview FAQs

How many rounds are there in Biswa Games Game Programmer interview?
Biswa Games interview process usually has 3 rounds. The most common rounds in the Biswa Games interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for Biswa Games Game Programmer 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 Biswa Games . The most common topics and skills that interviewers at Biswa Games expect are iphone game programming, C++, 3D, C and C#.

Tell us how to improve this page.

Biswa Games Game Programmer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Electronic Arts Interview Questions
4.1
 • 22 Interviews
IDZ Digital Interview Questions
3.8
 • 22 Interviews
ChicMic Interview Questions
4.5
 • 11 Interviews
Kwalee India Interview Questions
2.9
 • 7 Interviews
Games2Win Interview Questions
2.2
 • 6 Interviews
FRND Interview Questions
2.1
 • 6 Interviews
Zynga Interview Questions
3.8
 • 5 Interviews
View all
Biswa Games Game Programmer Salary
based on 8 salaries
₹2.2 L/yr - ₹4 L/yr
46% less than the average Game Programmer Salary in India
View more details

Biswa Games Game Programmer Reviews and Ratings

based on 2 reviews

1.8/5

Rating in categories

1.8

Skill development

1.8

Work-life balance

1.6

Salary

1.6

Job security

1.8

Company culture

1.8

Promotions

1.8

Work satisfaction

Explore 2 Reviews and Ratings
Game Programmer
8 salaries
unlock blur

₹2.2 L/yr - ₹4 L/yr

BID Manager
4 salaries
unlock blur

₹2 L/yr - ₹2.4 L/yr

Game Developer
4 salaries
unlock blur

₹1.9 L/yr - ₹3.5 L/yr

Node JS Developer
4 salaries
unlock blur

₹2.7 L/yr - ₹2.7 L/yr

Explore more salaries
Compare Biswa Games with

Octro

3.4
Compare

Moonfrog Labs

2.7
Compare

Nazara Technologies

3.0
Compare

Games2Win

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