i
Gameskraft
Filter interviews by
Clear (1)
I applied via Campus Placement and was interviewed in Mar 2024. There were 4 interview rounds.
Three coding questions to be solved in 90 minutes.
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
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.
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
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...
Rate your
company
🤫 100% anonymous
How was your last interview experience?
Top trending discussions
posted on 20 Dec 2021
I was interviewed in Oct 2021.
Round duration - 90 Minutes
Round difficulty - Medium
The first round was scheduled in the evening time.
First of all interviewer introduced himself and after my introduction
He directly shoot first DSA question. The question was easy but conceptual. I have solved some question with same concept and he ask me to share the screen and code in online compiler. Finally I was able to get correct output with all the use cases and I was like "Half work done!"
Then he asked me very core concepts of JavaScript along with that Some Output based questions.
Then finally he asked me theory questions on React along with my experience in React.
The interviewer was very helpful as well as polite. I don't think if he will not help me during interview I could crack the interview
Ninja is relocating to a place called NinjaGram, and for school admission, he is required to identify if a given sentence is a pangram. Your task is to assist Ninja in determini...
Yes, the sentence is a pangram if it includes every letter of the English alphabet at least once.
Check if the sentence contains all 26 letters of the English alphabet.
Convert the sentence to lowercase to simplify the checking process.
Use a set to keep track of the letters present in the sentence.
Iterate through the sentence and add each unique letter to the set.
After iterating, check if the set contains all 26 letters.
Tip 1 : Code at least a single problem on your favourite coding platform with proper understanding of concept.
Tip 2 : Work on your resume, specifically try to grab some technical achievements(Hackathons, GSoc, etc) along with your degree which can stand out you from other candidates.
Tip 3 : Ask your friend for some mock interviews which can help you to excel in interview.
Tip 1 : Project description should contain maximum keywords mentioned in Job Description. Success Matrix of project will give you an edge in the interview.
Tip 2 : Resume should be one page along with some clickable GitHub and Achievments links if possible.
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.
They had a logical and comprehensive test
Three coding online assessments - screening round.
Two to three coding questions based on dynamic programming.
I applied via Company Website and was interviewed in Sep 2023. There were 3 interview rounds.
Programming assessment tools used to objectively evaluate a candidates programing skills across parameters such as problem solving, coding aptitude and debugging
posted on 20 Mar 2024
I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.
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
It was on hacker rank. 2 questions easy to medium
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
2 coding questions medium level
based on 2 interviews
Interview experience
Software Engineer
70
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
66
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Business Analyst
42
salaries
| ₹0 L/yr - ₹0 L/yr |
Product Manager
25
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Analyst
23
salaries
| ₹0 L/yr - ₹0 L/yr |
Dream11
Nazara Technologies
Mobile Premier League
Paytm First Games