Upload Button Icon Add office photos

Filter interviews by

Pragmatic Play Software Engineer Interview Questions and Answers

Updated 26 Jul 2023

Pragmatic Play Software Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 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 - Aptitude Test 

In this round interviewer asking the your altitude skills.

Round 3 - Coding Test 

In this round interviewer can share their screen and ask the solution for the snippet.

Round 4 - Technical 

(3 Questions)

  • Q1. Here is testing your technical skills level and how to understand the current situations.
  • Q2. What are exception types ?
  • Ans. 

    Exception types are different categories of errors that can occur during program execution.

    • Checked exceptions: Must be caught or declared in the method signature.

    • Unchecked exceptions: Do not need to be caught or declared.

    • Error: Represents serious problems that a reasonable application should not try to catch.

    • Runtime exceptions: Usually indicate programming bugs.

  • Answered by AI
  • Q3. What was the Internal working flow of hashmap?
  • Ans. 

    HashMap internally uses an array of linked lists to store key-value pairs.

    • HashMap class contains an array of Node objects, each representing a key-value pair.

    • When a key-value pair is added, the key is hashed to determine the index in the array.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • To retrieve a value, the key is hashed to find the index and then the linked list is searched ...

  • Answered by AI
Round 5 - Case Study 

They give one issue and ask the temporary solution and permanent solution.

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to write a code on basic DSA concept
  • Q2. Then was asked basic questions on DSA and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good understanding of everything you mentioned on your resume
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. They asked Java coding question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round is apti when in placement

Round 2 - Coding Test 

Too hard all are dsa questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Details of what we did on college , project and few programs .
Interview experience
4
Good
Difficulty level
Hard
Process Duration
-
Result
-

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

Basic aptitude questions were asked Reasoning wgrh

Round 2 - Coding Test 

Two hard level coding questions of leetcode based on binary search

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck you can do anything
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 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 

Such like blood relation questions, graph, alphabet and numeric values etc

Round 3 - Coding Test 

Related to operators, oop concepts

Round 4 - HR 

(4 Questions)

  • Q1. Basic questions like introduce my self, expectation salary etc
  • Q2. Oop concepts questions, SQL database query etc
  • Q3. And any questions about our company
  • Q4. 2 Coding questions Java, Python questions and machine learning

Interview Preparation Tips

Topics to prepare for HCL Infosystems Software Engineer interview:
  • Python developer
  • Machine Learning
  • Java Servlets
  • Html5
  • CSS3
  • My sql

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in Jun 2022. There were 5 interview rounds.

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

50 mcq were asked in 12 mins. Most of the candidates qualified this round.

Round 3 - Coding Test 

3 coding questions of basic DSA were asked. Also few mcqs from Operating System, Networking and DBMS.

Round 4 - Technical 

(3 Questions)

  • Q1. The technical round was of 40 mins. 3 standard questions from DSA were asked for which only approach was enough. Questions were from string, array and tree- Rotated string, Lowest common ancestor, etc.
  • Q2. Project related discussion regarding my role in the team.
  • Q3. A few HR questions related to family background. Why not go for higher studies like the rest of my family. Had to convince him that I saw more growth in working for an organisation.
Round 5 - HR 

(1 Question)

  • Q1. My introduction then, standard HR questions like where do i see myself in coming yrs, why do i want to join the company, etc. It lasted 10 mins

Interview Preparation Tips

Topics to prepare for Cogoport Software Engineer interview:
  • DSA
  • DBMS
  • OS
  • Networking
  • Project
Interview preparation tips for other job seekers - Try to present yourself in a confident and straightforward manner. Ask as many questions as possible at the end to convey your eagerness to join the company.

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Question on Java mcq
  • Q2. Questions on Oops
Round 2 - Technical 

(1 Question)

  • Q1. Questions based on resume
Round 3 - HR 

(1 Question)

  • Q1. Questions on direction, physics

Pragmatic Play Interview FAQs

How many rounds are there in Pragmatic Play Software Engineer interview?
Pragmatic Play interview process usually has 5 rounds. The most common rounds in the Pragmatic Play interview process are Aptitude Test, Coding Test and Technical.
What are the top questions asked in Pragmatic Play Software Engineer interview?

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

  1. What was the Internal working flow of hashm...read more
  2. What are exception type...read more

Tell us how to improve this page.

Pragmatic Play Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Fast track your campus placements

View all
Pragmatic Play Software Engineer Salary
based on 10 salaries
₹6 L/yr - ₹20 L/yr
51% more than the average Software Engineer Salary in India
View more details
QA Engineer
21 salaries
unlock blur

₹5.5 L/yr - ₹14.5 L/yr

Game Developer
12 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Software Engineer
10 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹15 L/yr - ₹38.4 L/yr

Senior QA Engineer
9 salaries
unlock blur

₹9 L/yr - ₹24 L/yr

Explore more salaries
Compare Pragmatic Play with

Playtech India

5.0
Compare

Evolution Gaming

4.3
Compare

International Game Technology

3.3
Compare

Light & Wonder

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