Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Khel Group Team. If you also belong to the team, you can get access from here

Khel Group Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 16 Reviews

Filter interviews by

Khel Group Mean Stack Developer Interview Questions and Answers

Updated 9 Mar 2024

Khel Group Mean Stack Developer Interview Experiences

1 interview found

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

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. 1. What is Eventloop in NodeJS 2. Is Node JS is single threaded
  • Ans. 

    Eventloop in NodeJS is a mechanism that allows NodeJS to perform non-blocking I/O operations.

    • Eventloop is responsible for handling asynchronous operations in NodeJS.

    • It allows NodeJS to perform multiple operations simultaneously without blocking the execution.

    • NodeJS is single-threaded, but it uses event-driven architecture to handle multiple requests efficiently.

    • Example: When a file is being read in NodeJS, the Eventloo...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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 Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There were questions of basic aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. About my projects
  • Q3. What is Radix sort
  • Ans. 

    Radix sort is a non-comparative sorting algorithm that sorts integers by processing individual digits.

    • Radix sort works by sorting numbers based on each digit's value, starting from the least significant digit to the most significant digit.

    • It can be implemented using counting sort or bucket sort as a subroutine.

    • Radix sort is efficient for sorting integers with a fixed number of digits, like phone numbers or social secur

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

They asked LRU implementation of data structure

Round 2 - Technical 

(2 Questions)

  • Q1. Reflection API in java
  • Ans. 

    Reflection API in Java allows for inspecting and modifying classes, methods, fields at runtime.

    • Reflection API provides a way to examine and modify the behavior of classes, methods, and fields at runtime.

    • It allows access to class information, such as constructors, methods, fields, annotations, etc.

    • Reflection can be used for dynamic loading of classes, invoking methods at runtime, and examining annotations.

    • Example: Using...

  • Answered by AI
  • Q2. Memory management jvm

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
No response

I applied via Walk-in and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding related to java collections

Round 2 - One-on-one 

(2 Questions)

  • Q1. Familiar with Design patterns ?explain few
  • Ans. 

    Design patterns are reusable solutions to common problems in software design.

    • Design patterns help in creating maintainable and scalable code.

    • Examples of design patterns include Singleton, Factory, Observer, and Strategy.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Obse...

  • Answered by AI
  • Q2. What is Mutilthreading,explain with examples
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for improved performance and responsiveness.

    • Multithreading allows multiple tasks to be executed simultaneously on a single CPU.

    • Each thread has its own stack and program counter, but shares the same memory space.

    • Examples include running multiple processes in a web server, handling user input while performing background tasks, and p

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Provided

Skills evaluated in this interview

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

Systematic interview test

Round 2 - One-on-one 

(1 Question)

  • Q1. What is java and oops concepts
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Some C++ 14/17 questions and OOPs concepts
  • Q2. DSA questions based for basic game logics.
Round 2 - Technical 

(2 Questions)

  • Q1. Advanced OOPs and C++ questions
  • Q2. DSA coding questions based on Stacks and Linked list
Round 3 - HR 

(3 Questions)

  • Q1. Called me to Noida for a F2F HR round. I wasn’t given any Travel allowance. CTC negotiation was brutal. They were not willing to give me even a 5% hike on my previous salary.The HR and the Team said they’d...
  • Q2. A month passed by. Sometimes they’d say the technical team who took your interview wasn’t available so that the CTC discussion could be further done. And somedays they’d just delay by saying we’d get back ...
  • Q3. After a month of wasting my time. The HR finally called and said they rejected me based on the CTC. And are not even willing to negotiate because of my not so well performance in the technical rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had the worst experience ever interviewing in an MNC. Did not expect such unprofessional behaviour from a big company like Merkur Gaming.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Assignment 

Aptitude and programming language like c and also data structures alogirithm

Round 2 - Technical 

(2 Questions)

  • Q1. SQL questions on joins and project
  • Q2. Join two tables using joins in sql
  • Ans. 

    Joining two tables in SQL using JOINs to combine data based on a related column

    • Use INNER JOIN to return rows when there is at least one match in both tables

    • Use LEFT JOIN to return all rows from the left table and the matched rows from the right table

    • Use RIGHT JOIN to return all rows from the right table and the matched rows from the left table

    • Use FULL JOIN to return rows when there is a match in one of the tables

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on projects and core java

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Atharva College of Engineering, Mumbai and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

One hour aptitude test based on the mathematics ,logical reasoning.

Round 2 - Technical 

(2 Questions)

  • Q1. One basic question on the language you know and one SQL is asked
  • Q2. SQL query questions

Interview Preparation Tips

Topics to prepare for Sportz Interactive Software Developer interview:
  • SQL
Interview preparation tips for other job seekers - Prepared for a SQL and you know language technical questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

3 online dsa questions easy to medium

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

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

Round 1 - Technical 

(1 Question)

  • Q1. 4 Coding question to be solve live

Khel Group Interview FAQs

How many rounds are there in Khel Group Mean Stack Developer interview?
Khel Group interview process usually has 1 rounds. The most common rounds in the Khel Group interview process are Technical.

Tell us how to improve this page.

Khel Group Mean Stack Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Dream11 Interview Questions
3.8
 • 37 Interviews
IDZ Digital Interview Questions
3.8
 • 22 Interviews
ChicMic Interview Questions
4.5
 • 11 Interviews
Kwalee India Interview Questions
2.9
 • 7 Interviews
Games2Win Interview Questions
2.2
 • 6 Interviews
Tencent Interview Questions
4.6
 • 6 Interviews
View all
Risk Analyst
4 salaries
unlock blur

₹3.1 L/yr - ₹3.5 L/yr

QA Engineer
4 salaries
unlock blur

₹4.2 L/yr - ₹9.4 L/yr

Senior Graphic Designer
4 salaries
unlock blur

₹6.3 L/yr - ₹7.7 L/yr

Full Stack Developer
4 salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Software Engineer
3 salaries
unlock blur

₹8.6 L/yr - ₹17 L/yr

Explore more salaries
Compare Khel Group with

Dream11

3.8
Compare

Nazara Technologies

3.0
Compare

Paytm First Games

3.8
Compare

Mobile Premier League

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