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 SDE (Software Development Engineer) Interview Questions and Answers

Updated 27 Feb 2023

Gameskraft SDE (Software Development Engineer) Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Coding Test 

CODING ON DSA AND THEY ARE VERY MUCH STANDARD QUESTIONS,

Round 2 - Technical 

(3 Questions)

  • Q1. LCA OF THE BINARY TREE
  • Ans. 

    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.

  • Answered by AI
  • Q2. K DISTANCE NODES FROM CURRENT NODE
  • Ans. 

    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.

  • Answered by AI
  • Q3. DO YOU HAVE ANY QUESTIONS FOR US

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPARE DSA AND DO STANDARD QUESTIONS AND BE CONFIDENT

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Given two integers for that to print the most common ancestor nodes of a binary tree
  • Ans. 

    Find most common ancestor nodes of a binary tree given two integers.

    • Traverse the tree to find the nodes with the given integers

    • Store the path from root to each node in separate arrays

    • Compare the two arrays to find the most common ancestor node

    • If there are multiple common ancestors, return the one closest to the root

  • Answered by AI
  • Q2. Best possible days to buy and sell stocks
  • Ans. 

    The best days to buy and sell stocks depend on market trends and individual stock performance.

    • Monitor market trends and stock performance

    • Consider buying during market dips and selling during market highs

    • Research historical data and patterns

    • Consult with financial advisors

    • Be mindful of taxes and fees

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on algorithms and data structures

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Basic DS and Algo 2 question asked

Round 2 - Coding Test 

4 questions were asked on Javascript as I was interviewing for a frontend developer role

Round 3 - Technical 

(2 Questions)

  • Q1. System Design questions was asked
  • Q2. How you will build amazon?
  • Ans. 

    Building Amazon requires a multi-faceted approach involving technology, logistics, and customer-centricity.

    • Develop a robust e-commerce platform with a user-friendly interface

    • Establish a vast network of warehouses and distribution centers for efficient delivery

    • Invest in cutting-edge technology such as AI and machine learning for personalized recommendations

    • Prioritize customer satisfaction through excellent customer serv...

  • Answered by AI
Round 4 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Consistency is key. solve the easy question on leet code that should do for DSA rounds
Round 1 - One-on-one 

(1 Question)

  • Q1. It was related to ds and algo, oops, os ,dbms
Round 2 - One-on-one 

(1 Question)

  • Q1. It was related to oops, dbms and ds and algo

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare ds and algo strongly and study oops ,os, dbms, networking, system design in order

I applied via Job Fair and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Assignment 

Real life problem to solve with your development skills

Round 2 - Coding Test 

Medium hard round requires good knowledge of python SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for problem solving skills. They might ask you about Python Dhaniy and SQl.

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
Contribute & help others!
anonymous
You can choose to be anonymous

Gameskraft Interview FAQs

How many rounds are there in Gameskraft SDE (Software Development Engineer) interview?
Gameskraft interview process usually has 3 rounds. The most common rounds in the Gameskraft interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Gameskraft SDE (Software Development Engineer) interview?

Some of the top questions asked at the Gameskraft SDE (Software Development Engineer) interview -

  1. K DISTANCE NODES FROM CURRENT N...read more
  2. LCA OF THE BINARY T...read more

Recently Viewed

SALARIES

LambdaTest

SALARIES

LambdaTest

SALARIES

LambdaTest

JOBS

LambdaTest

No Jobs

SALARIES

LambdaTest

INTERVIEWS

Gameskraft

No Interviews

SALARIES

LambdaTest

SALARIES

LambdaTest

INTERVIEWS

Gameskraft

No Interviews

SALARIES

LambdaTest

Tell us how to improve this page.

Gameskraft SDE (Software Development Engineer) Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

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
Mobileum Interview Questions
3.3
 • 37 Interviews
View all
Gameskraft SDE (Software Development Engineer) Salary
based on 7 salaries
₹14 L/yr - ₹37 L/yr
16% less than the average SDE (Software Development Engineer) Salary in India
View more details

Gameskraft SDE (Software Development Engineer) Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
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