i
Gameskraft
Filter interviews by
I applied via campus placement at National Institute of Technology (NIT), Calicut and was interviewed in Aug 2022. There were 2 interview rounds.
CODING ON DSA AND THEY ARE VERY MUCH STANDARD QUESTIONS,
Find the lowest common ancestor of two nodes in a binary tree.
Traverse the tree recursively to find the paths from root to the two nodes.
Compare the paths to find the last common node.
If one of the nodes is the ancestor of the other, return the ancestor node.
If either of the nodes is not present in the tree, return null.
Finding nodes at a distance of K from the current node in a tree/graph.
Use BFS/DFS to traverse the tree/graph.
Maintain a visited set to avoid revisiting nodes.
Keep track of the distance of each node from the current node.
Return all nodes at a distance of K from the current node.
posted on 30 Jun 2022
Basic DSA questions, best time to buy and sell stock and its variation
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
It was a written tet with three sections one technical mcq second apti and three coding questions
2 Leetcode Medium questions on hackerrank
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 Approached by Company and was interviewed in Jan 2024. There were 2 interview rounds.
Implement a function to mimic the functionality of merging two DataFrames in Python.
Create a function that takes two DataFrames as input.
Merge the two DataFrames based on a common column or index.
Handle different types of joins like inner, outer, left, and right joins.
Return the merged DataFrame as output.
1 hour - Find longest palindromic substring
posted on 26 Nov 2023
I applied via Approached by Company and was interviewed in Oct 2023. There were 2 interview rounds.
30 Manual testing and 30 normal aptitude mcq easy questions only one and half hour timing
Black box testing is a software testing technique where the internal structure of the system being tested is not known to the tester.
Black box testing focuses on the functionality of the software without considering its internal implementation
Test cases are designed based on the requirements and specifications of the software
It is primarily used to validate the correctness of the software from the end-user perspective
E...
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Software Engineer
70
salaries
| ₹15 L/yr - ₹40 L/yr |
Senior Software Engineer
66
salaries
| ₹22 L/yr - ₹52 L/yr |
Senior Business Analyst
42
salaries
| ₹22 L/yr - ₹36 L/yr |
Product Manager
25
salaries
| ₹16.7 L/yr - ₹40 L/yr |
Business Analyst
23
salaries
| ₹8.5 L/yr - ₹28.2 L/yr |
Dream11
Mobile Premier League
Paytm First Games
Octro