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
2.9

based on 14 Reviews

Filter interviews by

99Games Interview Questions and Answers

Updated 2 Dec 2024

99Games Interview Experiences

Popular Designations

4 interviews found

associate game tester 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

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. Print a Binary Tree in Vertical OrderGiven a binary tree, return the vertical order traversal of the values of the nodes of the given tree. For each node at position (X, Y), (X-1, Y-1) will be its left child position while (X+1, Y-1) will b... read more
View answer (3)

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 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)

Intern Interview Questions & Answers

user image Anonymous

posted on 17 Mar 2020

I applied via campus placement at NMAM Institute of Technology, Mangalore 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)

99Games interview questions for popular designations

 Backend Developer

 (1)

 Game Developer Trainee

 (1)

 Intern

 (1)

Interview questions from similar companies

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

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Do you have any experience working in data center
  • Ans. 

    Yes, I have 5 years of experience working in data centers.

    • Managed server hardware installations and upgrades

    • Performed routine maintenance tasks such as cabling and rack mounting

    • Troubleshooted network and server issues

    • Implemented disaster recovery plans

    • Monitored and optimized data center performance

  • Answered by AI
  • Q2. What’s component inside of server
  • Ans. 

    Components inside a server include CPU, RAM, hard drives, power supply, motherboard, and network interface cards.

    • CPU (Central Processing Unit) - processes instructions and performs calculations

    • RAM (Random Access Memory) - stores data and instructions that the CPU needs

    • Hard drives - store data and programs long-term

    • Power supply - provides electricity to the server components

    • Motherboard - connects all the components toge...

  • Answered by AI
  • Q3. What’s should you do before turn off server?
  • Ans. 

    Before turning off a server, it is important to properly shut down all running applications and services to prevent data loss or corruption.

    • Save any work in progress and close all applications

    • Ensure all services are stopped gracefully

    • Check for any pending updates or patches

    • Backup important data if necessary

    • Notify users or stakeholders about the planned shutdown

    • Document the shutdown process for future reference

  • Answered by AI
  • Q4. Tell me different type of optical cables
  • Ans. 

    Different types of optical cables include single-mode fiber, multi-mode fiber, and plastic optical fiber.

    • Single-mode fiber: used for long-distance communication, has a small core size and transmits infrared laser light.

    • Multi-mode fiber: used for shorter distances, has a larger core size and transmits infrared LED light.

    • Plastic optical fiber: used for short-distance applications like home networks, made of plastic inste

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Process of troubleshooting network issue
  • Ans. 

    Troubleshooting network issues involves identifying the problem, gathering information, isolating the cause, and implementing a solution.

    • Identify the problem by gathering information from users and monitoring tools

    • Isolate the cause by checking network configurations, hardware, and software

    • Implement a solution by making necessary changes and testing the network

    • Document the troubleshooting process for future reference

  • Answered by AI
  • Q2. What tools do you use to check optical fiber
  • Ans. 

    I use tools like optical power meters, visual fault locators, and OTDRs to check optical fiber.

    • Optical power meters measure the power level of the optical signal.

    • Visual fault locators help identify breaks or bends in the fiber.

    • OTDRs (Optical Time Domain Reflectometers) analyze the quality of the fiber by sending pulses of light and measuring reflections.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepare for interview

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Oct 2024. There were 5 interview rounds.

Round 1 - Coding Test 

The test was conducted on HackerRank. One Javascript question and has to be solved.

Round 2 - Technical 

(1 Question)

  • Q1. Discussion on building a scalable system.
Round 3 - One-on-one 

(1 Question)

  • Q1. Peer panel round - Discussion on how a feature has been built. What tradeoffs you thought of etc
Round 4 - HR 

(1 Question)

  • Q1. Behavioural and culture fit
Round 5 - Behavioral 

(1 Question)

  • Q1. General discussion on what is expected from the role and what are my expectations etc
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
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Some C++ 14/17 questions and OOPs concepts
  • Q2. DSA questions based for basic game logics.
Round 2 - Technical 

(2 Questions)

  • Q1. Advanced OOPs and C++ questions
  • Q2. DSA coding questions based on Stacks and Linked list
Round 3 - HR 

(3 Questions)

  • Q1. Called me to Noida for a F2F HR round. I wasn’t given any Travel allowance. CTC negotiation was brutal. They were not willing to give me even a 5% hike on my previous salary.The HR and the Team said they’d...
  • Q2. A month passed by. Sometimes they’d say the technical team who took your interview wasn’t available so that the CTC discussion could be further done. And somedays they’d just delay by saying we’d get back ...
  • Q3. After a month of wasting my time. The HR finally called and said they rejected me based on the CTC. And are not even willing to negotiate because of my not so well performance in the technical rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had the worst experience ever interviewing in an MNC. Did not expect such unprofessional behaviour from a big company like Merkur Gaming.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basics web development MCQ

Round 2 - Coding Test 

Core knowledge on JS and code snippet

Round 3 - Technical 

(1 Question)

  • Q1. DSA on array and string and deep knowledge in JS
Round 4 - One-on-one 

(1 Question)

  • Q1. It was manager round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Manual testing knowledge.
  • Q2. Gaming knowledge and being a pro gamer is must

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, Resume Shortlist and Technical.
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, JQuery and Javascript.
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

Tell us how to improve this page.

People are getting interviews through

based on 3 99Games interviews
Campus Placement
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Dream11 Interview Questions
3.8
 • 36 Interviews
ChicMic Interview Questions
4.5
 • 11 Interviews
Games2Win Interview Questions
2.3
 • 6 Interviews
Zynga Interview Questions
3.8
 • 5 Interviews
JetSynthesys Interview Questions
2.7
 • 5 Interviews
Octro Interview Questions
3.5
 • 4 Interviews
Reliance Games Interview Questions
2.3
 • 2 Interviews
View all

99Games Reviews and Ratings

based on 14 reviews

2.9/5

Rating in categories

2.5

Skill development

3.2

Work-Life balance

3.0

Salary & Benefits

2.9

Job Security

2.6

Company culture

2.5

Promotions/Appraisal

2.8

Work Satisfaction

Explore 14 Reviews and Ratings
Game Developer
5 salaries
unlock blur

₹6.5 L/yr - ₹12 L/yr

Game Tester
5 salaries
unlock blur

₹5 L/yr - ₹8.5 L/yr

Senior Game Developer
5 salaries
unlock blur

₹9 L/yr - ₹11 L/yr

Data Analyst
4 salaries
unlock blur

₹6 L/yr - ₹9 L/yr

HR Executive
4 salaries
unlock blur

₹4.2 L/yr - ₹5 L/yr

Explore more salaries
Compare 99Games with

Octro

3.5
Compare

Moonfrog Labs

2.7
Compare

Nazara Technologies

3.0
Compare

Games2Win

2.3
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview