Upload Button Icon Add office photos

Filter interviews by

Ingenuity Gaming Interview Questions, Process, and Tips

Updated 11 Dec 2024

Top Ingenuity Gaming Interview Questions and Answers

View all 9 questions

Ingenuity Gaming Interview Experiences

Popular Designations

15 interviews found

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

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a program to manipulate the list in a particular given order
  • Ans. 

    Program to manipulate a list in a given order

    • Use a custom sorting function to manipulate the list in the desired order

    • Implement different sorting algorithms like bubble sort, merge sort, etc.

    • Consider using built-in functions like sort() in programming languages

  • Answered by AI
  • Q2. Write a program to print the first n fibonacci series numbers
  • Ans. 

    Program to print the first n Fibonacci series numbers

    • Use a loop to iterate through the numbers up to n

    • Initialize the first two numbers in the series as 0 and 1

    • Calculate the next number in the series by adding the previous two numbers

    • Print each number in the series as it is calculated

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please choose this if no other option left to join

Game Developer Interview Questions asked at other Companies

Q1. What will you do when you get bad reviews about a game?
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Smoke Testing vs Sanity Testing
  • Ans. 

    Smoke testing is a basic test to check if the software is stable for further testing, while sanity testing is a narrow and deep test to check specific functionalities.

    • Smoke testing is a shallow and wide test to ensure basic functionality works after changes or updates.

    • Sanity testing is a focused and deep test to check specific functionalities after changes.

    • Smoke testing is usually done before sanity testing to ensure t...

  • Answered by AI
  • Q2. Regression vs Re Testing
  • Ans. 

    Regression testing ensures that new code changes do not adversely affect existing functionality, while retesting focuses on verifying that specific defects have been fixed.

    • Regression testing is performed to ensure that new code changes do not introduce new defects or negatively impact existing functionality.

    • Retesting is done to verify that specific defects identified in previous testing cycles have been successfully fi...

  • Answered by AI
  • Q3. Explain Bug Life Cycle
  • Ans. 

    Bug life cycle is the process of a bug from identification to resolution.

    • Bug is identified by tester

    • Bug is reported in bug tracking system

    • Bug is assigned to developer

    • Developer fixes the bug

    • Bug is retested by tester

    • Bug is closed if fixed or reopened if not

  • Answered by AI

Skills evaluated in this interview

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Techinal Interview, 1hour each, JavaScript, DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Diagonal Matrix
  • Q2. Random Number Generator
Round 3 - Technical 

(2 Questions)

  • Q1. Polyfill JavaScript
  • Q2. Promise JavaScript

Senior Game Developer Interview Questions asked at other Companies

Q1. How memory being handled by unity and why we use subscrition and unssubscribe for event delegate base methods
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Asked to write code on collection

Round 2 - Technical 

(3 Questions)

  • Q1. Technical questions based on core Java and spring
  • Q2. Collections set hashmap hashtable
  • Q3. Exception handling concepts

Senior Game Developer Interview Questions asked at other Companies

Q1. How memory being handled by unity and why we use subscrition and unssubscribe for event delegate base methods
View answer (1)

Ingenuity Gaming interview questions for popular designations

 Game Developer

 (6)

 Senior Game Developer

 (2)

 Test Engineer

 (2)

 Game Tester

 (1)

 Quality Engineer

 (1)

 Senior Test Engineer

 (1)

 Senior Test Lead

 (1)

 Software Testing Engineer

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. 1. Write a program for Fibonacci series using recursion. 2. Write a function which is taking two arguments i.e template string and json data and you have to return the string using template laterals in jav...
  • Ans. 

    Answering two programming questions related to Fibonacci series and template literals in JavaScript.

    • For Fibonacci series using recursion, create a function that calls itself with the previous two numbers in the series.

    • For template literals, use backticks (`) to create a string with placeholders for variables, then use ${} syntax to insert the variables.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare well for the DSA and come with some gaming knowledge like how gaming industry runs and working in the world

Skills evaluated in this interview

Game Developer Interview Questions asked at other Companies

Q1. What will you do when you get bad reviews about a game?
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic Manual Testin
  • Q2. Be prepare of basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company

Senior Test Lead Interview Questions asked at other Companies

Q1. What the main difference between a Bind and an Equity instrument?
View answer (1)

Jobs at Ingenuity Gaming

View all

Game Developer Interview Questions & Answers

user image Shilpi Sinha

posted on 26 Jul 2023

Interview experience
4
Good
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 

Easy coding test ,checked basics

Round 3 - Coding Test 

Moderate coding test , basics and advanced

Round 4 - HR 

(2 Questions)

  • Q1. Hr discussion on joining and salary
  • Q2. Discussion for salary

Game Developer Interview Questions asked at other Companies

Q1. What will you do when you get bad reviews about a game?
View answer (2)

Game Tester Interview Questions & Answers

user image Anonymous

posted on 25 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is SDLC,STLC & Bug life cycle?
  • Ans. 

    SDLC stands for Software Development Life Cycle, STLC stands for Software Testing Life Cycle, and Bug life cycle is the process of a bug from identification to resolution.

    • SDLC is the process of planning, creating, testing, and deploying software.

    • STLC involves activities like test planning, test design, test execution, and test closure.

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

  • Answered by AI

Skills evaluated in this interview

Game Tester Interview Questions asked at other Companies

Q1. What if the developer fixed the bugs you mentioned to them then after what is your responsibility ? what are you gonna do?
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About cucumber framework
Round 2 - HR 

(1 Question)

  • Q1. About WebDriver io

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Assignment 

Writing test cases for login module

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

Ingenuity Gaming Interview FAQs

How many rounds are there in Ingenuity Gaming interview?
Ingenuity Gaming interview process usually has 1-2 rounds. The most common rounds in the Ingenuity Gaming interview process are Technical, Coding Test and HR.
How to prepare for Ingenuity Gaming 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 Ingenuity Gaming. The most common topics and skills that interviewers at Ingenuity Gaming expect are Gaming, CRM, Python, Data Structures and Java.
What are the top questions asked in Ingenuity Gaming interview?

Some of the top questions asked at the Ingenuity Gaming interview -

  1. How can we achieve inheritance in ...read more
  2. 1. Write a program for Fibonacci series using recursion. 2. Write a function wh...read more
  3. Write a program to manipulate the list in a particular given or...read more
How long is the Ingenuity Gaming interview process?

The duration of Ingenuity Gaming interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Ingenuity Gaming Interview Process

based on 12 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Dream11 Interview Questions
3.8
 • 36 Interviews
Games2Win Interview Questions
2.2
 • 6 Interviews
Zynga Interview Questions
3.8
 • 5 Interviews
JetSynthesys Interview Questions
2.7
 • 5 Interviews
Octro Interview Questions
3.4
 • 4 Interviews
Gamezop Interview Questions
3.7
 • 3 Interviews
Reliance Games Interview Questions
2.3
 • 2 Interviews
View all

Ingenuity Gaming Reviews and Ratings

based on 84 reviews

3.0/5

Rating in categories

2.7

Skill development

3.3

Work-life balance

2.7

Salary

2.9

Job security

3.0

Company culture

2.5

Promotions

2.7

Work satisfaction

Explore 84 Reviews and Ratings
Game Animator (Unity)

Noida,

Jaipur

5-10 Yrs

Not Disclosed

Senior Game Mathematician

Noida

5-10 Yrs

Not Disclosed

Senior Developer- Unity Games Development

Noida

5-10 Yrs

Not Disclosed

Explore more jobs
Game Developer
117 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Test Engineer
44 salaries
unlock blur

₹3.6 L/yr - ₹7.2 L/yr

Game Tester
38 salaries
unlock blur

₹3 L/yr - ₹8.8 L/yr

Senior Game Developer
34 salaries
unlock blur

₹7.1 L/yr - ₹23 L/yr

Software Developer
31 salaries
unlock blur

₹3.6 L/yr - ₹8.8 L/yr

Explore more salaries
Compare Ingenuity Gaming with

Dream11

3.8
Compare

Nazara Technologies

3.0
Compare

Octro

3.4
Compare

Games2Win

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