Upload Button Icon Add office photos
Engaged Employer

i

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

Games24x7 Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 125 Reviews

Filter interviews by

Games24x7 Game Developer Interview Questions and Answers

Updated 13 Feb 2024

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. All related to domain javascript/react,
  • Q2. Fallback in lazy loading,optimization techniques/for API call
  • Ans. 

    Fallback in lazy loading is important for optimizing API calls to ensure a smooth user experience.

    • Implementing a loading spinner or placeholder while content is being loaded asynchronously

    • Using a default value or cached data if the API call fails

    • Implementing error handling to gracefully handle any issues with the API call

  • Answered by AI
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
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn

Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to work at EA
  • Q2. Describe a time you have a conflict
Round 2 - Technical 

(2 Questions)

  • Q1. What happens when you use a copy constructor in C++
  • Ans. 

    Using a copy constructor in C++ creates a new object by copying the values of another object.

    • Copy constructor is a special member function that creates a new object as a copy of an existing object.

    • It is invoked when a new object is created from an existing object.

    • Example: MyClass obj1; MyClass obj2 = obj1; // Copy constructor is called to create obj2 as a copy of obj1.

  • Answered by AI
  • Q2. When to use pointer/reference
  • Ans. 

    Pointers/references are used to pass memory addresses instead of values, for efficiency and to modify data directly.

    • Use pointers when you need to modify the original data passed to a function

    • Use references when you want to avoid copying large data structures

    • Pointers are commonly used in dynamic memory allocation

    • References are used in function parameters to avoid unnecessary copying

    • Example: int x = 10; int *ptr = &x; *p

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Python async db questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic output-based MCQs on Javascript and Typescript
Round 2 - Coding Test 

In depth OOPs concept, javascript and typescript based questions

Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - I gave 2 interviews. The first person who interviewed me asked questions as they were hiring for Google. The second time it was related to my projects and skills required for the role.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Online call where we have to answer

Round 2 - Technical 

(1 Question)

  • Q1. Gaming consoles which I have played
  • Ans. 

    I have played on various gaming consoles including PlayStation, Xbox, Nintendo, and PC.

    • PlayStation

    • Xbox

    • Nintendo

    • PC

  • Answered by AI

I applied via Referral and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What are the attributes in html
  • Ans. 

    HTML attributes are used to provide additional information about HTML elements.

    • Attributes are added to HTML tags using the syntax 'attribute=value'

    • Attributes can be used to specify the appearance, behavior, or functionality of an element

    • Common attributes include 'class', 'id', 'src', 'href', 'alt', 'title', 'style', and 'target'

  • Answered by AI
  • Q2. What are the marquee tag used
  • Ans. 

    The marquee tag is used to create scrolling text or images on a web page.

    • The marquee tag is not recommended for use in modern web development.

    • It can be used to create a scrolling banner or ticker on a webpage.

    • The tag has attributes such as direction, behavior, and scrollamount.

    • Example: Scrolling text here

  • Answered by AI
  • Q3. What are the comments of html
  • Ans. 

    HTML comments are used to add notes or explanations to the code that are not displayed in the browser.

    • Comments start with

    • Comments can be used to temporarily remove code from the page

    • Comments can also be used to add notes for other developers working on the code

    • Comments do not affect the display of the page

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a stress test.

Skills evaluated in this interview

I was interviewed before Sep 2020.

Interview Questionnaire 

2 Questions

  • Q1. 1. Oops concepts 2. Memory leakage 3. Typescript questions 4. Eslint , jslint 5. General technology based questions 6. Previous project details.
  • Q2. 7. Canvas 8. Graphics

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be confident
2. Don't hesitate
3. Ask if something not clear
4. They give you complete space and time to response.
5. Do not hurry
6. They help too , if get stuck.

Games24x7 Interview FAQs

How many rounds are there in Games24x7 Game Developer interview?
Games24x7 interview process usually has 2 rounds. The most common rounds in the Games24x7 interview process are Assignment and One-on-one Round.
How to prepare for Games24x7 Game Developer 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 Games24x7 . The most common topics and skills that interviewers at Games24x7 expect are Agile, Analytics, Data Science, Data Structures and Gaming.
What are the top questions asked in Games24x7 Game Developer interview?

Some of the top questions asked at the Games24x7 Game Developer interview -

  1. design patte...read more
  2. asked OOPs conce...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Pole To Win Interview Questions
3.5
 • 52 Interviews
Dream11 Interview Questions
3.8
 • 36 Interviews
Light & Wonder Interview Questions
3.8
 • 29 Interviews
PurpleTalk Interview Questions
3.9
 • 25 Interviews
Electronic Arts Interview Questions
4.2
 • 22 Interviews
View all
Games24x7 Game Developer Salary
based on 4 salaries
₹3.9 L/yr - ₹14.1 L/yr
27% more than the average Game Developer Salary in India
View more details

Games24x7 Game Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Marketing Manager
40 salaries
unlock blur

₹20 L/yr - ₹40 L/yr

Deputy Manager Marketing
27 salaries
unlock blur

₹16 L/yr - ₹29.1 L/yr

Data Analyst
23 salaries
unlock blur

₹10 L/yr - ₹17 L/yr

Analytics Manager
23 salaries
unlock blur

₹24 L/yr - ₹46 L/yr

Associate Manager Marketing
23 salaries
unlock blur

₹13.4 L/yr - ₹20.5 L/yr

Explore more salaries
Compare Games24x7 with

Dream11

3.8
Compare

Nazara Technologies

3.0
Compare

Octro

3.5
Compare

Moonfrog Labs

2.7
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