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

Filter interviews by

Clear (1)

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

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Interview questions from similar companies

I was interviewed in Oct 2021.

Round 1 - Video Call 

(1 Question)

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

  • Q1. 

    Is the Sentence a Pangram?

    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...

  • Ans. 

    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.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Vishwakarma Institute of Technology. Eligibility criteria1+ Years of ExperienceMPL interview preparation:Topics to prepare for the interview - Data Structures, OOPS, System Design, JavaScript, Operating System, Computer NetworksTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

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.

Application resume tips for other job seekers

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.

Final outcome of the interviewSelected
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Aptitude Test 

They had a logical and comprehensive test

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Three coding online assessments - screening round.

Round 2 - Coding Test 

Two to three coding questions based on dynamic programming.

Round 3 - Technical 

(1 Question)

  • Q1. Resume based and computer network
Round 4 - HR 

(1 Question)

  • Q1. Simple hr question

Interview Preparation Tips

Interview preparation tips for other job seekers - If clear coding is improved, the chances of being selected will increase.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

Programming assessment tools used to objectively evaluate a candidates programing skills across parameters such as problem solving, coding aptitude and debugging

Round 3 - One-on-one 

(2 Questions)

  • Q1. 1. Do you prefer working independently or as a part of a team
  • Ans. I'm prefer working as a part of a team
  • Answered Anonymously
  • Q2. As a part of an

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi, I'm anjali devi maddu and I'm writing about the position of employ with your company . I'm submitted my resume.I think you'll find that my brief personal details could be a good fit for the job and I'd love to discuss my qualifications in more details
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. -SQL basics , HTML and basic javascript
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

10 mcq, 2 dsa, 1 assignment question

Round 2 - One-on-one 

(2 Questions)

  • Q1. Javascript basics
  • Q2. Previous projects
  • Ans. 

    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

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Behavorial questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was on hacker rank. 2 questions easy to medium

Round 2 - One-on-one 

(2 Questions)

  • Q1. Ask questions on trees
  • Q2. Asked questions on OOPS
Round 3 - One-on-one 

(2 Questions)

  • Q1. Asked questions based on resume
  • Q2. Asked some puzzles
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
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions medium level

Round 2 - One-on-one 

(2 Questions)

  • Q1. All related to python
  • Q2. ANd Golang
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

SALARIES

LambdaTest

SALARIES

Springworks

JOBS

LambdaTest

No Jobs

JOBS

LambdaTest

No Jobs

REVIEWS

Springworks

No Reviews

SALARIES

LambdaTest

SALARIES

LambdaTest

SALARIES

LambdaTest

SALARIES

LambdaTest

LIST OF COMPANIES

LambdaTest

Locations

Tell us how to improve this page.

Gameskraft Full Stack Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Sopra Steria

Rated 4 for Job Security by our employees on AmbitionBox

Interview Questions from Similar Companies

Innovaccer Interview Questions
3.4
 • 81 Interviews
NoBrokerHOOD Interview Questions
3.2
 • 57 Interviews
Vyapar Interview Questions
3.4
 • 53 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
Dream11 Interview Questions
3.8
 • 37 Interviews
Mobileum Interview Questions
3.3
 • 37 Interviews
View all
Software Engineer
70 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
66 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Analyst
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
23 salaries
unlock blur

₹0 L/yr - ₹0 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
Did you find this page helpful?
Yes No
write
Share an Interview