Gameskraft Technologies Interview Experience
Gameskraft came to our college for an Internship cum Placement. All students who applied got the online test link, there was no resume shortlisting. There was a pre-placement presentation after which we had the online test. It was of 90 minutes, and we had 3 coding questions.
Online Coding Test Questions:
- Minimum moves to segregate even followed by odd elements in the array. (Brute force method passed all test cases)
- We were given a dependent array and a tasks array. We had to find the number of tasks that could be completed. This question was related to topological sorting.
- We are given a matrix and an integer, maxValue. Find the maximum size of the submatrix, such that all sum of each such submatrix is less than maxValue.
4 people were shortlisted for the Technical Interview rounds.
Please Login to comment...