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

Gameskraft Software Developer Interview Questions and Answers

Updated 23 Nov 2024

Gameskraft Software Developer Interview Experiences

4 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. To print all permutation of a string
  • Ans. 

    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

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Coin change Problem of finding number of ways to achieve K value
  • Ans. 

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

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Suduko solver question is given to me

Skills evaluated in this interview

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

Leetcode medium problem

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 4 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 tips
Round 2 - Coding Test 

Gave 2 medium leetcode questions.

Round 3 - Technical 

(1 Question)

  • Q1. Project discussion
Round 4 - Coding Test 

Gave a medium hard DP problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Its mostly DSA for freshers

I applied via Recruitment Consultant and was interviewed in Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I was asked to submit an assignment. So, they mailed me a question, It was related to probability. I had to give sample input file along with java program file

Interview Preparation Tips

Interview preparation tips for other job seekers - I mailed them back the solution within a timeline they had set but they didn't have a time to open it and look it. This type of experience especially in COVID is very disheartening.

Gameskraft interview questions for designations

 Senior Software Engineer

 (1)

 Full Stack Developer

 (1)

 SDE (Software Development Engineer)

 (1)

 IT System Administrator

 (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral

Round 1 - Coding Test 

Java internals, coding questions 2sum

Round 2 - Technical 

(2 Questions)

  • Q1. Hld of your previous project
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used React.js for front-end development

    • Implemented RESTful APIs for backend using Node.js and Express

    • Utilized MongoDB for database storage

    • Incorporated authentication and authorization features for user security

  • Answered by AI
  • Q2. Question related to self build projects
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Location constrain if any
  • Ans. 

    Open to relocation for the right opportunity

    • Willing to relocate for the right job opportunity

    • Flexible with location for the right role

    • Open to considering different locations for the right position

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. System architecture
  • Q2. Dict ,list and other questions
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 Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. What’s functional interface and uses. Server side and client side load balancing.
  • Ans. 

    Functional interface is an interface with only one abstract method. Load balancing is used to distribute workload.

    • Functional interface is used in lambda expressions in Java.

    • Load balancing is used to distribute workload across multiple servers.

    • Server side load balancing is done by a load balancer that sits between the client and server.

    • Client side load balancing is done by the client application itself.

    • Load balancing im...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Transactional levels and propagation labels cases. Find the sequence of Substring duplicates counts.
  • Ans. 

    The question is unclear and seems unrelated to software development.

    • Ask for clarification on the question.

    • Transactional levels and propagation labels are related to database transactions.

    • Substring duplicates counts can be solved using string manipulation.

    • It is unclear how these two topics are related.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basics of aptitude questions like relation,train,boat, probability,number series , and so on...

Round 2 - Coding Test 

String occurrence, array list

Round 3 - Puzzles Interview 

(2 Questions)

  • Q1. Man crossing a bridge
  • Q2. Wrong label on the boxes
  • Ans. 

    The wrong label on the boxes can cause confusion and errors in the software development process.

    • Ensure proper labeling of boxes to avoid confusion

    • Double check labels before using them in the development process

    • Communicate with team members to clarify any discrepancies in labeling

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practice on coding
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

There was an basic question in Aptitude

Round 2 - Group Discussion 

They told me to tell about social media goods and Bad in Future

Round 3 - Coding Test 

Array Questions,Number Coadings,Basics of OOPS

Round 4 - HR 

(2 Questions)

  • Q1. Tell about yourself
  • Ans. 

    I am a passionate software developer with experience in building web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and deployment tools like Heroku

    • Strong problem-solving skills and ability

  • Answered by AI
  • Q2. They are logical question, Cake Question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be rdy to Answer for all Question.....don't scare
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

25 questions , 1 hour

Round 2 - Coding Test 

1 coding , 2 logical question

Round 3 - One-on-one 

(2 Questions)

  • Q1. For loop , 2 logical
  • Q2. About final year projrct

Gameskraft Interview FAQs

How many rounds are there in Gameskraft Software Developer interview?
Gameskraft interview process usually has 2-3 rounds. The most common rounds in the Gameskraft interview process are Coding Test, One-on-one Round and Resume Shortlist.
What are the top questions asked in Gameskraft Software Developer interview?

Some of the top questions asked at the Gameskraft Software Developer interview -

  1. Coin change Problem of finding number of ways to achieve K va...read more
  2. To print all permutation of a str...read more
  3. Suduko solver question is given to...read more

Tell us how to improve this page.

Gameskraft Software Developer Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more
Gameskraft Software Developer Salary
based on 17 salaries
₹12 L/yr - ₹37 L/yr
168% more than the average Software Developer Salary in India
View more details

Gameskraft Software Developer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

1.0

Skill development

3.0

Work-life balance

3.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
73 salaries
unlock blur

₹15 L/yr - ₹41 L/yr

Senior Software Engineer
67 salaries
unlock blur

₹22 L/yr - ₹43.8 L/yr

Senior Business Analyst
42 salaries
unlock blur

₹22 L/yr - ₹36 L/yr

Product Manager
28 salaries
unlock blur

₹16.7 L/yr - ₹43.5 L/yr

Senior Product Manager
20 salaries
unlock blur

₹24 L/yr - ₹55 L/yr

Explore more salaries
Compare Gameskraft with

Celebal Technologies

3.0
Compare

NoBrokerHOOD

3.1
Compare

Duck Creek Technologies

4.4
Compare

Ascent HR Technologies Private Limited

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview