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 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. Validate Binary Tree Nodes Problem You are provided with 'N' bina ... read more
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement 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 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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Copy constructor implementation it was based on
Round 2 - Technical 

(1 Question)

  • Q1. Binary search question on array
Round 3 - HR 

(1 Question)

  • Q1. Experience and expectations on salary
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

10 mcq, 2 dsa, 1 assignment question

Round 2 - One-on-one 

(2 Questions)

  • Q1. Javascript basics
  • Q2. Previous projects
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used React for front-end development

    • Implemented RESTful APIs for backend using Node.js

    • Utilized MongoDB for database storage

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Behavorial questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Interview for backend developer with experience in django

Round 2 - HR 

(3 Questions)

  • Q1. Writing ORM queries in django
  • Q2. Database design with foregin and many to many fields
  • Q3. Explain django's request response flow
  • Ans. 

    Django's request response flow involves the request being handled by URL dispatcher, views, middleware, and templates before generating a response.

    • Request is received by URL dispatcher which maps the URL to a view function

    • View function processes the request, interacts with models if needed, and returns a response

    • Middleware can intercept the request and response for additional processing

    • Templates are used to generate HT

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. System architecture
  • Q2. Dict ,list and other questions
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Normal coding questions nested list
  • Q2. Nested dictionary
Round 2 - Coding Test 

Data extraction, solid questions, oops

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

Tell us how to improve this page.

Gameskraft Software Developer Interview Process

based on 3 interviews

Interview experience

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

Gameskraft Software Developer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

1.0

Skill development

3.0

Work-life balance

3.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
73 salaries
unlock blur

₹15 L/yr - ₹41 L/yr

Senior Software Engineer
73 salaries
unlock blur

₹22 L/yr - ₹43.8 L/yr

Senior Business Analyst
43 salaries
unlock blur

₹22 L/yr - ₹36 L/yr

Product Manager
28 salaries
unlock blur

₹16.7 L/yr - ₹43.5 L/yr

Senior Product Manager
20 salaries
unlock blur

₹24 L/yr - ₹55 L/yr

Explore more salaries
Compare Gameskraft with

Celebal Technologies

3.0
Compare

NoBrokerHOOD

3.1
Compare

Duck Creek Technologies

4.4
Compare

Ascent HR Technologies Private Limited

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