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
3.9

based on 121 Reviews

Filter interviews by

Gameskraft Full Stack Developer Interview Questions, Process, and Tips

Updated 19 Sep 2024

Gameskraft Full Stack Developer Interview Experiences

1 interview found

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
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 questions from similar companies

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

I applied via Naukri.com and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. They ask me to write a code. What is normalization What is Generics

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Javascript - Conceptual questions, What is hoisting (and when to use it), closure (when to use), Design patterns (monolithic vs microservices)

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have 2+ year of experience in Javascript/SQL it's not tough to crack the 1st/2nd round of interview. Go through the basic concepts of language and be ready to answer like why, when , how to use any concept.
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
1
Bad
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

25 questions , 1 hour

Round 2 - Coding Test 

1 coding , 2 logical question

Round 3 - One-on-one 

(2 Questions)

  • Q1. For loop , 2 logical
  • Q2. About final year projrct
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
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was the ask mostly about DSA

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

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

Round 1 - Coding Test 

There were 5 question out of which 2 were coding Data Structure problems , 1 was SQL based , 1 was AI based Problem ( Machine Learning ) and 1 was to create UML Diagram.
First Coding question was pretty easy , other one was kinda tough , UML Diagram was also easy and SQL query was of moderate level.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Practising u'll definately make it.

Gameskraft Interview FAQs

How many rounds are there in Gameskraft Full Stack Developer interview?
Gameskraft interview process usually has 4 rounds. The most common rounds in the Gameskraft interview process are One-on-one Round and Coding Test.
What are the top questions asked in Gameskraft Full Stack Developer interview?

Some of the top questions asked at the Gameskraft Full Stack Developer interview -

  1. Unique paths from top left of a binary tree to bottom rig...read more
  2. Maximum triplet sum such that i...read more
  3. K rotation of a an ar...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Gameskraft interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Innovaccer Interview Questions
3.5
 • 78 Interviews
NoBrokerHOOD Interview Questions
3.3
 • 55 Interviews
Vyapar Interview Questions
3.5
 • 48 Interviews
Grey Orange Interview Questions
3.2
 • 37 Interviews
Dream11 Interview Questions
3.8
 • 36 Interviews
Mobileum Interview Questions
3.3
 • 35 Interviews
View all
Software Engineer
69 salaries
unlock blur

₹15 L/yr - ₹41 L/yr

Senior Software Engineer
64 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview