Upload Button Icon Add office photos
Engaged Employer

i

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

Gameskraft Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Gameskraft Interview Questions and Answers

Updated 17 Apr 2025
Popular Designations

13 Interview questions

A Senior Product Manager was asked 2mo ago
Q. How would you approach the relaunch of Zepto Pass, and what tracking methods would you implement to measure its success?
Ans. 

Relaunching Zepto Pass involves strategic planning, user feedback, and robust tracking for success measurement.

  • Conduct user research to gather feedback on the previous version of Zepto Pass.

  • Define clear objectives for the relaunch, such as increasing user engagement by 30%.

  • Implement A/B testing for different features to determine user preferences.

  • Utilize analytics tools like Google Analytics to track user behavior...

View all Senior Product Manager interview questions
A Senior Product Manager was asked 2mo ago
Q. What is your approach to identifying and resolving the root cause analysis (RCA) of a dip in Daily Active Users (DAU) at Gameskraft?
Ans. 

My approach to RCA for DAU dips involves data analysis, user feedback, and iterative testing to identify and resolve issues.

  • Analyze user engagement metrics to identify trends and patterns leading to the dip.

  • Conduct surveys or interviews with users to gather qualitative feedback on their experience.

  • Review recent product updates or changes that may have impacted user experience, such as bugs or feature removals.

  • Segm...

View all Senior Product Manager interview questions
A Full Stack Developer was asked 9mo ago
Q. Given a binary tree, find the number of unique paths from the top-left to the bottom-right.
Ans. 

Count the number of unique paths from top left to bottom right in a binary tree.

  • Use dynamic programming to keep track of the number of paths at each node.

  • At each node, the number of paths is the sum of the number of paths from the node to the right and the node below.

  • Example: For a 2x2 binary tree, there are 2 unique paths.

View all Full Stack Developer interview questions
A Full Stack Developer was asked 9mo ago
Q. Design and implement a data structure for a Least Frequently Used (LFU) cache. Implement the LFUCache class:
Ans. 

LFU (Least Frequently Used) cache is a data structure that removes the least frequently used items when the cache is full.

  • LFU cache stores key-value pairs with a frequency count to track usage.

  • When a new item is added, its frequency count is set to 1.

  • When an existing item is accessed, its frequency count is incremented.

  • When the cache is full, the item with the lowest frequency count is removed.

  • Example: If cache si...

View all Full Stack Developer interview questions
A Full Stack Developer was asked 9mo ago
Q. Given an array of integers, rotate the array to the right by k steps, where k is non-negative.
Ans. 

Rotate an array by K positions to the right

  • Create a new array and copy elements from original array starting from index (n-k) to n-1, then copy elements from index 0 to (n-k-1)

  • Alternatively, reverse the entire array, then reverse the first k elements and the remaining n-k elements separately

  • Handle cases where k is greater than array length by taking modulo of k with array length

View all Full Stack Developer interview questions
A Full Stack Developer was asked 9mo ago
Q. Given an array of integers, find the maximum sum of a triplet (nums[i], nums[j], nums[k]) such that i < j < k and nums[i] < nums[j] < nums[k].
Ans. 

Find the maximum triplet sum satisfying given conditions

  • Sort the array in ascending order

  • Iterate through the array and keep track of the maximum triplet sum meeting the conditions

  • Return the maximum triplet sum found

View all Full Stack Developer interview questions
A Full Stack Developer was asked 9mo ago
Q. Given an m x n matrix, return all elements of the matrix in spiral order.
Ans. 

Prints elements of a matrix in a spiral order, starting from the top-left corner and moving clockwise.

  • Initialize boundaries: top, bottom, left, right.

  • Iterate while top <= bottom and left <= right.

  • Print top row, then increment top boundary.

  • Print right column, then decrement right boundary.

  • Print bottom row (if applicable), then decrement bottom boundary.

  • Print left column (if applicable), then increment left bo...

View all Full Stack Developer interview questions
Are these interview questions helpful?
A Software Developer was asked
Q. Given a string, write a function to print all permutations of the string.
Ans. 

Use recursion to generate all possible permutations of a given string.

  • Use recursion to swap characters in the string to generate permutations

  • Keep track of visited characters to avoid duplicates

  • Base case: when the length of the string is 1, add it to the result array

View all Software Developer interview questions
A Software Developer was asked
Q. You are given an integer array coins representing coins of different denominations and an integer amount representing a total amount of money. Return the number of combinations that make up that amount. If ...
Ans. 

The coin change problem involves finding the number of ways to make a certain value using a given set of coins.

  • Use dynamic programming to solve the coin change problem efficiently.

  • Create a 1D array to store the number of ways to make each value from 0 to the target value.

  • Iterate through the coins and update the array based on the current coin's value.

  • The final answer will be stored in the last element of the array...

View all Software Developer interview questions
A Senior Business Analyst was asked
Q. Write an SQL query.
Ans. 

SQL query to retrieve total sales amount by product category

  • Use GROUP BY clause to group the results by product category

  • Use SUM() function to calculate the total sales amount

  • Join the tables if necessary to get the required data

View all Senior Business Analyst interview questions

Gameskraft Interview Experiences

18 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. How would you approach the relaunch of Zepto Pass, and what tracking methods would you implement to measure its success?
  • Ans. 

    Relaunching Zepto Pass involves strategic planning, user feedback, and robust tracking for success measurement.

    • Conduct user research to gather feedback on the previous version of Zepto Pass.

    • Define clear objectives for the relaunch, such as increasing user engagement by 30%.

    • Implement A/B testing for different features to determine user preferences.

    • Utilize analytics tools like Google Analytics to track user behavior and ...

  • Answered by AI
  • Q2. Based on your past work experience and interests, can you explain how you have launched and scaled products?
  • Q3. What is your approach to identifying and resolving the root cause analysis (RCA) of a dip in Daily Active Users (DAU) at Gameskraft?
  • Ans. 

    My approach to RCA for DAU dips involves data analysis, user feedback, and iterative testing to identify and resolve issues.

    • Analyze user engagement metrics to identify trends and patterns leading to the dip.

    • Conduct surveys or interviews with users to gather qualitative feedback on their experience.

    • Review recent product updates or changes that may have impacted user experience, such as bugs or feature removals.

    • Segment u...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I interviewed with Gameskraft for the SPM role related to the RummyCulture product. The initial response and interaction occurred a month after my application. There was minimal context provided regarding the type of interview rounds or what to expect during the interview. I attempted to reach out to HR via email and WhatsApp for an update, but I received no response during the first 2-3 weeks. Eventually, I received an automated email. There was no feedback regarding the reasons for my rejection or any insights into what went wrong, and I did not receive any response from HR. This fully demonstrates the extent to which they care about the candidate's interview experience. It is important to note that simply having a sophisticated portal to track applications does not address poor candidate experiences.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Round -1 SQL Questions
  • Q2. Round -2 RCA & Case Studies
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Three coding questions to be solved in 90 minutes.

Round 2 - One-on-one 

(2 Questions)

  • Q1. K rotation of a an array
  • Ans. 

    Rotate an array by K positions to the right

    • Create a new array and copy elements from original array starting from index (n-k) to n-1, then copy elements from index 0 to (n-k-1)

    • Alternatively, reverse the entire array, then reverse the first k elements and the remaining n-k elements separately

    • Handle cases where k is greater than array length by taking modulo of k with array length

  • Answered by AI
  • Q2. Spiral order matrix print
  • Ans. 

    Prints elements of a matrix in a spiral order, starting from the top-left corner and moving clockwise.

    • Initialize boundaries: top, bottom, left, right.

    • Iterate while top <= bottom and left <= right.

    • Print top row, then increment top boundary.

    • Print right column, then decrement right boundary.

    • Print bottom row (if applicable), then decrement bottom boundary.

    • Print left column (if applicable), then increment left boundar...

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

(2 Questions)

  • Q1. Unique paths from top left of a binary tree to bottom right.
  • Ans. 

    Count the number of unique paths from top left to bottom right in a binary tree.

    • Use dynamic programming to keep track of the number of paths at each node.

    • At each node, the number of paths is the sum of the number of paths from the node to the right and the node below.

    • Example: For a 2x2 binary tree, there are 2 unique paths.

  • Answered by AI
  • Q2. Maximum triplet sum such that i
  • Ans. 

    Find the maximum triplet sum satisfying given conditions

    • Sort the array in ascending order

    • Iterate through the array and keep track of the maximum triplet sum meeting the conditions

    • Return the maximum triplet sum found

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

(2 Questions)

  • Q1. Implementation of LFU Cache
  • Ans. 

    LFU (Least Frequently Used) cache is a data structure that removes the least frequently used items when the cache is full.

    • LFU cache stores key-value pairs with a frequency count to track usage.

    • When a new item is added, its frequency count is set to 1.

    • When an existing item is accessed, its frequency count is incremented.

    • When the cache is full, the item with the lowest frequency count is removed.

    • Example: If cache size is...

  • Answered by AI
  • Q2. Some react and database questions.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. To print all permutation of a string
  • Ans. 

    Use recursion to generate all possible permutations of a given string.

    • Use recursion to swap characters in the string to generate permutations

    • Keep track of visited characters to avoid duplicates

    • Base case: when the length of the string is 1, add it to the result array

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

(1 Question)

  • Q1. Coin change Problem of finding number of ways to achieve K value
  • Ans. 

    The coin change problem involves finding the number of ways to make a certain value using a given set of coins.

    • Use dynamic programming to solve the coin change problem efficiently.

    • Create a 1D array to store the number of ways to make each value from 0 to the target value.

    • Iterate through the coins and update the array based on the current coin's value.

    • The final answer will be stored in the last element of the array.

    • Exam...

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

(1 Question)

  • Q1. Suduko solver question is given to me

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jan 2024. There were 5 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Live SQL Coding with an Interviewer
Round 2 - One-on-one 

(3 Questions)

  • Q1. Business Case Solving
  • Q2. Small Puzzle on Gameskraft business
  • Q3. CV and Project related questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. CV and Project related questions
  • Q2. Business Understanding questions on past experiences
Round 4 - One-on-one 

(3 Questions)

  • Q1. CV and project related questions
  • Q2. Business Understanding of past experience
  • Q3. Generic puzzle or business case
Round 5 - HR 

(2 Questions)

  • Q1. Reasons for change
  • Q2. Past experience related questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me About yourself
  • Ans. 

    Experienced marketing professional with a background in digital marketing and brand management.

    • Over 5 years of experience in marketing roles

    • Specialize in digital marketing strategies and social media management

    • Successfully launched several marketing campaigns resulting in increased brand awareness and customer engagement

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Ask about my experience.

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode medium problem

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Write SQL query
  • Ans. 

    SQL query to retrieve total sales amount by product category

    • Use GROUP BY clause to group the results by product category

    • Use SUM() function to calculate the total sales amount

    • Join the tables if necessary to get the required data

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Case studies and situational Questions
  • Q2. Case studies and situational Questions 2

Interview Preparation Tips

Interview preparation tips for other job seekers - Ghosted by recruiter after the last round. Useless HR team cant do one single job they are supposed to do on apprising the candidates

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Gameskraft ?
Ask anonymously on communities.

Gameskraft Interview FAQs

How many rounds are there in Gameskraft interview?
Gameskraft interview process usually has 2-3 rounds. The most common rounds in the Gameskraft interview process are One-on-one Round, Coding Test and Resume Shortlist.
How to prepare for Gameskraft 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 Gameskraft . The most common topics and skills that interviewers at Gameskraft expect are Gaming, customer support, Analytics, Data Analytics and Python.
What are the top questions asked in Gameskraft interview?

Some of the top questions asked at the Gameskraft interview -

  1. How would you approach the relaunch of Zepto Pass, and what tracking methods wo...read more
  2. What is your approach to identifying and resolving the root cause analysis (RCA...read more
  3. Unique paths from top left of a binary tree to bottom rig...read more
How long is the Gameskraft interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 17 interview experiences

Difficulty level

Easy 18%
Moderate 73%
Hard 9%

Duration

Less than 2 weeks 73%
2-4 weeks 18%
6-8 weeks 9%
View more

Interview Questions from Similar Companies

Innovaccer Interview Questions
3.5
 • 85 Interviews
NoBrokerHOOD Interview Questions
3.1
 • 61 Interviews
Vyapar Interview Questions
3.5
 • 60 Interviews
CodeClouds Interview Questions
4.4
 • 42 Interviews
Entrata Interview Questions
4.1
 • 40 Interviews
Grey Orange Interview Questions
3.2
 • 40 Interviews
View all

Gameskraft Reviews and Ratings

based on 135 reviews

4.0/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

4.1

Salary

3.7

Job security

3.8

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 135 Reviews and Ratings
Finance Executive

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Motion Designer - Internship

Bangalore / Bengaluru

0-1 Yrs

Not Disclosed

Graphic Designer

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
86 salaries
unlock blur

₹24.1 L/yr - ₹43.4 L/yr

Software Engineer
78 salaries
unlock blur

₹15 L/yr - ₹41 L/yr

Senior Business Analyst
45 salaries
unlock blur

₹22 L/yr - ₹36 L/yr

Product Manager
28 salaries
unlock blur

₹16.7 L/yr - ₹43.5 L/yr

Business Analyst
23 salaries
unlock blur

₹8.5 L/yr - ₹34.8 L/yr

Explore more salaries
Compare Gameskraft with

Celebal Technologies

3.1
Compare

NoBrokerHOOD

3.1
Compare

Duck Creek Technologies

4.4
Compare

Ascent HR Technologies Private Limited

3.7
Compare
write
Share an Interview