Upload Button Icon Add office photos
Engaged Employer

i

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

99Games Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

99Games Interview Questions and Answers

Updated 2 Dec 2024

99Games Interview Experiences

Popular Designations

4 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 17 Mar 2020

I applied via Campus Placement and was interviewed before Mar 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to Object oriented programming and data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn with all your efforts. Be confident in what you say. Learn to apply what you have studied, that's what most of the interviewers expect.

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Interview Questions & Answers

user image Anonymous

posted on 2 Dec 2024

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

I was interviewed in Jun 2024.

Round 1 - Assignment 

Testcases on spinwheel

99Games Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

General and Technical Aptitude

Round 2 - Coding Test 

Written round. Programming questions on C,C++ or Java.

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
View answer (1)

I applied via Campus Placement and was interviewed in Oct 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 Resume tips
Round 2 - Aptitude Test 

Simple apti question and coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. Dsa questions and c++
  • Q2. Linked list reverse order
  • Ans. 

    Reversing a linked list means changing the order of its elements from last to first.

    • Traverse the linked list and change the pointers to reverse the order

    • Use three pointers to keep track of current, previous and next nodes

    • Recursively reverse the linked list

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do well nothing complicated keep it simple. Learn each every concept vlearly

Game Developer Trainee Interview Questions asked at other Companies

Q1. What is the reason for the mother and
View answer (3)

99Games interview questions for popular designations

 Backend Developer

 (1)

 Game Developer Trainee

 (1)

 Intern

 (1)

Jobs at 99Games

View all

Interview questions from similar companies

Data Analyst Interview Questions & Answers

Octro user image Parth Jasathy

posted on 14 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Different question were asked on sql python java

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

I was interviewed before Feb 2024.

Round 1 - Coding Test 

There were two coding questions; one was related to linked lists, and the other was linked to binary trees.

Round 2 - Technical 

(4 Questions)

  • Q1. Can you elaborate on the project discussion you mentioned in your resume?
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used React for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database management

    • Integrated authentication and authorization features for secure access

    • Implemented data visualization using Chart.js

  • Answered by AI
  • Q2. Can you provide the code to reverse a linked list?
  • Ans. 

    Reversing a linked list involves changing the direction of pointers to go from the end to the beginning.

    • Start by initializing three pointers: current, previous, and next.

    • Iterate through the linked list, updating the pointers to reverse the direction of the links.

    • Update the head of the linked list to point to the new first node, which was the original last node.

  • Answered by AI
  • Q3. Some questions were asked regarding the four pillars of Object-Oriented Programming (OOP)?
  • Q4. Questions related to pointers, dangling pointers.
Round 3 - Technical 

(4 Questions)

  • Q1. Program for finding the perfect squares between two numbers.
  • Ans. 

    Program to find perfect squares between two numbers

    • Iterate through numbers between the given range

    • Check if the square root of the number is an integer

    • If yes, then it is a perfect square

  • Answered by AI
  • Q2. What are smart pointers in C++?
  • Ans. 

    Smart pointers in C++ are objects that act like pointers but provide automatic memory management.

    • Smart pointers help prevent memory leaks by automatically managing memory allocation and deallocation.

    • Examples include unique_ptr, shared_ptr, and weak_ptr.

    • unique_ptr is used for exclusive ownership, shared_ptr for shared ownership, and weak_ptr to prevent circular references.

  • Answered by AI
  • Q3. What is mutual exclusion in the context of concurrent programming?
  • Ans. 

    Mutual exclusion is a concept in concurrent programming where only one thread can access a shared resource at a time.

    • Ensures that only one thread can access a critical section of code at a time

    • Prevents race conditions and data corruption

    • Commonly implemented using locks, semaphores, or mutexes

    • Example: Using a mutex to protect a shared variable in a multi-threaded application

  • Answered by AI
  • Q4. What is the process for implementing multithreading?
  • Ans. 

    Implementing multithreading involves creating and managing multiple threads to execute tasks concurrently.

    • Identify the tasks that can be executed concurrently

    • Create and manage multiple threads to execute these tasks simultaneously

    • Use synchronization techniques like locks and semaphores to prevent race conditions

    • Handle communication and coordination between threads

    • Consider thread safety and resource sharing issues

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Basic aptitude test, if you know basic maths you can easily crack it.

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Aptitude Test 

3 coding questions and 10 logical reasoning questions

Round 3 - Coding Test 

Play a game on tablet which consists of coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong coding and logical reasoning required to pass the test
Interview experience
3
Average
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 Resume tips
Round 2 - Coding Test 

Basic coding test like palindrome, series,arrays

Round 3 - One-on-one 

(1 Question)

  • Q1. Logical questions,puzzle, behavioural round, introduction
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2023. There were 6 interview rounds.

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 Resume tips
Round 2 - Aptitude Test 

Prepare aptitude well as some questions are tricky which consume our time. There are 20 questions in total. And most of them are mathematical numeric problems.

Round 3 - Coding Test 

This round is included in aptitude round in which you have to write down 3 coding problems which are easy one if you are moderate programmer

Round 4 - Technical 

(1 Question)

  • Q1. Java opps concepts, writing programs, logical reasoning questions, famous logical problems like water jug problem. Etc
Round 5 - HR 

(1 Question)

  • Q1. Your pros and cons, background information, etc
Round 6 - Behavioral 

(1 Question)

  • Q1. In this round director asks for logical questions, it's a chill round but there are some brainstorming questions which checks you thinking capacity. I will not disclose the questions but hint is "Thinking...
Contribute & help others!
anonymous
You can choose to be anonymous

99Games Interview FAQs

How many rounds are there in 99Games interview?
99Games interview process usually has 2 rounds. The most common rounds in the 99Games interview process are Aptitude Test, Technical and Coding Test.
How to prepare for 99Games 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 99Games. The most common topics and skills that interviewers at 99Games expect are Analytics, Database Design, Excel, Gaming and JQuery.
What are the top questions asked in 99Games interview?

Some of the top questions asked at the 99Games interview -

  1. Questions related to Object oriented programming and data structu...read more
  2. Linked list reverse or...read more
  3. Dsa questions and ...read more

Recently Viewed

INTERVIEWS

Magna International

No Interviews

INTERVIEWS

RGBSI

No Interviews

SALARIES

HashedIn by Deloitte

INTERVIEWS

Trianz

No Interviews

INTERVIEWS

Tencent

No Interviews

INTERVIEWS

HashedIn by Deloitte

No Interviews

INTERVIEWS

Trianz

No Interviews

SALARIES

HashedIn by Deloitte

JOBS

HashedIn by Deloitte

No Jobs

INTERVIEWS

Magna International

No Interviews

Tell us how to improve this page.

99Games Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Dream11 Interview Questions
3.8
 • 36 Interviews
IDZ Digital Interview Questions
3.8
 • 22 Interviews
Games2Win Interview Questions
2.2
 • 6 Interviews
Octro Interview Questions
3.3
 • 5 Interviews
Zynga Interview Questions
3.5
 • 5 Interviews
JetSynthesys Interview Questions
2.6
 • 5 Interviews
Reliance Games Interview Questions
2.4
 • 2 Interviews
View all

99Games Reviews and Ratings

based on 14 reviews

3.1/5

Rating in categories

2.6

Skill development

3.4

Work-life balance

3.1

Salary

2.9

Job security

2.9

Company culture

2.7

Promotions

2.8

Work satisfaction

Explore 14 Reviews and Ratings
Game Tester
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Game Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Game Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare 99Games with

Octro

3.3
Compare

Moonfrog Labs

2.5
Compare

Nazara Technologies

3.0
Compare

Games2Win

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