Upload Button Icon Add office photos

Filter interviews by

Pragmatic Play Interview Questions and Answers

Updated 5 Jan 2025
Popular Designations

15 Interview questions

A Trainee game economist was asked 5mo ago
Q. Give a real-life example of normal distribution.
Ans. 

Normal distribution is a bell-shaped curve where data is symmetrically distributed around the mean.

  • Data points cluster around the mean

  • 68% of data falls within one standard deviation of the mean

  • Examples include height and weight of individuals in a population

A Trainee game economist was asked 5mo ago
Q. What is a linked list?
Ans. 

A linked list is a data structure where each element points to the next element in the sequence.

  • Consists of nodes where each node contains data and a reference to the next node

  • Allows for dynamic memory allocation

  • Common operations include insertion, deletion, and traversal

  • Example: Singly linked list, Doubly linked list

A Software Developer was asked 8mo ago
Q. What is the purpose of a Redux store polyfill?
Ans. 

Redux store polyfill allows developers to use Redux in environments lacking native support.

  • Polyfills provide missing functionality in older browsers or environments.

  • Example: Using 'redux' in a React app that targets IE11 may require a polyfill.

  • Polyfills can be added via npm packages like 'redux' or custom implementations.

  • Ensure compatibility by checking the Redux documentation for polyfill requirements.

View all Software Developer interview questions
A Senior Technical Support Engineer was asked 9mo ago
Q. What is the purpose of Java?
Ans. 

Java is a programming language used to create applications that can run on any platform.

  • Java is used to develop desktop, web, mobile, and enterprise applications.

  • It is known for its platform independence, allowing programs to run on any device with a Java Virtual Machine (JVM).

  • Java is object-oriented, making it easier to organize and manage code.

  • It is widely used in the development of Android apps, server-side app...

View all Senior Technical Support Engineer interview questions
A Senior Technical Support Engineer was asked 9mo ago
Q. Explain the internal workings of a hash map.
Ans. 

Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

  • Hash map uses a hash function to determine the index of the key-value pair in the underlying array.

  • Collisions can occur when multiple keys hash to the same index, which is resolved using techniques like chaining or open addressing.

  • Hash map provides constant time complexity O(1) for insertion,...

View all Senior Technical Support Engineer interview questions
A Senior Technical Support Engineer was asked 9mo ago
Q. What are the core concepts of Object-Oriented Programming (OOP)?
Ans. 

Oops concept stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.

  • Oops concept focuses on creating objects that contain both data and methods to manipulate that data.

  • It allows for encapsulation, inheritance, and polymorphism.

  • Encapsulation refers to the bundling of data with the methods that operate on that data within a single unit.

  • Inheritance allows a class t...

View all Senior Technical Support Engineer interview questions
A Senior Technical Support Engineer was asked 9mo ago
Q. What are the different types of JDBC connections?
Ans. 

There are two types of JDBC connections: Type 1 and Type 4.

  • Type 1: JDBC-ODBC bridge driver, requires ODBC driver to connect to the database

  • Type 4: Direct-to-database pure Java driver, no need for additional software

  • Type 4 is more commonly used due to better performance and platform independence

View all Senior Technical Support Engineer interview questions
Are these interview questions helpful?
A Senior Technical Support Engineer was asked 9mo ago
Q. What is the servlet life cycle?
Ans. 

The servlet life cycle refers to the stages a servlet goes through from initialization to destruction.

  • Initialization: Servlet is loaded, instantiated, and initialized.

  • Servicing client requests: Servlet handles client requests by calling service() method.

  • Destruction: Servlet is removed from service and destroyed by the container.

View all Senior Technical Support Engineer interview questions
A Senior Technical Support Engineer was asked 9mo ago
Q. Explain the JDBC concept and templates.
Ans. 

JDBC is a Java API for connecting and executing SQL queries on a database. Templates provide reusable code for common database operations.

  • JDBC stands for Java Database Connectivity, allowing Java programs to interact with databases.

  • JDBC provides classes and interfaces for connecting to a database, sending queries, and retrieving results.

  • JDBC templates are pre-defined code structures that simplify common database o...

View all Senior Technical Support Engineer interview questions
A Senior Technical Support Engineer was asked 9mo ago
Q. Explain the concurrent modification exception.
Ans. 

ConcurrentModificationException occurs when a collection is modified while iterating over it.

  • Occurs in Java when a thread modifies a collection while another thread is iterating over it.

  • Example: Using an ArrayList in a for-each loop and adding/removing elements during iteration.

  • Can be avoided by using Iterator's remove() method or using concurrent collections like CopyOnWriteArrayList.

  • Common in multi-threaded envi...

View all Senior Technical Support Engineer interview questions

Pragmatic Play Interview Experiences

13 interviews found

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 30 Aug 2024

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

I appeared for an interview in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell about your self
  • Ans. 

    I am a dedicated SQL Developer with 5 years of experience in database management and optimization.

    • 5 years of experience in SQL development

    • Proficient in database management and optimization

    • Strong knowledge of SQL queries and performance tuning

    • Experience with ETL processes and data warehousing

    • Familiar with various database technologies such as MySQL, Oracle, and SQL Server

  • Answered by AI
  • Q2. Complex scenario faced in your entire career
  • Ans. 

    Migrating a complex database with millions of records to a new system without downtime

    • Developed a detailed migration plan to ensure data integrity and minimize downtime

    • Used tools like AWS Database Migration Service to streamline the process

    • Implemented thorough testing and validation procedures before and after the migration

    • Collaborated closely with stakeholders to communicate progress and address any issues

    • Successfully...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good but they are de laying the offer
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Redux store ployphil
  • Ans. 

    Redux store polyfill allows developers to use Redux in environments lacking native support.

    • Polyfills provide missing functionality in older browsers or environments.

    • Example: Using 'redux' in a React app that targets IE11 may require a polyfill.

    • Polyfills can be added via npm packages like 'redux' or custom implementations.

    • Ensure compatibility by checking the Redux documentation for polyfill requirements.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Difficult interview. Go through the redux and webpack doc.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. React Basic questions even interviewer is not knowing about react 😂😂
Round 2 - Technical 

(1 Question)

  • Q1. Interviews are conducted not properly

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't be fooled by this company. These guys don't clear about the requirements for hiring.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

Standard Leetcode medium questions and case studies for system design.

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

I applied via Campus Placement and was interviewed in Mar 2023. There were 3 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 

They first had an online assessment with 4 coding questions on the CodeTantra Platform. 1 easy question , 1 medium suffix sum and 2 DP questions. You were then shortlisted directly for the interviews.

Round 3 - Technical 

(4 Questions)

  • Q1. Tell me about yourself.
  • Q2. Do you know React or Angular?
  • Ans. 

    Yes, I am proficient in React and have experience working with Angular as well.

    • Proficient in React for building user interfaces

    • Experience working with Angular for front-end development

    • Familiar with component-based architecture in both React and Angular

  • Answered by AI
  • Q3. How does an internet webpage work and get the right content to be displayed?
  • Ans. 

    An internet webpage works by sending a request to a server, which then processes the request and sends back the necessary content to be displayed.

    • When a user enters a URL in a web browser, the browser sends a request to a server hosting the webpage.

    • The server processes the request, retrieves the necessary files (HTML, CSS, JavaScript, images, etc.), and sends them back to the browser.

    • The browser then renders the conten...

  • Answered by AI
  • Q4. Coding question wherein you had to swap two strings without using a 3rd variable
  • Ans. 

    Swap two strings in an array without using a third variable through arithmetic operations.

    • Use XOR operation: str1 = str1 XOR str2; str2 = str1 XOR str2; str1 = str1 XOR str2.

    • For example, if str1 = 'hello' and str2 = 'world', after swapping, str1 = 'world' and str2 = 'hello'.

    • This method works for numeric values but can be adapted for strings by converting them to their ASCII values.

    • Another approach is to concatenate: st...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

1 Medium Ds/Algo problem and Basic js and output question on promises.

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

Easy but moderate but

Round 2 - HR 

(1 Question)

  • Q1. Difficult but easy and easy
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 6 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 

Coding challenges and typical JavaScript and react questions.

Round 3 - Assignment 

An assignment using react.js

Round 4 - Technical 

(1 Question)

  • Q1. Overall position questions
Round 5 - Technical 

(1 Question)

  • Q1. Overall experience questions
Round 6 - HR 

(1 Question)

  • Q1. Basic quesitions

Interview Questions & Answers

user image Anonymous

posted on 4 Jan 2025

Interview experience
4
Good
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Questions related to probability, bayes theorem and some algorithm

Round 2 - Technical 

(2 Questions)

  • Q1. They ask some question in teams about probability, binomial distribution, normal distribution.
  • Q2. What is a linked list?
  • Ans. 

    A linked list is a data structure where each element points to the next element in the sequence.

    • Consists of nodes where each node contains data and a reference to the next node

    • Allows for dynamic memory allocation

    • Common operations include insertion, deletion, and traversal

    • Example: Singly linked list, Doubly linked list

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Do u know about poker, rummy?
  • Ans. 

    Yes, I am familiar with both poker and rummy.

    • I understand the rules and strategies of both poker and rummy.

    • I am aware of the different variations of poker such as Texas Hold'em and Omaha.

    • I know how to play rummy and understand the importance of melding and discarding cards.

    • I am familiar with the concept of hand rankings in poker and the scoring system in rummy.

  • Answered by AI
  • Q2. Give an real life example of normal distribution
  • Ans. 

    Normal distribution is a bell-shaped curve where data is symmetrically distributed around the mean.

    • Data points cluster around the mean

    • 68% of data falls within one standard deviation of the mean

    • Examples include height and weight of individuals in a population

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

(1 Question)

  • Q1. Start doing coding c sharp
Round 5 - HR 

(1 Question)

  • Q1. Can u go to noida for training?
  • Ans. 

    Yes, I can go to Noida for training.

    • I am willing to travel to Noida for training.

    • I am flexible with location for training purposes.

    • I understand the importance of training and am willing to make necessary arrangements to attend in Noida.

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There were 7 interview rounds.

Round 1 - Aptitude Test 

Asking about the reasoning and aptitude.

Round 2 - Technical 

(4 Questions)

  • Q1. What ai the purpose of java
  • Ans. 

    Java is a programming language used to create applications that can run on any platform.

    • Java is used to develop desktop, web, mobile, and enterprise applications.

    • It is known for its platform independence, allowing programs to run on any device with a Java Virtual Machine (JVM).

    • Java is object-oriented, making it easier to organize and manage code.

    • It is widely used in the development of Android apps, server-side applicat...

  • Answered by AI
  • Q2. What is Oops concept
  • Ans. 

    Oops concept stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.

    • Oops concept focuses on creating objects that contain both data and methods to manipulate that data.

    • It allows for encapsulation, inheritance, and polymorphism.

    • Encapsulation refers to the bundling of data with the methods that operate on that data within a single unit.

    • Inheritance allows a class to inh...

  • Answered by AI
  • Q3. Explain hash map internal working
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash map uses a hash function to determine the index of the key-value pair in the underlying array.

    • Collisions can occur when multiple keys hash to the same index, which is resolved using techniques like chaining or open addressing.

    • Hash map provides constant time complexity O(1) for insertion, dele...

  • Answered by AI
  • Q4. Asking about the concurrent modification exception.
  • Ans. 

    ConcurrentModificationException occurs when a collection is modified while iterating over it.

    • Occurs in Java when a thread modifies a collection while another thread is iterating over it.

    • Example: Using an ArrayList in a for-each loop and adding/removing elements during iteration.

    • Can be avoided by using Iterator's remove() method or using concurrent collections like CopyOnWriteArrayList.

    • Common in multi-threaded environme...

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Explain the JDBC concept and templates
  • Ans. 

    JDBC is a Java API for connecting and executing SQL queries on a database. Templates provide reusable code for common database operations.

    • JDBC stands for Java Database Connectivity, allowing Java programs to interact with databases.

    • JDBC provides classes and interfaces for connecting to a database, sending queries, and retrieving results.

    • JDBC templates are pre-defined code structures that simplify common database operat...

  • Answered by AI
  • Q2. What are type of JDBC connections
  • Ans. 

    There are two types of JDBC connections: Type 1 and Type 4.

    • Type 1: JDBC-ODBC bridge driver, requires ODBC driver to connect to the database

    • Type 4: Direct-to-database pure Java driver, no need for additional software

    • Type 4 is more commonly used due to better performance and platform independence

  • Answered by AI
  • Q3. What is the servlet life cycle
  • Ans. 

    The servlet life cycle refers to the stages a servlet goes through from initialization to destruction.

    • Initialization: Servlet is loaded, instantiated, and initialized.

    • Servicing client requests: Servlet handles client requests by calling service() method.

    • Destruction: Servlet is removed from service and destroyed by the container.

  • Answered by AI
Round 4 - Coding Test 

Write a palindrome program

Round 5 - Case Study 

They game one exception which are they faced in their local environment.
They gave their laptop and access the tools
They ask what should you in this situation

Round 6 - HR 

(2 Questions)

  • Q1. They are asking Current ctc
  • Q2. What you are expecting from us
  • Ans. 

    I am expecting a supportive work environment, opportunities for growth, and challenging technical issues to solve.

    • Supportive team to collaborate with

    • Opportunities for professional development and training

    • Challenging technical issues to solve, such as complex network configurations or software bugs

  • Answered by AI
Round 7 - Behavioral 

(2 Questions)

  • Q1. They should ask about the memory leakagees in java
  • Q2. They should ask the how you manage the external pressure and how you deliver your fixes ider the pressure.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Pragmatic Play?
Ask anonymously on communities.

Pragmatic Play Interview FAQs

How many rounds are there in Pragmatic Play interview?
Pragmatic Play interview process usually has 3-4 rounds. The most common rounds in the Pragmatic Play interview process are Technical, Coding Test and HR.
How to prepare for Pragmatic Play 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 Pragmatic Play. The most common topics and skills that interviewers at Pragmatic Play expect are Gaming, Javascript, Photoshop, Architecture and Excel.
What are the top questions asked in Pragmatic Play interview?

Some of the top questions asked at the Pragmatic Play interview -

  1. How does an internet webpage work and get the right content to be display...read more
  2. Coding question wherein you had to swap two strings without using a 3rd varia...read more
  3. What was the Internal working flow of hashm...read more
How long is the Pragmatic Play interview process?

The duration of Pragmatic Play interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.1/5

based on 10 interview experiences

Difficulty level

Easy 29%
Moderate 57%
Hard 14%

Duration

Less than 2 weeks 75%
2-4 weeks 25%
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.8
 • 150 Interviews
HCL Infosystems Interview Questions
3.9
 • 144 Interviews
Webdew Interview Questions
4.5
 • 108 Interviews
Data Entry Interview Questions
4.2
 • 108 Interviews
HyScaler Interview Questions
4.5
 • 104 Interviews
Marpu Foundation Interview Questions
4.8
 • 100 Interviews
View all

Pragmatic Play Reviews and Ratings

based on 57 reviews

3.1/5

Rating in categories

2.9

Skill development

2.9

Work-life balance

3.4

Salary

3.0

Job security

2.9

Company culture

2.8

Promotions

2.8

Work satisfaction

Explore 57 Reviews and Ratings
Head of IT

Noida

13-18 Yrs

Not Disclosed

IT Manager - Kolkata

Kolkata

7-10 Yrs

Not Disclosed

IT Manager - Noida

Noida

7-10 Yrs

Not Disclosed

Explore more jobs
QA Engineer
24 salaries
unlock blur

₹5.5 L/yr - ₹14.5 L/yr

Game Developer
12 salaries
unlock blur

₹9.1 L/yr - ₹15 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹26.4 L/yr - ₹42 L/yr

Senior QA Engineer
9 salaries
unlock blur

₹9 L/yr - ₹24 L/yr

Senior Software Developer
9 salaries
unlock blur

₹24.7 L/yr - ₹36 L/yr

Explore more salaries
Compare Pragmatic Play with

Marpu Foundation

4.8
Compare

Huawei Technologies

4.0
Compare

HCL Infosystems

3.9
Compare

Z X Learning

4.4
Compare
write
Share an Interview