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

Updated 28 Aug 2024

Merkur Gaming India Interview Experiences

Popular Designations

6 interviews found

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.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions about class and objects and some DSA questions related to arrays.
Round 2 - Technical 

(1 Question)

  • Q1. DSA basic questions and C++ questions related to polymorphism and class design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - they finalized me and called me for a director's round in their office. Later, they said the director was not available and they would call me next week, after that their HR stopped responding to calls.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
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.

Developer Associate Interview Questions asked at other Companies

Q1. What is Linked list and reverse the linked list iteratively.Given a singly linked list of integers. Your task is to return the head of the reversed linked list. For example: The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Three bulb question
  • Q2. How will you work in wfo
Round 2 - Technical 

(2 Questions)

  • Q1. Difference between smoke and sanity
  • Ans. 

    Smoke testing is a quick test to check if the basic functionalities of the software are working, while sanity testing is a more thorough test to check if the specific changes or fixes made to the software are working as expected.

    • Smoke testing is a shallow and wide test, while sanity testing is a deep and narrow test.

    • Smoke testing is done to ensure the stability of the software build, while sanity testing is done to ens...

  • Answered by AI
  • Q2. What is RCA in testing
  • Ans. 

    RCA in testing stands for Root Cause Analysis, which is a process used to identify the underlying cause of a defect or issue.

    • RCA helps in identifying the root cause of a problem rather than just addressing the symptoms.

    • It involves investigating the defect, analyzing data, and determining the factors that led to the issue.

    • By conducting RCA, QA engineers can prevent similar issues from occurring in the future.

    • Example: If...

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

(2 Questions)

  • Q1. Give your brief introduction
  • Q2. Negative scenarios

Skills evaluated in this interview

Senior Quality Assurance Engineer 1 Interview Questions asked at other Companies

Q1. What is RCA in testing
View answer (1)

Merkur Gaming India interview questions for popular designations

 Developer Associate

 (2)

 Software Developer

 (2)

 Senior Developer

 (1)

 Senior Quality Assurance Engineer 1

 (1)

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

Q1. What is Linked list and reverse the linked list iteratively.Given a singly linked list of integers. Your task is to return the head of the reversed linked list. For example: The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then... read more
Add answer

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.

Senior Developer Interview Questions asked at other Companies

Q1. What is your current CTC and what is your expected CTC?
View answer (1)

Jobs at Merkur Gaming India

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Probability question
  • Q2. Baseball game, ticket pricing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be nice
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basics web development MCQ

Round 2 - Coding Test 

Core knowledge on JS and code snippet

Round 3 - Technical 

(1 Question)

  • Q1. DSA on array and string and deep knowledge in JS
Round 4 - One-on-one 

(1 Question)

  • Q1. It was manager round
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2023. 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 - Aptitude Test 

Moderate level aptitude test with QA+ gaming questions

Round 3 - HR 

(1 Question)

  • Q1. Based on CV you will get the questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Games and manual testing

Interview Preparation Tips

Interview preparation tips for other job seekers - N/A

Data Engineer Interview Questions & Answers

Zupee user image Vaibhav Ashok Tandale

posted on 24 Sep 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. How to read parquet and csv file in spark .
  • Ans. 

    To read parquet and csv files in Spark, use SparkSession's read method with appropriate options.

    • Create a SparkSession object

    • Use the read method of SparkSession to read parquet files with .parquet() method

    • Use the read method of SparkSession to read csv files with .csv() method

    • Specify options like header, delimiter, inferSchema, etc. as needed

    • Load the data into a DataFrame for further processing

  • Answered by AI
  • Q2. How to check second highest sallery.
  • Ans. 

    To check the second highest salary, use the SQL query with ORDER BY and LIMIT.

    • Use SQL query with ORDER BY clause to sort salaries in descending order.

    • Use LIMIT 1,1 to select the second highest salary.

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't wait for thing to happen, make things happen, take the initiative to identify and solve peoblem.

Skills evaluated in this interview

Merkur Gaming India Interview FAQs

How many rounds are there in Merkur Gaming India interview?
Merkur Gaming India interview process usually has 3-4 rounds. The most common rounds in the Merkur Gaming India interview process are Technical, HR and Resume Shortlist.
How to prepare for Merkur Gaming India 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, ISO 9001, Javascript and C++.
What are the top questions asked in Merkur Gaming India interview?

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

  1. What is RCA in test...read more
  2. Difference between smoke and san...read more
  3. Called me to Noida for a F2F HR round. I wasn’t given any Travel allowance. C...read more

Tell us how to improve this page.

Merkur Gaming India Interview Process

based on 4 interviews

Interview experience

3
  
Average
View more

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 Reviews and Ratings

based on 46 reviews

3.8/5

Rating in categories

3.1

Skill development

3.9

Work-life balance

3.4

Salary

3.8

Job security

3.5

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 46 Reviews and Ratings
Senior Qa Engineer

Noida

2-4 Yrs

Not Disclosed

C++ Developer

Noida

4-8 Yrs

Not Disclosed

Explore more jobs
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