Upload Button Icon Add office photos
Engaged Employer

i

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

Merkur Gaming India Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 46 Reviews

Filter interviews by

Merkur Gaming India Senior Developer Interview Questions and Answers

Updated 25 Sep 2021

Merkur Gaming India Senior Developer Interview Experiences

1 interview found

I was interviewed before Sep 2020.

Interview Questionnaire 

2 Questions

  • Q1. 1. Oops concepts 2. Memory leakage 3. Typescript questions 4. Eslint , jslint 5. General technology based questions 6. Previous project details.
  • Q2. 7. Canvas 8. Graphics

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be confident
2. Don't hesitate
3. Ask if something not clear
4. They give you complete space and time to response.
5. Do not hurry
6. They help too , if get stuck.

Interview questions from similar companies

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

(1 Question)

  • Q1. Basic output-based MCQs on Javascript and Typescript
Round 2 - Coding Test 

In depth OOPs concept, javascript and typescript based questions

Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - I gave 2 interviews. The first person who interviewed me asked questions as they were hiring for Google. The second time it was related to my projects and skills required for the role.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. All related to domain javascript/react,
  • Q2. Fallback in lazy loading,optimization techniques/for API call
  • Ans. 

    Fallback in lazy loading is important for optimizing API calls to ensure a smooth user experience.

    • Implementing a loading spinner or placeholder while content is being loaded asynchronously

    • Using a default value or cached data if the API call fails

    • Implementing error handling to gracefully handle any issues with the API call

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 2 DSA questions was asked and Java Questions
Round 2 - Technical 

(1 Question)

  • Q1. Questions on Kafka, Scalability
Round 3 - Technical 

(1 Question)

  • Q1. Questions releated to past projects and Cassandra
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn

Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to work at EA
  • Q2. Describe a time you have a conflict
Round 2 - Technical 

(2 Questions)

  • Q1. What happens when you use a copy constructor in C++
  • Ans. 

    Using a copy constructor in C++ creates a new object by copying the values of another object.

    • Copy constructor is a special member function that creates a new object as a copy of an existing object.

    • It is invoked when a new object is created from an existing object.

    • Example: MyClass obj1; MyClass obj2 = obj1; // Copy constructor is called to create obj2 as a copy of obj1.

  • Answered by AI
  • Q2. When to use pointer/reference
  • Ans. 

    Pointers/references are used to pass memory addresses instead of values, for efficiency and to modify data directly.

    • Use pointers when you need to modify the original data passed to a function

    • Use references when you want to avoid copying large data structures

    • Pointers are commonly used in dynamic memory allocation

    • References are used in function parameters to avoid unnecessary copying

    • Example: int x = 10; int *ptr = &x; *p

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic Aptitude and Computer Questions

Round 2 - Coding Test 

Sudoku puzzle in Python

Round 3 - Technical 

(2 Questions)

  • Q1. HR questions and Technical Basic questions on python
  • Q2. Django Meta Class, Python list vs tuple , set vs frozen set
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Coding Test 

Coding questions related to data structures and algorithms.

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python async db questions
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

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. 

    Step 1 : I have used hashing concept to map occurrence of english alphabet.
    Step 2 : I used Counter array with size 26 to find count of every alphabet. 
    Step 3 : Traverse the array and if it's panagram append the output string with 1 else 0

  • Answered Anonymously

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

Merkur Gaming India Interview FAQs

How to prepare for Merkur Gaming India Senior Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Merkur Gaming India. The most common topics and skills that interviewers at Merkur Gaming India expect are Gaming, ISO 27001, Coding, Debugging and SDLC.
What are the top questions asked in Merkur Gaming India Senior Developer interview?

Some of the top questions asked at the Merkur Gaming India Senior Developer interview -

  1. 1. Oops concepts 2. Memory leakage 3. Typescript questions 4. Eslint , jslin...read more
  2. 7. Canvas 8. Graphic...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Pole To Win Interview Questions
3.5
 • 52 Interviews
Light & Wonder Interview Questions
3.8
 • 29 Interviews
PurpleTalk Interview Questions
3.9
 • 25 Interviews
Electronic Arts Interview Questions
4.2
 • 22 Interviews
Games24x7 Interview Questions
3.8
 • 18 Interviews
Zupee Interview Questions
3.7
 • 15 Interviews
View all
Merkur Gaming India Senior Developer Salary
based on 43 salaries
₹7 L/yr - ₹14.1 L/yr
29% less than the average Senior Developer Salary in India
View more details

Merkur Gaming India Senior Developer Reviews and Ratings

based on 3 reviews

3.4/5

Rating in categories

2.6

Skill development

4.2

Work-life balance

2.2

Salary

4.2

Job security

4.2

Company culture

2.6

Promotions

2.6

Work satisfaction

Explore 3 Reviews and Ratings
Senior QA Engineer
54 salaries
unlock blur

₹4.6 L/yr - ₹11.6 L/yr

Senior Developer
43 salaries
unlock blur

₹7 L/yr - ₹14.1 L/yr

Lead Developer
26 salaries
unlock blur

₹10.1 L/yr - ₹18.5 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹9.5 L/yr - ₹15 L/yr

Senior Software Developer
17 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Explore more salaries
Compare Merkur Gaming India with

Aristocrat Technologies

3.9
Compare

International Game Technology

3.3
Compare

Light & Wonder

3.8
Compare

Playtech India

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