i
Gameskraft
Filter interviews by
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
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...
Leetcode medium problem
I applied via Campus Placement and was interviewed before Oct 2022. There were 4 interview rounds.
Gave 2 medium leetcode questions.
Gave a medium hard DP problem
I applied via Recruitment Consultant and was interviewed in Jun 2020. There was 1 interview round.
Gameskraft interview questions for designations
Top trending discussions
I applied via LinkedIn and was interviewed before Sep 2023. There were 3 interview rounds.
10 mcq, 2 dsa, 1 assignment question
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
Interview for backend developer with experience in django
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
I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.
Medium to hard questions based on arrays, dp
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]
Rotate a matrix by 90 degrees in place
Transpose the matrix
Reverse each row of the transposed matrix
I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.
Data extraction, solid questions, oops
based on 3 interviews
Interview experience
based on 1 review
Rating in categories
Software Engineer
73
salaries
| ₹15 L/yr - ₹41 L/yr |
Senior Software Engineer
73
salaries
| ₹22 L/yr - ₹43.8 L/yr |
Senior Business Analyst
43
salaries
| ₹22 L/yr - ₹36 L/yr |
Product Manager
28
salaries
| ₹16.7 L/yr - ₹43.5 L/yr |
Senior Product Manager
20
salaries
| ₹24 L/yr - ₹55 L/yr |
Celebal Technologies
NoBrokerHOOD
Duck Creek Technologies
Ascent HR Technologies Private Limited