Ingenuity Gaming interview experience Real time questions & tips from candidates to crack your interview

Game Developer

Ingenuity Gaming
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Journey
I again chose Computer as my elective in 11th and 12th here, I learnt C and C++. Because I'd learnt Java these languages were a piece of cake. While learning these languages I realized I liked coding but, it's not something I could do all day, everyday. I needed some hardware, nuts and bolts, IC's, etc. I need to see mechanical parts move when I code.
Application story
3 rounds 2 tech and hr 1st tech is very easy 2 codes and some javascript concepts 2nd tech is tricky 4 codes and 2 output coding questions and some js concepts
Why selected/rejected for the role?
The interviews were easy for me and I was able to answer the questions without it that's why I was selected .
Preparation
Duration: 4 Months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming
Tip
Tip

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application process
Where: Campus
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Interview rounds

01
Round
Easy
Video Call
Duration60 Minutes
Interview date1 Sep 2021
Coding problem2

1. Find Duplicates In Array

Easy
15m average time
90% success
0/40
Asked in companies
LinkedInBNY MellonFreshworks

You are given an array/list 'ARR' consisting of N integers, which contains elements only in the range 0 to N - 1. Some of the elements may be repeated in 'ARR'. Your task is to find all such duplicate elements.

Note:
1. All the elements are in the range 0 to N - 1.
2. The elements may not be in sorted order.
3. You can return the duplicate elements in any order.
4. If there are no duplicates present then return an empty array.
Try solving now

2. Common Elements

Moderate
35m average time
70% success
0/80
Asked in companies
SAP LabsWalmartFlipkart limited

Given two 1-dimensional arrays containing strings of lowercase alphabets, print the elements that are common in both the arrays i.e. the strings that are present in both the arrays.

Note:
An element of one array can be mapped only to one element of the array. For example :

Array 1 = {“ab”, “dc”, “ab”, “ab”}
Array 2 = {“dc”, “ab”, “ab”} 

The common elements for the above example will be “dc”, “ab”, and “ab”. 
Try solving now
02
Round
Easy
Video Call
Duration60 Minutes
Interview date3 Sep 2021
Coding problem1

1. Technical Questions

Stack implementation
Inheritance coding questions
Static keyword
Map and filter questions

03
Round
Easy
HR Round
Duration30 Minutes
Interview date6 Sep 2021
Coding problem1

1. Basic HR Questions

What was the toughest decision you ever had to make?
If you won a Rs.10-crore lottery, would you still work?
Give me an example of your creativity.
What makes you happy?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
Game Developer
1 rounds | 1 problems
Interviewed by Ingenuity Gaming
670 views
0 comments
0 upvotes
Game Developer
2 rounds | 2 problems
Interviewed by Ingenuity Gaming
825 views
0 comments
0 upvotes
Software Testing Engineer
2 rounds | 2 problems
Interviewed by Ingenuity Gaming
821 views
0 comments
0 upvotes
Game Developer
3 rounds | 3 problems
Interviewed by Ingenuity Gaming
664 views
0 comments
0 upvotes