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 Developer Associate Interview Questions and Answers

Updated 2 Sep 2023

Merkur Gaming India Developer Associate Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed in Sep 2022. There were 5 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 - Technical 

(1 Question)

  • Q1. As I was a fresher they asked me, Basic OOPs questions. Basic data structure and algorithms questions like Sorting algorithms. And questions regarding your personal projects that you have written in the re...
Round 3 - Technical 

(1 Question)

  • Q1. Basic data structure and algorithms questions.
Round 4 - Technical 

(1 Question)

  • Q1. Data Structures and Algorithms. And some questions regarding your hands-on practice programming language.
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops
DSA Basics (Array, LinkedList, Stack, Queue)
Your personal Projects regarding questions.

I applied via Walk-in and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly related to data structures and oops.
Round 2 - Technical 

(1 Question)

  • Q1. Palindrome string and few other basic questions.

Interview Preparation Tips

Topics to prepare for Merkur Gaming India Developer Associate interview:
  • Object Oriented Programming
  • Data Structures
  • C++
Interview preparation tips for other job seekers - Just prepare basic topics. The whole staff is cooperative. I didn't feel like I am there for an interview. I felt like I am practicing for my technical interview with my friends.

Developer Associate Interview Questions Asked at Other Companies

asked in SAP
Q1. What is Linked list and reverse the linked list iteratively.Given ... read more
asked in SAP
Q2. Find uncommon characters of the two strings. Given strings 'str1' ... read more
asked in FICO
Q3. Cycle Detection in a Singly Linked ListYou have given a Singly Li ... read more
asked in SAP
Q4. Inorder Successor of a node in Binary Tree. Given a node x. Find ... read more
asked in Cognizant
Q5. Merge SortGiven a sequence of numbers ‘ARR’. Your task is to retu ... read more

Interview questions from similar companies

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

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. Admission in Ninja Gram

    Ninja is shifting to a new place named NinjaGram. To take admission to the new school, the teacher gives him a sentence and asks him to check whether the sentence is a pangram.

    A ...

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

Merkur Gaming India Interview FAQs

How many rounds are there in Merkur Gaming India Developer Associate interview?
Merkur Gaming India interview process usually has 3-4 rounds. The most common rounds in the Merkur Gaming India interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Merkur Gaming India Developer Associate interview?

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

  1. As I was a fresher they asked me, Basic OOPs questions. Basic data structure an...read more
  2. Data Structures and Algorithms. And some questions regarding your hands-on prac...read more
  3. Palindrome string and few other basic questio...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
View all
Merkur Gaming India Developer Associate Salary
based on 5 salaries
₹5 L/yr - ₹6 L/yr
28% less than the average Developer Associate Salary in India
View more details

Merkur Gaming India Developer Associate Reviews and Ratings

based on 2 reviews

2.2/5

Rating in categories

1.6

Skill development

2.2

Work-life balance

2.2

Salary

2.2

Job security

2.8

Company culture

2.8

Promotions

2.8

Work satisfaction

Explore 2 Reviews and Ratings
Senior QA Engineer
52 salaries
unlock blur

₹4.6 L/yr - ₹13 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