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

Clear (1)

Gameskraft Software Developer Interview Questions and Answers

Updated 23 Nov 2024

Gameskraft Software Developer Interview Experiences

4 interviews found

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
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode medium problem

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Information Technology, Design and Manufacturing (IIITDM), Jabalpur and was interviewed before Oct 2022. There were 4 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 Resume tips
Round 2 - Coding Test 

Gave 2 medium leetcode questions.

Round 3 - Technical 

(1 Question)

  • Q1. Project discussion
Round 4 - Coding Test 

Gave a medium hard DP problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Its mostly DSA for freshers

I applied via Recruitment Consultant and was interviewed in Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I was asked to submit an assignment. So, they mailed me a question, It was related to probability. I had to give sample input file along with java program file

Interview Preparation Tips

Interview preparation tips for other job seekers - I mailed them back the solution within a timeline they had set but they didn't have a time to open it and look it. This type of experience especially in COVID is very disheartening.

Gameskraft interview questions for designations

 Senior Software Engineer

 (1)

 Full Stack Developer

 (1)

 SDE (Software Development Engineer)

 (1)

 IT System Administrator

 (1)

Interview questions from similar companies

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

Basic DSA questions, best time to buy and sell stock and its variation

Round 2 - Technical 

(2 Questions)

  • Q1. Basic nosql vs sql questions
  • Q2. Designing system for google playstore
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions were completely based on data structures and algorithm
  • Q2. SQL based questions were also asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral

Round 1 - Coding Test 

Java internals, coding questions 2sum

Round 2 - Technical 

(2 Questions)

  • Q1. Hld of your previous project
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used React.js for front-end development

    • Implemented RESTful APIs for backend using Node.js and Express

    • Utilized MongoDB for database storage

    • Incorporated authentication and authorization features for user security

  • Answered by AI
  • Q2. Question related to self build projects
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Location constrain if any
  • Ans. 

    Open to relocation for the right opportunity

    • Willing to relocate for the right job opportunity

    • Flexible with location for the right role

    • Open to considering different locations for the right position

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium to hard questions based on arrays, dp

Round 2 - Technical 

(2 Questions)

  • Q1. Quick sort algorithm
  • Ans. 

    Quick sort is a popular sorting algorithm that uses divide and conquer strategy.

    • Divides array into smaller sub-arrays based on a pivot element

    • Recursively sorts sub-arrays

    • Combines sorted sub-arrays to get final sorted array

    • Time complexity: O(n log n) on average, O(n^2) worst case

    • Example: [3, 6, 8, 10, 1, 2, 1] -> [1, 1, 2, 3, 6, 8, 10]

  • Answered by AI
  • Q2. Modified rotate a matrix
  • Ans. 

    Rotate a matrix by 90 degrees in place

    • Transpose the matrix

    • Reverse each row of the transposed matrix

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - study well and at the end, they would not hire anyone

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basics of aptitude questions like relation,train,boat, probability,number series , and so on...

Round 2 - Coding Test 

String occurrence, array list

Round 3 - Puzzles Interview 

(2 Questions)

  • Q1. Man crossing a bridge
  • Q2. Wrong label on the boxes
  • Ans. 

    The wrong label on the boxes can cause confusion and errors in the software development process.

    • Ensure proper labeling of boxes to avoid confusion

    • Double check labels before using them in the development process

    • Communicate with team members to clarify any discrepancies in labeling

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practice on coding
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was the ask mostly about DSA

Contribute & help others!
anonymous
You can choose to be anonymous

Gameskraft Interview FAQs

How many rounds are there in Gameskraft Software Developer interview?
Gameskraft interview process usually has 2-3 rounds. The most common rounds in the Gameskraft interview process are Coding Test, One-on-one Round and Resume Shortlist.
What are the top questions asked in Gameskraft Software Developer interview?

Some of the top questions asked at the Gameskraft Software Developer interview -

  1. Coin change Problem of finding number of ways to achieve K va...read more
  2. To print all permutation of a str...read more
  3. Suduko solver question is given to...read more

Recently Viewed

INTERVIEWS

Infosys

No Interviews

INTERVIEWS

Mastek

No Interviews

INTERVIEWS

Inniti Network Solutions

No Interviews

INTERVIEWS

Autodesk

No Interviews

INTERVIEWS

Econ Shipping

No Interviews

INTERVIEWS

Netcore Cloud Private Limited

No Interviews

INTERVIEWS

Loylty Rewardz Mngt

No Interviews

INTERVIEWS

Story Design

No Interviews

INTERVIEWS

ZS

No Interviews

INTERVIEWS

Truebil

No Interviews

Tell us how to improve this page.

Gameskraft Software Developer Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

HCLTech

Workplace transformation starts with you

Gameskraft Software Developer Salary
based on 17 salaries
₹12 L/yr - ₹37 L/yr
187% more than the average Software Developer Salary in India
View more details

Gameskraft Software Developer Reviews and Ratings

based on 2 reviews

3.7/5

Rating in categories

3.3

Skill development

4.1

Work-life balance

4.1

Salary

3.3

Job security

3.3

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
70 salaries
unlock blur

₹15 L/yr - ₹40 L/yr

Senior Software Engineer
66 salaries
unlock blur

₹22 L/yr - ₹52 L/yr

Senior Business Analyst
42 salaries
unlock blur

₹22 L/yr - ₹36 L/yr

Product Manager
25 salaries
unlock blur

₹16.7 L/yr - ₹40 L/yr

Business Analyst
23 salaries
unlock blur

₹8.5 L/yr - ₹28.2 L/yr

Explore more salaries
Compare Gameskraft with

Dream11

3.8
Compare

Nazara Technologies

3.0
Compare

Mobile Premier League

3.4
Compare

Paytm First Games

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent